aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips/cfi_cmdset_0001.c
AgeCommit message (Expand)Author
2023-10-27mtd: cfi_cmdset_0001: Byte swap OTP infoLinus Walleij
2023-06-09mtd: chips: Use SPDX license headersLinus Walleij
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus
2021-03-11mtd: cfi: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-04-30mtd: cfi_cmdset_0001: Support the absence of protection registersJean-Philippe Brucker
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal
2019-11-09mtd: cfi_cmdset_*: kill useless 'ret' variable initializersSergei Shtylyov
2019-01-15mtd: cfi: cmdset_0001: Use struct_size() in kmalloc()Gustavo A. R. Silva
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-24mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.Joakim Tjernlund
2018-04-24mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.Joakim Tjernlund
2018-03-21mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon
2016-01-06mtd: cfi_cmdset_0001: fixing memory leak and handling failed kmallocInsu Yun
2014-11-25mtd: delete unnecessary checks before two function callsMarkus Elfring
2014-10-29mtd: cfi_cmdset_0001.c: fix resume for LH28F640BF chipsDmitry Eremin-Solenikov
2014-07-13mtd: cfi_cmdset_0001.c: add support for Sharp LH28F640BF NORAndrea Adami
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch
2014-03-10mtd: cfi: Remove unnecessary OOM messagesJingoo Han
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker
2012-09-29mtd: cfi_cmdset_0001: Fix problem with unlocking timeoutStefan Roese
2012-03-30Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6Linus Torvalds
2012-03-27mtd: chips: cfi_cmdset_0001: Match ENABLE_VPP()/DISABLE_VPP() callsPaul Parsons
2012-03-27mtd: fix 'Flash device refused suspend due to active operation' messageRussell King
2012-03-27mtd: move zero length verification to MTD API functionsArtem Bityutskiy
2012-03-27mtd: remove retlen zeroing duplicationArtem Bityutskiy
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy
2012-03-27mtd: return error code from mtd_unpointArtem Bityutskiy
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy
2012-03-23mtd: use for_each_clear_bit()Akinobu Mita
2011-05-25mtd: remove duplicate assignment of chip->stateTadashi Abe
2011-05-25mtd: fix hang-up in cfi erase and read contentionTadashi Abe
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-11mtd: cfi: fix writebufsize initializationAnatolij Gustschin
2011-03-11mtd: fix race in cfi_cmdset_0001 driverJoakim Tjernlund
2011-01-06mtd: cfi: add writebufsize initializationAnatolij Gustschin
2010-12-03mtd: cfi_fixup: remove unused 'param' parameterGuillaume LECERF
2010-10-26mtd: cfi_cmdset_0001: use defined value of P_ID_INTEL_PERFORMANCE instead of ...Guillaume LECERF
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse
2010-08-06mtd: change struct flchip_shared spinlock locking into mutexStefani Seibold
2010-08-02mtd: add an ioctl to query the lock status of a flash sectorRichard Cochran
2010-05-10mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers.Stefani Seibold
2010-02-25mtd: cfi: remove unneeded NULL checksJiri Slaby
2009-11-30mtd: move manufacturer to the common cfi.h header fileHans-Christian Egtvedt
2009-11-30mtd: add lock fixup for AT49BV640D and AT49BV640DT chipsHans-Christian Egtvedt
2009-11-30mtd: add missing put_chip() in cfi_intelext_reset()Nicolas Pitre
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre
2009-06-05mtd: CFI 1.0 and CFI 1.1Daniel Ribeiro
2009-06-05mtd: CFI: quirk for PF38F4476.Daniel Ribeiro
2009-03-20[MTD] [CHIPS] cfi_cmdset_0001.c: Fix a bug in inval_cache_and_wait_for_operat...Graff Yang