| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | mtd: don't use PF_MEMALLOC | KOSAKI Motohiro | 2009-11-30 | 1 | -3/+0 |
| * | | | mtd: Add bad block table overrides to Davinci NAND driver | Mark A. Greer | 2009-11-30 | 1 | -0/+2 |
| * | | | mtd: m25p80: Add support for CAT25xxx serial EEPROMs | Anton Vorontsov | 2009-11-30 | 1 | -45/+69 |
| * | | | mtd: m25p80: Rework probing/JEDEC code | Anton Vorontsov | 2009-11-30 | 1 | -29/+40 |
| * | | | mtd: m25p80: Convert to device table matching | Anton Vorontsov | 2009-11-30 | 1 | -75/+89 |
| * | | | mtd: make pagetest work | Artem Bityutskiy | 2009-11-30 | 1 | -0/+1 |
| * | | | mtd: don't use __exit_p to wrap mxcnd_remove | Uwe Kleine-König | 2009-11-30 | 1 | -1/+1 |
| * | | | mtd: move excite_nand_remove to .devexit.text | Uwe Kleine-König | 2009-11-30 | 1 | -1/+1 |
| * | | | mtd: CFI cmdset_0002: enable erase-suspend-program | Joakim Tjernlund | 2009-11-30 | 1 | -13/+3 |
| * | | | mtd: eLBC NAND: give more verbose output on error | Scott Wood | 2009-11-30 | 1 | -5/+8 |
| * | | | mtd: eLBC NAND: use recommended command sequences | Scott Wood | 2009-11-30 | 1 | -39/+27 |
| * | | | mtd: eLBC NAND: increase bus timeout to maximum | Scott Wood | 2009-11-30 | 1 | -0/+7 |
| * | | | mtd: alauda: Use hweight8 | Akinobu Mita | 2009-11-30 | 1 | -10/+1 |
| * | | | mtd: error return -EIO instead of EIO | Roel Kluin | 2009-11-30 | 3 | -4/+4 |
| * | | | mtd: move manufacturer to the common cfi.h header file | Hans-Christian Egtvedt | 2009-11-30 | 1 | -10/+10 |
| * | | | mtd: add lock fixup for AT49BV640D and AT49BV640DT chips | Hans-Christian Egtvedt | 2009-11-30 | 1 | -0/+14 |
| * | | | mtd: ensure index is positive | Roel Kluin | 2009-11-30 | 2 | -2/+2 |
| * | | | mtd: m25p80: make command buffer DMA-safe | Johannes Stezenbach | 2009-11-30 | 1 | -2/+9 |
| * | | | mtd: s3c2410: propagate nand options from the platform data | Ben Dooks | 2009-11-30 | 1 | -1/+1 |
| * | | | mtd: nand: add option to quieten off the no device found messgae | Ben Dooks | 2009-11-30 | 1 | -1/+2 |
| * | | | mtd: txx9ndfmc: Use nand_release to free resources | Atsushi Nemoto | 2009-11-30 | 1 | -2/+1 |
| * | | | mtd: ixp4xx map: use resource_size | Tobias Klauser | 2009-11-30 | 1 | -3/+3 |
| * | | | mtd: Add panic_write for NAND flashes | Simon Kagstrom | 2009-11-30 | 1 | -8/+120 |
| * | | | mtd: add missing put_chip() in cfi_intelext_reset() | Nicolas Pitre | 2009-11-30 | 1 | -0/+1 |
| * | | | mtd: OneNAND: fix double printing of function name | Mika Korhonen | 2009-11-30 | 1 | -2/+2 |
| * | | | mtd: OneNAND: multiblock erase support | Mika Korhonen | 2009-11-30 | 2 | -6/+189 |
| * | | | mtd: OneNAND: move erase method to a separate function | Mika Korhonen | 2009-11-30 | 1 | -56/+76 |
| * | | | mtd: add nand_ecc test module | Akinobu Mita | 2009-11-30 | 2 | -0/+88 |
| * | | | mtd: Add __nand_calculate_ecc() to NAND ECC functions | Akinobu Mita | 2009-11-30 | 1 | -5/+20 |
| * | | | mtd: OneNAND OTP support rework | Amul Kumar Saha | 2009-11-30 | 1 | -31/+261 |
| * | | | mtd: vmu-flash: Use hweight_long | Akinobu Mita | 2009-11-20 | 1 | -4/+3 |
| |/ / |
|
| * | | mtd: Fix compile failure and error path in physmap.c | H Hartley Sweeten | 2009-10-20 | 1 | -23/+21 |
| * | | Revert "mtd: mxc_nand: fix 2KiB pagesize NAND on i.MX27" | David Woodhouse | 2009-10-20 | 1 | -15/+1 |
| * | | mtd_blkdevs.c: quiet a "symbol shadows" sparse warning | hartleys | 2009-10-20 | 1 | -1/+1 |
| * | | mtd: add bcmring nand driver | Leo (Hao) Chen | 2009-10-20 | 6 | -0/+1318 |
| * | | mtd: Fix kernel NULL pointer dereference in physmap.c | H Hartley Sweeten | 2009-10-20 | 1 | -24/+25 |
| * | | mtd: plat_nand: request memory resource before doing ioremap | H Hartley Sweeten | 2009-10-20 | 1 | -16/+34 |
| * | | pcmcia: convert pcmciamtd driver to use new CIS helpers | Dominik Brodowski | 2009-10-19 | 1 | -84/+91 |
| * | | mtd: maps: remove obsolete ipaq-flash driver | Dmitry Artamonow | 2009-10-17 | 3 | -467/+0 |
| * | | mtd: fix memory leak in mtd_dataflash | H Hartley Sweeten | 2009-10-17 | 1 | -3/+16 |
| * | | mtd: cleanup mtd_oobtest | Akinobu Mita | 2009-10-17 | 1 | -14/+4 |
| * | | mtd: maps/sa1100: fix section mismatch | Dmitry Artamonow | 2009-10-17 | 1 | -1/+1 |
| * | | mtd: move mxcnd_remove to .exit.text | Uwe Kleine-König | 2009-10-17 | 1 | -1/+1 |
| * | | mtd: atmel_nand: unused variable removed | Claudio Scordino | 2009-10-08 | 1 | -1/+0 |
| * | | mtd: make onenand_base.c compile again | David Woodhouse | 2009-10-05 | 1 | -3/+3 |
| * | | mtd: Standardising prints in onenand_base.c | Amul Kumar Saha | 2009-10-05 | 1 | -68/+108 |
| * | | mtd: nand: davinci: fix to use mask_ale from pdata | Hemant Pedanekar | 2009-10-05 | 1 | -1/+1 |
| * | | mtd: Fix warning in sa1100-flash.c | Russell King | 2009-09-28 | 1 | -2/+2 |
| * | | mtd: m25p80: disable SST software protection bits by default | Graf Yang | 2009-09-24 | 1 | -3/+4 |
* | | | const: constify remaining dev_pm_ops | Alexey Dobriyan | 2009-12-15 | 1 | -1/+1 |