aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-12mtd/m25p80: fix test for end of loopDan Carpenter1-1/+1
2010-08-12mtd/m25p80: retlen is never NULLDan Carpenter1-8/+4
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse4-4/+0
2010-08-06mtd: m25p80: add support for the Winbond W25Q32 SPI flash chipGabor Juhos1-0/+1
2010-08-06mtd: m25p80: add support for the Intel/Numonyx {16,32,64}0S33B SPI flash chipsGabor Juhos1-1/+7
2010-08-06mtd: m25p80: add support for the EON EN25P{32, 64} SPI flash chipsGabor Juhos1-0/+4
2010-08-04mtd: m25p80: Make jedec_probe() return proper errno valuesAnton Vorontsov1-12/+6
2010-08-04mtd: m25p80: Fix false-positive probingAnton Vorontsov1-2/+11
2010-08-02mtd: dataflash: remove casts from voidKulikov Vasiliy1-6/+6
2010-08-02mtd: m25p80: Add support for Macronix 25L8005Martin Michlmayr1-0/+1
2010-08-02mtd: sst25l: check for null consistentlyDan Carpenter1-1/+1
2010-05-14mtd: sst25l: fix multi-part messages with broken spi mastersH Hartley Sweeten1-24/+33
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse3-0/+3
2010-05-10mtd: sst25l: remove unnecessary MTD_DEBUG_LEVEL2 messagesH Hartley Sweeten1-11/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-03-18mtd: block2mtd: Use kasprintfJulia Lawall1-3/+1
2010-03-18mtd: small typo in MakefileMatteo Croce1-1/+1
2010-02-25mtd: Remove unnecessary comparisons with MAX_MTD_DEVICESBen Hutchings1-2/+2
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-141/+212
2009-12-05mtd: m25p80: add support for Macronix MX25L4005ASimon Guinot1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-30mtd: m25p80: Add support for CAT25xxx serial EEPROMsAnton Vorontsov1-45/+69
2009-11-30mtd: m25p80: Rework probing/JEDEC codeAnton Vorontsov1-29/+40
2009-11-30mtd: m25p80: Convert to device table matchingAnton Vorontsov1-75/+89
2009-11-30mtd: m25p80: make command buffer DMA-safeJohannes Stezenbach1-2/+9
2009-11-09Kconfig: Remove useless and sometimes wrong commentsMichael Roth1-3/+0
2009-10-17mtd: fix memory leak in mtd_dataflashH Hartley Sweeten1-3/+16
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan2-0/+2
2009-09-24mtd: m25p80: disable SST software protection bits by defaultGraf Yang1-3/+4
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