| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | mtd: fix section mismatch for doc_probe_device | Ryosuke Saito | 2012-03-27 | 1 | -2/+2 |
| * | | mtd: nand/fsmc: Remove sparse warnings and errors | Vipin Kumar | 2012-03-27 | 1 | -46/+45 |
| * | | mtd: nand/fsmc: Add DMA support | Vipin Kumar | 2012-03-27 | 1 | -5/+163 |
| * | | mtd: nand/fsmc: Access the NAND device word by word whenever possible | Vipin Kumar | 2012-03-27 | 1 | -0/+55 |
| * | | mtd: nand/fsmc: Use dev_err to report error scenario | Vipin Kumar | 2012-03-27 | 1 | -0/+7 |
| * | | mtd: nand/fsmc: Use devm routines | Vipin Kumar | 2012-03-27 | 1 | -91/+43 |
| * | | mtd: nand/fsmc: Modify fsmc driver to accept nand timing parameters via platform | Vipin Kumar | 2012-03-27 | 1 | -8/+33 |
| * | | mtd: fsmc_nand: add pm callbacks to support hibernation | Shiraz Hashim | 2012-03-27 | 1 | -6/+6 |
| * | | mtd: nand/fsmc: Initialize the badblockbits to 7 | Vipin Kumar | 2012-03-27 | 1 | -0/+1 |
| * | | mtd: nand/fsmc: Flip the bit only if the error index is < 4096 | Vipin Kumar | 2012-03-27 | 1 | -1/+1 |
| * | | mtd: nand/fsmc: Read only 512 + 13 bytes for 8bit NAND devices | Vipin Kumar | 2012-03-27 | 1 | -1/+3 |
| * | | mtd: nand/fsmc: Correct the multiline comment format | Vipin Kumar | 2012-03-27 | 1 | -4/+4 |
| * | | mtd: nand/fsmc: Remove default partition information from driver | Armando Visconti | 2012-03-27 | 1 | -58/+0 |
| * | | mtd: nand/fsmc: Pass partition information through platform data | Vipin Kumar | 2012-03-27 | 1 | -6/+7 |
| * | | mtd: phram: dot not crash when built-in and passing boot param | Hervé Fache | 2012-03-27 | 1 | -3/+30 |
| * | | mtd: gpmi: fix the wrong DMA command. | Huang Shijie | 2012-03-27 | 1 | -1/+2 |
| * | | mtd: flash drivers set ecc strength | Mike Dunn | 2012-03-27 | 31 | -1/+63 |
| * | | mtd: docg3 reduce read alignment burden | Robert Jarzmik | 2012-03-27 | 1 | -8/+13 |
| * | | mtd: sh_flctl: Add power management with QoS request | Bastian Hecht | 2012-03-27 | 1 | -9/+42 |
| * | | mtd: do not use plain 0 as NULL | Artem Bityutskiy | 2012-03-27 | 40 | -84/+88 |
| * | | mtd: maps: sa1100-flash: Add reference counter to set_vpp() | Paul Parsons | 2012-03-27 | 1 | -1/+13 |
| * | | mtd: maps: pcmciamtd: Add reference counter to set_vpp() | Paul Parsons | 2012-03-27 | 1 | -1/+12 |
| * | | mtd: maps: l440gx: Add reference counter to set_vpp() | Paul Parsons | 2012-03-27 | 1 | -5/+9 |
| * | | mtd: maps: physmap: Add reference counter to set_vpp() | Paul Parsons | 2012-03-27 | 1 | -2/+20 |
| * | | mtd: chips: cfi_cmdset_0002: Match ENABLE_VPP()/DISABLE_VPP() calls | Paul Parsons | 2012-03-27 | 1 | -2/+4 |
| * | | mtd: chips: cfi_cmdset_0001: Match ENABLE_VPP()/DISABLE_VPP() calls | Paul Parsons | 2012-03-27 | 1 | -6/+9 |
| * | | mtd: fsmc: Support of 224-bytes OOB area length | Armando Visconti | 2012-03-27 | 1 | -0/+40 |
| * | | mtd: fsmc: Improve the fsmc_correct_data() routine | Armando Visconti | 2012-03-27 | 1 | -21/+17 |
| * | | mtd: fsmc: fixed data abort inside change_bit() | Armando Visconti | 2012-03-27 | 1 | -1/+1 |
| * | | mtd: fsmc: use ALE and CLE offsets from platform data | Shiraz Hashim | 2012-03-27 | 1 | -4/+5 |
| * | | mtd: fsmc_nand: ECC1 & ECC4 layout separated for different page sizes | Bhavna Yadav | 2012-03-27 | 1 | -17/+159 |
| * | | mtd: fsmc: Newly erased page read algorithm implemented | Vipin Kumar | 2012-03-27 | 1 | -4/+52 |
| * | | mtd: fix partition wrapper functions | Mike Dunn | 2012-03-27 | 1 | -27/+33 |
| * | | mtd: docg3 trivial renaming | Robert Jarzmik | 2012-03-27 | 1 | -1/+1 |
| * | | mtd: sh_flctl: Add FLHOLDCR register | Bastian Hecht | 2012-03-27 | 1 | -0/+3 |
| * | | mtd: sh_flctl: Use cached register value for FLCMNCR | Bastian Hecht | 2012-03-27 | 1 | -15/+7 |
| * | | mtd: sh_flctl: Implement NAND_CMD_RNDOUT command | Bastian Hecht | 2012-03-27 | 1 | -0/+16 |
| * | | mtd: sh_flctl: Expand the READID command to 8 bytes | Bastian Hecht | 2012-03-27 | 1 | -3/+9 |
| * | | mtd: sh_flctl: Reorder empty_fifo() calls | Bastian Hecht | 2012-03-27 | 1 | -3/+2 |
| * | | mtd: mips: lantiq: reintroduce support for cmdline partitions | Daniel Schwierzeck | 2012-03-27 | 1 | -1/+2 |
| * | | mtd: change the location of the ONFI detected log | Huang Shijie | 2012-03-27 | 1 | -1/+1 |
| * | | mxs-dma : rewrite the last parameter of mxs_dma_prep_slave_sg() | Huang Shijie | 2012-03-27 | 1 | -6/+13 |
| * | | mxs-dma : move the mxs dma.h to a more common place | Huang Shijie | 2012-03-27 | 1 | -1/+1 |
| * | | mtd: fix 'Flash device refused suspend due to active operation' message | Russell King | 2012-03-27 | 1 | -1/+1 |
| * | | mtd: gpmi: fix compiler warning | Huang Shijie | 2012-03-27 | 1 | -1/+0 |
| * | | mtd: simplify return logic in do_map_probe() | Uwe Kleine-König | 2012-03-27 | 1 | -4/+1 |
| * | | mtd: ixp4xx: oops in ixp4xx_flash_probe | Marc Kleine-Budde | 2012-03-27 | 1 | -1/+4 |
| * | | mtd: check for zero length in OTP functions | Artem Bityutskiy | 2012-03-27 | 1 | -0/+73 |
| * | | mtd: move zero length verification to MTD API functions | Artem Bityutskiy | 2012-03-27 | 13 | -76/+21 |
| * | | mtd: harmonize mtd_point interface implementation | Artem Bityutskiy | 2012-03-27 | 5 | -14/+3 |