summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-3/+3
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-6/+3
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-7/+7
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-24/+21
2026-01-22mtd: jedec_probe: fix shift-out-of-bounds UB in JEDEC ID maskingChenxi Hou-2/+2
2025-09-29mtd: jedec_probe: use struct_size() helper for cfiq allocationRahul Kumar-1/+1
2025-09-29mtd: cfi: use struct_size() helper for cfiq allocationGopi Krishna Menon-1/+1
2025-09-11mtd: jedec_probe: Remove space before newlineColin Ian King-1/+1
2024-10-21mtd: cfi_cmdset_0002: remove redundant assignment to variable retColin Ian King-3/+1
2024-07-01mtd: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+2
2024-02-26mtd: chips: remove redundant assignment to variable timeoColin Ian King-2/+2
2023-10-27mtd: cfi_cmdset_0001: Byte swap OTP infoLinus Walleij-2/+18
2023-09-22mtd: map_ram: prevent use of point and unpoint when NO_XIP is setShivamurthy Shastri-2/+6
2023-08-18mfd: Explicitly include correct DT includesRob Herring-2/+1
2023-06-09mtd: chips: Use SPDX license headersLinus Walleij-11/+15
2022-04-28mtd: cfi_cmdset_0002: Rename chip_ready variablesTokunori Ikegami-7/+7
2022-04-28mtd: cfi_cmdset_0002: Add S29GL064N ID definitionTokunori Ikegami-2/+3
2022-04-28mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064NTokunori Ikegami-8/+34
2022-04-28mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_writeTokunori Ikegami-63/+32
2021-12-09mtd: gen_probe: Use bitmap_zalloc() when applicableChristophe JAILLET-5/+4
2021-10-15mtd: fixup CFI on ixp4xxArnd Bergmann-0/+2
2021-08-16Merge tag 'mtd/fixes-for-5.14-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2021-07-16mtd: cfi_cmdset_0002: fix crash when erasing/writing AMD cardsAndreas Persson-1/+1
2021-07-12mtd: cfi_util: Fix unreachable code issueGustavo A. R. Silva-2/+2
2021-06-11mtd: Convert list_for_each to entry variantZou Wei-4/+1
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus-6/+7
2021-04-15Merge tag 'cfi/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger-1/+5
2021-04-08mtd: cfi_cmdset_0002: remove redundant assignment to variable timeoColin Ian King-1/+1
2021-04-08mtd: cfi_cmdset_0002: Disable buffered writes for AMD chip 0x2201Mauri Sandberg-0/+4
2021-03-11mtd: cfi: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+5
2020-08-02mtd: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-04-30mtd: cfi_cmdset_0001: Support the absence of protection registersJean-Philippe Brucker-5/+8
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal-22/+16
2019-11-09mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlashSergei Shtylyov-25/+33
2019-11-09mtd: cfi_cmdset_0002: only check errors when ready in cfi_check_err_status()Sergei Shtylyov-0/+4
2019-11-09mtd: cfi_cmdset_0002: don't free cfi->cfiq in error path of cfi_amdstd_setup()Hou Tao-1/+0
2019-11-09mtd: cfi_cmdset_*: kill useless 'ret' variable initializersSergei Shtylyov-18/+18
2019-11-09mtd: cfi_util: use DIV_ROUND_UP() in cfi_udelay()Sergei Shtylyov-1/+1
2019-09-15mtd: cfi_cmdset_0002: Fix do_erase_chip() to get chip as erasing modeTokunori Ikegami-1/+1
2019-08-27mtd: cfi_cmdset_0002: Disable write buffer functions if FORCE_WORD_WRITE is 1Tokunori Ikegami-0/+6
2019-08-27mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit pathsTokunori Ikegami-14/+24
2019-08-27mtd: cfi_cmdset_0002: Split wait for write buffer completion sequenceTokunori Ikegami-41/+51
2019-08-27mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequenceTokunori Ikegami-16/+22
2019-08-27mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statementTokunori Ikegami-19/+43
2019-08-27mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function sizeTokunori Ikegami-40/+50
2019-08-27mtd: cfi_cmdset_0002: Remove goto statement from do_write_buffer()Tokunori Ikegami-26/+27
2019-08-27mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()Tokunori Ikegami-6/+12
2019-08-27mtd: chips: gen_probe: kill useless initializer in mtd_do_chip_probe()Sergei Shtylyov-1/+1
2019-07-06Merge tag 'nand/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger-0/+3