aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAge
* mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDYBrian Norris2013-03-14
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-02
|\
| * mtd: fix the wrong timeo for panic_nand_wait()Huang Shijie2013-02-04
* | mtd: nand: onfi don't WARN if we are in 16 bits modeMatthieu CASTET2013-01-19
|/
* mtd: nand: typo in nand_id_has_period() commentsBrian Norris2012-12-13
* mtd: nand: onfi need to be probed in 8 bits modeMatthieu CASTET2012-12-03
* mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus widthMatthieu CASTET2012-12-03
* mtd: nand: print flash size during detectionMatthieu CASTET2012-12-03
* mted: nand_wait_ready timeout fixMatthieu CASTET2012-12-03
* mtd: remove the "chip" parameter in nand_get_device()Huang Shijie2012-12-03
* mtd: remove the de-select chip code in nand_release_device()Huang Shijie2012-12-03
* mtd: Fix typo mtd/testsMasanari Iida2012-11-18
* mtd: de-select the chip when it is not usedHuang Shijie2012-11-18
* mtd: nand_wait: warn if the nand is busy on exitMatthieu CASTET2012-11-15
* mtd: use the NAND_STATUS_FAIL to replace the hardcodeHuang Shijie2012-11-15
* mtd: nand: fix Samsung SLC detection regressionBrian Norris2012-11-15
* mtd: nand: fix Samsung SLC NAND identification regressionBrian Norris2012-11-15
* mtd: nand: detect Samsung K9GBG08U0A, K9GAG08U0F IDBrian Norris2012-09-29
* mtd: nand: decode Hynix MLC, 6-byte ID lengthBrian Norris2012-09-29
* mtd: nand: add generic READ ID length calculation functionsBrian Norris2012-09-29
* mtd: nand: split simple ID decode into its own functionBrian Norris2012-09-29
* mtd: nand: split extended ID decoding into its own functionBrian Norris2012-09-29
* mtd: nand: split BB marker options decoding into its own functionBrian Norris2012-09-29
* mtd: nand: remove redundant ID readBrian Norris2012-09-29
* mtd: nand: remove unnecessary variableBrian Norris2012-09-29
* mtd: add helpers to set/get features for ONFI nandHuang Shijie2012-09-29
* mtd: nand: Added a device flag for subpage read supportJeff Westfahl2012-09-29
* mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-29
* mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris2012-09-29
* mtd: use MTD_OPS_PLACE_OOB macro consistentlyHuang Shijie2012-07-16
* mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu2012-07-06
* mtd: nand: kill NAND_NO_READRDYBrian Norris2012-07-06
* mtd: nand: initialize bitflip_threshold prior to BBT scanningShmulik Ladkani2012-06-09
* mtd: nand: check the return code of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-14
* mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-14
* mtd: nand: utilize oob_required parameterBrian Norris2012-05-14
* mtd: nand: pass proper 'oob_required' parameterBrian Norris2012-05-14
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-14
* mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-14
* mtd: nand: remove autoincrement 'sndcmd' codeBrian Norris2012-05-14
* mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn2012-05-14
* mtd: nand: add sanity check of ecc strength to nand_scan_tail()Mike Dunn2012-05-14
* mtd: nand: read_page() returns max_bitflipsMike Dunn2012-05-14
* mtd: ecc_strength is at ecc step granularityMike Dunn2012-05-14
* mtd: nand: Add a NAND_CMD_STATUS when using write verificationBastian Hecht2012-05-14
* mtd: print out the page size and oob size after parsing out the nandHuang Shijie2012-05-13
* mtd: unify initialization of erase_info->fail_addrShmulik Ladkani2012-03-26
* mtd: support ONFI multi lun NANDMatthieu CASTET2012-03-26
* mtd: flash drivers set ecc strengthMike Dunn2012-03-26
* mtd: change the location of the ONFI detected logHuang Shijie2012-03-26