index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mtd
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
mtd: mtk-nor: new Mediatek serial flash controller driver
Bayi Cheng
2015-11-21
3
-0
/
+494
|
*
|
|
mtd: nand: atmel_nand: constify atmel_nand_caps structures
LABBE Corentin
2015-11-20
1
-3
/
+3
|
*
|
|
mtd: kill off MTD partition parser boilerplate
Brian Norris
2015-11-20
7
-80
/
+5
|
*
|
|
mtd: partitions: add module_mtd_part_parser() helper
Brian Norris
2015-11-20
1
-2
/
+6
|
*
|
|
mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in comments
Brian Norris
2015-11-20
1
-3
/
+3
|
*
|
|
mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor"
Brian Norris
2015-11-20
1
-1
/
+10
|
*
|
|
mtd: spi-nor: mx25l3205d/mx25l6405d: append SECT_4K
Andreas Fenkart
2015-11-19
1
-2
/
+2
|
*
|
|
mtd: m25p80: drop erase() callback
Brian Norris
2015-11-19
1
-17
/
+0
|
*
|
|
mtd: spi-nor: provide default erase_sector implementation
Brian Norris
2015-11-19
1
-4
/
+33
|
*
|
|
mtd: nand: fix drivers abusing mtd->priv
Boris BREZILLON
2015-11-19
2
-23
/
+41
|
*
|
|
mtd: brcmnand: drop unused subpage_read() support
Brian Norris
2015-11-18
1
-11
/
+0
|
*
|
|
mtd: brcmnand: clean up flash cache for parameter pages
Brian Norris
2015-11-18
1
-4
/
+9
|
*
|
|
mtd: fsl-quadspi: possible NULL dereference
Brian Norris
2015-11-18
1
-4
/
+4
|
*
|
|
mtd: mxc_nand: Remove bit-or operation with zero
Fabio Estevam
2015-11-17
1
-2
/
+1
|
*
|
|
mtd: spi-nor: remove unnecessary leading space from dbg print
Brian Norris
2015-11-17
1
-1
/
+1
|
*
|
|
mtd: sm_ftl: fix wrong do_div() usage
Nicolas Pitre
2015-11-17
1
-1
/
+2
|
*
|
|
mtd: pxa3xx_nand: Gate/ungate the NAND clock in suspend/resume paths
Ezequiel García
2015-11-17
1
-0
/
+6
|
*
|
|
mtd: pxa3xx_nand: Remove dead code
Ezequiel García
2015-11-17
1
-5
/
+0
|
*
|
|
mtd: pxa3xx_nand: Remove redundant NAND sensing
Ezequiel García
2015-11-17
1
-33
/
+8
|
*
|
|
mtd: pxa3xx_nand: Simplify pxa3xx_nand_scan
Ezequiel García
2015-11-16
1
-16
/
+14
|
*
|
|
mtd: pxa3xx_nand: Fix initial controller configuration
Ezequiel García
2015-11-16
1
-13
/
+22
|
*
|
|
mtd: pxa3xx_nand: Increase the initial chunk size
Ezequiel García
2015-11-16
1
-1
/
+1
|
*
|
|
Merge MTD 4.4 development into MTD -next
Brian Norris
2015-11-16
2
-1
/
+2
|
|
\
\
\
|
*
\
\
\
Merge v4.4-rc1 into MTD development
Brian Norris
2015-11-16
14
-15
/
+45
|
|
\
\
\
\
|
*
|
|
|
|
mtd: zero out mtd_partition struct before using it
Brian Norris
2015-11-12
1
-2
/
+1
|
*
|
|
|
|
mtd: grab a reference to the MTD of_node before registering it
Brian Norris
2015-11-12
1
-0
/
+4
|
*
|
|
|
|
mtd: nand: convert to nand_get_flash_node()
Boris BREZILLON
2015-11-12
3
-7
/
+7
|
*
|
|
|
|
mtd: physmap_of: assign parent for the concatenated MTD
Brian Norris
2015-11-11
1
-0
/
+1
|
*
|
|
|
|
mtd: ofpart: drop 'of_node' partition parser data
Brian Norris
2015-11-11
1
-10
/
+4
|
*
|
|
|
|
mtd: drop unnecessary partition parser data
Brian Norris
2015-11-11
6
-21
/
+13
|
*
|
|
|
|
mtd: spi-nor: drop flash_node field
Brian Norris
2015-11-11
1
-1
/
+0
|
*
|
|
|
|
mtd: spi-nor: drop unnecessary partition parser data
Brian Norris
2015-11-11
3
-12
/
+4
|
*
|
|
|
|
mtd: nand: drop unnecessary partition parser data
Brian Norris
2015-11-11
23
-85
/
+52
|
*
|
|
|
|
mtd: spi-nor: convert to spi_nor_{get, set}_flash_node()
Brian Norris
2015-11-11
4
-4
/
+4
|
*
|
|
|
|
mtd: nand: convert to nand_set_flash_node()
Brian Norris
2015-11-11
4
-4
/
+4
|
*
|
|
|
|
mtd: {nand,spi-nor}: assign MTD of_node
Brian Norris
2015-11-11
2
-0
/
+4
|
*
|
|
|
|
mtd: ofpart: grab device tree node directly from master device node
Brian Norris
2015-11-11
1
-8
/
+10
|
*
|
|
|
|
mtd: afs: refactor v1 partition parsing
Linus Walleij
2015-11-11
1
-20
/
+17
|
*
|
|
|
|
mtd: afs: break out v1 footer magic to a define
Linus Walleij
2015-11-11
1
-1
/
+3
|
*
|
|
|
|
mtd: enable AFS selection for ARM64
Linus Walleij
2015-11-11
1
-1
/
+1
|
*
|
|
|
|
mtd: afs: rename structs and functions for v1
Linus Walleij
2015-11-11
1
-12
/
+12
*
|
|
|
|
|
Merge tag 'upstream-4.5-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2016-01-13
1
-3
/
+18
|
\
\
\
\
\
\
|
*
|
|
|
|
|
mtd: ubi: wl: avoid erasing a PEB which is empty
Sebastian Siewior
2016-01-10
1
-3
/
+18
*
|
|
|
|
|
|
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-01-13
1
-14
/
+14
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
drivers/mtd/maps/pcmciamtd.c: __iomem annotations
Al Viro
2016-01-04
1
-14
/
+14
|
|
/
/
/
/
/
/
*
|
|
|
|
|
|
Merge tag 'for-linus-20160106' of git://git.infradead.org/linux-mtd
Linus Torvalds
2016-01-07
2
-15
/
+21
|
\
\
\
\
\
\
\
|
|
/
/
/
/
/
/
|
/
|
|
|
|
|
/
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
mtd: spi-nor: fix stm_is_locked_sr() parameters
Brian Norris
2016-01-06
1
-2
/
+2
|
*
|
|
|
|
mtd: spi-nor: fix Spansion regressions (aliased with Winbond)
Brian Norris
2016-01-06
1
-4
/
+2
|
*
|
|
|
|
mtd: fix cmdlinepart parser, early naming for auto-filled MTD
Brian Norris
2016-01-04
1
-9
/
+17
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'upstream-4.4-rc7' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2015-12-27
3
-26
/
+31
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
[prev]
[next]