aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-09Kconfig: Remove useless and sometimes wrong commentsMichael Roth1-3/+0
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan2-0/+2
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds8-20/+677
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-09-21trivial: mtd: add __init/__exit macros to init/exitfunctionsPeter Huewe2-3/+3
2009-09-19m25p80: Add Spansion S25FL129P serial flashesKevin Cernekee1-1/+3
2009-09-19phram: cleanup error handling and associated messagesMike Frysinger1-13/+12
2009-09-19mtd: m25p80: add SST WF SPI flash device informationGraf Yang1-0/+4
2009-09-19mtd: m25p80: add support for AAI programming with SST SPI flashesGraf Yang1-1/+125
2009-09-19mtd: lart: Prevent a read from mtd->eraseregions[-1]Roel Kluin1-2/+4
2009-09-19mtd: sst25l, fix lock imbalanceJiri Slaby1-1/+3
2009-09-19mtd: SST25L (non JEDEC) SPI Flash driverRyan Mallon3-0/+521
2009-09-04mtd: m25p80: add support for 3 Macronix flash chipsSiddarth Gore1-0/+3
2009-09-04slram: Read buffer overflowRoel Kluin1-1/+1
2009-09-04mtd: correct typo "MTD_DATAFLASH_VERIFY_WRITE"Robert P. J. Day1-2/+2
2009-09-03mtd: m25p80: fix null pointer dereference bugAnton Vorontsov1-1/+1
2009-06-26mtd: m25p80 timeout too short for worst-case m25p16 devicesSteven A. Falco1-1/+1
2009-06-22Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-0/+4
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek1-1/+1
2009-06-08Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linuxDavid Woodhouse1-1/+1
2009-06-05mtd: m25p80: add support for Macronix MX25L12805DLennert Buytenhek1-0/+3
2009-06-05mtd: m25p80 nand: add m45pe10 idsMatthieu CASTET1-0/+1
2009-05-18mtd_dataflash: unbreak erase supportPeter Korsgaard1-1/+1
2009-05-08mtd: fix timeout in M25P80 driverPeter Horton1-8/+8
2009-04-29mtd: Bug in m25p80.c during whole-chip eraseSteven A. Falco1-5/+7
2009-04-04[MTD] support driver model updatesDavid Brownell2-0/+4
2009-03-24NOMMU: Present backing device capabilities for MTD chardevsDavid Howells1-0/+14
2009-03-20[MTD] partitioning utility predicatesDavid Brownell2-21/+12
2009-03-20[MTD] we don't need no misc devicesDavid Brownell4-4/+0
2009-03-13ps3/block: Replace mtd/ps3vram by block/ps3vramGeert Uytterhoeven3-776/+0
2009-03-10mtd_dataflash: fix probing of AT45DB321C chips.Will Newton1-1/+2
2009-01-19[MTD] slram: Handle negative devlength correctlyRoel Kluin1-4/+10
2009-01-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-33/+38
2009-01-08mtd/ps3vram: Use _PAGE_NO_CACHE in memory ioremapGeoff Levand1-6/+8
2009-01-08mtd/ps3vram: Use msleep in waitsGeoff Levand1-23/+17
2009-01-08mtd/ps3vram: Use proper kernel typesGeoff Levand1-26/+30
2009-01-08mtd/ps3vram: Cleanup ps3vram driver messagesGeoff Levand1-48/+68
2009-01-08mtd/ps3vram: Remove ps3vram debug routinesGeoff Levand1-29/+0
2009-01-08mtd/ps3vram: Add modalias support to the ps3vram driverGeert Uytterhoeven1-0/+1
2009-01-08mtd/ps3vram: Add ps3vram driver for accessing video RAM as MTDJim Paris3-0/+784
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-06mtd: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-23/+23
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-12-23[MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2-26/+26
2008-12-19[MTD] fix m25p80 64-bit divisionsArtem Bityutskiy1-18/+19
2008-12-19[MTD] fix dataflash 64-bit divisionsArtem Bityutskiy1-9/+15
2008-12-10[MTD] Make lart_flash_init, lart_flash_exit staticDmitri Vorobiev1-4/+2
2008-12-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-12/+16
2008-11-26[MTD] m25p80: chip erase != block erase != sector eraseChen Gong1-10/+13