summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2021-06-11mtd: devices: add support for microchip 48l640 EERAMHeiko Schocher
2021-06-11mtd: core: use MTD_DEVICE_ATTR_RO/RW() helper macrosZhen Lei
2021-06-11mtd: core: add MTD_DEVICE_ATTR_RO/RW() helper macrosZhen Lei
2021-06-11mtd: mtdpart: use DEVICE_ATTR_RO() helper macroZhen Lei
2021-05-26mtd: parsers: qcom: Fix leaking of partition nameAnsuel Smith
2021-05-26mtd: partitions: redboot: fix style issuesCorentin Labbe
2021-05-26mtd: partitions: redboot: seek fis-index-block in the right nodeCorentin Labbe
2021-05-26mtd: devices: Remove superfluous "break"Ding Senjie
2021-05-26mtd: core: Potential NULL dereference in mtd_otp_size()Dan Carpenter
2021-05-26mtd: core: Fix freeing of otp_info bufferJon Hunter
2021-05-10drivers: mtd: sm_ftl: Fix alignment of block commentShubhankar Kuranagatti
2021-05-10mtd: Create partname and partid debug files for child MTDsPetr Malat
2021-05-10mtd: tests: Remove redundant assignment to errYang Li
2021-05-10mtd: *nftl: return -ENOMEM when kmalloc failedYang Li
2021-05-10mtd: mtd_oobtest: Remove redundant assignment to errJiapeng Chong
2021-05-10mtd: core: add OTP nvmem provider supportMichael Walle
2021-05-10mtd: parsers: trx: Allow to use TRX parser on Mediatek SoCsHauke Mehrtens
2021-05-10mtd: parsers: trx: Allow to specify brcm, trx-magic in DTHauke Mehrtens
2021-05-10mtd: nftlcore: remove set but rewrite variablesTian Tao
2021-05-10mtd: mtdpart: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao
2021-05-10mtd: core: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao
2021-05-10mtd: mtd_oobtest: fix error return code in mtd_oobtest_init()Zhang Xiaoxu
2021-05-10mtd: phram: Fix error return code in phram_setup()Yu Kuai
2021-05-10mtd: plat-ram: remove redundant dev_err call in platram_probe()Yu Kuai
2021-05-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-26Merge tag 'mtd/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2021-04-19Revert "mtd: rawnand: bbt: Skip bad blocks when searching for the BBT in NAND"Fabio Estevam
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus
2021-04-15ubi: Remove unnecessary struct declarationWan Jiabing
2021-04-15ubi: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-15Merge tag 'nand/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger
2021-04-15Merge tag 'spi-nor/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Richard Weinberger
2021-04-15Merge tag 'cfi/for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger
2021-04-13Merge tag 'fixes-for-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-04-11Revert "mtd: spi-nor: macronix: Add support for mx25l51245g"Tudor Ambarus
2021-04-11mtd: spi-nor: core: Fix an issue of releasing resources during read/writeXiang Chen
2021-04-08mtd: cfi_cmdset_0002: remove redundant assignment to variable timeoColin Ian King
2021-04-08mtd: cfi_cmdset_0002: Disable buffered writes for AMD chip 0x2201Mauri Sandberg
2021-04-07mtd: rawnand: qcom: Use dma_mapping_error() for error checkManivannan Sadhasivam
2021-04-07mtd: rawnand: gpmi: Fix a double free in gpmi_nand_initLv Yunlong
2021-04-07mtd: rawnand: qcom: Add missing nand_cleanup() in error pathManivannan Sadhasivam
2021-04-07mtd: rawnand: Add support for secure regions in NAND memoryManivannan Sadhasivam
2021-04-02mtd: spi-nor: winbond: add OTP support to w25q32fw/jwMichael Walle
2021-04-02mtd: spi-nor: implement OTP support for Winbond and similar flashesMichael Walle
2021-04-02mtd: spi-nor: add OTP supportMichael Walle
2021-03-31mtd: spi-nor: swp: Improve code around spi_nor_check_lock_status_sr()Tudor Ambarus
2021-03-31mtd: spi-nor: Move Software Write Protection logic out of the coreTudor Ambarus
2021-03-28mtd: rawnand: bbt: Skip bad blocks when searching for the BBT in NANDStefan Riedmueller
2021-03-28mtd: parsers: ofpart: support Linksys Northstar partitionsRafał Miłecki