aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/m25p80.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-23Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-2/+135
2009-09-21trivial: mtd: add __init/__exit macros to init/exitfunctionsPeter Huewe1-2/+2
2009-09-19m25p80: Add Spansion S25FL129P serial flashesKevin Cernekee1-1/+3
2009-09-19mtd: m25p80: add SST WF SPI flash device informationGraf Yang1-0/+4
2009-09-19mtd: m25p80: add support for AAI programming with SST SPI flashesGraf Yang1-1/+125
2009-09-04mtd: m25p80: add support for 3 Macronix flash chipsSiddarth Gore1-0/+3
2009-09-03mtd: m25p80: fix null pointer dereference bugAnton Vorontsov1-1/+1
2009-06-26mtd: m25p80 timeout too short for worst-case m25p16 devicesSteven A. Falco1-1/+1
2009-06-05mtd: m25p80: add support for Macronix MX25L12805DLennert Buytenhek1-0/+3
2009-06-05mtd: m25p80 nand: add m45pe10 idsMatthieu CASTET1-0/+1
2009-05-08mtd: fix timeout in M25P80 driverPeter Horton1-8/+8
2009-04-29mtd: Bug in m25p80.c during whole-chip eraseSteven A. Falco1-5/+7
2009-04-04[MTD] support driver model updatesDavid Brownell1-0/+2
2009-03-20[MTD] partitioning utility predicatesDavid Brownell1-11/+6
2008-12-23[MTD] struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-10/+10
2008-12-19[MTD] fix m25p80 64-bit divisionsArtem Bityutskiy1-18/+19
2008-11-26[MTD] m25p80: chip erase != block erase != sector eraseChen Gong1-10/+13
2008-11-26[MTD] m25p80: fix detection of m25p16 flashesMike Frysinger1-1/+1
2008-11-26[MTD] m25p80: fix detection of SPI partsMike Frysinger1-1/+2
2008-10-20Revert "[MTD] m25p80.c code cleanup"David Woodhouse1-1/+1
2008-10-14[MTD] m25p80.c extended jedec support (v2)Chen Gong1-2/+2
2008-08-11[MTD] m25p80.c extended jedec supportChen Gong1-39/+47
2008-08-11[MTD] m25p80.c code cleanupChen Gong1-1/+1
2008-08-11[MTD] m25p80.c erase enhanceChen Gong1-8/+40
2008-07-11[MTD] m25p80: fix bug - ATmel spi flash fails to be copied toMichael Hennerich1-0/+22
2008-06-06[MTD] m25p80.c mutex unlock fixChen Gong1-1/+3
2008-04-25[MTD] m25p80: Add Support for ATMEL AT25DF641 64-Megabit SPI FlashMichael Hennerich1-0/+1
2008-04-25[MTD] m25p80: add FAST_READ access support to M25PxxBryan Wu1-10/+21
2008-04-22[MTD] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-4/+4
2007-06-28[MTD] m25p80: Use correct units for binary multiplesDavid Woodhouse1-9/+9
2007-06-28[MTD] m25p80 handles more chips, uses JEDEC ids and small eraseblocksDavid Brownell1-53/+181
2007-06-28[MTD] m25p80 converted to mutexDavid Brownell1-16/+17
2006-12-30[PATCH] m25p80 build fixes (with MTD debug)David Brownell1-2/+2
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-09-05[PATCH] [MTD] DEVICES: Fill more device IDs in the structure of m25p80Aubrey Lee1-6/+6
2006-06-14[MTD] assume mtd->writesize is 1 for NOR flashesArtem B. Bityutskiy1-0/+1
2006-05-29[MTD] Fix debug printk format warning in m25p80 SPI chip driver, again.Andrew Morton1-1/+1
2006-04-11[PATCH] MTD: m25p80: fix printk format warningRandy Dunlap1-1/+1
2006-03-31[PATCH] m25p80: printk warning fixAndrew Morton1-1/+1
2006-01-13[PATCH] spi: misc fixesDavid Brownell1-1/+3
2006-01-13[PATCH] spi: use linked lists rather than an arrayVitaly Wool1-25/+25
2006-01-13[PATCH] spi: M25 series SPI flashMike Lavender1-0/+580