aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-05Merge tag 'nand/for-4.7' of github.com:linux-nand/linuxBrian Norris1-259/+405
2016-05-05mtd: nand: add support for "nand-ecc-algo" DT propertyRafał Miłecki1-7/+13
2016-05-05mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki1-8/+3
2016-05-05mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mappingRafał Miłecki1-1/+8
2016-05-05mtd: nand: read ECC algorithm from the new fieldRafał Miłecki1-61/+85
2016-05-05mtd: nand: set ECC algorithm to Hamming on fallbackRafał Miłecki1-0/+1
2016-05-05mtd: nand: move of_get_nand_xxx() helpers into nand_base.cBoris Brezillon1-1/+93
2016-05-05mtd: nand: kill the ecc->layout fieldBoris Brezillon1-7/+0
2016-05-05mtd: nand: bch: switch to mtd_ooblayout_opsBoris Brezillon1-0/+15
2016-04-19mtd: nand: implement the default mtd_ooblayout_opsBoris Brezillon1-49/+93
2016-04-19mtd: nand: use mtd_set_ecclayout() where appropriateBoris Brezillon1-1/+1
2016-04-19mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon1-112/+88
2016-04-19mtd: nand: export default read/write oob functionsBoris Brezillon1-8/+10
2016-04-19mtd: nand: Remove BUG() abuse in nand_scan_tailEzequiel García1-19/+33
2016-04-19mtd: nand: set ECC algorithm in nand_dt_initRafał Miłecki1-1/+5
2016-04-13mtd: nand: Remove the "nand-disk" LED triggerEzequiel Garcia1-28/+1
2016-04-02mtd: nand: Drop mtd.owner requirement in nand_scanEzequiel García1-9/+1
2016-03-11mtd: nand: remove kerneldoc for removed function parameterBrian Norris1-1/+0
2016-03-10mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja1-22/+19
2016-03-07mtd: nand: simplify nand_bch_init() usageBoris BREZILLON1-4/+2
2016-03-07mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON1-12/+4
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON1-7/+7
2016-03-07mtd: nand: check status before reporting timeoutBrian Norris1-2/+2
2016-01-06mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functionsBoris BREZILLON1-7/+46
2016-01-06mtd: nand: assign reasonable default name for NAND driversBrian Norris1-0/+3
2015-12-18mtd: nand: Disable subpage writes for drivers without ecc->hwctlHelmut Schaa1-1/+1
2015-12-18mtd: nand: kill the chip->flash_node fieldBoris BREZILLON1-3/+0
2015-12-18mtd: nand: simplify nand_dt_init() usageBoris BREZILLON1-10/+11
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON1-42/+42
2015-11-16Merge MTD 4.4 development into MTD -nextBrian Norris1-1/+1
2015-11-16mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris1-1/+1
2015-11-11mtd: nand: convert to nand_get_flash_node()Boris BREZILLON1-3/+3
2015-11-11mtd: {nand,spi-nor}: assign MTD of_nodeBrian Norris1-0/+3
2015-10-26mtd: nand: increase ready wait timeout and report timeoutsAlex Smith1-13/+20
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON1-10/+21
2015-10-01mtd: nand: remove unused ->init_size() hookBoris BREZILLON1-4/+1
2015-09-21mtd: nand: add nand_check_erased helper functionsBoris BREZILLON1-0/+128
2015-09-11mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut1-2/+2
2015-05-22mtd: nand: correct indentation within conditionalBrian Norris1-1/+1
2015-05-22mtd: remove incorrect file nameBrian Norris1-2/+0
2015-05-11mtd: nand: add common DT init codeBrian Norris1-0/+41
2015-05-06mtd: nand: Remove in vain memset() in nand_onfi_get_features()Richard Weinberger1-3/+0
2015-03-30mtd: nand: Prevent possible kernel lockup in nand_command()Roger Quadros1-4/+23
2015-03-24mtd: nand: fix spelling of REPLACEABLEBrian Norris1-1/+1
2015-03-11mtd: nand: fully initialize mtd_oob_opsBrian Norris1-4/+4
2015-03-11mtd: nand: fixup bounds checks for nand_{lock,unlock}()Brian Norris1-2/+2
2015-02-05mtd: nand: remove redundant local variableBaruch Siach1-2/+1
2015-02-01mtd: nand: Request strength instead of bytes for soft BCHAaron Sierra1-6/+8
2015-01-20mtd: nand: default bitflip-reporting threshold to 75% of correction strengthBrian Norris1-1/+1
2015-01-09mtd: nand: remove duplicate comment lineBaruch Siach1-1/+0