aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus widthMatthieu CASTET2012-12-031-0/+7
* mtd: mtd_blkdevs: Replace request handler kthread with a workqueueEzequiel Garcia2012-11-211-1/+3
* mtd: uninitialized variable warning in map.hArnd Bergmann2012-11-161-1/+1
* mtd: diskonchip: use inline functions for DocRead/DocWriteArnd Bergmann2012-11-161-4/+18
* mtd: map: Fix compilation warningViresh Kumar2012-11-151-1/+1
* mtd: Fix kernel-doc content to avoid warning.Robert P. J. Day2012-11-151-2/+2
* mtd: sh_flctl: Add DMA capabiltyBastian Hecht2012-11-151-0/+12
* mtd: sh_flctl: Minor cleanupsBastian Hecht2012-11-151-1/+1
* mtd: gpmi: remove unneccessary headerHuang Shijie2012-11-151-68/+0
* mtd: nand: Increase the ecc placement locations to 640Vipin Kumar2012-11-151-1/+1
* mtd: fsmc_nand: pass the ale and cmd resource via resourceJean-Christophe PLAGNIOL-VILLARD2012-11-151-3/+0
* Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-091-1/+2
|\
| * mtd: mtdparts: introduce mtd_get_device_sizeRichard Genoud2012-09-041-0/+1
| * mtd: mark mtd_is_partition argument as constantRichard Genoud2012-09-041-1/+1
* | mtd: nand: increase max OOB size to 640Brian Norris2012-09-291-1/+1
* | mtd: add helpers to get the supportted ONFI timing modeHuang Shijie2012-09-291-0/+25
* | mtd: add helpers to set/get features for ONFI nandHuang Shijie2012-09-291-0/+14
* | mtd: nand: expand description of read_page method in comment headerMike Dunn2012-09-291-2/+4
* | mtd: nand: Added a device flag for subpage read supportJeff Westfahl2012-09-291-3/+4
* | mtd: fix kernel-doc warning in include/linux/mtd/nand.hRandy Dunlap2012-09-291-0/+1
* | mtd: kill MTD_NAND_VERIFY_WRITEHuang Shijie2012-09-291-3/+0
* | mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driverBrian Norris2012-09-291-3/+0
* | mtd: lpc32xx_mlc: Make driver independent of AMBA DMA engine driverRoland Stigge2012-09-291-0/+20
* | mtd: lpc32xx_slc: Make driver independent of AMBA DMA engine driverRoland Stigge2012-09-291-0/+20
* | mtd: Better comment NAND_BBT_NO_OOBShmulik Ladkani2012-07-061-1/+4
* | mtd: nand: teach write_page and write_page_raw return an error codeJosh Wu2012-07-061-2/+2
* | mtd: nand: kill NAND_NO_READRDYBrian Norris2012-07-061-6/+0
* | mtd: nand: remove NAND_BBT_SEARCH optionBrian Norris2012-07-061-2/+0
* | mtd: nand: add Eon Silicon Solutions manufacturer IDBrian Norris2012-07-061-0/+1
* | mtd: sh_flctl: Restructure the hardware ECC handlingBastian Hecht2012-07-061-3/+7
* | mtd: sh_flctl: Use different OOB layoutBastian Hecht2012-07-061-4/+0
* | mtd: sh_flctl: Add support for error IRQBastian Hecht2012-07-061-0/+9
* | mtd: move mtd_read_oob() definition out of mtd.hBrian Norris2012-07-061-8/+1
|/
* Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtdLinus Torvalds2012-06-013-17/+27
|\
| * mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw'Shmulik Ladkani2012-05-131-3/+2
| * mtd: gpmi: add device tree support to gpmi-nandHuang Shijie2012-05-131-4/+4
| * mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfacesBrian Norris2012-05-131-5/+6
| * mtd: add read_byte support to plat_nandJohn Crispin2012-05-131-0/+1
| * mtd: nand: kill NAND_NO_AUTOINCR optionBrian Norris2012-05-131-4/+1
| * mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn2012-05-131-0/+3
| * mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn2012-05-131-0/+9
| * mtd: ecc_strength is at ecc step granularityMike Dunn2012-05-131-1/+1
* | UBI: modify ubi_wl_flush function to clear work queue for a lnumJoel Reardon2012-05-211-0/+1
* | UBI: introduce UBI_ALL constantArtem Bityutskiy2012-05-211-0/+3
* | UBI: Kill data type hintRichard Weinberger2012-05-201-24/+3
|/
* Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-308-378/+291
|\
| * mtd: add device-tree support to spear_smiStefan Roese2012-03-261-0/+5
| * mtd: Add device-tree support to fsmc_nandStefan Roese2012-03-261-2/+2
| * mtd: nand/fsmc: Remove sparse warnings and errorsVipin Kumar2012-03-261-77/+66
| * mtd: nand/fsmc: Add DMA supportVipin Kumar2012-03-261-0/+4