summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris2014-03-101-11/+3
* mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris2014-03-101-2/+4
* mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}Huang Shijie2014-03-101-4/+15
* mtd: nand: fix off-by-one read retry mode countingBrian Norris2014-02-141-1/+1
* mtd: nand: add support for Samsung K9LCG08U0BHuang Shijie2014-01-201-1/+4
* mtd: nand: don't use {read,write}_buf for 8-bit transfersUwe Kleine-König2014-01-141-2/+55
* mtd: nand: support Micron READ RETRYBrian Norris2014-01-131-0/+27
* mtd: nand: add generic READ RETRY supportBrian Norris2014-01-131-4/+52
* mtd: nand: localize ECC failures per pageBrian Norris2014-01-131-5/+8
* mtd: nand: assign mtd->name in find_full_id_nandCai Zhiyong2014-01-111-0/+3
* mtd: nand: refactor print messagesEzequiel Garcia2014-01-031-13/+13
* mtd: nand: use a local variable to simplify the nand_scan_tailHuang Shijie2013-11-071-109/+104
* mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris2013-11-061-2/+13
* mtd: nand: fix the wrong mtd->type for nand chipHuang Shijie2013-10-271-1/+1
* mtd: nand: print out the cell information for nand chipHuang Shijie2013-10-271-4/+6
* mtd: nand: set the cell information for ONFI nandHuang Shijie2013-10-271-0/+1
* mtd: nand: add the "bits per cell" info for legacy ID NANDHuang Shijie2013-10-271-0/+3
OpenPOWER on IntegriCloud