aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/nand.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-19mtd: merge in mtd_to_nand() branchBrian Norris1-0/+5
2015-11-19mtd: nand: add an mtd_to_nand() helperBoris BREZILLON1-0/+5
2015-11-11mtd: add get/set of_node/flash_node helpersBrian Norris1-0/+11
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-3/+3
2015-10-01mtd: nand: remove unused ->init_size() hookBoris BREZILLON1-6/+0
2015-09-21mtd: nand: add nand_check_erased helper functionsBoris BREZILLON1-0/+5
2015-09-11mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut1-2/+2
2015-07-07mtd: nand: Fix NAND_USE_BOUNCE_BUFFER flag conflictScott Wood1-5/+5
2015-05-11mtd: nand: add common DT init codeBrian Norris1-0/+5
2015-05-06mtd: nand_bbt: make nand_scan_bbt() staticBrian Norris1-1/+0
2014-11-25mtd: nand: add ATO manufacturer infoBrian Norris1-0/+1
2014-11-20mtd: nand: provide detailed description for raw read/write page methodsBoris BREZILLON1-2/+15
2014-09-22mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON1-0/+11
2014-08-19Merge l2-mtd/next into l2-mtd/masterBrian Norris1-0/+1
2014-08-19mtd: nand: fix DocBook warnings on nand_sdr_timings docBoris BREZILLON1-1/+1
2014-08-19mtd: fix linux/mtd/nand.h kernel-doc warningRandy Dunlap1-0/+1
2014-07-21mtd: nand: add ONFI timing mode to nand_timings converterBoris BREZILLON1-0/+3
2014-07-21mtd: nand: define struct nand_timingsBoris BREZILLON1-0/+49
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia1-0/+1
2014-05-20mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu1-0/+5
2014-05-09mtd: nand: refactor erase_cmd() to return chip statusBrian Norris1-3/+2
2014-03-25mtd: nand: fix GET/SET_FEATURES address on 16-bit devicesDavid Mosberger1-1/+10
2014-03-10mtd: nand: add "page" argument for read_subpage hookHuang Shijie1-1/+1
2014-03-10mtd: nand: parse out the JEDEC compliant NANDHuang Shijie1-1/+1
2014-03-10mtd: nand: add a helper to get the supported features for JEDECHuang Shijie1-0/+9
2014-03-10mtd: nand: add fields for JEDEC in nand_chipHuang Shijie1-1/+9
2014-03-10mtd: nand: add the data structures for JEDEC parameter pageHuang Shijie1-0/+75
2014-03-10mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris1-0/+10
2014-03-10mtd: nand: remove the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZEHuang Shijie1-8/+0
2014-03-10mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}Huang Shijie1-6/+6
2014-01-20mtd: nand: add Intel manufacturer IDHuang Shijie1-0/+1
2014-01-20mtd: nand: add SanDisk manufacturer IDHuang Shijie1-0/+1