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
2015-12-09
mtd: partitions: support a cleanup callback for parsers
Brian Norris
3
-4
/
+36
2015-12-09
mtd: partitions: pass around 'mtd_partitions' wrapper struct
Brian Norris
3
-22
/
+31
2015-12-09
mtd: partitions: remove kmemdup()
Brian Norris
3
-11
/
+9
2015-12-09
mtd: partitions: rename MTD parser get/put
Brian Norris
1
-5
/
+8
2015-12-09
mtd: partitions: make parsers return 'const' partition arrays
Brian Norris
7
-8
/
+8
2015-12-09
mtd: ofpart: assign return argument exactly once
Brian Norris
1
-16
/
+19
2015-12-09
mtd: merge for-4.4 development into -next development
Brian Norris
1
-2
/
+10
2015-12-08
doc: dt: mtd: partitions: add compatible property to "partitions" node
Brian Norris
1
-0
/
+3
2015-12-08
mtd: nand: make use of mtd_to_nand() in NAND drivers
Boris BREZILLON
38
-276
/
+276
2015-12-08
mtd: nand: make use of mtd_to_nand() in NAND core code
Boris BREZILLON
5
-71
/
+71
2015-12-04
mtd: nand: r852: Remove unnecessary synchronize_irq() before free_irq()
Lars-Peter Clausen
1
-1
/
+0
2015-12-04
mtd: spi-nor: fix error handling in spi_nor_erase
Heiner Kallweit
1
-6
/
+2
2015-12-04
mtd: mtk-quadspi: drop unnecessary .owner assignment
Brian Norris
1
-1
/
+0
2015-12-04
mtd: partitions: turn PART() macro into inline function
Brian Norris
1
-30
/
+33
2015-12-03
mtd: ofpart: don't complain about missing 'partitions' node too loudly
Brian Norris
1
-2
/
+7
2015-12-01
mtd: brcmnand: drop brcmnand_host::of_node field
Brian Norris
1
-5
/
+2
2015-12-01
mtd: spi-nor: Fix error message with unrecognized JEDEC
Ricardo Ribalda
1
-1
/
+1
2015-11-30
mtd: nand: sunxi: add missing of_node_put
Julia Lawall
1
-1
/
+3
2015-11-30
mtd: brcmnand: improve memory management
Julia Lawall
1
-2
/
+6
2015-11-30
brcmnand: Clear EXT_ADDR error registers in PIO mode
Simon Arlott
1
-0
/
+2
2015-11-30
mtd: cfi: enforce valid geometry configuration
Arnd Bergmann
1
-0
/
+4
2015-11-20
mtd: mtk-nor: new Mediatek serial flash controller driver
Bayi Cheng
3
-0
/
+494
2015-11-20
mtd: nand: atmel_nand: constify atmel_nand_caps structures
LABBE Corentin
1
-3
/
+3
2015-11-19
mtd: kill off MTD partition parser boilerplate
Brian Norris
7
-80
/
+5
2015-11-19
mtd: partitions: add module_mtd_part_parser() helper
Brian Norris
1
-2
/
+6
2015-11-19
mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in comments
Brian Norris
1
-3
/
+3
2015-11-19
mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor"
Brian Norris
1
-1
/
+10
2015-11-19
mtd: spi-nor: mx25l3205d/mx25l6405d: append SECT_4K
Andreas Fenkart
1
-2
/
+2
2015-11-19
mtd: m25p80: drop erase() callback
Brian Norris
1
-17
/
+0
2015-11-19
mtd: spi-nor: provide default erase_sector implementation
Brian Norris
1
-4
/
+33
2015-11-19
mtd: nand: fix drivers abusing mtd->priv
Boris BREZILLON
2
-23
/
+41
2015-11-18
mtd: brcmnand: drop unused subpage_read() support
Brian Norris
1
-11
/
+0
2015-11-18
mtd: brcmnand: clean up flash cache for parameter pages
Brian Norris
1
-4
/
+9
2015-11-18
mtd: fsl-quadspi: possible NULL dereference
Brian Norris
1
-4
/
+4
2015-11-17
mtd: mxc_nand: Remove bit-or operation with zero
Fabio Estevam
1
-2
/
+1
2015-11-16
mtd: spi-nor: remove unnecessary leading space from dbg print
Brian Norris
1
-1
/
+1
2015-11-16
mtd: sm_ftl: fix wrong do_div() usage
Nicolas Pitre
1
-1
/
+2
2015-11-16
mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume paths
Ezequiel García
1
-0
/
+6
2015-11-16
mtd: pxa3xx_nand: Remove dead code
Ezequiel García
1
-5
/
+0
2015-11-16
mtd: pxa3xx_nand: Remove redundant NAND sensing
Ezequiel García
1
-33
/
+8
2015-11-16
mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan
Ezequiel García
1
-16
/
+14
2015-11-16
mtd: pxa3xx_nand: Fix initial controller configuration
Ezequiel García
1
-13
/
+22
2015-11-16
mtd: pxa3xx_nand: Increase the initial chunk size
Ezequiel García
1
-1
/
+1
2015-11-16
Merge MTD 4.4 development into MTD -next
Brian Norris
2
-1
/
+2
2015-11-16
mtd: nand: fix shutdown/reboot for multi-chip systems
Brian Norris
1
-1
/
+1
2015-11-16
mtd: jz4740_nand: fix build on jz4740 after removing gpio.h
Brian Norris
1
-0
/
+1
2015-11-15
Merge v4.4-rc1 into MTD development
Brian Norris
14
-15
/
+45
2015-11-12
mtd: zero out mtd_partition struct before using it
Brian Norris
1
-2
/
+1
2015-11-12
mtd: grab a reference to the MTD of_node before registering it
Brian Norris
1
-0
/
+4
2015-11-11
mtd: nand: convert to nand_get_flash_node()
Boris BREZILLON
3
-7
/
+7
[next]