summaryrefslogtreecommitdiff
path: root/include/linux/mtd/nand.h
AgeCommit message (Expand)Author
2016-10-28mtd: nand: Fix data interface configuration logicBoris Brezillon
2016-09-23mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger
2016-09-23mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon
2016-09-23mtd: nand: automate NAND timings selectionBoris Brezillon
2016-09-23mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer
2016-09-23mtd: nand: Add function to convert ONFI mode to data_interfaceSascha Hauer
2016-09-23mtd: nand: Introduce nand_data_interfaceSascha Hauer
2016-09-23mtd: nand: Create a NAND reset functionSascha Hauer
2016-09-23mtd: nand: remove unnecessary 'extern' from function declarationsSascha Hauer
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez
2016-06-09mtd: nand: add ESMT manufacturerRafał Miłecki
2016-05-05mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki
2016-05-05mtd: nand: kill the ecc->layout fieldBoris Brezillon
2016-04-19mtd: nand: implement the default mtd_ooblayout_opsBoris Brezillon
2016-04-19mtd: nand: export default read/write oob functionsBoris Brezillon
2016-04-19mtd: nand: add new enum for storing ECC algorithmRafał Miłecki
2016-03-10mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja
2016-01-26mtd: nand: kill unused ->ecclayout field in platform_nand_chip structBoris BREZILLON
2016-01-22mtd: nand: add NAND_NEED_SCRAMBLING option flagBoris BREZILLON
2016-01-07mtd: nand: add helpers to access ->privBoris BREZILLON
2016-01-06mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functionsBoris BREZILLON
2016-01-06mtd: nand: return consistent error codes in ecc.correct() implementationsBoris BREZILLON
2015-12-18mtd: nand: remove unused and buggy get_platform_nandchip() helper functionBoris BREZILLON
2015-12-18mtd: nand: kill the chip->flash_node fieldBoris BREZILLON
2015-12-18mtd: nand: update mtd_to_nand()Boris BREZILLON
2015-12-08mtd: nand: add nand_to_mtd() helperBoris BREZILLON
2015-12-08mtd: nand: embed an mtd_info structure into nand_chipBoris BREZILLON
2015-12-01mtd: nand: fix typo (t_ald -> t_adl)Brian Norris
2015-12-01mtd: nand: fix ONFI parameter page layoutBoris BREZILLON
2015-11-19mtd: merge in mtd_to_nand() branchBrian Norris
2015-11-19mtd: nand: add an mtd_to_nand() helperBoris BREZILLON
2015-11-11mtd: add get/set of_node/flash_node helpersBrian Norris
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON
2015-10-01mtd: nand: remove unused ->init_size() hookBoris BREZILLON
2015-09-21mtd: nand: add nand_check_erased helper functionsBoris BREZILLON
2015-09-11mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut
2015-07-07mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflictScott Wood
2015-05-11mtd: nand: add common DT init codeBrian Norris
2015-05-06mtd: nand_bbt: make nand_scan_bbt() staticBrian Norris
2014-11-25mtd: nand: add ATO manufacturer infoBrian Norris
2014-11-20mtd: nand: provide detailed description for raw read/write page methodsBoris BREZILLON
2014-09-22mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON
2014-08-19Merge l2-mtd/next into l2-mtd/masterBrian Norris
2014-08-19mtd: nand: fix DocBook warnings on nand_sdr_timings docBoris BREZILLON
2014-08-19mtd: fix linux/mtd/nand.h kernel-doc warningRandy Dunlap
2014-07-21mtd: nand: add ONFI timing mode to nand_timings converterBoris BREZILLON
2014-07-21mtd: nand: define struct nand_timingsBoris BREZILLON
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia
2014-05-20mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu
2014-05-09mtd: nand: refactor erase_cmd() to return chip statusBrian Norris