summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/nand.h
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: drop EXPORT_SYMBOL_GPL for nanddev_erase()Dario Binacchi2022-11-071-1/+0
* spi: mxic: Add support for pipelined ECC operationsMiquel Raynal2022-02-101-0/+15
* mtd: nand: ecc: Provide a helper to retrieve a pilelined engine deviceMiquel Raynal2022-02-091-0/+1
* mtd: nand: Add a new helper to retrieve the ECC contextMiquel Raynal2022-01-231-0/+5
* mtd: nand: ecc: Add infrastructure to support hardware enginesMiquel Raynal2022-01-231-0/+28
* mtd: nand: Add a helper to retrieve the number of ECC bytes per stepMiquel Raynal2021-03-111-0/+10
* mtd: nand: Add a helper to retrieve the number of ECC stepsMiquel Raynal2021-03-111-0/+10
* mtd: nand: Let ECC engines advertize the exact number of stepsMiquel Raynal2021-03-111-0/+2
* mtd: nand: Add helpers to manage ECC engines and configurationsMiquel Raynal2020-12-101-0/+4
* mtd: nand: Let on-die ECC engines be retrieved from the NAND coreMiquel Raynal2020-12-101-0/+1
* mtd: nand: Let software ECC engines be retrieved from the NAND coreMiquel Raynal2020-12-101-0/+1
* mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal2020-12-101-0/+9
* mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal2020-12-101-0/+9
* mtd: nand: ecc: Add an I/O request tweaking mechanismMiquel Raynal2020-11-301-0/+32
* mtd: nand: Use the new generic ECC objectMiquel Raynal2020-09-281-7/+7
* mtd: nand: Create helpers to set/extract the ECC requirementsMiquel Raynal2020-09-281-0/+24
* mtd: nand: Create a helper to extract the ECC configurationMiquel Raynal2020-09-281-0/+10
* mtd: nand: Introduce the ECC engine frameworkMiquel Raynal2020-09-021-0/+114
* mtd: nand: Add a NAND page I/O request typeMiquel Raynal2020-08-271-2/+16
* mtd: rawnand: Move the nand_ecc_algo enum to the generic NAND layerMiquel Raynal2020-08-271-0/+14
* mtd: nand: Rename a core structureMiquel Raynal2020-06-261-4/+4
* mtd: nand: Move nand_device forward declaration to the topMiquel Raynal2020-06-261-2/+2
* mtd: nand: fix typo, s/erasablocks/eraseblocksTudor Ambarus2019-08-261-1/+1
* mtd: nand: Add a helper to retrieve the number of pages per targetBoris Brezillon2019-04-081-0/+14
* mtd: nand: Add a helper returning the number of eraseblocks per targetBoris Brezillon2019-04-081-0/+12
* mtd: nand: Add max_bad_eraseblocks_per_lun info to memorgBoris Brezillon2019-04-081-1/+5
* mtd: nand: Fix nanddev_pos_next_page() kernel-doc headerBoris Brezillon2018-11-061-1/+1
* mtd: nand: Fix nanddev_neraseblocks()Boris Brezillon2018-11-051-3/+2
* mtd: nand: Pass mode information to nand_page_io_reqBoris Brezillon2018-06-011-0/+3
* mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon2018-02-161-0/+731
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-131-1331/+0
* Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtdLinus Torvalds2017-07-131-9/+71
|\
| * mtd: nand: add a shorthand to generate nand_ecc_caps structureMasahiro Yamada2017-06-101-0/+14
| * mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada2017-06-101-0/+33
| * mtd: nand: Drop the ->errstat() hookBoris Brezillon2017-06-011-5/+0
| * mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon2017-06-011-4/+8
| * mtd: nand: add support for Micron on-die ECCThomas Petazzoni2017-06-011-0/+2
| * mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon2017-05-301-0/+5
| * mtd: nand: export nand_{read,write}_page_raw()Thomas Petazzoni2017-05-151-0/+8
| * mtd: nand: add core support for on-die ECCThomas Petazzoni2017-05-151-0/+1
* | Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-181-1/+1
|\ \ | |/ |/|
| * mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warningsMauro Carvalho Chehab2017-05-161-1/+1
* | mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada2017-04-251-0/+2
* | mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada2017-04-251-1/+1
* | mtd: nand: Remove unused chip->write_page() hookBoris Brezillon2017-04-251-4/+0
* | mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon2017-03-081-0/+1
* | mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon2017-03-081-0/+1
* | mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon2017-03-081-20/+1
* | mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon2017-03-081-0/+1
* | mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cBoris Brezillon2017-03-081-0/+1