summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips
Commit message (Expand)AuthorAgeFilesLines
* mtd: chips: Use SPDX license headersLinus Walleij2023-06-099-11/+15
* mtd: cfi_cmdset_0002: Rename chip_ready variablesTokunori Ikegami2022-04-281-7/+7
* mtd: cfi_cmdset_0002: Add S29GL064N ID definitionTokunori Ikegami2022-04-281-2/+3
* mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami2022-04-281-8/+34
* mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_writeTokunori Ikegami2022-04-281-63/+32
* mtd: gen_probe: Use bitmap_zalloc() when applicableChristophe JAILLET2021-12-091-5/+4
* mtd: fixup CFI on ixp4xxArnd Bergmann2021-10-151-0/+2
* Merge tag 'mtd/fixes-for-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-161-1/+1
|\
| * mtd: cfi_cmdset_0002: fix crash when erasing/writing AMD cardsAndreas Persson2021-07-161-1/+1
* | mtd: cfi_util: Fix unreachable code issueGustavo A. R. Silva2021-07-121-2/+2
|/
* mtd: Convert list_for_each to entry variantZou Wei2021-06-111-4/+1
* mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus2021-04-162-6/+7
* Merge tag 'cfi/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger2021-04-151-1/+5
|\
| * mtd: cfi_cmdset_0002: remove redundant assignment to variable timeoColin Ian King2021-04-081-1/+1
| * mtd: cfi_cmdset_0002: Disable buffered writes for AMD chip 0x2201Mauri Sandberg2021-04-081-0/+4
* | mtd: cfi: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-113-0/+5
|/
* 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