summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
AgeCommit message (Expand)AuthorLines
2011-05-25mtd: convert remaining users to mtd_device_register()Jamie Iles-24/+24
2011-05-25mtd: sst25l: convert to mtd_device_register()Jamie Iles-36/+26
2011-05-25mtd: dataflash: convert to mtd_device_register()Jamie Iles-27/+18
2011-05-25mtd: m25p80: convert to mtd_device_register()Jamie Iles-38/+30
2011-05-25mtd: sst25l: fix section markingsMike Frysinger-3/+3
2011-05-25mtd: m25p80: Add Spansion S25FL512S, S70FL01GSKevin Cernekee-0/+2
2011-05-25mtd: m25p80: Add Spansion S25FL256SKevin Cernekee-5/+17
2011-05-25mtd: m25p80: Clean up JEDEC manufacturer checksKevin Cernekee-4/+7
2011-05-25mtd: m25p80: Add Numonyx m25px32 familyKevin Cernekee-1/+4
2011-05-25mtd: m25p80: add support for the MX25L1606E chipGabor Juhos-0/+1
2011-03-31Fix common misspellingsLucas De Marchi-8/+8
2011-03-11mtd: m25p80: add support for M25PX64Yoshihiro Shimoda-0/+2
2011-03-11mtd: phram: fix memory leakMathias Krause-0/+3
2011-03-11mtd: mtdram: initialize writebufsize fieldArtem Bityutskiy-0/+1
2011-03-11mtd: m25p80: add support for the EON EN25F32 chipGabor Juhos-1/+2
2011-01-17Merge git://git.infradead.org/mtd-2.6Linus Torvalds-6/+37
2011-01-06mtd: m25p80: Fix JEDEC ID for AT26DF321Aleksandr Koltsoff-1/+1
2011-01-06mtd: m25p80: add debugging trace in sst_writeNicolas Ferre-0/+4
2010-12-03mtd: fix section mismatch on sst25lFabio Estevam-2/+2
2010-12-03mtd: m25p80: Add support for Macronix MX25L25655EKevin Cernekee-0/+1
2010-12-03mtd: m25p80: Add support for Macronix MX25L25635EKevin Cernekee-3/+28
2010-12-03mtd: m25p80: Reinstate error print on unrecognized flashKevin Cernekee-0/+1
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo-2/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo-13/+4
2010-11-13mtd: fix bdev exclusive open bugs in block2mtd::add_device()Tejun Heo-2/+11
2010-10-30mtd: fix build error in m25p80.cAndres Salomon-1/+1
2010-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse-1/+8
2010-10-26block2mtd: dubious assignmentNicolas Kaiser-1/+0
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds-0/+7
2010-10-25mtd: phram: use KBUILD_MODNAMEJoe Perches-1/+1
2010-10-25mtd: m25p80.c: Add support for S25FL032P spi-nor flash devices.David Jander-0/+1
2010-10-25mtd: m25p80: Add support for the Winbond W25Q64Thierry Reding-0/+1
2010-10-24mtd: m25p80: Add support for two new Spansion SPI devices (S25FL-K)Gernot Hoyler-0/+2
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2010-10-22mtd/m25p80: add support to parse the partitions by OF nodeMingkai Hu-0/+7
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock-1/+1
2010-08-12mtd/m25p80: fix test for end of loopDan Carpenter-1/+1
2010-08-12mtd/m25p80: retlen is never NULLDan Carpenter-8/+4
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse-4/+0
2010-08-06mtd: m25p80: add support for the Winbond W25Q32 SPI flash chipGabor Juhos-0/+1
2010-08-06mtd: m25p80: add support for the Intel/Numonyx {16,32,64}0S33B SPI flash chipsGabor Juhos-1/+7
2010-08-06mtd: m25p80: add support for the EON EN25P{32, 64} SPI flash chipsGabor Juhos-0/+4
2010-08-04mtd: m25p80: Make jedec_probe() return proper errno valuesAnton Vorontsov-12/+6
2010-08-04mtd: m25p80: Fix false-positive probingAnton Vorontsov-2/+11
2010-08-02mtd: dataflash: remove casts from voidKulikov Vasiliy-6/+6
2010-08-02mtd: m25p80: Add support for Macronix 25L8005Martin Michlmayr-0/+1
2010-08-02mtd: sst25l: check for null consistentlyDan Carpenter-1/+1
2010-05-14mtd: sst25l: fix multi-part messages with broken spi mastersH Hartley Sweeten-24/+33
2010-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse-0/+3
2010-05-10mtd: sst25l: remove unnecessary MTD_DEBUG_LEVEL2 messagesH Hartley Sweeten-11/+0