aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-05mtd: nand: subpage write support for hardware based ECC schemesGupta, Pekon1-13/+86
2013-04-05mtd: add the support to parse out the full-id nand typeHuang Shijie1-3/+32
2013-04-05mtd: nand_base: Removed unnecessary cleaning "onfi_version" variableAlexander Shiyan1-2/+0
2013-04-05mtd: nand_base: Removed unnecessary command maskingAlexander Shiyan1-2/+1
2013-04-05mtd: nand: remove few tiny page NAND bitsArtem Bityutskiy1-1/+1
2013-04-05mtd: nand: rename the id field of 'struct nand_flash_dev'Artem Bityutskiy1-1/+1
2013-04-05mtd: nand: use NAND_HAS_CACHEPROGArtem Bityutskiy1-1/+1
2013-04-05mtd: nand: remove a bunch of unused commandsArtem Bityutskiy1-10/+0
2013-04-05mtd: nand: remove AG-AND supportArtem Bityutskiy1-78/+2
2013-03-14mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDYBrian Norris1-0/+16
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds1-6/+2
2013-02-04mtd: fix the wrong timeo for panic_nand_wait()Huang Shijie1-6/+2
2013-01-19mtd: nand: onfi don't WARN if we are in 16 bits modeMatthieu CASTET1-2/+5
2012-12-13mtd: nand: typo in nand_id_has_period() commentsBrian Norris1-1/+1
2012-12-03mtd: nand: onfi need to be probed in 8 bits modeMatthieu CASTET1-0/+2
2012-12-03mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus widthMatthieu CASTET1-5/+9
2012-12-03mtd: nand: print flash size during detectionMatthieu CASTET1-2/+2
2012-12-03mted: nand_wait_ready timeout fixMatthieu CASTET1-1/+1
2012-12-03mtd: remove the "chip" parameter in nand_get_device()Huang Shijie1-23/+14
2012-12-03mtd: remove the de-select chip code in nand_release_device()Huang Shijie1-10/+25
2012-11-18mtd: Fix typo mtd/testsMasanari Iida1-1/+1
2012-11-18mtd: de-select the chip when it is not usedHuang Shijie1-4/+6
2012-11-15mtd: nand_wait: warn if the nand is busy on exitMatthieu CASTET1-0/+2
2012-11-15mtd: use the NAND_STATUS_FAIL to replace the hardcodeHuang Shijie1-2/+2
2012-11-15mtd: nand: fix Samsung SLC detection regressionBrian Norris1-0/+1
2012-11-15mtd: nand: fix Samsung SLC NAND identification regressionBrian Norris1-4/+5
2012-09-29mtd: nand: detect Samsung K9GBG08U0A, K9GAG08U0F IDBrian Norris1-5/+11
2012-09-29mtd: nand: decode Hynix MLC, 6-byte ID lengthBrian Norris1-1/+44
2012-09-29mtd: nand: add generic READ ID length calculation functionsBrian Norris1-7/+65
2012-09-29mtd: nand: split simple ID decode into its own functionBrian Norris1-20/+31
2012-09-29mtd: nand: split extended ID decoding into its own functionBrian Norris1-55/+67
2012-09-29mtd: nand: split BB marker options decoding into its own functionBrian Norris1-27/+39
2012-09-29mtd: nand: remove redundant ID readBrian Norris1-8/+2
2012-09-29mtd: nand: remove unnecessary variableBrian Norris1-3/+1
2012-09-29mtd: add helpers to set/get features for ONFI nandHuang Shijie1-0/+50
2012-09-29mtd: nand: Added a device flag for subpage read supportJeff Westfahl1-2/+7
2012-09-29mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie1-53/+0
2012-09-29mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris1-5/+2
2012-07-16mtd: use MTD_OPS_PLACE_OOB macro consistentlyHuang Shijie1-3/+3
2012-07-06mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu1-8/+19
2012-07-06mtd: nand: kill NAND_NO_READRDYBrian Norris1-17/+0
2012-06-09mtd: nand: initialize bitflip_threshold prior to BBT scanningShmulik Ladkani1-0/+7
2012-05-13mtd: nand: check the return code of 'read_oob/read_oob_raw'Shmulik Ladkani1-3/+10
2012-05-13mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani1-12/+7
2012-05-13mtd: nand: utilize oob_required parameterBrian Norris1-2/+4
2012-05-13mtd: nand: pass proper 'oob_required' parameterBrian Norris1-6/+8
2012-05-13mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris1-21/+35
2012-05-13mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris1-7/+1
2012-05-13mtd: nand: remove autoincrement 'sndcmd' codeBrian Norris1-37/+6
2012-05-13mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn1-4/+14