summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)Author
2016-07-19mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios
2016-05-05Merge tag 'nand/for-4.7' of github.com:linux-nand/linuxBrian Norris
2016-05-05mtd: nand: add support for "nand-ecc-algo" DT propertyRafał Miłecki
2016-05-05mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki
2016-05-05mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mappingRafał Miłecki
2016-05-05mtd: nand: read ECC algorithm from the new fieldRafał Miłecki
2016-05-05mtd: nand: set ECC algorithm to Hamming on fallbackRafał Miłecki
2016-05-05mtd: nand: move of_get_nand_xxx() helpers into nand_base.cBoris Brezillon
2016-05-05mtd: nand: kill the ecc->layout fieldBoris Brezillon
2016-05-05mtd: nand: bch: switch to mtd_ooblayout_opsBoris Brezillon
2016-04-19mtd: nand: implement the default mtd_ooblayout_opsBoris Brezillon
2016-04-19mtd: nand: use mtd_set_ecclayout() where appropriateBoris Brezillon
2016-04-19mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon
2016-04-19mtd: nand: export default read/write oob functionsBoris Brezillon
2016-04-19mtd: nand: Remove BUG() abuse in nand_scan_tailEzequiel García
2016-04-19mtd: nand: set ECC algorithm in nand_dt_initRafał Miłecki
2016-04-13mtd: nand: Remove the "nand-disk" LED triggerEzequiel Garcia
2016-04-02mtd: nand: Drop mtd.owner requirement in nand_scanEzequiel García
2016-03-11mtd: nand: remove kerneldoc for removed function parameterBrian Norris
2016-03-10mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja
2016-03-07mtd: nand: simplify nand_bch_init() usageBoris BREZILLON
2016-03-07mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON
2016-03-07mtd: kill the ecclayout->oobavail fieldBoris BREZILLON
2016-03-07mtd: nand: check status before reporting timeoutBrian Norris
2016-01-06mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functionsBoris BREZILLON
2016-01-06mtd: nand: assign reasonable default name for NAND driversBrian Norris
2015-12-18mtd: nand: Disable subpage writes for drivers without ecc->hwctlHelmut Schaa
2015-12-18mtd: nand: kill the chip->flash_node fieldBoris BREZILLON
2015-12-18mtd: nand: simplify nand_dt_init() usageBoris BREZILLON
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON
2015-11-16Merge MTD 4.4 development into MTD -nextBrian Norris
2015-11-16mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris
2015-11-11mtd: nand: convert to nand_get_flash_node()Boris BREZILLON
2015-11-11mtd: {nand,spi-nor}: assign MTD of_nodeBrian Norris
2015-10-26mtd: nand: increase ready wait timeout and report timeoutsAlex Smith
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-05-22mtd: nand: correct indentation within conditionalBrian Norris
2015-05-22mtd: remove incorrect file nameBrian Norris
2015-05-11mtd: nand: add common DT init codeBrian Norris
2015-05-06mtd: nand: Remove in vain memset() in nand_onfi_get_features()Richard Weinberger
2015-03-30mtd: nand: Prevent possible kernel lockup in nand_command()Roger Quadros
2015-03-24mtd: nand: fix spelling of REPLACEABLEBrian Norris
2015-03-11mtd: nand: fully initialize mtd_oob_opsBrian Norris
2015-03-11mtd: nand: fixup bounds checks for nand_{lock,unlock}()Brian Norris
2015-02-05mtd: nand: remove redundant local variableBaruch Siach
2015-02-01mtd: nand: Request strength instead of bytes for soft BCHAaron Sierra
2015-01-20mtd: nand: default bitflip-reporting threshold to 75% of correction strengthBrian Norris