summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mtd: nand: rename the cellinfo to bits_per_cellHuang Shijie2013-10-271-2/+12
* mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie2013-10-271-8/+6
* mtd: nand: correct extemded param page error handlingBrian Norris2013-10-271-4/+5
* mtd: nand: cleanup ONFI printed errors, warningsBrian Norris2013-10-271-9/+15
* mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris2013-09-271-5/+3
* mtd: nand: fixup kerneldoc, rename parameterBrian Norris2013-08-301-5/+6
* mtd: set ONFI nand's default hooks in nand_set_defaults()Huang Shijie2013-08-301-6/+6
* mtd: set the ecc step size for master/slave mtd_infoHuang Shijie2013-08-301-0/+1
* mtd: nand: silence some shift wrap warningsDan Carpenter2013-08-301-4/+4
OpenPOWER on IntegriCloud