summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger2020-10-141-7/+15
* mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()Miquel Raynal2018-03-221-2/+7
* mtd: nand: Fix nand_do_read_oob() return valueMiquel Raynal2018-02-161-1/+4
* mtd: nand: Fix writing mtdoops to nand flash.Brent Taylor2017-12-051-3/+6
* mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios2016-08-201-1/+1
* mtd: nand: Drop mtd.owner requirement in nand_scanEzequiel García2016-05-041-9/+1
* mtd: nand: assign reasonable default name for NAND driversBrian Norris2016-02-171-0/+3
* mtd: nand: fix shutdown/reboot for multi-chip systemsBrian Norris2015-11-161-1/+1
* 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
* mtd: nand: remove duplicate comment lineBaruch Siach2015-01-091-1/+0
* mtd: nand: added nand_shutdownScott Branden2015-01-071-0/+11
* mtd: nand: correct the comment of function nand_block_isreserved()Gu Zheng2014-11-281-2/+2
* mtd: nand: print erase size on initRafał Miłecki2014-11-251-2/+2
* mtd: nand: comment update, the DEPLETE1 command has goneGerhard Sittig2014-11-051-1/+1
* mtd: nand: Base BCH ECC bytes on required strengthJordan Friendshuh2014-11-051-1/+1
* mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON2014-09-221-0/+2
* mtd: nand: don't break long print messagesRafał Miłecki2014-09-171-9/+5
* mtd: nand: fix integer widening problemsBrian Norris2014-08-191-2/+2
* mtd: nand: fix nand_lock/unlock() functionWhite Ding2014-08-191-0/+18
* Merge tag 'v3.16-rc6' into MTD development branchBrian Norris2014-07-211-2/+4
|\
| * mtd: nand: reduce the warning noise when the ECC is too weakThomas Petazzoni2014-07-131-2/+4
* | mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2014-07-081-0/+18
|/
* mtd: nand: Warn the user if the selected ECC strength is too weakEzequiel Garcia2014-05-211-0/+36
* NAND_ECC_SOFT_BCH can support subpage reads tooRon Lee2014-05-201-2/+10
* mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu2014-05-201-6/+31
* mtd: nand: refactor erase_cmd() to return chip statusBrian Norris2014-05-091-7/+7
* mtd: nand: fix a typo in a comment lineMasahiro Yamada2014-04-291-1/+1
* mtd: nand: use the nand_read_subpage index everywhereRon2014-04-151-2/+1
* Fix index regression in nand_read_subpageRon2014-04-041-3/+2
* mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCHErico Nunes2014-03-261-1/+1
* mtd: nand: add "page" argument for read_subpage hookHuang Shijie2014-03-101-2/+5
* mtd: nand: remove unused function input parameterCai Zhiyong2014-03-101-7/+5
* mtd: nand: print out the right information for JEDEC compliant NANDHuang Shijie2014-03-101-2/+11
* mtd: nand: parse out the JEDEC compliant NANDHuang Shijie2014-03-101-0/+85
* mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndromeBoris BREZILLON2014-03-101-1/+1