index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-24
mtd: hyperbus: rpc-if: Fix RPM imbalance in probe error path
Geert Uytterhoeven
1
-2
/
+6
2022-06-24
mtd: rawnand: sm_common: drop unexpected word 'is' in the comments
Jiang Jian
1
-1
/
+1
2022-06-17
mtd: nand: raw: qcom_nandc: add support for unprotected spare data pages
Christian Marangi
1
-5
/
+194
2022-06-17
mtd: nand: raw: qcom_nandc: reorder qcom_nand_host struct
Christian Marangi
1
-45
/
+62
2022-06-17
mtd: parsers: scpart: add missing of_node_put() in scpart_parse()
Yang Yingliang
1
-0
/
+1
2022-06-16
mtd: rawnand: gpmi: Fix setting busy timeout setting
Sascha Hauer
1
-1
/
+1
2022-06-09
Revert "mtd: rawnand: add support for Toshiba TC58NVG0S3HTA00 NAND flash"
Christian Lamparter
1
-3
/
+0
2022-06-09
mtd: st_spi_fsm: Simplify error checking in .probe() a bit
Uwe Kleine-König
1
-7
/
+4
2022-06-09
mtd: st_spi_fsm: Disable clock only after device was unregistered
Uwe Kleine-König
1
-2
/
+2
2022-06-09
mtd: st_spi_fsm: Warn about failure to unregister mtd device
Uwe Kleine-König
1
-1
/
+3
2022-06-09
mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error path
Uwe Kleine-König
1
-3
/
+5
2022-06-09
mtd: rawnand: atmel: Warn about failure to unregister mtd device
Uwe Kleine-König
1
-1
/
+3
2022-06-09
mtd: physmap: Drop if with an always false condition
Uwe Kleine-König
1
-4
/
+0
2022-06-09
mtd: physmap: Don't skip cleanup after mtd_device_unregister() failed
Uwe Kleine-König
1
-6
/
+3
2022-06-09
mtd: rawnand: meson: Drop cleaning platform data in .remove()
Uwe Kleine-König
1
-2
/
+0
2022-06-09
mtd: rawnand: meson: Don't skip cleanup after mtd_device_unregister() failed
Uwe Kleine-König
1
-11
/
+3
2022-06-09
mtd: rawnand: tegra: Don't skip cleanup after mtd_device_unregister() failed
Uwe Kleine-König
1
-4
/
+1
2022-06-09
mtd: rawnand: omap2: Suppress error message after WARN in .remove()
Uwe Kleine-König
1
-4
/
+2
2022-06-09
mtd: spear_smi: Drop if with an always false condition
Uwe Kleine-König
1
-4
/
+0
2022-06-09
mtd: spear_smi: Don't skip cleanup after mtd_device_unregister() failed
Uwe Kleine-König
1
-4
/
+2
2022-06-09
mtd: lpddr2_nvm: Warn about failure to unregister mtd device
Uwe Kleine-König
1
-1
/
+3
2022-06-09
mtd: powernv_flash: Warn about failure to unregister mtd device
Uwe Kleine-König
1
-1
/
+3
2022-06-09
mtd: hyperbus: Make hyperbus_unregister_device() return void
Uwe Kleine-König
3
-11
/
+8
2022-06-09
mtdchar: use kvmalloc() for potentially large allocations
Michał Kępień
1
-5
/
+5
2022-06-09
mtdchar: prevent integer overflow in a safety check
Michał Kępień
1
-0
/
+3
2022-06-09
mtd: parsers: ofpart: Fix refcount leak in bcm4908_partitions_fw_offset
Miaoqian Lin
1
-0
/
+3
2022-06-09
mtd: parsers: add support for Sercomm partitions
Mikhail Zhilkin
3
-0
/
+258
2022-06-09
mtd: partitions: Fix refcount leak in parse_redboot_of
Miaoqian Lin
1
-0
/
+1
2022-06-09
mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_release
Duoming Zhou
1
-1
/
+1
2022-06-06
mtd: spinand: Add support for ATO25D1GA
Aidan MacDonald
3
-1
/
+88
2022-06-06
mtd: rawnand: meson: Fix a potential double free issue
Christophe JAILLET
1
-1
/
+0
2022-06-06
mtd: rawnand: cafe: fix drivers probe/remove methods
Peng Wu
1
-2
/
+7
2022-06-06
mtd: maps: Fix refcount leak in ap_flash_init
Miaoqian Lin
1
-0
/
+1
2022-06-06
mtd: maps: Fix refcount leak in of_flash_probe_versatile
Miaoqian Lin
1
-0
/
+1
2022-06-03
Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-49
/
+123
2022-06-02
Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+0
2022-05-27
ubi: ubi_create_volume: Fix use-after-free when volume creation failed
Zhihao Cheng
1
-1
/
+0
2022-05-27
ubi: fastmap: Check wl_pool for free peb before wear leveling
Zhihao Cheng
3
-2
/
+66
2022-05-27
ubi: fastmap: Fix high cpu usage of ubi_bgt by making sure wl_pool not empty
Zhihao Cheng
4
-46
/
+57
2022-05-24
Merge tag 'spi-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
3
-932
/
+0
2022-05-24
Merge tag 'mtd/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...
Linus Torvalds
46
-839
/
+1546
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+0
2022-05-20
Merge tag 'nand/for-5.19' into mtd/next
Miquel Raynal
26
-160
/
+623
2022-05-20
Merge tag 'spi-nor/for-5.19' into mtd/next
Miquel Raynal
9
-308
/
+709
2022-05-17
mtd: st_spi_fsm: add missing clk_disable_unprepare() in stfsm_remove()
Yang Yingliang
1
-0
/
+2
2022-05-16
mtd: phram: Allow cached mappings
Vincent Whitchurch
1
-6
/
+37
2022-05-16
mtd: call of_platform_populate() for MTD partitions
Rafał Miłecki
1
-0
/
+9
2022-05-16
mtd: rawnand: renesas: Use runtime PM instead of the raw clock API
Miquel Raynal
1
-28
/
+23
2022-05-16
mtd: rawnand: mpc5121: Check before clk_disable_unprepare() not needed
Phil Edworthy
1
-2
/
+1
2022-05-16
mtd: rawnand: rockchip: Check before clk_disable_unprepare() not needed
Phil Edworthy
1
-4
/
+2
[prev]
[next]