aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/nand.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-25mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada1-0/+2
2017-04-25mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada1-1/+1
2017-04-25mtd: nand: Remove unused chip->write_page() hookBoris Brezillon1-4/+0
2017-03-08mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon1-0/+1
2017-03-08mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon1-0/+1
2017-03-08mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon1-20/+1
2017-03-08mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon1-0/+1
2017-03-08mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cBoris Brezillon1-0/+1
2017-03-08mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cBoris Brezillon1-0/+2
2017-03-08mtd: nand: Add manufacturer specific initialization/detection stepsBoris Brezillon1-0/+35
2017-03-08mtd: nand: Do not expose the NAND manufacturer table directlyBoris Brezillon1-1/+8
2017-03-08mtd: nand: Rename the nand_manufacturers structBoris Brezillon1-3/+3
2017-03-08mtd: nand: Store nand ID in struct nand_chipBoris Brezillon1-0/+13
2017-02-08Merge tag 'nand/for-4.11' of github.com:linux-nand/linuxBrian Norris1-1/+3
2017-02-08mtd: nand: Add max_bb_per_die and blocks_per_die fields to nand_chipZach Brown1-0/+5
2017-02-06mtd: nand: Add Winbond manufacturer idAndrey Jr. Melnikov1-0/+1
2017-01-30mtd: nand: fix nand.h kernel-doc warningsRandy Dunlap1-1/+2
2016-11-29Merge tag 'nand/for-4.10' of github.com:linux-nand/linuxBrian Norris1-0/+30
2016-11-19mtd: nand: Support controllers with custom pageMarc Gonzalez1-0/+12
2016-11-07mtd: nand: Wait tCCS after a column changeBoris Brezillon1-0/+10
2016-11-07mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon1-0/+8
2016-10-28mtd: nand: Fix data interface configuration logicBoris Brezillon1-1/+1
2016-09-23mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger1-1/+4
2016-09-23mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon1-0/+1
2016-09-23mtd: nand: automate NAND timings selectionBoris Brezillon1-4/+10
2016-09-23mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer1-0/+2
2016-09-23mtd: nand: Add function to convert ONFI mode to data_interfaceSascha Hauer1-0/+5
2016-09-23mtd: nand: Introduce nand_data_interfaceSascha Hauer1-49/+117
2016-09-23mtd: nand: Create a NAND reset functionSascha Hauer1-0/+4
2016-09-23mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer1-15/+15
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez1-0/+7
2016-06-09mtd: nand: add ESMT manufacturerRafał Miłecki1-0/+1
2016-05-05mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki1-1/+0
2016-05-05mtd: nand: kill the ecc->layout fieldBoris Brezillon1-2/+0
2016-04-19mtd: nand: implement the default mtd_ooblayout_opsBoris Brezillon1-0/+3
2016-04-19mtd: nand: export default read/write oob functionsBoris Brezillon1-0/+14
2016-04-19mtd: nand: add new enum for storing ECC algorithmRafał Miłecki1-0/+8
2016-03-10mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja1-1/+1
2016-01-26mtd: nand: kill unused ->ecclayout field in platform_nand_chip structBoris BREZILLON1-2/+0
2016-01-22mtd: nand: add NAND_NEED_SCRAMBLING option flagBoris BREZILLON1-0/+6
2016-01-07mtd: nand: add helpers to access ->privBoris BREZILLON1-0/+10
2016-01-06mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functionsBoris BREZILLON1-0/+10
2016-01-06mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON1-1/+7
2015-12-18mtd: nand: remove unused and buggy get_platform_nandchip() helper functionBoris BREZILLON1-9/+0
2015-12-18mtd: nand: kill the chip->flash_node fieldBoris BREZILLON1-5/+2
2015-12-18mtd: nand: update mtd_to_nand()Boris BREZILLON1-1/+1
2015-12-08mtd: nand: add nand_to_mtd() helperBoris BREZILLON1-0/+5
2015-12-08mtd: nand: embed an mtd_info structure into nand_chipBoris BREZILLON1-0/+2
2015-12-01mtd: nand: fix typo (t_ald -> t_adl)Brian Norris1-2/+2
2015-12-01mtd: nand: fix ONFI parameter page layoutBoris BREZILLON1-2/+2