index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-09
mtd: rawnand: ams-delta: Push inversion handling to gpiolib
Janusz Krzysztofik
1
-11
/
+11
2020-03-09
mtd: rawnand: ams-delta: Enable OF partition info support
Janusz Krzysztofik
1
-0
/
+1
2020-03-09
mtd: rawnand: ams-delta: Drop board specific partition info
Janusz Krzysztofik
1
-27
/
+2
2020-03-09
mtd: rawnand: ams-delta: Use struct gpio_nand_platdata
Janusz Krzysztofik
1
-2
/
+10
2020-03-09
mtd: rawnand: ams-delta: Write protect device during probe
Janusz Krzysztofik
1
-2
/
+16
2020-03-09
mtd: rawnand: ingenic: Use devm_platform_ioremap_resource()
Paul Cercueil
1
-3
/
+1
2020-03-09
mtd: spinand: rework detect procedure for different READ_ID operation
Chuanhong Guo
7
-181
/
+113
2020-03-09
mtd: spinand: toshiba: Add comment about Kioxia ID
Yoshio Furuyama
2
-0
/
+2
2020-03-09
mtd: rawnand: denali: deassert write protect pin
Masahiro Yamada
1
-0
/
+1
2020-03-09
mtd: rawnand: free the nand_device object
Christophe Kerello
1
-0
/
+2
2020-03-09
mtd: rawnand: Ensure nand_soft_waitrdy wait period is enough
Martin Devera
1
-1
/
+6
2020-03-03
mtd: hyperbus: move direct mapping setup to AM654 HBMC driver
Sergei Shtylyov
2
-11
/
+12
2020-03-03
mtd: hyperbus: Add proper error message for missing compatible
Dirk Behme
1
-1
/
+3
2020-02-27
mtd: spi-nor: Refactor spi_nor_read_id()
Jonathan Neuschäfer
1
-14
/
+12
2020-02-19
mtd: spi-nor: use spi-mem dirmap API
Sergei Shtylyov
1
-10
/
+84
2020-02-19
mtd: spi-nor: split spi_nor_spimem_xfer_data()
Sergei Shtylyov
1
-39
/
+48
2020-02-17
mtd: spi-nor: introduce SR_BP_SHIFT define
Jungseung Lee
1
-6
/
+5
2020-02-17
mtd: spi-nor: use le32_to_cpu_array()
Sergei Shtylyov
1
-7
/
+4
2020-02-04
treewide: remove redundant IS_ERR() before error code check
Masahiro Yamada
1
-1
/
+1
2020-01-30
Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
Linus Torvalds
24
-151
/
+274
2020-01-30
Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs
Linus Torvalds
6
-24
/
+44
2020-01-27
Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap
Linus Torvalds
16
-28
/
+28
2020-01-27
Merge tag 'nand/for-5.6' into mtd/next
Miquel Raynal
17
-115
/
+212
2020-01-27
Merge tag 'spi-nor/for-5.6' into mtd/next
Miquel Raynal
6
-45
/
+102
2020-01-27
mtd: concat: Fix a comment referring to an unknown symbol
Miquel Raynal
1
-4
/
+1
2020-01-27
mtd: rawnand: add unspecified HAS_IOMEM dependency
Brendan Higgins
1
-1
/
+1
2020-01-27
mtd: block2mtd: page index should use pgoff_t
Liu Song
1
-4
/
+4
2020-01-27
mtd: maps: physmap: Add minimal Runtime PM support
Geert Uytterhoeven
1
-5
/
+15
2020-01-27
mtd: maps: pcmciamtd: fix possible sleep-in-atomic-context bugs in pcmciamtd_set_vpp()
Jia-Ju Bai
1
-4
/
+3
2020-01-21
mtd: onenand: Rename omap2 driver to avoid a build warning
Miquel Raynal
2
-1
/
+1
2020-01-21
mtd: onenand: Use a better name for samsung driver
Miquel Raynal
2
-1
/
+1
2020-01-21
mtd: rawnand: atmel: switch to using devm_fwnode_gpiod_get()
Dmitry Torokhov
1
-10
/
+10
2020-01-21
mtd: spinand: add support for Toshiba TC58CVG2S0HRAIJ
Robert Marko
1
-0
/
+10
2020-01-21
mtd: rawnand: macronix: Use match_string() helper to simplify the code
YueHaibing
1
-7
/
+4
2020-01-21
mtd: sharpslpart: Fix unsigned comparison to zero
YueHaibing
1
-2
/
+2
2020-01-21
mtd: onenand: Enable compile testing of OMAP and Samsung drivers
Krzysztof Kozlowski
1
-2
/
+2
2020-01-21
mtd: onenand: samsung: Fix printing format for size_t on 64-bit
Krzysztof Kozlowski
1
-1
/
+1
2020-01-21
mtd: onenand: samsung: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bit
Krzysztof Kozlowski
1
-2
/
+2
2020-01-21
mtd: rawnand: denali: remove hard-coded DENALI_DEFAULT_OOB_SKIP_BYTES
Masahiro Yamada
1
-14
/
+7
2020-01-21
mtd: rawnand: denali_dt: add reset controlling
Masahiro Yamada
1
-1
/
+39
2020-01-21
mtd: rawnand: denali_dt: Add support for configuring SPARE_AREA_SKIP_BYTES
Marek Vasut
2
-3
/
+15
2020-01-21
mtd: rawnand: denali_dt: error out if platform has no associated data
Masahiro Yamada
1
-5
/
+6
2020-01-21
mtd: rawnand: brcmnand: Set appropriate DMA mask
Florian Fainelli
1
-0
/
+10
2020-01-21
mtd: onenand_base: Adjust indentation in onenand_read_ops_nolock
Nathan Chancellor
1
-41
/
+41
2020-01-21
mtd: rawnand: mpc5121: Remove unneeded semicolon
zhengbin
1
-1
/
+1
2020-01-21
mtd: onenand: samsung: remove set but not used variable
Chen Wandun
1
-2
/
+1
2020-01-21
mtd: onenand: Fix Kconfig indentation
Krzysztof Kozlowski
1
-6
/
+6
2020-01-19
ubi: Fix an error pointer dereference in error handling code
Dan Carpenter
1
-9
/
+12
2020-01-19
mtd: spi-nor: Add support for at25sl321
Michael Walle
1
-0
/
+3
2020-01-19
mtd: spi-nor: Add support for w25q32jwm
Michael Walle
1
-0
/
+5
[prev]
[next]