summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/nand.h
Commit message (Expand)AuthorAge
* mtd: nand: fix typo, s/erasablocks/eraseblocksTudor Ambarus2019-08-26
* mtd: nand: Add a helper to retrieve the number of pages per targetBoris Brezillon2019-04-08
* mtd: nand: Add a helper returning the number of eraseblocks per targetBoris Brezillon2019-04-08
* mtd: nand: Add max_bad_eraseblocks_per_lun info to memorgBoris Brezillon2019-04-08
* mtd: nand: Fix nanddev_pos_next_page() kernel-doc headerBoris Brezillon2018-11-06
* mtd: nand: Fix nanddev_neraseblocks()Boris Brezillon2018-11-05
* mtd: nand: Pass mode information to nand_page_io_reqBoris Brezillon2018-06-01
* mtd: nand: Add core infrastructure to deal with NAND devicesBoris Brezillon2018-02-16
* mtd: nand: Rename nand.h into rawnand.hBoris Brezillon2017-08-13
* Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtdLinus Torvalds2017-07-13
|\
| * mtd: nand: add a shorthand to generate nand_ecc_caps structureMasahiro Yamada2017-06-10
| * mtd: nand: add generic helpers to check, match, maximize ECC settingsMasahiro Yamada2017-06-10
| * mtd: nand: Drop the ->errstat() hookBoris Brezillon2017-06-01
| * mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon2017-06-01
| * mtd: nand: add support for Micron on-die ECCThomas Petazzoni2017-06-01
| * mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPPBoris Brezillon2017-05-30
| * mtd: nand: export nand_{read,write}_page_raw()Thomas Petazzoni2017-05-15
| * mtd: nand: add core support for on-die ECCThomas Petazzoni2017-05-15
* | Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbookJonathan Corbet2017-05-18
|\ \ | |/ |/|
| * mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warningsMauro Carvalho Chehab2017-05-16
* | mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada2017-04-25
* | mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada2017-04-25
* | mtd: nand: Remove unused chip->write_page() hookBoris Brezillon2017-04-25
* | mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon2017-03-08
* | mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon2017-03-08
* | mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon2017-03-08
* | mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon2017-03-08
* | mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cBoris Brezillon2017-03-08
* | mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cBoris Brezillon2017-03-08
* | mtd: nand: Add manufacturer specific initialization/detection stepsBoris Brezillon2017-03-08
* | mtd: nand: Do not expose the NAND manufacturer table directlyBoris Brezillon2017-03-08
* | mtd: nand: Rename the nand_manufacturers structBoris Brezillon2017-03-08
* | mtd: nand: Store nand ID in struct nand_chipBoris Brezillon2017-03-08
|/
* Merge tag 'nand/for-4.11' of github.com:linux-nand/linuxBrian Norris2017-02-08
|\
| * mtd: nand: Add Winbond manufacturer idAndrey Jr. Melnikov2017-02-06
| * mtd: nand: fix nand.h kernel-doc warningsRandy Dunlap2017-01-30
* | mtd: nand: Add max_bb_per_die and blocks_per_die fields to nand_chipZach Brown2017-02-08
|/
* Merge tag 'nand/for-4.10' of github.com:linux-nand/linuxBrian Norris2016-11-29
|\
| * mtd: nand: Support controllers with custom pageMarc Gonzalez2016-11-19
| * mtd: nand: Wait tCCS after a column changeBoris Brezillon2016-11-07
| * mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon2016-11-07
* | mtd: nand: Fix data interface configuration logicBoris Brezillon2016-10-28
|/
* mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger2016-09-23
* mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon2016-09-23
* mtd: nand: automate NAND timings selectionBoris Brezillon2016-09-23
* mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer2016-09-23
* mtd: nand: Add function to convert ONFI mode to data_interfaceSascha Hauer2016-09-23
* mtd: nand: Introduce nand_data_interfaceSascha Hauer2016-09-23
* mtd: nand: Create a NAND reset functionSascha Hauer2016-09-23
* mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer2016-09-23