summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* fix breakage in mtdchar_open(), sanitize failure exitsAl Viro2012-04-091-10/+10
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-061-9/+1Star
|\
| * simple_open: automatically convert to simple_open()Stephen Boyd2012-04-061-9/+1Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-311-37/+16Star
|\ \
| * | mtdchar: kill persistently held vfsmountAl Viro2012-03-311-37/+16Star
* | | Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds2012-03-31100-1397/+4662
|\ \ \ | |/ / |/| |
| * | mtd: docg3 add protection against concurrencyRobert Jarzmik2012-03-272-11/+41
| * | mtd: docg3 refactor cascade floors structureRobert Jarzmik2012-03-272-45/+61
| * | mtd: docg3 increase write/erase timeoutRobert Jarzmik2012-03-271-3/+3
| * | mtd: docg3 fix inbound calculationsRobert Jarzmik2012-03-271-12/+5Star
| * | mtd: nand: gpmi: fix function annotationsWolfram Sang2012-03-271-6/+6
| * | mtd: phram: fix section mismatch for phram_setupRyosuke Saito2012-03-271-1/+1
| * | mtd: unify initialization of erase_info->fail_addrShmulik Ladkani2012-03-274-6/+1Star
| * | mtd: support ONFI multi lun NANDMatthieu CASTET2012-03-271-1/+2
| * | mtd: sm_ftl: fix typo in major number.Maxim Levitsky2012-03-271-1/+1
| * | mtd: add device-tree support to spear_smiStefan Roese2012-03-271-12/+99
| * | mtd: spear_smi: Remove default partition information from driverStefan Roese2012-03-271-35/+6Star
| * | mtd: Add device-tree support to fsmc_nandStefan Roese2012-03-271-1/+56
| * | mtd: fix section mismatch for doc_probe_deviceRyosuke Saito2012-03-271-2/+2
| * | mtd: nand/fsmc: Remove sparse warnings and errorsVipin Kumar2012-03-271-46/+45Star
| * | mtd: nand/fsmc: Add DMA supportVipin Kumar2012-03-271-5/+163
| * | mtd: nand/fsmc: Access the NAND device word by word whenever possibleVipin Kumar2012-03-271-0/+55
| * | mtd: nand/fsmc: Use dev_err to report error scenarioVipin Kumar2012-03-271-0/+7
| * | mtd: nand/fsmc: Use devm routinesVipin Kumar2012-03-271-91/+43Star
| * | mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platformVipin Kumar2012-03-271-8/+33
| * | mtd: fsmc_nand: add pm callbacks to support hibernationShiraz Hashim2012-03-271-6/+6
| * | mtd: nand/fsmc: Initialize the badblockbits to 7Vipin Kumar2012-03-271-0/+1
| * | mtd: nand/fsmc: Flip the bit only if the error index is < 4096Vipin Kumar2012-03-271-1/+1
| * | mtd: nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devicesVipin Kumar2012-03-271-1/+3
| * | mtd: nand/fsmc: Correct the multiline comment formatVipin Kumar2012-03-271-4/+4
| * | mtd: nand/fsmc: Remove default partition information from driverArmando Visconti2012-03-271-58/+0Star
| * | mtd: nand/fsmc: Pass partition information through platform dataVipin Kumar2012-03-271-6/+7
| * | mtd: phram: dot not crash when built-in and passing boot paramHervé Fache2012-03-271-3/+30
| * | mtd: gpmi: fix the wrong DMA command.Huang Shijie2012-03-271-1/+2
| * | mtd: flash drivers set ecc strengthMike Dunn2012-03-2731-1/+63
| * | mtd: docg3 reduce read alignment burdenRobert Jarzmik2012-03-271-8/+13
| * | mtd: sh_flctl: Add power management with QoS requestBastian Hecht2012-03-271-9/+42
| * | mtd: do not use plain 0 as NULLArtem Bityutskiy2012-03-2740-84/+88
| * | mtd: maps: sa1100-flash: Add reference counter to set_vpp()Paul Parsons2012-03-271-1/+13
| * | mtd: maps: pcmciamtd: Add reference counter to set_vpp()Paul Parsons2012-03-271-1/+12
| * | mtd: maps: l440gx: Add reference counter to set_vpp()Paul Parsons2012-03-271-5/+9
| * | mtd: maps: physmap: Add reference counter to set_vpp()Paul Parsons2012-03-271-2/+20
| * | mtd: chips: cfi_cmdset_0002: Match ENABLE_VPP()/DISABLE_VPP() callsPaul Parsons2012-03-271-2/+4
| * | mtd: chips: cfi_cmdset_0001: Match ENABLE_VPP()/DISABLE_VPP() callsPaul Parsons2012-03-271-6/+9
| * | mtd: fsmc: Support of 224-bytes OOB area lengthArmando Visconti2012-03-271-0/+40
| * | mtd: fsmc: Improve the fsmc_correct_data() routineArmando Visconti2012-03-271-21/+17Star
| * | mtd: fsmc: fixed data abort inside change_bit()Armando Visconti2012-03-271-1/+1
| * | mtd: fsmc: use ALE and CLE offsets from platform dataShiraz Hashim2012-03-271-4/+5
| * | mtd: fsmc_nand: ECC1 & ECC4 layout separated for different page sizesBhavna Yadav2012-03-271-17/+159
| * | mtd: fsmc: Newly erased page read algorithm implementedVipin Kumar2012-03-271-4/+52