aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/rawnand.h
Commit message (Expand)AuthorAge
* mtd: rawnand: allocate dynamically ONFI parameters during detectionMiquel Raynal2018-08-01
* mtd: rawnand: allocate model parameter dynamicallyMiquel Raynal2018-07-31
* mtd: rawnand: do not export nand_scan_[ident|tail]() anymoreMiquel Raynal2018-07-31
* mtd: rawnand: add hooks that may be called during nand_scan()Miquel Raynal2018-07-31
* mtd: rawnand: better name for the controller structureMiquel Raynal2018-07-31
* mtd: rawnand: make subop helpers return unsigned valuesMiquel Raynal2018-07-31
* mtd: rawnand: Expose _notsupp() helpers for raw page accessorsBoris Brezillon2018-07-19
* mtd: rawnand: plat_nand: Kill pdata->ctrl.{hwcontrol, read_byte}()Boris Brezillon2018-07-18
* mtd: rawnand: Kill the chip->scan_bbt() hookBoris Brezillon2018-07-18
* mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt()Boris Brezillon2018-07-18
* mtd: rawnand: Remove forward declaration of device_nodeBoris Brezillon2018-07-18
* mtd: rawnand: Remove forward declaration of mtd_infoBoris Brezillon2018-07-18
* mtd: rawnand: Remove nand_do_read() prototype from rawnand.hBoris Brezillon2018-07-18
* mtd: rawnand: provide only single helper function for ECC confAbhishek Sahu2018-07-18
* mtd: rawnand: helper function for setting up ECC configurationAbhishek Sahu2018-07-18
* mtd: rawnand: add defines for ONFI version bitsChris Packham2018-07-02
* mtd: rawnand: add manufacturer fixup for ONFI parameter pageChris Packham2018-07-02
* mtd: rawnand: add an option to specify NAND chip as a boot deviceStefan Agner2018-07-02
* mtd: rawnand: add Reed-Solomon error correction algorithmStefan Agner2018-07-02
* Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds2018-06-08
|\
| * mtd: rawnand.h: use nested union kernel-doc markupsMauro Carvalho Chehab2018-05-09
| * mtd: rawnand: add a way to pass an ID table with nand_scan()Miquel Raynal2018-04-29
* | mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bitGeert Uytterhoeven2018-05-15
|/
* mtd: rawnand: get rid of the ONFI parameter page in nand_chipMiquel Raynal2018-03-20
* mtd: rawnand: get rid of the JEDEC parameter page in nand_chipMiquel Raynal2018-03-20
* mtd: rawnand: allow vendors to declare (un)supported featuresMiquel Raynal2018-03-20
* mtd: rawnand: prepare the removal of the ONFI parameter pageMiquel Raynal2018-03-20
* mtd: rawnand: prepare the removal of ONFI/JEDEC parameter pagesMiquel Raynal2018-03-20
* mtd: rawnand: use wrappers to call onfi GET/SET_FEATURESMiquel Raynal2018-03-20
* mtd: rawnand: rename SET/GET FEATURES related functionsMiquel Raynal2018-03-20
* mtd: nand: Fix build issues due to an anonymous unionMiquel Raynal2018-01-20
* mtd: nand: add ->exec_op() implementationMiquel Raynal2017-12-16
* mtd: nand: squash struct nand_buffers into struct nand_chipMasahiro Yamada2017-12-14
* mtd: nand: remove unused NAND_OWN_BUFFERS flagMasahiro Yamada2017-12-14
* mtd: nand: provide valid ->data_interface during NAND detectionMiquel Raynal2017-12-14
* mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon2017-12-14
* mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon2017-12-14
* mtd: nand: introduce NAND_ROW_ADDR_3 flagMasahiro Yamada2017-09-18
* Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon2017-09-01
* mtd: nand: complain loudly when chip->bits_per_cell is not correctly initializedLothar Waßmann2017-08-29
* Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...Boris Brezillon2017-08-23
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-13