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