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
2018-09-18
mtd: devices: m25p80: Make sure the buffer passed in op is DMA-able
Boris Brezillon
1
-3
/
+23
2018-09-17
mtd: partitions: fix unbalanced of_node_get/put()
Miquel Raynal
1
-1
/
+4
2018-09-15
mtd: rawnand: denali: fix a race condition when DMA is kicked
Masahiro Yamada
1
-0
/
+6
2018-09-10
mtd: rawnand: marvell: prevent harmless warnings
Miquel Raynal
1
-1
/
+3
2018-08-27
mtd: rawnand: denali: do not pass zero maxchips to nand_scan()
Masahiro Yamada
1
-0
/
+5
2018-08-27
mtd: rawnand: docg4: Remove wrong __init annotations
Geert Uytterhoeven
1
-2
/
+2
2018-08-23
Merge tag 'upstream-4.19-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
6
-11
/
+47
2018-08-18
Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+1
2018-08-15
ubi: expose the volume CRC check skip flag
Quentin Schulz
2
-0
/
+14
2018-08-15
ubi: provide a way to skip CRC checks
Quentin Schulz
5
-1
/
+23
2018-08-15
ubi: Initialize Fastmap checkmapping correctly
Richard Weinberger
1
-10
/
+10
2018-08-14
Merge tag 'sound-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-16
/
+1
2018-08-14
Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
Linus Torvalds
1
-0
/
+3
2018-08-14
Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtd
Linus Torvalds
88
-2074
/
+5690
2018-08-11
mtd: rawnand: atmel: Select GENERIC_ALLOCATOR
Boris Brezillon
1
-0
/
+1
2018-08-11
Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
7
-23
/
+52
2018-08-11
Merge tag 'nand/for-4.19' of git://git.infradead.org/linux-mtd into mtd/next
Boris Brezillon
63
-1989
/
+5591
2018-08-10
Merge branch 'spi-4.19' into spi-next
Mark Brown
1
-0
/
+3
2018-08-09
Merge branch 'asoc-4.19' into asoc-next
Mark Brown
1
-16
/
+1
2018-08-02
mtd: m25p80: Call spi_mem_get_name() to let controller set a custom name
Frieder Schrempf
1
-0
/
+3
2018-08-01
mtd: rawnand: allocate dynamically ONFI parameters during detection
Miquel Raynal
3
-29
/
+44
2018-08-01
mtd: spi-nor: only apply reset hacks to broken hardware
Brian Norris
1
-2
/
+16
2018-08-01
mtd: spi-nor: cadence-quadspi: fix timeout handling
Nicholas Mc Guire
1
-12
/
+8
2018-08-01
mtd: spi-nor: atmel-quadspi: Include gpio/consumer.h instead of gpio.h
Boris Brezillon
1
-1
/
+1
2018-08-01
mtd: spi-nor: intel-spi: use mtd_device_register()
Rafał Miłecki
1
-1
/
+1
2018-08-01
mtd: spi-nor: stm32-quadspi: replace "%p" with "%pK"
Benjamin Gaignard
1
-3
/
+3
2018-08-01
mtd: spi-nor: atmel-quadspi: add suspend/resume hooks
Claudiu Beznea
1
-0
/
+21
2018-07-31
mtd: rawnand: allocate model parameter dynamically
Miquel Raynal
1
-11
/
+41
2018-07-31
mtd: rawnand: do not export nand_scan_[ident|tail]() anymore
Miquel Raynal
1
-7
/
+9
2018-07-31
mtd: rawnand: txx9ndfmc: convert driver to nand_scan()
Miquel Raynal
1
-17
/
+17
2018-07-31
mtd: rawnand: txx9ndfmc: clarify ECC parameters assignation
Miquel Raynal
1
-4
/
+4
2018-07-31
mtd: rawnand: tegra: convert driver to nand_scan()
Miquel Raynal
1
-74
/
+88
2018-07-31
mtd: rawnand: jz4740: convert driver to nand_scan()
Miquel Raynal
1
-12
/
+20
2018-07-31
mtd: rawnand: jz4740: group nand_scan_{ident, tail} calls
Miquel Raynal
1
-12
/
+11
2018-07-31
mtd: rawnand: jz4740: fix probe function error path
Miquel Raynal
1
-3
/
+3
2018-07-31
mtd: rawnand: docg4: convert driver to nand_scan()
Miquel Raynal
1
-26
/
+45
2018-07-31
mtd: rawnand: do not execute nand_scan_ident() if maxchips is zero
Miquel Raynal
1
-4
/
+8
2018-07-31
mtd: rawnand: atmel: convert driver to nand_scan()
Miquel Raynal
1
-59
/
+54
2018-07-31
mtd: rawnand: atmel: clarify NAND addition/removal paths
Miquel Raynal
1
-57
/
+45
2018-07-31
mtd: rawnand: omap2: convert driver to nand_scan()
Miquel Raynal
1
-233
/
+230
2018-07-31
mtd: rawnand: lpc32xx_mlc: convert driver to nand_scan()
Miquel Raynal
1
-28
/
+33
2018-07-31
mtd: rawnand: cafe: convert driver to nand_scan()
Miquel Raynal
1
-57
/
+78
2018-07-31
mtd: rawnand: brcmnand: convert driver to nand_scan()
Miquel Raynal
1
-27
/
+36
2018-07-31
mtd: rawnand: qcom: convert driver to nand_scan()
Miquel Raynal
1
-47
/
+24
2018-07-31
mtd: rawnand: sm_common: convert driver to nand_scan_with_ids()
Miquel Raynal
1
-13
/
+20
2018-07-31
mtd: rawnand: sm_common: fix the probe function error path
Miquel Raynal
1
-1
/
+5
2018-07-31
mtd: rawnand: vf610: convert driver to nand_scan()
Miquel Raynal
1
-61
/
+66
2018-07-31
mtd: rawnand: txx9ndfmc: rename nand controller internal structure
Miquel Raynal
1
-3
/
+3
2018-07-31
mtd: rawnand: tango: convert driver to nand_scan()
Miquel Raynal
1
-16
/
+24
2018-07-31
mtd: rawnand: sunxi: convert driver to nand_scan()
Miquel Raynal
1
-24
/
+19
[next]