summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris2013-09-271-5/+3
* mtd: nand: fixup kerneldoc, rename parameterBrian Norris2013-08-301-5/+6
* mtd: set ONFI nand's default hooks in nand_set_defaults()Huang Shijie2013-08-301-6/+6
* mtd: set the ecc step size for master/slave mtd_infoHuang Shijie2013-08-301-0/+1
* mtd: nand: silence some shift wrap warningsDan Carpenter2013-08-301-4/+4
* mtd: parse out the ECC info for the full-id nand chipsHuang Shijie2013-08-301-0/+2
* mtd: replace the hardcode with the onfi_feature()Huang Shijie2013-08-301-2/+4
* mtd: get the ECC info from the Extended Parameter PageHuang Shijie2013-08-301-0/+87
* mtd: get the ECC info from the parameter page for ONFI nandHuang Shijie2013-08-301-0/+5
* mtd: nand: hide in-memory BBT implementation detailsBrian Norris2013-08-301-21/+11
* mtd: nand: refactor chip->block_markbad interfaceBrian Norris2013-08-301-35/+52
* mtd: nand: detect OOB size for Toshiba 24nm raw SLCBrian Norris2013-08-051-0/+16
* mtd: nand: fix NAND_BUSWIDTH_AUTO for x16 devicesBrian Norris2013-08-051-3/+5
* 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
OpenPOWER on IntegriCloud