summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips
Commit message (Expand)AuthorAgeFilesLines
* mtd: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-021-1/+1
* mtd: cfi_cmdset_0001: Support the absence of protection registersJean-Philippe Brucker2020-04-301-5/+8
* mtd: Convert fallthrough comments into statementsMiquel Raynal2020-03-304-22/+16
* mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlashSergei Shtylyov2019-11-091-25/+33
* mtd: cfi_cmdset_0002: only check errors when ready in cfi_check_err_status()Sergei Shtylyov2019-11-091-0/+4
* mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup()Hou Tao2019-11-091-1/+0
* mtd: cfi_cmdset_*: kill useless 'ret' variable initializersSergei Shtylyov2019-11-093-18/+18
* mtd: cfi_util: use DIV_ROUND_UP() in cfi_udelay()Sergei Shtylyov2019-11-091-1/+1
* mtd: cfi_cmdset_0002: Fix do_erase_chip() to get chip as erasing modeTokunori Ikegami2019-09-151-1/+1
* mtd: cfi_cmdset_0002: Disable write buffer functions if FORCE_WORD_WRITE is 1Tokunori Ikegami2019-08-271-0/+6
* mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit pathsTokunori Ikegami2019-08-271-14/+24
* mtd: cfi_cmdset_0002: Split wait for write buffer completion sequenceTokunori Ikegami2019-08-271-41/+51
* mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequenceTokunori Ikegami2019-08-271-16/+22
* mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statementTokunori Ikegami2019-08-271-19/+43
* mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function sizeTokunori Ikegami2019-08-271-40/+50
* mtd: cfi_cmdset_0002: Remove goto statement from do_write_buffer()Tokunori Ikegami2019-08-271-26/+27
* mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()Tokunori Ikegami2019-08-271-6/+12
* mtd: chips: gen_probe: kill useless initializer in mtd_do_chip_probe()Sergei Shtylyov2019-08-271-1/+1
* Merge tag 'nand/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2019-07-063-0/+3
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-212-0/+2
* | mtd: cfi_cmdset_0002: Add support for polling status registerVignesh Raghavendra2019-06-271-17/+113
* | mtd: cfi_cmdset_0002: dynamically determine the max sectorsChris Packham2019-06-271-5/+8
|/
* mtd: cfi_cmdset_0002: Mark expected switch fall-throughsGustavo A. R. Silva2019-05-061-0/+2
* mtd: cfi_util: mark expected switch fall-throughsGustavo A. R. Silva2019-05-061-0/+6
* mtd: cfi: fix deadloop in cfi_cmdset_0002.c do_write_bufferLiu Jian2019-04-051-1/+5
* mtd: cfi: cmdset_0001: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-151-1/+2
* mtd: gen_probe: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-151-1/+1
* mtd: cfi_cmdset_0020: Mark expected switch fall-throughsGustavo A. R. Silva2018-11-091-0/+6
* Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-08-111-8/+11
|\
| * mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.Joakim Tjernlund2018-06-221-0/+2
| * mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudaryJoakim Tjernlund2018-06-221-1/+1
| * mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chipsJoakim Tjernlund2018-06-221-3/+3
| * mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()Joakim Tjernlund2018-06-221-4/+5
* | mtd: Make Kconfig formatting consistentBoris Brezillon2018-07-191-1/+1
* | mtd: cfi: cmdset_0002: remove redundant variable timeoColin Ian King2018-07-071-2/+0
* | mtd: Use kasprintf() instead of fixed buffer formattingGeert Uytterhoeven2018-07-071-2/+5
* | mtd: replace VMLINUX_SYMBOL_STR() with string literalMasahiro Yamada2018-06-241-2/+2
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-5/+9
* Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds2018-06-082-26/+78
|\
| * mtd: cfi_cmdset_0002: Change erase one block to enable XIP onceTokunori Ikegami2018-05-301-4/+2
| * mtd: cfi_cmdset_0002: Change erase functions to check chip good onlyTokunori Ikegami2018-05-301-10/+12
| * mtd: cfi_cmdset_0002: Change erase functions to retry for errorTokunori Ikegami2018-05-301-0/+10
| * mtd: cfi_cmdset_0002: Change definition naming to retry write operationTokunori Ikegami2018-05-301-3/+3
| * mtd: cfi_cmdset_0002: Change write buffer to check correct valueTokunori Ikegami2018-05-301-1/+1
| * mtd: cfi_cmdset_0002: Fix coding style issuesTokunori Ikegami2018-05-121-13/+13
| * mtd: cfi: Add early fixup for S70GL02GSAaron Sierra2018-05-041-0/+12
| * mtd: cfi: Support early CFI fixupsAaron Sierra2018-05-041-0/+30
* | mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.Joakim Tjernlund2018-04-241-3/+6