aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-31Fix common misspellingsLucas De Marchi5-8/+8
2011-03-11mtd: m25p80: add support for M25PX64Yoshihiro Shimoda1-0/+2
2011-03-11mtd: phram: fix memory leakMathias Krause1-0/+3
2011-03-11mtd: mtdram: initialize writebufsize fieldArtem Bityutskiy1-0/+1
2011-03-11mtd: m25p80: add support for the EON EN25F32 chipGabor Juhos1-1/+2
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-6/+37
2011-01-06mtd: m25p80: Fix JEDEC ID for AT26DF321Aleksandr Koltsoff1-1/+1
2011-01-06mtd: m25p80: add debugging trace in sst_writeNicolas Ferre1-0/+4
2010-12-03mtd: fix section mismatch on sst25lFabio Estevam1-2/+2
2010-12-03mtd: m25p80: Add support for Macronix MX25L25655EKevin Cernekee1-0/+1
2010-12-03mtd: m25p80: Add support for Macronix MX25L25635EKevin Cernekee1-3/+28
2010-12-03mtd: m25p80: Reinstate error print on unrecognized flashKevin Cernekee1-0/+1
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-2/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-13/+4
2010-11-13mtd: fix bdev exclusive open bugs in block2mtd::add_device()Tejun Heo1-2/+11
2010-10-30mtd: fix build error in m25p80.cAndres Salomon1-1/+1
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2-1/+8
2010-10-26block2mtd: dubious assignmentNicolas Kaiser1-1/+0
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+7
2010-10-25mtd: phram: use KBUILD_MODNAMEJoe Perches1-1/+1
2010-10-25mtd: m25p80.c: Add support for S25FL032P spi-nor flash devices.David Jander1-0/+1
2010-10-25mtd: m25p80: Add support for the Winbond W25Q64Thierry Reding1-0/+1
2010-10-24mtd: m25p80: Add support for two new Spansion SPI devices (S25FL-K)Gernot Hoyler1-0/+2
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-22mtd/m25p80: add support to parse the partitions by OF nodeMingkai Hu1-0/+7
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
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