index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
devices
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
2023-11-04
6
-23
/
+12
|
\
|
*
mtd: st_spi_fsm: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-16
1
-4
/
+2
|
*
mtd: spear_smi: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-16
1
-4
/
+2
|
*
mtd: powernv_flash: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-16
1
-4
/
+2
|
*
mtd: phram: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-16
1
-4
/
+2
|
*
mtd: docg3: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-16
1
-3
/
+2
|
*
mtd: bcm47xxsflash: Convert to platform remove callback returning void
Uwe Kleine-König
2023-10-16
1
-4
/
+2
*
|
mtd: block2mtd: Convert to bdev_open_by_dev/path()
Jan Kara
2023-10-28
1
-22
/
+29
|
/
*
mtd: spear_smi: Use helper function devm_clk_get_enabled()
Li Zetao
2023-08-21
1
-12
/
+3
*
mtd: Explicitly include correct DT includes
Rob Herring
2023-07-27
3
-3
/
+2
*
mtd: devices: docg3: Remove unnecessary (void*) conversions
Su Hui
2023-07-12
1
-4
/
+4
*
mtd: spear_smi: Convert to devm_platform_ioremap_resource()
Yangtao Li
2023-07-12
1
-4
/
+1
*
mtd: st_spi_fsm: Convert to devm_platform_ioremap_resource()
Yangtao Li
2023-07-12
1
-12
/
+2
*
Merge tag 'mtd/for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
2023-06-28
1
-22
/
+6
|
\
|
*
mtd: st_spi_fsm: Use the devm_clk_get_enabled() helper function
Christophe JAILLET
2023-05-22
1
-22
/
+6
*
|
block: replace fmode_t with a block-specific type for block open flags
Christoph Hellwig
2023-06-12
1
-2
/
+2
*
|
block: use the holder as indication for exclusive opens
Christoph Hellwig
2023-06-12
1
-2
/
+2
*
|
mtd: block2mtd: don't call early_lookup_bdev after the system is running
Christoph Hellwig
2023-06-05
1
-1
/
+11
*
|
mtd: block2mtd: factor the early block device open logic into a helper
Christoph Hellwig
2023-06-05
1
-23
/
+30
*
|
init: improve the name_to_dev_t interface
Christoph Hellwig
2023-06-05
1
-2
/
+1
*
|
block: introduce holder ops
Christoph Hellwig
2023-06-05
1
-2
/
+2
|
/
*
Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2023-04-27
1
-1
/
+1
|
\
|
*
mtd: devices: Replace all spi->chip_select and spi->cs_gpiod references with ...
Amit Kumar Mahapatra via Alsa-devel
2023-03-11
1
-1
/
+1
*
|
mtd: Use of_property_read_bool() for boolean properties
Rob Herring
2023-03-22
1
-2
/
+2
|
/
*
mtd: dataflash: remove duplicate SPI ID table
Arnd Bergmann
2023-01-02
1
-9
/
+0
*
mtd: remove lart flash driver
Arnd Bergmann
2022-11-07
3
-691
/
+0
*
mtd: add ECC error accounting for each read request
Michał Kępień
2022-09-21
1
-0
/
+8
*
mtd: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-09-19
1
-1
/
+1
*
mtd: devices: docg3: Use correct function names in comment blocks
Colin Ian King
2022-09-19
1
-3
/
+3
*
mtd: devices: docg3: check the return value of devm_ioremap() in the probe
William Dean
2022-09-19
1
-1
/
+6
*
mtd: dataflash: Add SPI ID table
Mark Brown
2022-06-24
1
-0
/
+8
*
mtd: st_spi_fsm: Simplify error checking in .probe() a bit
Uwe Kleine-König
2022-06-09
1
-7
/
+4
*
mtd: st_spi_fsm: Disable clock only after device was unregistered
Uwe Kleine-König
2022-06-09
1
-2
/
+2
*
mtd: st_spi_fsm: Warn about failure to unregister mtd device
Uwe Kleine-König
2022-06-09
1
-1
/
+3
*
mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()'s error path
Uwe Kleine-König
2022-06-09
1
-3
/
+5
*
mtd: spear_smi: Drop if with an always false condition
Uwe Kleine-König
2022-06-09
1
-4
/
+0
*
mtd: spear_smi: Don't skip cleanup after mtd_device_unregister() failed
Uwe Kleine-König
2022-06-09
1
-4
/
+2
*
mtd: powernv_flash: Warn about failure to unregister mtd device
Uwe Kleine-König
2022-06-09
1
-1
/
+3
*
mtd: st_spi_fsm: add missing clk_disable_unprepare() in stfsm_remove()
Yang Yingliang
2022-05-17
1
-0
/
+2
*
mtd: phram: Allow cached mappings
Vincent Whitchurch
2022-05-16
1
-6
/
+37
*
mtd: phram: Allow probing via reserved-memory
Vincent Whitchurch
2022-04-25
1
-4
/
+63
*
Merge tag 'mtd/changes-for-5.18' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-03-25
3
-3
/
+27
|
\
|
*
Merge tag 'spi-nor/for-5.18' into mtd/next
Miquel Raynal
2022-03-18
1
-4
/
+8
|
|
\
|
*
|
mtd: spear_smi: use GFP_KERNEL
Julia Lawall
2022-02-18
1
-1
/
+1
|
*
|
mtd: mchp48l640: Add SPI ID table
Mark Brown
2022-02-07
1
-0
/
+10
|
*
|
mtd: mchp23k256: Add SPI ID table
Mark Brown
2022-02-07
1
-0
/
+14
|
*
|
mtd: Fix misuses of of_match_ptr()
Miquel Raynal
2022-01-31
2
-2
/
+2
*
|
|
Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
2022-03-21
4
-12
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
spi: make remove callback a void function
Uwe Kleine-König
2022-02-09
4
-12
/
+4
|
|
/
*
/
mtd: phram: Prevent divide by zero bug in phram_setup()
Dan Carpenter
2022-01-25
1
-4
/
+8
|
/
[next]