aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-23mtd: nand: Fix nand_command_lp() for 8bits opcodesBoris Brezillon1-1/+4
2016-09-23mtd: nand: Support maximizing ECC when using software BCHBoris Brezillon1-0/+20
2016-09-23mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon1-0/+3
2016-09-23mtd: nand: automate NAND timings selectionBoris Brezillon1-0/+157
2016-09-23mtd: nand: Create a NAND reset functionSascha Hauer1-5/+20
2016-09-23mtd: nand: Get rid of needless 'goto'Andrey Smirnov1-12/+6
2016-09-23mtd: nand: Error out if cmd_ctrl() is missingAndrey Smirnov1-0/+9
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez1-2/+1
2016-07-19mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios1-1/+1
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