aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles10-24/+24
2011-05-25mtd: sst25l: convert to mtd_device_register()Jamie Iles1-36/+26
2011-05-25mtd: dataflash: convert to mtd_device_register()Jamie Iles1-27/+18
2011-05-25mtd: m25p80: convert to mtd_device_register()Jamie Iles1-38/+30
2011-05-25mtd: sst25l: fix section markingsMike Frysinger1-3/+3
2011-05-25mtd: m25p80: Add Spansion S25FL512S, S70FL01GSKevin Cernekee1-0/+2
2011-05-25mtd: m25p80: Add Spansion S25FL256SKevin Cernekee1-5/+17
2011-05-25mtd: m25p80: Clean up JEDEC manufacturer checksKevin Cernekee1-4/+7
2011-05-25mtd: m25p80: Add Numonyx m25px32 familyKevin Cernekee1-1/+4
2011-05-25mtd: m25p80: add support for the MX25L1606E chipGabor Juhos1-0/+1
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