summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand_base: Only use GET/SET FEATURES command on chips that support them.David Mosberger2013-08-051-2/+6
* mtd: nand_base: Use io{read, write}*_rep functions for transferAlexander Shiyan2013-08-051-15/+4
* mtd: nand: subpage write support for hardware based ECC schemesGupta, Pekon2013-04-051-13/+86
* mtd: add the support to parse out the full-id nand typeHuang Shijie2013-04-051-3/+32
* mtd: nand_base: Removed unnecessary cleaning "onfi_version" variableAlexander Shiyan2013-04-051-2/+0
* mtd: nand_base: Removed unnecessary command maskingAlexander Shiyan2013-04-051-2/+1
* mtd: nand: remove few tiny page NAND bitsArtem Bityutskiy2013-04-051-1/+1
* mtd: nand: rename the id field of 'struct nand_flash_dev'Artem Bityutskiy2013-04-051-1/+1
* mtd: nand: use NAND_HAS_CACHEPROGArtem Bityutskiy2013-04-051-1/+1
* mtd: nand: remove a bunch of unused commandsArtem Bityutskiy2013-04-051-10/+0
* mtd: nand: remove AG-AND supportArtem Bityutskiy2013-04-051-78/+2
* mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDYBrian Norris2013-03-141-0/+16
* Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds2013-03-021-6/+2
|\
| * mtd: fix the wrong timeo for panic_nand_wait()Huang Shijie2013-02-041-6/+2
* | mtd: nand: onfi don't WARN if we are in 16 bits modeMatthieu CASTET2013-01-191-2/+5
|/
* mtd: nand: typo in nand_id_has_period() commentsBrian Norris2012-12-131-1/+1
* mtd: nand: onfi need to be probed in 8 bits modeMatthieu CASTET2012-12-031-0/+2
* mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus widthMatthieu CASTET2012-12-031-5/+9
* mtd: nand: print flash size during detectionMatthieu CASTET2012-12-031-2/+2
* mted: nand_wait_ready timeout fixMatthieu CASTET2012-12-031-1/+1
* mtd: remove the "chip" parameter in nand_get_device()Huang Shijie2012-12-031-23/+14
* mtd: remove the de-select chip code in nand_release_device()Huang Shijie2012-12-031-10/+25
* mtd: Fix typo mtd/testsMasanari Iida2012-11-181-1/+1
* mtd: de-select the chip when it is not usedHuang Shijie2012-11-181-4/+6
* mtd: nand_wait: warn if the nand is busy on exitMatthieu CASTET2012-11-151-0/+2
* mtd: use the NAND_STATUS_FAIL to replace the hardcodeHuang Shijie2012-11-151-2/+2
* mtd: nand: fix Samsung SLC detection regressionBrian Norris2012-11-151-0/+1
* mtd: nand: fix Samsung SLC NAND identification regressionBrian Norris2012-11-151-4/+5
* mtd: nand: detect Samsung K9GBG08U0A, K9GAG08U0F IDBrian Norris2012-09-291-5/+11
* mtd: nand: decode Hynix MLC, 6-byte ID lengthBrian Norris2012-09-291-1/+44
* mtd: nand: add generic READ ID length calculation functionsBrian Norris2012-09-291-7/+65
* mtd: nand: split simple ID decode into its own functionBrian Norris2012-09-291-20/+31
* mtd: nand: split extended ID decoding into its own functionBrian Norris2012-09-291-55/+67
* mtd: nand: split BB marker options decoding into its own functionBrian Norris2012-09-291-27/+39
* mtd: nand: remove redundant ID readBrian Norris2012-09-291-8/+2
* mtd: nand: remove unnecessary variableBrian Norris2012-09-291-3/+1
* mtd: add helpers to set/get features for ONFI nandHuang Shijie2012-09-291-0/+50
* mtd: nand: Added a device flag for subpage read supportJeff Westfahl2012-09-291-2/+7
* mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-53/+0
* mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris2012-09-291-5/+2
* mtd: use MTD_OPS_PLACE_OOB macro consistentlyHuang Shijie2012-07-161-3/+3
* mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu2012-07-061-8/+19
* mtd: nand: kill NAND_NO_READRDYBrian Norris2012-07-061-17/+0
* mtd: nand: initialize bitflip_threshold prior to BBT scanningShmulik Ladkani2012-06-091-0/+7
* mtd: nand: check the return code of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-131-3/+10
* mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-131-12/+7
* mtd: nand: utilize oob_required parameterBrian Norris2012-05-131-2/+4
* mtd: nand: pass proper 'oob_required' parameterBrian Norris2012-05-131-6/+8
* mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-131-21/+35
* mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-131-7/+1