index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Lines
2022-10-18
mtd: rawnand: tegra: Fix PM disable depth imbalance in probe
Zhang Qilong
-1
/
+3
2022-10-18
mtd: rawnand: intel: Add missing of_node_put() in ebu_nand_probe()
Yang Yingliang
-8
/
+15
2022-10-18
mtd: rawnand: gpmi: using pm_runtime_resume_and_get instead of pm_runtime_get...
Zhang Qilong
-8
/
+4
2022-10-18
mtd: core: add missing of_node_get() in dynamic partitions code
Rafał Miłecki
-1
/
+1
2022-10-18
mtd: spi-nor: core: Ignore -ENOTSUPP in spi_nor_init()
Mika Westerberg
-1
/
+3
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-29
/
+20
2022-10-14
Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-27
/
+32
2022-10-11
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
-4
/
+4
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
-24
/
+15
2022-10-08
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+28
2022-10-07
Merge tag 'mtd/for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...
Linus Torvalds
-172
/
+480
2022-10-07
Merge tag 'nand/for-6.1' into mtd/next
Miquel Raynal
-135
/
+156
2022-10-06
Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-3
/
+3
2022-09-24
mtd: allow getting MTD device associated with a specific DT node
Rafał Miłecki
-0
/
+28
2022-09-21
ubi: fastmap: Add fastmap control support for 'UBI_IOCATT' ioctl
Zhihao Cheng
-6
/
+13
2022-09-21
ubi: fastmap: Use the bitmap API to allocate bitmaps
Christophe JAILLET
-6
/
+4
2022-09-21
mtd: ubi: drop unexpected word 'a' in comments
Jiang Jian
-2
/
+2
2022-09-21
ubi: block: Fix typos in comments
Julia Lawall
-1
/
+1
2022-09-21
ubi: fastmap: Fix typo in comments
Zhang Jiaming
-1
/
+1
2022-09-21
ubi: Fix repeated words in comments
Jilin Yuan
-9
/
+9
2022-09-21
ubi: ubi-media.h: Fix comment typo
Jason Wang
-1
/
+1
2022-09-21
ubi: block: Remove in vain semicolon
Li zeming
-1
/
+1
2022-09-21
mtd: rawnand: meson: stop supporting legacy clocks
Liang Yang
-1
/
+1
2022-09-21
mtd: rawnand: meson: refine resource getting in probe
Liang Yang
-3
/
+1
2022-09-21
mtd: rawnand: meson: fix the clock
Liang Yang
-41
/
+41
2022-09-21
mtd: rawnand: bcm47xx: fix spelling typo in comment
Jiangshan Yi
-1
/
+1
2022-09-21
mtd: rawnand: stm32_fmc2: switch to using devm_fwnode_gpiod_get()
Dmitry Torokhov
-3
/
+2
2022-09-21
mtd: rawnand: cadence: Remove an unneeded result variable
ye xingchen
-4
/
+1
2022-09-21
mtd: rawnand: Replace of_gpio_named_count() by gpiod_count()
Andy Shevchenko
-2
/
+1
2022-09-21
mtd: rawnand: marvell: Fix error handle regarding dma_map_sg
Jack Wang
-1
/
+7
2022-09-21
mtd: rawnand: stm32_fmc2: Fix dma_map_sg error check
Jack Wang
-3
/
+5
2022-09-21
mtd: rawnand: remove misguided comment of nand_get_device()
ChenXiaoSong
-2
/
+0
2022-09-21
mtd: rawnand: orion: Use devm_clk_get_optional()
Christophe JAILLET
-12
/
+5
2022-09-21
mtd: rawnand: cafe: Use correct function name in comment block
Colin Ian King
-1
/
+1
2022-09-21
mtd: rawnand: atmel: Unmap streaming DMA mappings
Tudor Ambarus
-0
/
+1
2022-09-21
mtd: rawnand: meson: fix bit map use in meson_nfc_ecc_correct()
Dan Carpenter
-2
/
+2
2022-09-21
mtd: rawnand: arasan: stop using 0 as NULL pointer
GONG, Ruiqi
-1
/
+1
2022-09-21
mtd: rawnand: gpmi: Fix typo 'the the' in comment
Slark Xiao
-1
/
+1
2022-09-21
mtd: rawnand: brcmnand: Add individual glue driver selection
Florian Fainelli
-4
/
+32
2022-09-21
mtd: rawnand: brcmnand: Move Kconfig to driver folder
Florian Fainelli
-21
/
+22
2022-09-21
mtdchar: add MEMREAD ioctl
Michał Kępień
-0
/
+139
2022-09-21
mtd: add ECC error accounting for each read request
Michał Kępień
-0
/
+40
2022-09-21
mtd: always initialize 'stats' in struct mtd_oob_ops
Michał Kępień
-26
/
+26
2022-09-21
mtd: track maximum number of bitflips for each read request
Michał Kępień
-0
/
+5
2022-09-20
mtd: fix repeated word in comment
wangjianli
-1
/
+1
2022-09-20
mtd: rawnand: fsl_elbc: Fix none ECC mode
Pali Rohár
-12
/
+16
2022-09-20
mtd: nand: bbt: Use the bitmap API to allocate bitmaps
Christophe JAILLET
-5
/
+2
2022-09-20
mtd: rawnand: intel: Use devm_platform_ioremap_resource_byname()
Martin Blumenstingl
-6
/
+4
2022-09-20
mtd: rawnand: intel: Remove unused clk_rate member from struct ebu_nand
Martin Blumenstingl
-2
/
+0
[prev]
[next]