summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/chips
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* | 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-132-3/+4
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-133-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/+2Star
| * 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
* | mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.Joakim Tjernlund2018-04-241-0/+17
* | mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.Joakim Tjernlund2018-04-241-5/+11
|/
* Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds2018-04-065-42/+37Star
|\
| * mtd: jedec_probe: add Eon EN29LV400A IDsLinus Walleij2018-03-291-0/+32
| * mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-214-42/+5Star
* | mtd: jedec_probe: Fix crash in jedec_read_mfr()Linus Walleij2018-03-291-0/+2
|/
* Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds2017-11-232-27/+41
|\
| * mtd: remove the get_unmapped_area methodNicolas Pitre2017-11-132-35/+0Star
| * mtd: chips/map_rom.c: implement point and unpoint methodsNicolas Pitre2017-11-131-0/+25
| * mtd: chips/map_ram.c: implement point and unpoint methodsNicolas Pitre2017-11-131-0/+24
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* mtd: cfi_cmdset_0020: Drop unnecessary staticJulia Lawall2017-05-111-1/+1
* drivers/mtd: Convert remaining uses of pr_warning to pr_warnJoe Perches2017-04-191-4/+8
* mtd: cfi_cmdset_0020: Deinline do_write_buffer, save 5316 bytesDenys Vlasenko2016-07-101-1/+1
* mtd: avoid stack overflow in MTD CFI codeArnd Bergmann2016-04-041-0/+1
* mtd: cfi_cmdset_0001: fixing memory leak and handling failed kmallocInsu Yun2016-01-071-1/+7
* mtd: cfi_cmdset_0002: use swap() in cfi_cmdset_0002()Fabian Frederick2015-12-191-4/+2Star
* mtd: cfi: enforce valid geometry configurationArnd Bergmann2015-11-301-0/+4