summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios2016-07-191-1/+1
* Merge tag 'nand/for-4.7' of github.com:linux-nand/linuxBrian Norris2016-05-051-259/+405
|\
| * mtd: nand: add support for "nand-ecc-algo" DT propertyRafał Miłecki2016-05-051-7/+13
| * mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki2016-05-051-8/+3
| * mtd: drop support for NAND_ECC_SOFT_BCH as "soft_bch" mappingRafał Miłecki2016-05-051-1/+8
| * mtd: nand: read ECC algorithm from the new fieldRafał Miłecki2016-05-051-61/+85
| * mtd: nand: set ECC algorithm to Hamming on fallbackRafał Miłecki2016-05-051-0/+1
| * mtd: nand: move of_get_nand_xxx() helpers into nand_base.cBoris Brezillon2016-05-051-1/+93
| * mtd: nand: kill the ecc->layout fieldBoris Brezillon2016-05-051-7/+0
| * mtd: nand: bch: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-0/+15
| * mtd: nand: implement the default mtd_ooblayout_opsBoris Brezillon2016-04-191-49/+93
| * mtd: nand: use mtd_set_ecclayout() where appropriateBoris Brezillon2016-04-191-1/+1
| * mtd: nand: core: use mtd_ooblayout_xxx() helpers where appropriateBoris Brezillon2016-04-191-112/+88
| * mtd: nand: export default read/write oob functionsBoris Brezillon2016-04-191-8/+10
| * mtd: nand: Remove BUG() abuse in nand_scan_tailEzequiel García2016-04-191-19/+33
| * mtd: nand: set ECC algorithm in nand_dt_initRafał Miłecki2016-04-191-1/+5
| * mtd: nand: Remove the "nand-disk" LED triggerEzequiel Garcia2016-04-131-28/+1
* | mtd: nand: Drop mtd.owner requirement in nand_scanEzequiel García2016-04-021-9/+1
|/
* mtd: nand: remove kerneldoc for removed function parameterBrian Norris2016-03-111-1/+0
* mtd: nand: don't select chip in nand_chip's block_bad opArchit Taneja2016-03-101-22/+19
* mtd: nand: simplify nand_bch_init() usageBoris BREZILLON2016-03-071-4/+2
* mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON2016-03-071-12/+4
* mtd: kill the ecclayout->oobavail fieldBoris BREZILLON2016-03-071-7/+7
* mtd: nand: check status before reporting timeoutBrian Norris2016-03-071-2/+2
* mtd: nand: use nand_check_erased_ecc_chunk in default ECC read functionsBoris BREZILLON2016-01-061-7/+46
* mtd: nand: assign reasonable default name for NAND driversBrian Norris2016-01-061-0/+3
* mtd: nand: Disable subpage writes for drivers without ecc->hwctlHelmut Schaa2015-12-181-1/+1
* mtd: nand: kill the chip->flash_node fieldBoris BREZILLON2015-12-181-3/+0
* mtd: nand: simplify nand_dt_init() usageBoris BREZILLON2015-12-181-10/+11
* mtd: nand: make use of mtd_to_nand() in NAND core codeBoris BREZILLON2015-12-081-42/+42
* Merge MTD 4.4 development into MTD -nextBrian Norris2015-11-161-1/+1
|\
| * mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris2015-11-161-1/+1
* | mtd: nand: convert to nand_get_flash_node()Boris BREZILLON2015-11-111-3/+3
* | mtd: {nand,spi-nor}: assign MTD of_nodeBrian Norris2015-11-111-0/+3
|/
* mtd: nand: increase ready wait timeout and report timeoutsAlex Smith2015-10-261-13/+20
* mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON2015-10-131-10/+21
* mtd: nand: remove unused ->init_size() hookBoris BREZILLON2015-10-011-4/+1
* mtd: nand: add nand_check_erased helper functionsBoris BREZILLON2015-09-211-0/+128
* mtd: nand: Rename nand_chip .dn to .flash_nodeMarek Vasut2015-09-111-2/+2
* mtd: nand: correct indentation within conditionalBrian Norris2015-05-221-1/+1
* mtd: remove incorrect file nameBrian Norris2015-05-221-2/+0
* mtd: nand: add common DT init codeBrian Norris2015-05-111-0/+41
* mtd: nand: Remove in vain memset() in nand_onfi_get_features()Richard Weinberger2015-05-061-3/+0
* mtd: nand: Prevent possible kernel lockup in nand_command()Roger Quadros2015-03-301-4/+23
* mtd: nand: fix spelling of REPLACEABLEBrian Norris2015-03-241-1/+1
* mtd: nand: fully initialize mtd_oob_opsBrian Norris2015-03-111-4/+4
* mtd: nand: fixup bounds checks for nand_{lock,unlock}()Brian Norris2015-03-111-2/+2
* mtd: nand: remove redundant local variableBaruch Siach2015-02-051-2/+1
* mtd: nand: Request strength instead of bytes for soft BCHAaron Sierra2015-02-011-6/+8
* mtd: nand: default bitflip-reporting threshold to 75% of correction strengthBrian Norris2015-01-201-1/+1
OpenPOWER on IntegriCloud