summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)Author
2013-09-27mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris
2013-08-30mtd: nand: fixup kerneldoc, rename parameterBrian Norris
2013-08-30mtd: set ONFI nand's default hooks in nand_set_defaults()Huang Shijie
2013-08-30mtd: set the ecc step size for master/slave mtd_infoHuang Shijie
2013-08-30mtd: nand: silence some shift wrap warningsDan Carpenter
2013-08-30mtd: parse out the ECC info for the full-id nand chipsHuang Shijie
2013-08-30mtd: replace the hardcode with the onfi_feature()Huang Shijie
2013-08-30mtd: get the ECC info from the Extended Parameter PageHuang Shijie
2013-08-30mtd: get the ECC info from the parameter page for ONFI nandHuang Shijie
2013-08-30mtd: nand: hide in-memory BBT implementation detailsBrian Norris
2013-08-30mtd: nand: refactor chip->block_markbad interfaceBrian Norris
2013-08-05mtd: nand: detect OOB size for Toshiba 24nm raw SLCBrian Norris
2013-08-05mtd: nand: fix NAND_BUSWIDTH_AUTO for x16 devicesBrian Norris
2013-08-05mtd: nand_base: Only use GET/SET FEATURES command on chips that support them.David Mosberger
2013-08-05mtd: nand_base: Use io{read, write}*_rep functions for transferAlexander Shiyan
2013-04-05mtd: nand: subpage write support for hardware based ECC schemesGupta, Pekon
2013-04-05mtd: add the support to parse out the full-id nand typeHuang Shijie
2013-04-05mtd: nand_base: Removed unnecessary cleaning "onfi_version" variableAlexander Shiyan
2013-04-05mtd: nand_base: Removed unnecessary command maskingAlexander Shiyan
2013-04-05mtd: nand: remove few tiny page NAND bitsArtem Bityutskiy
2013-04-05mtd: nand: rename the id field of 'struct nand_flash_dev'Artem Bityutskiy
2013-04-05mtd: nand: use NAND_HAS_CACHEPROGArtem Bityutskiy
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