| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: slram: invalid checking of absolute end address | Jiri Engelthaler | 2012-12-03 | 1 | -1/+1 |
* | mtd: omap2: fix module loading | Andreas Bießmann | 2012-10-13 | 1 | -0/+1 |
* | mtd: omap2: fix omap_nand_remove segfault | Andreas Bießmann | 2012-10-13 | 1 | -1/+1 |
* | mtd: nand: Use the mirror BBT descriptor when reading its version | Shmulik Ladkani | 2012-10-13 | 1 | -1/+1 |
* | mtd: nandsim: bugfix: fail if overridesize is too big | Richard Genoud | 2012-10-13 | 1 | -0/+1 |
* | mtd: autcpu12-nvram: Fix compile breakage | Alexander Shiyan | 2012-10-13 | 1 | -8/+11 |
* | UBI: fix autoresize handling in R/O mode | Artem Bityutskiy | 2012-10-07 | 1 | -0/+5 |
* | UBI: fix a horrible memory deallocation bug | Artem Bityutskiy | 2012-10-02 | 1 | -2/+2 |
* | mtd: nandsim: don't open code a do_div helper | Herton Ronaldo Krzesinski | 2012-07-19 | 1 | -9/+3 |
* | mtd: cafe_nand: fix an & vs | mistake | Dan Carpenter | 2012-07-16 | 1 | -1/+1 |
* | mtd: nand: fix scan_read_raw_oob | Dmitry Maluka | 2012-06-10 | 1 | -0/+1 |
* | mtd: sm_ftl: fix typo in major number. | Maxim Levitsky | 2012-06-01 | 1 | -1/+1 |
* | mtd: m25p80: set writebufsize | Brian Norris | 2012-04-13 | 1 | -0/+1 |
* | mtd: lart: initialize writebufsize | Artem Bityutskiy | 2012-04-13 | 1 | -0/+1 |
* | mtd: block2mtd: initialize writebufsize | Artem Bityutskiy | 2012-04-13 | 1 | -0/+1 |
* | mtd: sst25l: initialize writebufsize | Artem Bityutskiy | 2012-04-13 | 1 | -0/+1 |
* | UBI: fix eraseblock picking criteria | Artem Bityutskiy | 2012-04-02 | 1 | -6/+4 |
* | UBI: fix error handling in ubi_scan() | Richard Weinberger | 2012-04-02 | 1 | -4/+4 |
* | UBI: fix debugging messages | Artem Bityutskiy | 2012-01-25 | 1 | -1/+4 |
* | UBI: fix nameless volumes handling | Richard Weinberger | 2012-01-25 | 1 | -0/+3 |
* | UBI: fix use-after-free on error path | Artem Bityutskiy | 2012-01-25 | 1 | -3/+4 |
* | UBI: fix missing scrub when there is a bit-flip | Bhavesh Parekh | 2012-01-25 | 3 | -3/+10 |
* | mtd: tests: stresstest: bail out if device has not enough eraseblocks | Wolfram Sang | 2012-01-25 | 1 | -0/+7 |
* | mtd: mtd_blkdevs: don't increase 'open' count on error path | Brian Norris | 2012-01-25 | 1 | -1/+2 |
* | mtd: mtdoops: skip reading initially bad blocks | Roman Tereshonkov | 2012-01-25 | 1 | -0/+3 |
* | mtdoops: fix the oops_page_used array size | Roman Tereshonkov | 2012-01-25 | 1 | -1/+1 |
* | mtd: nand_base: always initialise oob_poi before writing OOB data | THOMSON, Adam (Adam) | 2011-11-11 | 1 | -11/+16 |
* | mtd: pxa3xx_nand: Fix blank page ECC mismatch | Daniel Mack | 2011-11-11 | 1 | -0/+2 |
* | mtd: pxa3xx_nand: fix nand detection issue | Lei Wen | 2011-11-11 | 1 | -5/+7 |
* | mtd: provide an alias for the redboot module name | Andres Salomon | 2011-11-11 | 1 | -0/+3 |
* | mtd: mtdchar: add missing initializer on raw write | Peter Wippich | 2011-11-11 | 1 | -0/+1 |
* | powerpc/85xx: fix NAND_CMD_READID read bytes number | Shaohui Xie | 2011-06-22 | 1 | -3/+3 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-05-27 | 130 | -1592/+995 |
|\ |
|
| * | mtd: kill CONFIG_MTD_PARTITIONS | Jamie Iles | 2011-05-25 | 5 | -27/+8 |
| * | mtd: remove add_mtd_partitions, add_mtd_device and friends | Jamie Iles | 2011-05-25 | 3 | -5/+9 |
| * | mtd: convert remaining users to mtd_device_register() | Jamie Iles | 2011-05-25 | 59 | -147/+157 |
| * | mtd: samsung onenand: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -9/+3 |
| * | mtd: omap2 onenand: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -7/+3 |
| * | mtd: txx9ndfmc: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -13/+1 |
| * | mtd: tmio_nand: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -9/+1 |
| * | mtd: socrates_nand: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -15/+1 |
| * | mtd: sharpsl: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -10/+2 |
| * | mtd: s3c2410 nand: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -14/+2 |
| * | mtd: ppchameleonevb: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -10/+5 |
| * | mtd: orion_nand: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -13/+1 |
| * | mtd: omap2: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -7/+3 |
| * | mtd: nomadik_nand: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -6/+1 |
| * | mtd: ndfc: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -12/+1 |
| * | mtd: mxc_nand: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -9/+4 |
| * | mtd: mpc5121_nfc: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -11/+1 |