| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-21 | 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-27 | 1 | -2/+2 |
* | mtd: m25p80: disable SST software protection bits by default | Graf Yang | 2009-09-24 | 1 | -3/+4 |
* | mtd/maps: gpio-addr-flash: depend on GPIO arch support | Mike Frysinger | 2009-09-24 | 1 | -0/+1 |
* | mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/ | Mike Frysinger | 2009-09-24 | 1 | -3/+2 |
* | mtd: nand: fix htmldocs warnings | Jaswinder Singh Rajput | 2009-09-24 | 1 | -0/+6 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2009-09-23 | 50 | -220/+2465 |
|\ |
|
| * | mtd: jedec_probe: add PSD4256G6V id | Mike Frysinger | 2009-09-23 | 1 | -0/+19 |
| * | mtd: nand: driver for Nomadik 8815 SoC (on NHK8815 board) | Alessandro Rubini | 2009-09-20 | 3 | -0/+257 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2009-09-20 | 3000 | -282938/+449125 |
| |\ |
|
| * | | m25p80: Add Spansion S25FL129P serial flashes | Kevin Cernekee | 2009-09-19 | 1 | -1/+3 |
| * | | mtd: sh_flctl: register sh_flctl using platform_driver_probe() | David Woodhouse | 2009-09-19 | 1 | -2/+1 |
| * | | mtd: nand: txx9ndfmc: transfer 512 byte at a time if possible | Atsushi Nemoto | 2009-09-19 | 1 | -5/+47 |
| * | | mtd: nand: fix tmio_nand ecc correction | Atsushi Nemoto | 2009-09-19 | 1 | -1/+16 |
| * | | mtd: nand: add __nand_correct_data helper function | Atsushi Nemoto | 2009-09-19 | 1 | -7/+24 |
| * | | mtd: cfi_cmdset_0002: add 0xFF intolerance for M29W128G | Massimo Cirillo | 2009-09-19 | 2 | -11/+4 |
| * | | mtd: inftl: fix fold chain block number | Mohanlal Jangir | 2009-09-19 | 1 | -1/+1 |