summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: add ooblayout for old hamming layoutAlexander Couzens2017-05-031-1/+69
* mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada2017-04-251-2/+8
* mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unsetMasahiro Yamada2017-04-251-9/+32
* mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada2017-04-251-2/+1
* mtd: nand: Remove unused chip->write_page() hookBoris Brezillon2017-04-251-7/+5
* mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada2017-03-241-0/+2
* mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada2017-03-241-0/+2
* mtd: nand: use read_oob() instead of cmdfunc() for bad block checkMasahiro Yamada2017-03-241-21/+13
* mtd: nand: allow to set only one of ECC size and ECC strength from DTMasahiro Yamada2017-03-241-6/+0
* mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon2017-03-081-11/+0
* mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon2017-03-081-17/+1
* mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon2017-03-081-30/+2
* mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon2017-03-081-17/+2
* mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cBoris Brezillon2017-03-081-86/+28
* mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cBoris Brezillon2017-03-081-48/+4
* mtd: nand: Add manufacturer specific initialization/detection stepsBoris Brezillon2017-03-081-10/+65
* mtd: nand: Do not expose the NAND manufacturer table directlyBoris Brezillon2017-03-081-12/+11
* mtd: nand: Rename nand_get_flash_type() into nand_detect()Boris Brezillon2017-03-081-3/+2
* mtd: nand: Get rid of busw parameterBoris Brezillon2017-03-081-31/+37
* mtd: nand: Store nand ID in struct nand_chipBoris Brezillon2017-03-081-25/+30
* mtd: nand: Get rid of the mtd parameter in all auto-detection functionsBoris Brezillon2017-03-081-24/+30
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* mtd: nand: set max_bb_per_die and blocks_per_die for ONFI compliant chipsZach Brown2017-02-081-0/+3
* mtd: nand: implement 'max_bad_blocks' mtd functionZach Brown2017-02-081-0/+37
* Merge tag 'nand/for-4.10' of github.com:linux-nand/linuxBrian Norris2016-11-301-18/+66
|\
| * mtd: nand: Support controllers with custom pageMarc Gonzalez2016-11-191-3/+31
| * mtd: nand: change return type of nand_get_flash_type() to intMasahiro Yamada2016-11-071-14/+10
| * mtd: nand: Wait tCCS after a column changeBoris Brezillon2016-11-071-1/+25
* | mtd: nand: Fix data interface configuration logicBoris Brezillon2016-10-281-18/+42
|/
* mtd: nand: fix trivial spelling errorBrian Norris2016-10-031-1/+1
* mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger2016-09-231-7/+15
* mtd: nand: Fix nand_command_lp() for 8bits opcodesBoris Brezillon2016-09-231-1/+4
* mtd: nand: Support maximizing ECC when using software BCHBoris Brezillon2016-09-231-0/+20
* mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon2016-09-231-0/+3
* mtd: nand: automate NAND timings selectionBoris Brezillon2016-09-231-0/+157
* mtd: nand: Create a NAND reset functionSascha Hauer2016-09-231-5/+20
* mtd: nand: Get rid of needless 'goto'Andrey Smirnov2016-09-231-12/+6
* mtd: nand: Error out if cmd_ctrl() is missingAndrey Smirnov2016-09-231-0/+9
* mtd: nand: import nand_hw_control_init()Marc Gonzalez2016-09-231-2/+1
* mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios2016-07-191-1/+1
* Merge tag 'nand/for-4.7' of github.com:linux-nand/linuxBrian Norris2016-05-061-259/+405
|\
| * mtd: nand: add support for "nand-ecc-algo" DT propertyRafał Miłecki2016-05-051-7/+13
| * mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki2016-05-051-8/+3
| * mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mappingRafał Miłecki2016-05-051-1/+8
| * mtd: nand: read ECC algorithm from the new fieldRafał Miłecki2016-05-051-61/+85
| * mtd: nand: set ECC algorithm to Hamming on fallbackRafał Miłecki2016-05-051-0/+1
| * mtd: nand: move of_get_nand_xxx() helpers into nand_base.cBoris Brezillon2016-05-051-1/+93
| * mtd: nand: kill the ecc->layout fieldBoris Brezillon2016-05-051-7/+0
| * mtd: nand: bch: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-0/+15
| * mtd: nand: implement the default mtd_ooblayout_opsBoris Brezillon2016-04-191-49/+93