aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips
Commit message (Expand)AuthorAge
* mtd: cfi_cmdset_0002: Fix do_erase_chip() to get chip as erasing modeTokunori Ikegami2019-09-15
* mtd: cfi_cmdset_0002: Disable write buffer functions if FORCE_WORD_WRITE is 1Tokunori Ikegami2019-08-27
* mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit pathsTokunori Ikegami2019-08-27
* mtd: cfi_cmdset_0002: Split wait for write buffer completion sequenceTokunori Ikegami2019-08-27
* mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequenceTokunori Ikegami2019-08-27
* mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statementTokunori Ikegami2019-08-27
* mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function sizeTokunori Ikegami2019-08-27
* mtd: cfi_cmdset_0002: Remove goto statement from do_write_buffer()Tokunori Ikegami2019-08-27
* mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()Tokunori Ikegami2019-08-27
* mtd: chips: gen_probe: kill useless initializer in mtd_do_chip_probe()Sergei Shtylyov2019-08-27
* Merge tag 'nand/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2019-07-06
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-21
* | mtd: cfi_cmdset_0002: Add support for polling status registerVignesh Raghavendra2019-06-27
* | mtd: cfi_cmdset_0002: dynamically determine the max sectorsChris Packham2019-06-27
|/
* mtd: cfi_cmdset_0002: Mark expected switch fall-throughsGustavo A. R. Silva2019-05-06
* mtd: cfi_util: mark expected switch fall-throughsGustavo A. R. Silva2019-05-06
* mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_bufferLiu Jian2019-04-04
* mtd: cfi: cmdset_0001: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-15
* mtd: gen_probe: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-15
* mtd: cfi_cmdset_0020: Mark expected switch fall-throughsGustavo A. R. Silva2018-11-09
* Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-08-11
|\
| * mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.Joakim Tjernlund2018-06-22
| * mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudaryJoakim Tjernlund2018-06-21
| * mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chipsJoakim Tjernlund2018-06-21
| * mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()Joakim Tjernlund2018-06-21
* | mtd: Make Kconfig formatting consistentBoris Brezillon2018-07-19
* | mtd: cfi: cmdset_0002: remove redundant variable timeoColin Ian King2018-07-07
* | mtd: Use kasprintf() instead of fixed buffer formattingGeert Uytterhoeven2018-07-07
* | mtd: replace VMLINUX_SYMBOL_STR() with string literalMasahiro Yamada2018-06-24
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds2018-06-08
|\
| * mtd: cfi_cmdset_0002: Change erase one block to enable XIP onceTokunori Ikegami2018-05-30
| * mtd: cfi_cmdset_0002: Change erase functions to check chip good onlyTokunori Ikegami2018-05-30
| * mtd: cfi_cmdset_0002: Change erase functions to retry for errorTokunori Ikegami2018-05-30
| * mtd: cfi_cmdset_0002: Change definition naming to retry write operationTokunori Ikegami2018-05-30
| * mtd: cfi_cmdset_0002: Change write buffer to check correct valueTokunori Ikegami2018-05-30
| * mtd: cfi_cmdset_0002: Fix coding style issuesTokunori Ikegami2018-05-12
| * mtd: cfi: Add early fixup for S70GL02GSAaron Sierra2018-05-04
| * mtd: cfi: Support early CFI fixupsAaron Sierra2018-05-04
* | mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.Joakim Tjernlund2018-04-24
* | mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.Joakim Tjernlund2018-04-24
* | mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.Joakim Tjernlund2018-04-24
|/
* Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds2018-04-06
|\
| * mtd: jedec_probe: add Eon EN29LV400A IDsLinus Walleij2018-03-29
| * mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-21
* | mtd: jedec_probe: Fix crash in jedec_read_mfr()Linus Walleij2018-03-29
|/
* Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds2017-11-23
|\
| * mtd: remove the get_unmapped_area methodNicolas Pitre2017-11-13