summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)Author
2014-09-22mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON
2014-09-17mtd: nand: don't break long print messagesRafał Miłecki
2014-08-19mtd: nand: fix integer widening problemsBrian Norris
2014-08-19mtd: nand: fix nand_lock/unlock() functionWhite Ding
2014-07-21Merge tag 'v3.16-rc6' into MTD development branchBrian Norris
2014-07-13mtd: nand: reduce the warning noise when the ECC is too weakThomas Petazzoni
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia
2014-05-21mtd: nand: Warn the user if the selected ECC strength is too weakEzequiel Garcia
2014-05-20NAND_ECC_SOFT_BCH can support subpage reads tooRon Lee
2014-05-20mtd: nand: Add support to use nand_base poi databuf as bounce bufferKamal Dasu
2014-05-09mtd: nand: refactor erase_cmd() to return chip statusBrian Norris
2014-04-29mtd: nand: fix a typo in a comment lineMasahiro Yamada
2014-04-15mtd: nand: use the nand_read_subpage index everywhereRon
2014-04-04Fix index regression in nand_read_subpageRon
2014-03-26mtd: nand: fix mention to CONFIG_MTD_NAND_ECC_BCHErico Nunes
2014-03-10mtd: nand: add "page" argument for read_subpage hookHuang Shijie
2014-03-10mtd: nand: remove unused function input parameterCai Zhiyong
2014-03-10mtd: nand: print out the right information for JEDEC compliant NANDHuang Shijie
2014-03-10mtd: nand: parse out the JEDEC compliant NANDHuang Shijie
2014-03-10mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndromeBoris BREZILLON
2014-03-10mtd: nand: don't use read_buf for 8-bit ONFI transfersBrian Norris
2014-03-10mtd: nand: force NAND_CMD_READID onto 8-bit busBrian Norris
2014-03-10mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{}Huang Shijie
2014-02-14mtd: nand: fix off-by-one read retry mode countingBrian Norris
2014-01-20mtd: nand: add support for Samsung K9LCG08U0BHuang Shijie
2014-01-14mtd: nand: don't use {read,write}_buf for 8-bit transfersUwe Kleine-König
2014-01-13mtd: nand: support Micron READ RETRYBrian Norris
2014-01-13mtd: nand: add generic READ RETRY supportBrian Norris
2014-01-13mtd: nand: localize ECC failures per pageBrian Norris
2014-01-11mtd: nand: assign mtd->name in find_full_id_nandCai Zhiyong
2014-01-03mtd: nand: refactor print messagesEzequiel Garcia
2013-11-07mtd: nand: use a local variable to simplify the nand_scan_tailHuang Shijie
2013-11-06mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris
2013-10-27mtd: nand: fix the wrong mtd->type for nand chipHuang Shijie
2013-10-27mtd: nand: print out the cell information for nand chipHuang Shijie
2013-10-27mtd: nand: set the cell information for ONFI nandHuang Shijie
2013-10-27mtd: nand: add the "bits per cell" info for legacy ID NANDHuang Shijie
2013-10-27mtd: nand: rename the cellinfo to bits_per_cellHuang Shijie
2013-10-27mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie
2013-10-27mtd: nand: correct extemded param page error handlingBrian Norris
2013-10-27mtd: nand: cleanup ONFI printed errors, warningsBrian Norris
2013-09-27mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris
2013-08-30mtd: nand: fixup kerneldoc, rename parameterBrian Norris
2013-08-30mtd: set ONFI nand's default hooks in nand_set_defaults()Huang Shijie
2013-08-30mtd: set the ecc step size for master/slave mtd_infoHuang Shijie
2013-08-30mtd: nand: silence some shift wrap warningsDan Carpenter
2013-08-30mtd: parse out the ECC info for the full-id nand chipsHuang Shijie
2013-08-30mtd: replace the hardcode with the onfi_feature()Huang Shijie
2013-08-30mtd: get the ECC info from the Extended Parameter PageHuang Shijie
2013-08-30mtd: get the ECC info from the parameter page for ONFI nandHuang Shijie