aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/m25p80.c
Commit message (Expand)AuthorAge
* mtd: move zero length verification to MTD API functionsArtem Bityutskiy2012-03-26
* mtd: remove retlen zeroing duplicationArtem Bityutskiy2012-03-26
* mtd: do not duplicate length and offset checks in driversArtem Bityutskiy2012-03-26
* mtd: m25p80: set writebufsizeBrian Norris2012-03-26
* mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-26
* mtd: convert drivers/mtd/* to use module_spi_driver()Axel Lin2012-03-26
* mtd: Remove redundant spi driver bus initializationLars-Peter Clausen2012-01-09
* mtd: m25p80: don't probe device which has status of 'disabled'Shaohui Xie2011-10-16
* mtd: m25p80: add EON flash EN25Q32B into spi flash id tableShaohui Xie2011-10-14
* mtd: m25p80: add support for at25df321a spi data flashMikhail Kshevetskiy2011-09-26
* mtd: cleanup style on pr_debug messagesBrian Norris2011-09-11
* mtd: replace DEBUG() with pr_debug()Brian Norris2011-09-11
* mtd: m25p80.c: use mtd_device_parse_registerDmitry Eremin-Solenikov2011-09-11
* mtd: m25p80: use ofpart through generic parsingDmitry Eremin-Solenikov2011-09-11
* mtd: m25p80 don't specify default parsing optionsDmitry Eremin-Solenikov2011-09-11
* mtd: m25p80: convert to mtd_device_register()Jamie Iles2011-05-24
* mtd: m25p80: Add Spansion S25FL512S, S70FL01GSKevin Cernekee2011-05-24
* mtd: m25p80: Add Spansion S25FL256SKevin Cernekee2011-05-24
* mtd: m25p80: Clean up JEDEC manufacturer checksKevin Cernekee2011-05-24
* mtd: m25p80: Add Numonyx m25px32 familyKevin Cernekee2011-05-24
* mtd: m25p80: add support for the MX25L1606E chipGabor Juhos2011-05-24
* mtd: m25p80: add support for M25PX64Yoshihiro Shimoda2011-03-11
* mtd: m25p80: add support for the EON EN25F32 chipGabor Juhos2011-03-11
* mtd: m25p80: Fix JEDEC ID for AT26DF321Aleksandr Koltsoff2011-01-06
* mtd: m25p80: add debugging trace in sst_writeNicolas Ferre2011-01-06
* mtd: m25p80: Add support for Macronix MX25L25655EKevin Cernekee2010-12-03
* mtd: m25p80: Add support for Macronix MX25L25635EKevin Cernekee2010-12-03
* mtd: m25p80: Reinstate error print on unrecognized flashKevin Cernekee2010-12-03
* mtd: fix build error in m25p80.cAndres Salomon2010-10-30
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2010-10-30
|\
| * mtd/m25p80: add support to parse the partitions by OF nodeMingkai Hu2010-10-22
* | mtd: m25p80.c: Add support for S25FL032P spi-nor flash devices.David Jander2010-10-24
* | mtd: m25p80: Add support for the Winbond W25Q64Thierry Reding2010-10-24
* | mtd: m25p80: Add support for two new Spansion SPI devices (S25FL-K)Gernot Hoyler2010-10-24
|/
* mtd/m25p80: fix test for end of loopDan Carpenter2010-08-12
* mtd/m25p80: retlen is never NULLDan Carpenter2010-08-12
* mtd: m25p80: add support for the Winbond W25Q32 SPI flash chipGabor Juhos2010-08-06
* mtd: m25p80: add support for the Intel/Numonyx {16,32,64}0S33B SPI flash chipsGabor Juhos2010-08-06
* mtd: m25p80: add support for the EON EN25P{32, 64} SPI flash chipsGabor Juhos2010-08-06
* mtd: m25p80: Make jedec_probe() return proper errno valuesAnton Vorontsov2010-08-04
* mtd: m25p80: Fix false-positive probingAnton Vorontsov2010-08-04
* mtd: m25p80: Add support for Macronix 25L8005Martin Michlmayr2010-08-02
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-12-16
|\
| * mtd: m25p80: add support for Macronix MX25L4005ASimon Guinot2009-12-05
| * mtd: m25p80: Add support for CAT25xxx serial EEPROMsAnton Vorontsov2009-11-30
| * mtd: m25p80: Rework probing/JEDEC codeAnton Vorontsov2009-11-30
| * mtd: m25p80: Convert to device table matchingAnton Vorontsov2009-11-30
| * mtd: m25p80: make command buffer DMA-safeJohannes Stezenbach2009-11-30
| * mtd: m25p80: disable SST software protection bits by defaultGraf Yang2009-09-24