summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2022-06-28Merge branch 'spi-nor/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Stephen Rothwell
2022-06-28Merge branch 'nand/next' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Stephen Rothwell
2022-06-28Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Stephen Rothwell
2022-06-27mtd: spi-nor: move SECT_4K_PMC special handlingMichael Walle
2022-06-24mtd: dataflash: Add SPI ID tableMark Brown
2022-06-24mtd: hyperbus: rpc-if: Fix RPM imbalance in probe error pathGeert Uytterhoeven
2022-06-24mtd: rawnand: sm_common: drop unexpected word 'is' in the commentsJiang Jian
2022-06-17mtd: nand: raw: qcom_nandc: add support for unprotected spare data pagesChristian Marangi
2022-06-17mtd: nand: raw: qcom_nandc: reorder qcom_nand_host structChristian Marangi
2022-06-17mtd: parsers: scpart: add missing of_node_put() in scpart_parse()Yang Yingliang
2022-06-16mtd: rawnand: gpmi: Fix setting busy timeout settingSascha Hauer
2022-06-09Revert "mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flash"Christian Lamparter
2022-06-09mtd: st_spi_fsm: Simplify error checking in .probe() a bitUwe Kleine-König
2022-06-09mtd: st_spi_fsm: Disable clock only after device was unregisteredUwe Kleine-König
2022-06-09mtd: st_spi_fsm: Warn about failure to unregister mtd deviceUwe Kleine-König
2022-06-09mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error pathUwe Kleine-König
2022-06-09mtd: rawnand: atmel: Warn about failure to unregister mtd deviceUwe Kleine-König
2022-06-09mtd: physmap: Drop if with an always false conditionUwe Kleine-König
2022-06-09mtd: physmap: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König
2022-06-09mtd: rawnand: meson: Drop cleaning platform data in .remove()Uwe Kleine-König
2022-06-09mtd: rawnand: meson: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König
2022-06-09mtd: rawnand: tegra: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König
2022-06-09mtd: rawnand: omap2: Suppress error message after WARN in .remove()Uwe Kleine-König
2022-06-09mtd: spear_smi: Drop if with an always false conditionUwe Kleine-König
2022-06-09mtd: spear_smi: Don't skip cleanup after mtd_device_unregister() failedUwe Kleine-König
2022-06-09mtd: lpddr2_nvm: Warn about failure to unregister mtd deviceUwe Kleine-König
2022-06-09mtd: powernv_flash: Warn about failure to unregister mtd deviceUwe Kleine-König
2022-06-09mtd: hyperbus: Make hyperbus_unregister_device() return voidUwe Kleine-König
2022-06-09mtdchar: use kvmalloc() for potentially large allocationsMichał Kępień
2022-06-09mtdchar: prevent integer overflow in a safety checkMichał Kępień
2022-06-09mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offsetMiaoqian Lin
2022-06-09mtd: parsers: add support for Sercomm partitionsMikhail Zhilkin
2022-06-09mtd: partitions: Fix refcount leak in parse_redboot_ofMiaoqian Lin
2022-06-09mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_releaseDuoming Zhou
2022-06-06mtd: spinand: Add support for ATO25D1GAAidan MacDonald
2022-06-06mtd: rawnand: meson: Fix a potential double free issueChristophe JAILLET
2022-06-06mtd: rawnand: cafe: fix drivers probe/remove methodsPeng Wu
2022-06-06mtd: maps: Fix refcount leak in ap_flash_initMiaoqian Lin
2022-06-06mtd: maps: Fix refcount leak in of_flash_probe_versatileMiaoqian Lin
2022-06-03Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-27ubi: ubi_create_volume: Fix use-after-free when volume creation failedZhihao Cheng
2022-05-27ubi: fastmap: Check wl_pool for free peb before wear levelingZhihao Cheng
2022-05-27ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not emptyZhihao Cheng
2022-05-24Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-05-24Merge tag 'mtd/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-05-20Merge tag 'nand/for-5.19' into mtd/nextMiquel Raynal
2022-05-20Merge tag 'spi-nor/for-5.19' into mtd/nextMiquel Raynal
2022-05-17mtd: st_spi_fsm: add missing clk_disable_unprepare() in stfsm_remove()Yang Yingliang