summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
Commit message (Expand)AuthorAgeFilesLines
* mtd: sst25l: fix multi-part messages with broken spi mastersH Hartley Sweeten2010-05-141-24/+33
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-05-103-0/+3
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* | mtd: sst25l: remove unnecessary MTD_DEBUG_LEVEL2 messagesH Hartley Sweeten2010-05-101-11/+0Star
* | mtd: block2mtd: Use kasprintfJulia Lawall2010-03-181-3/+1Star
* | mtd: small typo in MakefileMatteo Croce2010-03-181-1/+1
* | mtd: Remove unnecessary comparisons with MAX_MTD_DEVICESBen Hutchings2010-02-251-2/+2
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-12-162-141/+212
|\
| * mtd: m25p80: add support for Macronix MX25L4005ASimon Guinot2009-12-051-0/+1
| * mtd: m25p80: Add support for CAT25xxx serial EEPROMsAnton Vorontsov2009-11-301-45/+69
| * mtd: m25p80: Rework probing/JEDEC codeAnton Vorontsov2009-11-301-29/+40
| * mtd: m25p80: Convert to device table matchingAnton Vorontsov2009-11-301-75/+89
| * mtd: m25p80: make command buffer DMA-safeJohannes Stezenbach2009-11-301-2/+9
| * mtd: fix memory leak in mtd_dataflashH Hartley Sweeten2009-10-171-3/+16
| * mtd: m25p80: disable SST software protection bits by defaultGraf Yang2009-09-241-3/+4
* | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | Kconfig: Remove useless and sometimes wrong commentsMichael Roth2009-11-091-3/+0Star
* | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-112-0/+2
|/
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-09-238-20/+677
|\
| * m25p80: Add Spansion S25FL129P serial flashesKevin Cernekee2009-09-201-1/+3
| * phram: cleanup error handling and associated messagesMike Frysinger2009-09-191-13/+12Star
| * mtd: m25p80: add SST WF SPI flash device informationGraf Yang2009-09-191-0/+4
| * mtd: m25p80: add support for AAI programming with SST SPI flashesGraf Yang2009-09-191-1/+125
| * mtd: lart: Prevent a read from mtd->eraseregions[-1]Roel Kluin2009-09-191-2/+4
| * mtd: sst25l, fix lock imbalanceJiri Slaby2009-09-191-1/+3
| * mtd: SST25L (non JEDEC) SPI Flash driverRyan Mallon2009-09-193-0/+521
| * mtd: m25p80: add support for 3 Macronix flash chipsSiddarth Gore2009-09-041-0/+3
| * slram: Read buffer overflowRoel Kluin2009-09-041-1/+1
| * mtd: correct typo "MTD_DATAFLASH_VERIFY_WRITE"Robert P. J. Day2009-09-041-2/+2
* | spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-0/+1
* | trivial: mtd: add __init/__exit macros to init/exitfunctionsPeter Huewe2009-09-212-3/+3
|/
* mtd: m25p80: fix null pointer dereference bugAnton Vorontsov2009-09-031-1/+1
* mtd: m25p80 timeout too short for worst-case m25p16 devicesSteven A. Falco2009-06-261-1/+1
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-06-231-0/+4
|\
| * Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linuxDavid Woodhouse2009-06-081-1/+1
| |\
| * | mtd: m25p80: add support for Macronix MX25L12805DLennert Buytenhek2009-06-051-0/+3
| * | mtd: m25p80 nand: add m45pe10 idsMatthieu CASTET2009-06-051-0/+1
* | | trivial: Kconfig: .ko is normally not included in module namesPavel Machek2009-06-121-1/+1
| |/ |/|
* | mtd_dataflash: unbreak erase supportPeter Korsgaard2009-05-181-1/+1
|/
* mtd: fix timeout in M25P80 driverPeter Horton2009-05-081-8/+8
* mtd: Bug in m25p80.c during whole-chip eraseSteven A. Falco2009-04-291-5/+7
* [MTD] support driver model updatesDavid Brownell2009-04-042-0/+4
* NOMMU: Present backing device capabilities for MTD chardevsDavid Howells2009-03-241-0/+14
* [MTD] partitioning utility predicatesDavid Brownell2009-03-202-21/+12Star
* [MTD] we don't need no misc devicesDavid Brownell2009-03-204-4/+0Star
* ps3/block: Replace mtd/ps3vram by block/ps3vramGeert Uytterhoeven2009-03-133-776/+0Star
* mtd_dataflash: fix probing of AT45DB321C chips.Will Newton2009-03-101-1/+2
* [MTD] slram: Handle negative devlength correctlyRoel Kluin2009-01-191-4/+10
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-01-093-33/+38
|\
| * [MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-12-232-26/+26