aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2017-03-16mtd: nand: Update dependency of IFC for LS1021AAlison Wang1-1/+1
2017-03-16mtd: nand: tango: Enforce DMA direction typeBoris Brezillon1-3/+5
2017-03-16mtd: nand: nandsim: fix spelling mistake: "weakpagess" -> "weakpages"Colin Ian King1-1/+1
2017-03-16mtd: nand: sunxi: simplify optional reset handlingPhilipp Zabel1-11/+9
2017-03-08mtd: nand: hynix: Add read-retry support for 1x nm MLC NANDsBoris Brezillon1-1/+356
2017-03-08mtd: nand: hynix: Rework NAND ID decoding to extract more informationBoris Brezillon1-19/+209
2017-03-08mtd: nand: samsung: Retrieve ECC requirements from extended IDHans de Goede1-0/+20
2017-03-08mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon4-12/+32
2017-03-08mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon4-18/+54
2017-03-08mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon4-31/+90
2017-03-08mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon4-18/+55
2017-03-08mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cBoris Brezillon4-87/+114
2017-03-08mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cBoris Brezillon4-50/+99
2017-03-08mtd: nand: Add manufacturer specific initialization/detection stepsBoris Brezillon1-10/+65
2017-03-08mtd: nand: Do not expose the NAND manufacturer table directlyBoris Brezillon2-14/+31
2017-03-08mtd: nand: Kill the MTD_NAND_IDS Kconfig optionBoris Brezillon3-13/+1
2017-03-08mtd: nand: Rename the nand_manufacturers structBoris Brezillon1-1/+1
2017-03-08mtd: nand: Rename nand_get_flash_type() into nand_detect()Boris Brezillon1-3/+2
2017-03-08mtd: nand: Get rid of busw parameterBoris Brezillon1-31/+37
2017-03-08mtd: nand: Store nand ID in struct nand_chipBoris Brezillon1-25/+30
2017-03-08mtd: nand: Get rid of the mtd parameter in all auto-detection functionsBoris Brezillon1-24/+30
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>Ingo Molnar1-0/+1
2017-02-08Merge tag 'nand/for-4.11' of github.com:linux-nand/linuxBrian Norris7-40/+170
2017-02-08mtd: nand: set max_bb_per_die and blocks_per_die for ONFI compliant chipsZach Brown1-0/+3
2017-02-08mtd: nand: implement 'max_bad_blocks' mtd functionZach Brown1-0/+37
2017-02-08mtd: update my email addressJohn Crispin1-1/+1
2017-02-06mtd: nand: Add Winbond manufacturer idAndrey Jr. Melnikov1-0/+1
2017-02-06mtd: nand: sunxi: Improve sunxi_nfc_cmd_ctrl()Boris Brezillon1-4/+4
2017-02-06mtd: nand: sunxi: Stop using polling mode when waiting for long operationsBoris Brezillon1-6/+18
2017-02-06mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events()Boris Brezillon1-0/+4
2017-02-06mtd: nand: ifc: Fix location of eccstat registers for IFC V1.0Mark Marshall1-1/+7
2017-01-30mtd: nand: mediatek: remove redundant dev_err call in mtk_nfc_probe()Wei Yongjun1-1/+0
2017-01-30mtd: nand: Add OX820 NAND hardware dependencyJean Delvare1-0/+1
2017-01-30mtd: nand: fsmc: remove stale non-DT probe pathLinus Walleij2-21/+133
2017-01-30mtd: nand: lpc32xx_slc: Remove unneeded NULL check on 'rc'Fabio Estevam1-7/+2
2017-01-04mtd: nand: lpc32xx: fix invalid error handling of a requested irqVladimir Zapolskiy1-1/+1
2017-01-03mtd: nand: tango: Reset pbus to raw mode in probeMarc Gonzalez1-0/+2
2017-01-03mtd: nand: tango: Update DT binding descriptionMarc Gonzalez1-1/+1
2017-01-02mtd: nand: oxnas_nand: fix build errors on arch/um, require HAS_IOMEMRandy Dunlap1-0/+1
2017-01-02mtd: nand: xway: fix build because of module functionsHauke Mehrtens1-4/+1
2017-01-02mtd: nand: xway: disable module supportHauke Mehrtens1-1/+1
2016-12-01mtd: nand: tango: Add standard legalese headerMarc Gonzalez1-0/+8
2016-11-29Merge tag 'nand/for-4.10' of github.com:linux-nand/linuxBrian Norris36-310/+1285
2016-11-21mtd: nand: tango: Use nand_to_mtd() instead of directly accessing chip->mtdBoris Brezillon1-9/+16
2016-11-19mtd: nand: nandsim: fix error checkSudip Mukherjee1-10/+5
2016-11-19mtd: nand: tango: Cleanup raw_write and raw_readMarc Gonzalez1-8/+6
2016-11-19mtd: nand: tango: Enable custom page accessorsMarc Gonzalez1-1/+6
2016-11-19mtd: nand: Support controllers with custom pageMarc Gonzalez1-3/+31
2016-11-19mtd: nand: denali: remove debug lines of __FILE__, __LINE__, __func__Masahiro Yamada1-12/+0