aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips/cfi_cmdset_0001.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-07[MTD] XIP cleanupThomas Gleixner1-1/+1
2005-05-23[MTD] CFI flash locking reorg for XIPNicolas Pitre1-50/+40
2005-05-23[MTD] CFI DEBUG_LOCK_BITS fixes for Intel NOR flash:Todd Poynor1-2/+3
2005-05-23[MTD] Fix OTP for top-parameter devicesNicolas Pitre1-2/+14
2005-05-23[MTD] Add reboot notifier to Intel NOR flash driverNicolas Pitre1-2/+43
2005-05-23[MTD] Avoid compile warnings for Intel CFI flash without OTP support.Todd Poynor1-1/+3
2005-05-23[MTD] cfi_cmdset_0001: Skip delay if Instant Block Locking is setTodd Poynor1-4/+12
2005-05-23[MTD] cfi_cmdset_0001: Fix compiler warningsThomas Gleixner1-5/+5
2005-05-23[MTD] cfi_cmdset_0001: Fix state after syncNicolas Pitre1-1/+2
2005-05-23[MTD] cfi_cmdset_0001: Fix the buggy status check. Thomas Gleixner1-13/+3
2005-05-23[MTD] Make OTP actually work.Nicolas Pitre1-3/+5