summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-03-27mtd: add device-tree support to spear_smiStefan Roese3-12/+135
2012-03-27mtd: spear_smi: Remove default partition information from driverStefan Roese1-35/+6
2012-03-27mtd: Add device-tree support to fsmc_nandStefan Roese3-3/+91
2012-03-27mtd: fix section mismatch for doc_probe_deviceRyosuke Saito1-2/+2
2012-03-27mtd: nand/fsmc: Remove sparse warnings and errorsVipin Kumar2-123/+111
2012-03-27mtd: nand/fsmc: Add DMA supportVipin Kumar2-5/+167
2012-03-27mtd: nand/fsmc: Access the NAND device word by word whenever possibleVipin Kumar2-0/+61
2012-03-27mtd: nand/fsmc: Use dev_err to report error scenarioVipin Kumar1-0/+7
2012-03-27mtd: nand/fsmc: Use devm routinesVipin Kumar1-91/+43
2012-03-27mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platformVipin Kumar2-14/+61
2012-03-27mtd: fsmc_nand: add pm callbacks to support hibernationShiraz Hashim1-6/+6
2012-03-27mtd: nand/fsmc: Initialize the badblockbits to 7Vipin Kumar1-0/+1
2012-03-27mtd: nand/fsmc: Flip the bit only if the error index is < 4096Vipin Kumar1-1/+1
2012-03-27mtd: nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devicesVipin Kumar1-1/+3
2012-03-27mtd: nand/fsmc: Correct the multiline comment formatVipin Kumar1-4/+4
2012-03-27mtd: nand/fsmc: Remove default partition information from driverArmando Visconti1-58/+0
2012-03-27mtd: nand/fsmc: Pass partition information through platform dataVipin Kumar1-6/+7
2012-03-27mtd: phram: dot not crash when built-in and passing boot paramHervé Fache1-3/+30
2012-03-27mtd: gpmi: fix the wrong DMA command.Huang Shijie1-1/+2
2012-03-27mtd: flash drivers set ecc strengthMike Dunn31-1/+63
2012-03-27mtd: add ecc_strength fields to mtd structsMike Dunn2-0/+5
2012-03-27mtd: docg3 reduce read alignment burdenRobert Jarzmik1-8/+13
2012-03-27mtd: sh_flctl: Add power management with QoS requestBastian Hecht2-9/+45
2012-03-27mtd: do not use plain 0 as NULLArtem Bityutskiy41-85/+89
2012-03-27mtd: maps: sa1100-flash: Add reference counter to set_vpp()Paul Parsons1-1/+13
2012-03-27mtd: maps: pcmciamtd: Add reference counter to set_vpp()Paul Parsons1-1/+12
2012-03-27mtd: maps: l440gx: Add reference counter to set_vpp()Paul Parsons1-5/+9
2012-03-27mtd: maps: physmap: Add reference counter to set_vpp()Paul Parsons3-19/+26
2012-03-27mtd: chips: cfi_cmdset_0002: Match ENABLE_VPP()/DISABLE_VPP() callsPaul Parsons1-2/+4
2012-03-27mtd: chips: cfi_cmdset_0001: Match ENABLE_VPP()/DISABLE_VPP() callsPaul Parsons1-6/+9
2012-03-27mtd: fsmc: Support of 224-bytes OOB area lengthArmando Visconti1-0/+40
2012-03-27mtd: fsmc: Improve the fsmc_correct_data() routineArmando Visconti1-21/+17
2012-03-27mtd: fsmc: fixed data abort inside change_bit()Armando Visconti1-1/+1
2012-03-27mtd: fsmc: Move ALE, CLE defines to their respective platformShiraz Hashim3-13/+7
2012-03-27mtd: fsmc: use ALE and CLE offsets from platform dataShiraz Hashim2-4/+10
2012-03-27mtd: fsmc_nand: ECC1 & ECC4 layout separated for different page sizesBhavna Yadav1-17/+159
2012-03-27mtd: fsmc: Newly erased page read algorithm implementedVipin Kumar1-4/+52
2012-03-27mtd: fix partition wrapper functionsMike Dunn1-27/+33
2012-03-27mtd: docg3 trivial renamingRobert Jarzmik1-1/+1
2012-03-27ARM: mach-shmobile: mackerel: Add the flash controller flctlBastian Hecht2-1/+74
2012-03-27mtd: sh_flctl: Add FLHOLDCR registerBastian Hecht2-0/+15
2012-03-27mtd: sh_flctl: Use cached register value for FLCMNCRBastian Hecht2-15/+8
2012-03-27mtd: sh_flctl: Implement NAND_CMD_RNDOUT commandBastian Hecht1-0/+16
2012-03-27mtd: sh_flctl: Expand the READID command to 8 bytesBastian Hecht1-3/+9
2012-03-27mtd: sh_flctl: Reorder empty_fifo() callsBastian Hecht1-3/+2
2012-03-27mtd: sh_flctl: Expand FLCMNCR register bit fieldBastian Hecht1-0/+24
2012-03-27jffs2: Standardize JFFS_<LEVEL> usesJoe Perches3-34/+13
2012-03-27jffs2: Use pr_fmt and remove jffs: from formatsJoe Perches23-38/+80
2012-03-27jffs2: Convert printks to pr_<level>Joe Perches17-264/+342
2012-03-27jffs2: Convert most D1/D2 macros to jffs2_dbgJoe Perches16-360/+504