summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
Commit message (Expand)AuthorAgeFilesLines
* spl: nand: sunxi: add missing status clearMiquel Raynal2018-04-031-0/+1
* spl: nand: sunxi: introduce the nand_wait_cmd_fifo_empty() helperMiquel Raynal2018-04-031-0/+19
* spl: nand: sunxi: introduce the nand_wait_int() helperMiquel Raynal2018-04-031-20/+14
* spl: nand: sunxi: fix typo on register nameMiquel Raynal2018-04-031-3/+3
* spl: nand: sunxi: fix second case of modulo by zero errorMiquel Raynal2018-04-031-2/+3
* mtd: nand: sunxi: fix ECC strength choiceMiquel Raynal2018-04-031-1/+7
* Convert CONFIG_APBH_DMA et al to KconfigAdam Ford2018-02-081-0/+3
* Convert CONFIG_NAND_MXS to KconfigStefan Agner2018-02-081-1/+1
* nand: arasan: Select CONFIG_SYS_NAND_SELF_INITEzequiel Garcia2018-01-301-0/+1
* nand: arasan_nfc: Use the calculated ecc address for updating ecc registerSiva Durga Prasad Paladugu2018-01-301-2/+5
* nand: arasan_nfc: Add support for ondie eccSiva Durga Prasad Paladugu2018-01-301-27/+138
* nand: arasan_nfc: Move common ecc struct initialization init routineSiva Durga Prasad Paladugu2018-01-301-7/+7
* mtd: nand: mxs_nand_spl: Remove nand size printJagan Teki2018-01-081-2/+0
* mtd: nand: denali: make NAND_DENALI unconfigurable optionMasahiro Yamada2017-12-121-4/+3
* mtd: nand: denali: consolidate include directivesMasahiro Yamada2017-12-041-3/+3
* mtd: nand: denali_dt: replace printf() with pr_err()Masahiro Yamada2017-12-041-2/+2
* mtd: nand: Rename nand.h into rawnand.hMasahiro Yamada2017-12-0416-16/+16
* mtd: nand: denali: remove ad-hoc board_nand_init() entryMasahiro Yamada2017-12-041-26/+0
* mtd: nand: denali: remove bogus __maybe_unusedMasahiro Yamada2017-12-041-1/+1
* fix: nand: pxa3xx: fix defined but not used warningsSean Nyekjaer2017-11-301-0/+2
* Merge tag 'xilinx-for-v2018.01' of git://www.denx.de/git/u-boot-microblazeTom Rini2017-11-292-2/+28
|\
| * mtd: nand: zynq: Add support for the NAND lock/unlock operationJoe Hershberger2017-11-291-0/+12
| * mtd: zynq: nand: Move board_nand_init() function to board.cWilson Lee2017-11-291-2/+4
| * mtd: nand: zynq: Add a config option to use 1st stage bootloader timingJeff Westfahl2017-11-282-0/+12
* | mtd: nand: denali: sync with Linux 4.15-rc1Masahiro Yamada2017-11-295-1295/+1247
* | mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada2017-11-291-4/+5
* | mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada2017-11-291-0/+220
* | mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon2017-11-291-9/+13
* | mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada2017-11-291-0/+8
* | mtd: nand: Wait for PAGEPROG to finish in drivers setting NAND_ECC_CUSTOM_PAG...Boris Brezillon2017-11-291-4/+5
* | mtd: nand: Drop the ->errstat() hookBoris Brezillon2017-11-292-22/+0
* | mtd: nand: Drop unused cached programming supportBoris Brezillon2017-11-292-31/+14
* | mtd: nand: Support controllers with custom pageMarc Gonzalez2017-11-291-3/+31
* | mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon2017-11-291-1/+25
* | mtd: nand: Fix data interface configuration logicBoris Brezillon2017-11-291-12/+36
* | mtd: nand: automate NAND timings selectionBoris Brezillon2017-11-291-0/+155
* | mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer2017-11-291-0/+11
* | mtd: nand: convert ONFI mode into data interfaceSascha Hauer2017-11-291-206/+253
* | mtd: nand: Create a NAND reset functionSascha Hauer2017-11-291-3/+18
* | mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon2017-11-291-0/+3
* | bitops: collect BIT macros to include/linux/bitops.hMasahiro Yamada2017-11-291-2/+0
|/
* omap2: nand: Make NAND_OMAP_GPMC_PREFETCH defaultTom Rini2017-11-171-0/+1
* mtd: nand: fsl-ifc: fix support of multiple NAND devicesKurt Kanzenbach2017-11-141-9/+6
* mtd: replace MTDDEBUG() with pr_debug()Masahiro Yamada2017-10-234-38/+29
* Convert CONFIG_NAND_OMAP_GPMC et al and CONFIG_NAND_MXC to KconfigAdam Ford2017-10-201-1/+54
* mtd: nand: denali_dt: add clock supportMasahiro Yamada2017-10-152-0/+13
* mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada2017-10-151-0/+2
* mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada2017-10-151-0/+2
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-042-4/+4
* mtd: nand: denali: allow to override corrupted revision registerMasahiro Yamada2017-09-183-14/+50