aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
Commit message (Expand)AuthorAgeFilesLines
* Fix common misspellingsLucas De Marchi2011-03-315-8/+8
* mtd: m25p80: add support for M25PX64Yoshihiro Shimoda2011-03-111-0/+2
* mtd: phram: fix memory leakMathias Krause2011-03-111-0/+3
* mtd: mtdram: initialize writebufsize fieldArtem Bityutskiy2011-03-111-0/+1
* mtd: m25p80: add support for the EON EN25F32 chipGabor Juhos2011-03-111-1/+2
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2011-01-172-6/+37
|\
| * mtd: m25p80: Fix JEDEC ID for AT26DF321Aleksandr Koltsoff2011-01-061-1/+1
| * mtd: m25p80: add debugging trace in sst_writeNicolas Ferre2011-01-061-0/+4
| * mtd: fix section mismatch on sst25lFabio Estevam2010-12-031-2/+2
| * mtd: m25p80: Add support for Macronix MX25L25655EKevin Cernekee2010-12-031-0/+1
| * mtd: m25p80: Add support for Macronix MX25L25635EKevin Cernekee2010-12-031-3/+28
| * mtd: m25p80: Reinstate error print on unrecognized flashKevin Cernekee2010-12-031-0/+1
* | block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-2/+2
* | block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-13/+4
* | mtd: fix bdev exclusive open bugs in block2mtd::add_device()Tejun Heo2010-11-131-2/+11
|/
* mtd: fix build error in m25p80.cAndres Salomon2010-10-301-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-10-302-1/+8
|\
| * Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-251-0/+7
| |\
| | * mtd/m25p80: add support to parse the partitions by OF nodeMingkai Hu2010-10-221-0/+7
| * | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
| |\ \ | | |/ | |/|
| | * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | | block2mtd: dubious assignmentNicolas Kaiser2010-10-261-1/+0
* | | mtd: phram: use KBUILD_MODNAMEJoe Perches2010-10-251-1/+1
* | | mtd: m25p80.c: Add support for S25FL032P spi-nor flash devices.David Jander2010-10-251-0/+1
* | | mtd: m25p80: Add support for the Winbond W25Q64Thierry Reding2010-10-251-0/+1
* | | mtd: m25p80: Add support for two new Spansion SPI devices (S25FL-K)Gernot Hoyler2010-10-241-0/+2
|/ /
* | mtd/m25p80: fix test for end of loopDan Carpenter2010-08-121-1/+1
* | mtd/m25p80: retlen is never NULLDan Carpenter2010-08-121-8/+4
|/
* mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse2010-08-084-4/+0
* mtd: m25p80: add support for the Winbond W25Q32 SPI flash chipGabor Juhos2010-08-061-0/+1
* mtd: m25p80: add support for the Intel/Numonyx {16,32,64}0S33B SPI flash chipsGabor Juhos2010-08-061-1/+7
* mtd: m25p80: add support for the EON EN25P{32, 64} SPI flash chipsGabor Juhos2010-08-061-0/+4
* mtd: m25p80: Make jedec_probe() return proper errno valuesAnton Vorontsov2010-08-041-12/+6
* mtd: m25p80: Fix false-positive probingAnton Vorontsov2010-08-041-2/+11
* mtd: dataflash: remove casts from voidKulikov Vasiliy2010-08-021-6/+6
* mtd: m25p80: Add support for Macronix 25L8005Martin Michlmayr2010-08-021-0/+1
* mtd: sst25l: check for null consistentlyDan Carpenter2010-08-021-1/+1
* 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/+0
* | mtd: block2mtd: Use kasprintfJulia Lawall2010-03-181-3/+1
* | 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