aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-15mtd: nand: add core support for on-die ECCThomas Petazzoni1-0/+13
2017-05-02mtd: nand: add ooblayout for old hamming layoutAlexander Couzens1-1/+69
2017-04-25mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada1-2/+8
2017-04-25mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unsetMasahiro Yamada1-9/+32
2017-04-25mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada1-2/+1
2017-04-25mtd: nand: Remove unused chip->write_page() hookBoris Brezillon1-7/+5
2017-03-24mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada1-0/+2
2017-03-24mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada1-0/+2
2017-03-24mtd: nand: use read_oob() instead of cmdfunc() for bad block checkMasahiro Yamada1-21/+13
2017-03-24mtd: nand: allow to set only one of ECC size and ECC strength from DTMasahiro Yamada1-6/+0
2017-03-08mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon1-11/+0
2017-03-08mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon1-17/+1
2017-03-08mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon1-30/+2
2017-03-08mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon1-17/+2
2017-03-08mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cBoris Brezillon1-86/+28
2017-03-08mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cBoris Brezillon1-48/+4
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 Brezillon1-12/+11
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/nmi.h>Ingo Molnar1-0/+1
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
2016-11-29Merge tag 'nand/for-4.10' of github.com:linux-nand/linuxBrian Norris1-18/+66
2016-11-19mtd: nand: Support controllers with custom pageMarc Gonzalez1-3/+31
2016-11-07mtd: nand: change return type of nand_get_flash_type() to intMasahiro Yamada1-14/+10
2016-11-07mtd: nand: Wait tCCS after a column changeBoris Brezillon1-1/+25
2016-10-28mtd: nand: Fix data interface configuration logicBoris Brezillon1-18/+42
2016-10-03mtd: nand: fix trivial spelling errorBrian Norris1-1/+1
2016-09-23mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger1-7/+15
2016-09-23mtd: nand: Fix nand_command_lp() for 8bits opcodesBoris Brezillon1-1/+4
2016-09-23mtd: nand: Support maximizing ECC when using software BCHBoris Brezillon1-0/+20
2016-09-23mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon1-0/+3
2016-09-23mtd: nand: automate NAND timings selectionBoris Brezillon1-0/+157
2016-09-23mtd: nand: Create a NAND reset functionSascha Hauer1-5/+20
2016-09-23mtd: nand: Get rid of needless 'goto'Andrey Smirnov1-12/+6
2016-09-23mtd: nand: Error out if cmd_ctrl() is missingAndrey Smirnov1-0/+9
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez1-2/+1
2016-07-19mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios1-1/+1
2016-05-05Merge tag 'nand/for-4.7' of github.com:linux-nand/linuxBrian Norris1-259/+405
2016-05-05mtd: nand: add support for "nand-ecc-algo" DT propertyRafał Miłecki1-7/+13
2016-05-05mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki1-8/+3
2016-05-05mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mappingRafał Miłecki1-1/+8
2016-05-05mtd: nand: read ECC algorithm from the new fieldRafał Miłecki1-61/+85
2016-05-05mtd: nand: set ECC algorithm to Hamming on fallbackRafał Miłecki1-0/+1
2016-05-05mtd: nand: move of_get_nand_xxx() helpers into nand_base.cBoris Brezillon1-1/+93
2016-05-05mtd: nand: kill the ecc->layout fieldBoris Brezillon1-7/+0
2016-05-05mtd: nand: bch: switch to mtd_ooblayout_opsBoris Brezillon1-0/+15