aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips/cfi_cmdset_0001.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-06mtd: cfi_cmdset_0001: fixing memory leak and handling failed kmallocInsu Yun1-1/+7
2014-11-25mtd: delete unnecessary checks before two function callsMarkus Elfring1-2/+1
2014-10-29mtd: cfi_cmdset_0001.c: fix resume for LH28F640BF chipsDmitry Eremin-Solenikov1-0/+2
2014-07-13mtd: cfi_cmdset_0001.c: add support for Sharp LH28F640BF NORAndrea Adami1-0/+43
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch1-18/+13
2014-03-10mtd: cfi: Remove unnecessary OOM messagesJingoo Han1-6/+2
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-09-29mtd: cfi_cmdset_0001: Fix problem with unlocking timeoutStefan Roese1-3/+11
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds1-42/+41
2012-03-27mtd: chips: cfi_cmdset_0001: Match ENABLE_VPP()/DISABLE_VPP() callsPaul Parsons1-6/+9
2012-03-27mtd: fix 'Flash device refused suspend due to active operation' messageRussell King1-1/+1
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy1-3/+0
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy1-5/+0
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy1-1/+1
2012-03-27mtd: return error code from mtd_unpointArtem Bityutskiy1-6/+10
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-20/+20
2012-03-23mtd: use for_each_clear_bit()Akinobu Mita1-4/+2
2011-05-25mtd: remove duplicate assignment of chip->stateTadashi Abe1-1/+0
2011-05-25mtd: fix hang-up in cfi erase and read contentionTadashi Abe1-6/+3
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-03-11mtd: cfi: fix writebufsize initializationAnatolij Gustschin1-1/+1
2011-03-11mtd: fix race in cfi_cmdset_0001 driverJoakim Tjernlund1-21/+22
2011-01-06mtd: cfi: add writebufsize initializationAnatolij Gustschin1-0/+1
2010-12-03mtd: cfi_fixup: remove unused 'param' parameterGuillaume LECERF1-27/+27
2010-10-26mtd: cfi_cmdset_0001: use defined value of P_ID_INTEL_PERFORMANCE instead of hardcoded oneGuillaume LECERF1-2/+2
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse1-1/+0
2010-08-06mtd: change struct flchip_shared spinlock locking into mutexStefani Seibold1-10/+10
2010-08-02mtd: add an ioctl to query the lock status of a flash sectorRichard Cochran1-0/+10
2010-05-10mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers.Stefani Seibold1-66/+65
2010-02-25mtd: cfi: remove unneeded NULL checksJiri Slaby1-4/+2
2009-11-30mtd: move manufacturer to the common cfi.h header fileHans-Christian Egtvedt1-10/+10
2009-11-30mtd: add lock fixup for AT49BV640D and AT49BV640DT chipsHans-Christian Egtvedt1-0/+14
2009-11-30mtd: add missing put_chip() in cfi_intelext_reset()Nicolas Pitre1-0/+1
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2009-06-05mtd: CFI 1.0 and CFI 1.1Daniel Ribeiro1-4/+10
2009-06-05mtd: CFI: quirk for PF38F4476.Daniel Ribeiro1-0/+12
2009-03-20[MTD] [CHIPS] cfi_cmdset_0001.c: Fix a bug in inval_cache_and_wait_for_operation().Graff Yang1-2/+6
2008-12-10[MTD] update internal API to support 64-bit device sizeAdrian Hunter1-6/+6
2008-09-26[MTD] [NOR] fix cfi_cmdset_0001 FL_SYNCING race (take 2)Alexander Belyakov1-2/+15
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