aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-30mtd: nand: Prevent possible kernel lockup in nand_command()Roger Quadros1-4/+23
2015-03-24mtd: nand: fix spelling of REPLACEABLEBrian Norris1-1/+1
2015-03-11mtd: nand: fully initialize mtd_oob_opsBrian Norris1-4/+4
2015-03-11mtd: nand: fixup bounds checks for nand_{lock,unlock}()Brian Norris1-2/+2
2015-02-05mtd: nand: remove redundant local variableBaruch Siach1-2/+1
2015-02-01mtd: nand: Request strength instead of bytes for soft BCHAaron Sierra1-6/+8
2015-01-20mtd: nand: default bitflip-reporting threshold to 75% of correction strengthBrian Norris1-1/+1
2015-01-09mtd: nand: remove duplicate comment lineBaruch Siach1-1/+0
2015-01-07mtd: nand: added nand_shutdownScott Branden1-0/+11
2014-11-28mtd: nand: correct the comment of function nand_block_isreserved()Gu Zheng1-2/+2
2014-11-25mtd: nand: print erase size on initRafał Miłecki1-2/+2
2014-11-05mtd: nand: comment update, the DEPLETE1 command has goneGerhard Sittig1-1/+1
2014-11-05mtd: nand: Base BCH ECC bytes on required strengthJordan Friendshuh1-1/+1
2014-09-22mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON1-0/+2
2014-09-17mtd: nand: don't break long print messagesRafał Miłecki1-9/+5
2014-08-19mtd: nand: fix integer widening problemsBrian Norris1-2/+2
2014-08-19mtd: nand: fix nand_lock/unlock() functionWhite Ding1-0/+18
2014-07-21Merge tag 'v3.16-rc6' into MTD development branchBrian Norris1-2/+4
2014-07-13mtd: nand: reduce the warning noise when the ECC is too weakThomas Petazzoni1-2/+4
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia1-0/+18
2014-05-21mtd: nand: Warn the user if the selected ECC strength is too weakEzequiel Garcia1-0/+36
2014-05-20NAND_ECC_SOFT_BCH can support subpage reads tooRon Lee1-2/+10
2014-05-20mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu1-6/+31
2014-05-09mtd: nand: refactor erase_cmd() to return chip statusBrian Norris1-7/+7
2014-04-29mtd: nand: fix a typo in a comment lineMasahiro Yamada1-1/+1
2014-04-15mtd: nand: use the nand_read_subpage index everywhereRon1-2/+1
2014-04-04Fix index regression in nand_read_subpageRon1-3/+2
2014-03-26mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCHErico Nunes1-1/+1
2014-03-10mtd: nand: add "page" argument for read_subpage hookHuang Shijie1-2/+5
2014-03-10mtd: nand: remove unused function input parameterCai Zhiyong1-7/+5
2014-03-10mtd: nand: print out the right information for JEDEC compliant NANDHuang Shijie1-2/+11
2014-03-10mtd: nand: parse out the JEDEC compliant NANDHuang Shijie1-0/+85
2014-03-10mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndromeBoris BREZILLON1-1/+1
2014-03-10mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris1-11/+3
2014-03-10mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris1-2/+4
2014-03-10mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}Huang Shijie1-4/+15
2014-02-14mtd: nand: fix off-by-one read retry mode countingBrian Norris1-1/+1
2014-01-20mtd: nand: add support for Samsung K9LCG08U0BHuang Shijie1-1/+4
2014-01-14mtd: nand: don't use {read,write}_buf for 8-bit transfersUwe Kleine-König1-2/+55
2014-01-13mtd: nand: support Micron READ RETRYBrian Norris1-0/+27
2014-01-13mtd: nand: add generic READ RETRY supportBrian Norris1-4/+52
2014-01-13mtd: nand: localize ECC failures per pageBrian Norris1-5/+8
2014-01-11mtd: nand: assign mtd->name in find_full_id_nandCai Zhiyong1-0/+3
2014-01-03mtd: nand: refactor print messagesEzequiel Garcia1-13/+13
2013-11-07mtd: nand: use a local variable to simplify the nand_scan_tailHuang Shijie1-109/+104
2013-11-06mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris1-2/+13
2013-10-27mtd: nand: fix the wrong mtd->type for nand chipHuang Shijie1-1/+1
2013-10-27mtd: nand: print out the cell information for nand chipHuang Shijie1-4/+6
2013-10-27mtd: nand: set the cell information for ONFI nandHuang Shijie1-0/+1
2013-10-27mtd: nand: add the "bits per cell" info for legacy ID NANDHuang Shijie1-0/+3