summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/nand.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cBoris Brezillon2017-03-081-0/+2
* mtd: nand: Add manufacturer specific initialization/detection stepsBoris Brezillon2017-03-081-0/+35
* mtd: nand: Do not expose the NAND manufacturer table directlyBoris Brezillon2017-03-081-1/+8
* mtd: nand: Rename the nand_manufacturers structBoris Brezillon2017-03-081-3/+3
* mtd: nand: Store nand ID in struct nand_chipBoris Brezillon2017-03-081-0/+13
* Merge tag 'nand/for-4.11' of github.com:linux-nand/linuxBrian Norris2017-02-081-1/+3
|\
| * mtd: nand: Add Winbond manufacturer idAndrey Jr. Melnikov2017-02-061-0/+1
| * mtd: nand: fix nand.h kernel-doc warningsRandy Dunlap2017-01-301-1/+2
* | mtd: nand: Add max_bb_per_die and blocks_per_die fields to nand_chipZach Brown2017-02-081-0/+5
|/
* Merge tag 'nand/for-4.10' of github.com:linux-nand/linuxBrian Norris2016-11-291-0/+30
|\
| * mtd: nand: Support controllers with custom pageMarc Gonzalez2016-11-191-0/+12
| * mtd: nand: Wait tCCS after a column changeBoris Brezillon2016-11-071-0/+10
| * mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon2016-11-071-0/+8
* | mtd: nand: Fix data interface configuration logicBoris Brezillon2016-10-281-1/+1
|/
* mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger2016-09-231-1/+4
* mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon2016-09-231-0/+1
* mtd: nand: automate NAND timings selectionBoris Brezillon2016-09-231-4/+10
* mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer2016-09-231-0/+2
* mtd: nand: Add function to convert ONFI mode to data_interfaceSascha Hauer2016-09-231-0/+5
* mtd: nand: Introduce nand_data_interfaceSascha Hauer2016-09-231-49/+117
* mtd: nand: Create a NAND reset functionSascha Hauer2016-09-231-0/+4
* mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer2016-09-231-15/+15
* mtd: nand: import nand_hw_control_init()Marc Gonzalez2016-09-231-0/+7
* mtd: nand: add ESMT manufacturerRafał Miłecki2016-06-091-0/+1
* mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki2016-05-051-1/+0
* mtd: nand: kill the ecc->layout fieldBoris Brezillon2016-05-051-2/+0
* mtd: nand: implement the default mtd_ooblayout_opsBoris Brezillon2016-04-191-0/+3
* mtd: nand: export default read/write oob functionsBoris Brezillon2016-04-191-0/+14
* mtd: nand: add new enum for storing ECC algorithmRafał Miłecki2016-04-191-0/+8
* mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja2016-03-101-1/+1
* mtd: nand: kill unused ->ecclayout field in platform_nand_chip structBoris BREZILLON2016-01-261-2/+0
* mtd: nand: add NAND_NEED_SCRAMBLING option flagBoris BREZILLON2016-01-221-0/+6
* mtd: nand: add helpers to access ->privBoris BREZILLON2016-01-071-0/+10
* mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functionsBoris BREZILLON2016-01-061-0/+10
* mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON2016-01-061-1/+7
* mtd: nand: remove unused and buggy get_platform_nandchip() helper functionBoris BREZILLON2015-12-181-9/+0
* mtd: nand: kill the chip->flash_node fieldBoris BREZILLON2015-12-181-5/+2
* mtd: nand: update mtd_to_nand()Boris BREZILLON2015-12-181-1/+1
* mtd: nand: add nand_to_mtd() helperBoris BREZILLON2015-12-081-0/+5
* mtd: nand: embed an mtd_info structure into nand_chipBoris BREZILLON2015-12-081-0/+2
* mtd: nand: fix typo (t_ald -> t_adl)Brian Norris2015-12-011-2/+2
* mtd: nand: fix ONFI parameter page layoutBoris BREZILLON2015-12-011-2/+2
OpenPOWER on IntegriCloud