summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/nand_base.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-07mtd: nand: use a local variable to simplify the nand_scan_tailHuang Shijie1-109/+104
2013-11-07mtd: nand: hack ONFI for non-power-of-2 dimensionsBrian Norris1-2/+13
2013-10-28mtd: nand: fix the wrong mtd->type for nand chipHuang Shijie1-1/+1
2013-10-28mtd: nand: print out the cell information for nand chipHuang Shijie1-4/+6
2013-10-28mtd: nand: set the cell information for ONFI nandHuang Shijie1-0/+1
2013-10-28mtd: nand: add the "bits per cell" info for legacy ID NANDHuang Shijie1-0/+3
2013-10-28mtd: nand: rename the cellinfo to bits_per_cellHuang Shijie1-2/+12
2013-10-28mtd: nand: add a helper to check the SLC/MLC nand chipHuang Shijie1-8/+6
2013-10-28mtd: nand: correct extemded param page error handlingBrian Norris1-4/+5
2013-10-28mtd: nand: cleanup ONFI printed errors, warningsBrian Norris1-9/+15
2013-09-27mtd: nand: fix memory leak in ONFI extended parameter pageBrian Norris1-5/+3
2013-08-31mtd: nand: fixup kerneldoc, rename parameterBrian Norris1-5/+6
2013-08-31mtd: set ONFI nand's default hooks in nand_set_defaults()Huang Shijie1-6/+6
2013-08-31mtd: set the ecc step size for master/slave mtd_infoHuang Shijie1-0/+1
2013-08-31mtd: nand: silence some shift wrap warningsDan Carpenter1-4/+4
2013-08-31mtd: parse out the ECC info for the full-id nand chipsHuang Shijie1-0/+2
2013-08-31mtd: replace the hardcode with the onfi_feature()Huang Shijie1-2/+4
2013-08-31mtd: get the ECC info from the Extended Parameter PageHuang Shijie1-0/+87
2013-08-31mtd: get the ECC info from the parameter page for ONFI nandHuang Shijie1-0/+5
2013-08-30mtd: nand: hide in-memory BBT implementation detailsBrian Norris1-21/+11
2013-08-30mtd: nand: refactor chip->block_markbad interfaceBrian Norris1-35/+52
2013-08-06mtd: nand: detect OOB size for Toshiba 24nm raw SLCBrian Norris1-0/+16
2013-08-06mtd: nand: fix NAND_BUSWIDTH_AUTO for x16 devicesBrian Norris1-3/+5
2013-08-05mtd: nand_base: Only use GET/SET FEATURES command on chips that support them.David Mosberger1-2/+6
2013-08-05mtd: nand_base: Use io{read, write}*_rep functions for transferAlexander Shiyan1-15/+4
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-03Merge 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