summaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * mtd: add the ecc info for some full-id nand chipsHuang Shijie2013-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: atmel_nand: move the sanity check to the beginning of pmecc_enable()Josh Wu2013-08-301-4/+4
| * mtd: onenand: use dev_get_platdata()Jingoo Han2013-08-303-3/+3
| * mtd: nand: use dev_get_platdata()Jingoo Han2013-08-3018-35/+37
| * mtd: maps: use dev_get_platdata()Jingoo Han2013-08-309-16/+16
| * mtd: devices: use dev_get_platdata()Jingoo Han2013-08-303-3/+3
| * mtd: denali: use NAND_CI_CELLTYPE_MSK instead of hardcoded constantAkinobu Mita2013-08-301-1/+1
| * mtd: nand: gpmi-nand: use more sensible error codes at various placesLothar Waßmann2013-08-301-3/+3
| * mtd: atmel_nand: fix the warning when CONFIG_OF is not definedJosh Wu2013-08-301-0/+2
| * mtd: mtd_nandbiterrs: use mtd_test helpersAkinobu Mita2013-08-301-33/+6
| * mtd: mtd_torturetest: use mtd_test helpersAkinobu Mita2013-08-301-59/+7
| * mtd: mtd_subpagetest: use mtd_test helpersAkinobu Mita2013-08-301-78/+9
| * mtd: mtd_stresstest: use mtd_test helpersAkinobu Mita2013-08-301-74/+12
| * mtd: mtd_speedtest: use mtd_test helpersAkinobu Mita2013-08-301-144/+36
| * mtd: mtd_readtest: use mtd_test helpersAkinobu Mita2013-08-301-41/+8
| * mtd: mtd_pagetest: use mtd_test helpersAkinobu Mita2013-08-301-147/+58
| * mtd: mtd_oobtest: use mtd_test helpersAkinobu Mita2013-08-301-80/+12
| * mtd: tests: rename sources in order to link a helper objectAkinobu Mita2013-08-309-0/+9
| * mtd: tests: introduce helper functionsAkinobu Mita2013-08-302-0/+121
| * mtd: nand: remove NAND_BBT_SCANEMPTYBrian Norris2013-08-303-30/+6
| * mtd: nand: hide in-memory BBT implementation detailsBrian Norris2013-08-302-23/+37
| * mtd: nand: refactor chip->block_markbad interfaceBrian Norris2013-08-305-75/+72
| * mtd: nand: eliminate castBrian Norris2013-08-301-3/+2
| * mtd: nand: remove multiplied-by-2 block logicBrian Norris2013-08-301-48/+35
| * mtd: nand: add accessors, macros for in-memory BBTBrian Norris2013-08-301-22/+48
| * mtd: ofpart: add compatible check for child nodesJosh Wu2013-08-051-1/+13
| * mtd: atmel_nand: enable Nand Flash Controller (NFC) write via sramJosh Wu2013-08-051-5/+101
| * mtd: atmel_nand: enable Nand Flash Controller (NFC) read data via sramJosh Wu2013-08-051-6/+157
| * mtd: atmel_nand: add Nand Flash Controller (NFC) supportJosh Wu2013-08-052-33/+476
| * mtd: atmel_nand: replace pmecc enable code with one function.Josh Wu2013-08-051-15/+26
| * mtd: atmel_nand: use devm_xxx gpio kzalloc, gpio and ioremapJean-Christophe PLAGNIOL-VILLARD2013-08-051-115/+65
| * mtd: nandsim: remove unused ns->geom.oobshiftAkinobu Mita2013-08-051-3/+1
| * mtd: nandsim: remove unused codeAkinobu Mita2013-08-051-6/+0
| * mtd: nandsim: use NS_RAW_OFFSET()Akinobu Mita2013-08-051-2/+2
| * mtd: nandsim: simplify NS_RAW_OFFSET()Akinobu Mita2013-08-051-1/+1
| * mtd: nandsim: use kasprintf()Akinobu Mita2013-08-051-3/+1
| * mtd: nandsim: convert pages_written[] to bitmapAkinobu Mita2013-08-051-7/+8
| * mtd: nand: detect OOB size for Toshiba 24nm raw SLCBrian Norris2013-08-051-0/+16
| * mtd: jedec_probe: fix LH28F640BF definitionAndrea Adami2013-08-051-6/+7
| * mtd: atmel_nand: fix pmecc selction for ecc requirement typoJosh Wu2013-08-051-3/+3
| * mtd: nand: fix NAND_BUSWIDTH_AUTO for x16 devicesBrian Norris2013-08-051-3/+5
| * mtd: diskonchip: remove unused entries in KconfigMichael Opdenacker2013-08-052-57/+2
| * mtd: refactor call to request_moduleKees Cook2013-08-051-3/+1
| * mtd: atmel_nand: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-08-051-9/+0
| * mtd: gpmi-nand: don't use devm_pinctrl_get_select_default() in probeWolfram Sang2013-08-051-9/+0
| * mtd: nand: mxc_nand: Remove unneeded check for platform_get_resource()Fabio Estevam2013-08-051-5/+0