aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-01-1739-316/+535
|\
| * mtd: mtdpart: disallow reading OOB past the end of the partitionArtem Bityutskiy2011-01-171-1/+18
| * mtd: pxa3xx_nand: NULL dereference in pxa3xx_nand_probeDan Carpenter2011-01-061-1/+1
| * UBI: use mtd->writebufsize to set minimal I/O unit sizeAnatolij Gustschin2011-01-061-1/+27
| * mtd: initialize writebufsize in the MTD object of a partitionAnatolij Gustschin2011-01-062-0/+2
| * mtd: onenand: add mtd->writebufsize initializationAnatolij Gustschin2011-01-061-0/+1
| * mtd: nand: add mtd->writebufsize initializationAnatolij Gustschin2011-01-061-0/+1
| * mtd: cfi: add writebufsize initializationAnatolij Gustschin2011-01-063-0/+6
| * mtd: OneNAND: OMAP2/3: prevent regulator sleeping while OneNAND is in useAdrian Hunter2011-01-061-1/+40
| * mtd: OneNAND: add enable / disable methods to onenand_chipAdrian Hunter2011-01-061-0/+4
| * mtd: m25p80: Fix JEDEC ID for AT26DF321Aleksandr Koltsoff2011-01-061-1/+1
| * mtd: txx9ndfmc: limit transfer bytes to 512 (ECC provides 6 bytes max)Ralf Rösch2011-01-061-2/+3
| * mtd: cfi_cmdset_0002: add support for Samsung K8D3x16UxC NOR chipsGuillaume LECERF2011-01-061-1/+3
| * mtd: cfi_cmdset_0002: add support for Samsung K8D6x16UxM NOR chipsGuillaume LECERF2011-01-061-3/+13
| * mtd: nand: ams-delta: drop omap_read/write, use ioremapJanusz Krzysztofik2011-01-061-6/+43
| * mtd: m25p80: add debugging trace in sst_writeNicolas Ferre2011-01-061-0/+4
| * mtd: nand: ams-delta: select for built-in by defaultJanusz Krzysztofik2011-01-061-0/+1
| * mtd: OneNAND: lighten scary initial bad block messagesAdrian Hunter2011-01-062-12/+14
| * mtd: OneNAND: OMAP2/3: add support for command line partitioningAdrian Hunter2011-01-061-15/+12
| * mtd: nand: rearrange ONFI revision checking, add ONFI 2.3Brian Norris2011-01-061-8/+12
| * mtd: nand: choose correct chip name (ONFI bug)Brian Norris2011-01-061-1/+1
| * mtd: nand: ams-delta: convert to platform driverJanusz Krzysztofik2011-01-061-5/+26
| * mtd: don't use flush_scheduled_work()Tejun Heo2011-01-061-1/+2
| * mtd: OneNAND: Fix multi block erase support at 4KiB pagesizeKyungmin Park2011-01-061-1/+2
| * Revert "mtd: nand: add check for out of page read"Artem Bityutskiy2011-01-061-8/+1
| * mtd: nand: Fix integer overflow in ONFI detection of chips >= 4GiBDavid Woodhouse2010-12-031-1/+1
| * mtd: onenand: bugfix for 2x mode bad block handlingRoman Tereshonkov2010-12-031-2/+4
| * mtd: OneNAND: Fix 4KiB pagesize OOB handlingKyungmin Park2010-12-031-13/+16
| * mtd: FSMC NAND use the PrimeCell identifier macrosLinus Walleij2010-12-031-3/+20
| * mtd: FSMC NAND remove PARTITION macro and fix compile noiseLinus Walleij2010-12-031-18/+48
| * mtd: fix section mismatch on sst25lFabio Estevam2010-12-031-2/+2
| * mtd: mxc_nand: Fix warning on nr_parts unused variableFabio Estevam2010-12-031-1/+1
| * mtd: fsl_elbc_nand: fix jffs2 problem after NAND-flash image record in u-bootSergej.Stepanov@ids.de2010-12-031-0/+2
| * mtd: fix master device identification for mtd repartitionRoman Tereshonkov2010-12-032-9/+9
| * mtd: nand: add check for out of page readJason Liu2010-12-031-1/+8
| * mtd: fix nand kernel-doc warningsRandy Dunlap2010-12-031-1/+2
| * mtd: cfi_fixup: remove unused 'param' parameterGuillaume LECERF2010-12-034-76/+76
| * mtd: nand: Use printf extension %pR for struct resourceJoe Perches2010-12-031-1/+1
| * mtd: maps: Use printf extension %pR for struct resourceJoe Perches2010-12-036-28/+13
| * mtd: NAND: jz4740: Remove custom {read,write}_page handlersLars-Peter Clausen2010-12-031-55/+0
| * mtd: NAND: jz4740: Make 'struct platform_driver jz_nand_driver' staticLars-Peter Clausen2010-12-031-1/+1
| * mtd: remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl2010-12-031-1/+1
| * mtd: mtdchar: fix information leak to userlandVasiliy Kulikov2010-12-031-1/+1
| * mtd: onenand: implement cache program feature for 4KiB page onenandRoman Tereshonkov2010-12-031-3/+19
| * mtd: onenand: fix omap2 code to handle cache program featureRoman Tereshonkov2010-12-031-3/+9
| * mtd: use vzallocJoe Perches2010-12-032-6/+3
| * mtd: OneNAND: Fix page offset handling at 2KiB pagesizeKyungmin Park2010-12-031-2/+5
| * mtd: nandsim: spell fixes in commentssrimugunthan2010-12-031-18/+18
| * mtd: m25p80: Add support for Macronix MX25L25655EKevin Cernekee2010-12-031-0/+1
| * mtd: m25p80: Add support for Macronix MX25L25635EKevin Cernekee2010-12-031-3/+28