aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips/cfi_cmdset_0001.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: remove duplicate assignment of chip->stateTadashi Abe2011-05-251-1/+0
* mtd: fix hang-up in cfi erase and read contentionTadashi Abe2011-05-251-6/+3
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* mtd: cfi: fix writebufsize initializationAnatolij Gustschin2011-03-111-1/+1
* mtd: fix race in cfi_cmdset_0001 driverJoakim Tjernlund2011-03-111-21/+22
* mtd: cfi: add writebufsize initializationAnatolij Gustschin2011-01-061-0/+1
* mtd: cfi_fixup: remove unused 'param' parameterGuillaume LECERF2010-12-031-27/+27
* mtd: cfi_cmdset_0001: use defined value of P_ID_INTEL_PERFORMANCE instead of ...Guillaume LECERF2010-10-261-2/+2
* mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse2010-08-081-1/+0
* mtd: change struct flchip_shared spinlock locking into mutexStefani Seibold2010-08-061-10/+10
* mtd: add an ioctl to query the lock status of a flash sectorRichard Cochran2010-08-021-0/+10
* mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers.Stefani Seibold2010-05-101-66/+65
* mtd: cfi: remove unneeded NULL checksJiri Slaby2010-02-251-4/+2
* mtd: move manufacturer to the common cfi.h header fileHans-Christian Egtvedt2009-11-301-10/+10
* mtd: add lock fixup for AT49BV640D and AT49BV640DT chipsHans-Christian Egtvedt2009-11-301-0/+14
* mtd: add missing put_chip() in cfi_intelext_reset()Nicolas Pitre2009-11-301-0/+1
* Nicolas Pitre has a new email addressNicolas Pitre2009-09-151-1/+1
* mtd: CFI 1.0 and CFI 1.1Daniel Ribeiro2009-06-051-4/+10
* mtd: CFI: quirk for PF38F4476.Daniel Ribeiro2009-06-051-0/+12
* [MTD] [CHIPS] cfi_cmdset_0001.c: Fix a bug in inval_cache_and_wait_for_operat...Graff Yang2009-03-201-2/+6
* [MTD] update internal API to support 64-bit device sizeAdrian Hunter2008-12-101-6/+6
* [MTD] [NOR] fix cfi_cmdset_0001 FL_SYNCING race (take 2)Alexander Belyakov2008-09-261-2/+15
* [MTD] [NOR] cfi_cmdset_0001: Timeouts for erase, write and unlock operationsAnders Grafström2008-08-061-14/+38
* [MTD] Use DIV_ROUND_UPJulia Lawall2008-08-021-1/+1
* [MTD] [NOR] Fix -ETIMEO errors in CFI driverAlexey Korolev2008-07-251-1/+8
* MTD/JFFS2: remove CVS keywordsAdrian Bunk2008-06-041-2/+0
* [MTD] [NOR] Support for M50FLW080A and M50FLW080BNate Case2008-05-141-0/+4
* [MTD] [NOR] Remove cfi_cmdset_0001.c erase suspend fixup typoAlexander Belyakov2008-05-061-1/+1
* [MTD][NOR] Add physical address to point() methodJared Hulbert2008-05-011-6/+8
* [MTD] [NOR] Fix Intel CFI driver for collie flashThomas Kunze2008-04-231-0/+3
* [MTD] XIP: Use generic xip_iprefetch() instead of asm volatile (...)Paulius Zaleckas2008-04-221-2/+2
* [MTD] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-221-6/+6
* mtd: fix broken state in CFI driver caused by FL_SHUTDOWNAlexey Korolev2008-04-041-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitDavid Woodhouse2008-02-031-2/+5
|\
| * cache invalidation error for buffered writeMassimo Cirillo2008-01-111-2/+5
* | [MTD] Unlocking all Intel flash that is locked on power up.Justin Treon2008-02-031-6/+12
* | [MTD] [NOR] Prevent erase command invocation on suspended chipAlexander Belyakov2007-11-261-0/+15
* | [MTD] [NOR] Support Intel P3x flash support with CFI version 1.5Alexey Korolev2007-11-231-1/+1
* | [MTD] [NOR] More CFI fixups for Atmel chipsHans-Christian Egtvedt2007-10-301-0/+43
|/
* [MTD] [NOR] Fix deadlock in Intel chip driver caused by get_chip recursionAlexey Korolev2007-10-231-69/+77
* [MTD] [NOR] fix ctrl-alt-del can't reboot for intel flash bugKevin Hao2007-10-131-3/+6
* [MTD] fix CFI point method for discontiguous mapsAndy Lowe2007-09-231-4/+11
* [MTD] [CHIPS] fix tiny spelling error in comment in cfi_cmdset_0001.cJesper Juhl2007-07-041-1/+1
* [MTD] [NOR] Use NULL instead of 0 for pointer to shut sparse up.Randy Dunlap2007-06-281-4/+4
* [MTD] [NOR] cfi_cmdset_0001.c: sparse fixesBen Dooks2007-06-281-2/+2
* [MTD] [NOR] Support for auto locking flash on power upRodolfo Giometti2007-04-021-3/+90
* [MTD] [NOR] Intel: remove ugly PROGREGION macrosArtem Bityutskiy2007-02-091-4/+2
* [MTD] Fix default timeouts for Intel NOR flashDavid Woodhouse2007-02-091-3/+17
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-12-011-1/+1
|\
| * [PATCH] Fix Intel/Sharp command set erase suspend bugJoakim Tjernlund2006-11-281-1/+1