summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: check ecc->total sanity in nand_scan_tailMasahiro Yamada2018-04-131-0/+5
* mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal2018-03-221-2/+7
* mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal2018-02-171-1/+4
* mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor2017-11-301-3/+6
* nand: fix wrong default oob layout for small pages using soft eccMiquel Raynal2017-08-161-1/+7
* mtd: nand: Fix timing setup for NANDs that do not support SET FEATURESBoris Brezillon2017-08-161-1/+3
* mtd: nand: add ooblayout for old hamming layoutAlexander Couzens2017-05-251-1/+69
* 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-051-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
| * mtd: nand: use mtd_set_ecclayout() where appropriateBoris Brezillon2016-04-191-1/+1
| * mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-112/+88
| * mtd: nand: export default read/write oob functionsBoris Brezillon2016-04-191-8/+10
| * mtd: nand: Remove BUG() abuse in nand_scan_tailEzequiel García2016-04-191-19/+33
| * mtd: nand: set ECC algorithm in nand_dt_initRafał Miłecki2016-04-191-1/+5
| * mtd: nand: Remove the "nand-disk" LED triggerEzequiel Garcia2016-04-131-28/+1
* | mtd: nand: Drop mtd.owner requirement in nand_scanEzequiel García2016-04-021-9/+1
|/
* mtd: nand: remove kerneldoc for removed function parameterBrian Norris2016-03-111-1/+0
* mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja2016-03-101-22/+19
* mtd: nand: simplify nand_bch_init() usageBoris BREZILLON2016-03-071-4/+2
* mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON2016-03-071-12/+4
* mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-071-7/+7
* mtd: nand: check status before reporting timeoutBrian Norris2016-03-071-2/+2
* mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functionsBoris BREZILLON2016-01-061-7/+46
* mtd: nand: assign reasonable default name for NAND driversBrian Norris2016-01-061-0/+3
* mtd: nand: Disable subpage writes for drivers without ecc->hwctlHelmut Schaa2015-12-181-1/+1
* mtd: nand: kill the chip->flash_node fieldBoris BREZILLON2015-12-181-3/+0
* mtd: nand: simplify nand_dt_init() usageBoris BREZILLON2015-12-181-10/+11
* mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON2015-12-081-42/+42
* Merge MTD 4.4 development into MTD -nextBrian Norris2015-11-161-1/+1
|\
| * mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris2015-11-161-1/+1