aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips/cfi_cmdset_0001.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-06[MTD] [NOR] cfi_cmdset_0001: Timeouts for erase, write and unlock operationsAnders Grafström1-14/+38
2008-08-02[MTD] Use DIV_ROUND_UPJulia Lawall1-1/+1
2008-07-25[MTD] [NOR] Fix -ETIMEO errors in CFI driverAlexey Korolev1-1/+8
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-14[MTD] [NOR] Support for M50FLW080A and M50FLW080BNate Case1-0/+4
2008-05-06[MTD] [NOR] Remove cfi_cmdset_0001.c erase suspend fixup typoAlexander Belyakov1-1/+1
2008-05-01[MTD][NOR] Add physical address to point() methodJared Hulbert1-6/+8
2008-04-23[MTD] [NOR] Fix Intel CFI driver for collie flashThomas Kunze1-0/+3
2008-04-22[MTD] XIP: Use generic xip_iprefetch() instead of asm volatile (...)Paulius Zaleckas1-2/+2
2008-04-22[MTD] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2008-04-04mtd: fix broken state in CFI driver caused by FL_SHUTDOWNAlexey Korolev1-5/+5
2008-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse1-2/+5
2008-02-03[MTD] Unlocking all Intel flash that is locked on power up.Justin Treon1-6/+12
2008-01-11cache invalidation error for buffered writeMassimo Cirillo1-2/+5
2007-11-26[MTD] [NOR] Prevent erase command invocation on suspended chipAlexander Belyakov1-0/+15
2007-11-23[MTD] [NOR] Support Intel P3x flash support with CFI version 1.5Alexey Korolev1-1/+1
2007-10-30[MTD] [NOR] More CFI fixups for Atmel chipsHans-Christian Egtvedt1-0/+43
2007-10-23[MTD] [NOR] Fix deadlock in Intel chip driver caused by get_chip recursionAlexey Korolev1-69/+77
2007-10-13[MTD] [NOR] fix ctrl-alt-del can't reboot for intel flash bugKevin Hao1-3/+6
2007-09-23[MTD] fix CFI point method for discontiguous mapsAndy Lowe1-4/+11
2007-07-04[MTD] [CHIPS] fix tiny spelling error in comment in cfi_cmdset_0001.cJesper Juhl1-1/+1
2007-06-28[MTD] [NOR] Use NULL instead of 0 for pointer to shut sparse up.Randy Dunlap1-4/+4
2007-06-28[MTD] [NOR] cfi_cmdset_0001.c: sparse fixesBen Dooks1-2/+2
2007-04-02[MTD] [NOR] Support for auto locking flash on power upRodolfo Giometti1-3/+90
2007-02-09[MTD] [NOR] Intel: remove ugly PROGREGION macrosArtem Bityutskiy1-4/+2
2007-02-09[MTD] Fix default timeouts for Intel NOR flashDavid Woodhouse1-3/+17
2006-12-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2006-11-28[PATCH] Fix Intel/Sharp command set erase suspend bugJoakim Tjernlund1-1/+1
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan1-2/+1
2006-10-21[MTD] NOR: leave Intel chips in read-array mode on suspendDavid Anders1-0/+2
2006-07-15[MTD] Fixes of performance and stability issues in CFI driver.Alexey Korolev1-44/+43
2006-06-22[MTD] Initialize 'writesize'Artem B. Bityutskiy1-0/+1
2006-05-22[MTD] Introduce MTD_BIT_WRITEABLEJoern Engel1-1/+1
2006-05-22[MTD] Introduce writesizeJoern Engel1-2/+2
2006-05-17cfi_cmdset_0001: factorize code to wait for flash statusNicolas Pitre1-264/+157
2006-05-17cfi-cmdset-0001: always update the chip statusNicolas Pitre1-1/+3
2006-05-17CHIPS: Fix potential starvation in cfi_cmdset_0001Josh Boyer1-0/+5
2006-05-14[MTD] Fix legacy character sets throughout drivers/mtd, include/linux/mtdDavid Woodhouse1-1/+1
2006-05-08Remove use of inter_module_crap in NOR flash chip drivers.David Woodhouse1-29/+7
2006-02-24[PATCH] cfi: init wait queue in chip structSimon Vogl1-0/+1
2006-02-20[PATCH] cfi_cmdset_0001: fix range for cache invalidationAlexey Korolev1-7/+7
2005-11-29[MTD] cfi_cmdset_0001: relax locking rules for multi hardware partition supportNicolas Pitre1-6/+4
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6Linus Torvalds1-195/+289
2005-11-07[PATCH] kfree cleanup: drivers/mtdJesper Juhl1-2/+1
2005-11-07[MTD] chips: Clean up trailing white spacesThomas Gleixner1-75/+75
2005-11-06[MTD] chips/cfi_cmdset_0001: fix for P30 cfi parsingNicolas Pitre1-3/+6
2005-11-06[MTD] writev support for cfi-cmdset-0001Nicolas Pitre1-50/+75
2005-11-06{MTD] add support for Intel's "Sibley" flashNicolas Pitre1-23/+65
2005-11-06[MTD] cleanups to cfi_cmdset_0001Nicolas Pitre1-56/+71
2005-08-04[MTD] CHIPS: Recognize Spansion CFI 1.4 chipsTodd Poynor1-1/+10