index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
mtd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd
Linus Torvalds
2017-11-22
4
-10
/
+14
|
\
|
*
mtd: remove the get_unmapped_area method
Nicolas Pitre
2017-11-13
1
-4
/
+0
|
*
mtd: Fix C++ comment in include/linux/mtd/mtd.h
Pavel Machek
2017-11-06
1
-1
/
+1
|
*
Merge tag 'nand/for-4.15' of git://git.infradead.org/l2-mtd
Richard Weinberger
2017-11-02
2
-5
/
+3
|
|
\
|
|
*
mtd: nand: gpio: Convert to use GPIO descriptors
Linus Walleij
2017-10-07
1
-5
/
+0
|
|
*
mtd: nand: introduce NAND_ROW_ADDR_3 flag
Masahiro Yamada
2017-09-18
1
-0
/
+3
|
*
|
mtd: spi-nor: add spi_nor_init() function
Kamal Dasu
2017-10-10
1
-0
/
+10
|
|
/
*
/
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
5
-0
/
+5
|
/
*
Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next
Boris Brezillon
2017-09-01
4
-23
/
+14
|
\
|
*
mtd: nand: complain loudly when chip->bits_per_cell is not correctly initialized
Lothar Waßmann
2017-08-29
1
-0
/
+2
|
*
Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...
Boris Brezillon
2017-08-23
4
-8
/
+6
|
|
\
|
|
*
mtd: nand: Rename nand.h into rawnand.h
Boris Brezillon
2017-08-13
4
-8
/
+6
|
*
|
mtd: nand: sharpsl: Add partition parsers platform data
Andrea Adami
2017-08-23
1
-0
/
+1
|
*
|
mtd: nand: remove hard-coded NAND ids length
Jean-Louis Thekekara
2017-08-23
1
-5
/
+5
|
*
|
mtd: nand: Remove support for block locking/unlocking
Boris Brezillon
2017-08-03
1
-10
/
+0
|
|
/
*
|
Merge tag 'spi-nor/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next
Boris Brezillon
2017-09-01
1
-0
/
+11
|
\
\
|
*
|
mtd: spi-nor: Recover from Spansion/Cypress errors
Alexander Sverdlin
2017-08-01
1
-0
/
+5
|
*
|
mtd: spi-nor: parse Serial Flash Discoverable Parameters (SFDP) tables
Cyrille Pitchen
2017-07-18
1
-0
/
+6
|
|
/
*
|
Merge tag 'v4.13-rc7' into mtd/next
Boris Brezillon
2017-08-28
1
-3
/
+3
|
\
\
|
*
|
mtd: nand: Declare tBERS, tR and tPROG as u64 to avoid integer overflow
Boris Brezillon
2017-08-02
1
-3
/
+3
|
|
/
*
|
mtd: only use __xipram annotation when XIP_KERNEL is set
Arnd Bergmann
2017-08-15
1
-4
/
+6
*
|
mtd: create per-device and module-scope debugfs entries
Mario Rugiero
2017-07-21
1
-0
/
+10
|
/
*
Merge tag 'for-linus-20170713' of git://git.infradead.org/linux-mtd
Linus Torvalds
2017-07-13
3
-18
/
+230
|
\
|
*
Merge tag 'nand/for-4.13' into MTD
Brian Norris
2017-07-07
1
-9
/
+71
|
|
\
|
|
*
mtd: nand: add a shorthand to generate nand_ecc_caps structure
Masahiro Yamada
2017-06-10
1
-0
/
+14
|
|
*
mtd: nand: add generic helpers to check, match, maximize ECC settings
Masahiro Yamada
2017-06-10
1
-0
/
+33
|
|
*
mtd: nand: Drop the ->errstat() hook
Boris Brezillon
2017-06-01
1
-5
/
+0
|
|
*
mtd: nand: Pass the CS line to ->setup_data_interface()
Boris Brezillon
2017-06-01
1
-4
/
+8
|
|
*
mtd: nand: add support for Micron on-die ECC
Thomas Petazzoni
2017-06-01
1
-0
/
+2
|
|
*
mtd: nand: Make sure drivers not supporting SET/GET_FEATURES return -ENOTSUPP
Boris Brezillon
2017-05-30
1
-0
/
+5
|
|
*
mtd: nand: export nand_{read,write}_page_raw()
Thomas Petazzoni
2017-05-15
1
-0
/
+8
|
|
*
mtd: nand: add core support for on-die ECC
Thomas Petazzoni
2017-05-15
1
-0
/
+1
|
*
|
Merge tag 'spi-nor/for-4.13' into MTD
Brian Norris
2017-07-07
1
-9
/
+152
|
|
\
\
|
|
*
|
mtd: spi-nor: introduce Octo SPI protocols
Cyrille Pitchen
2017-05-15
1
-5
/
+21
|
|
*
|
mtd: spi-nor: introduce Double Transfer Rate (DTR) SPI protocols
Cyrille Pitchen
2017-05-15
1
-11
/
+37
|
|
*
|
mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocols
Cyrille Pitchen
2017-05-15
1
-9
/
+110
|
|
|
/
|
*
/
mtd: partitions: add support for partition parsers
Rafał Miłecki
2017-06-22
1
-0
/
+7
|
|
/
*
|
Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook
Jonathan Corbet
2017-05-18
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
mtd: adjust kernel-docs to avoid Sphinx/kerneldoc warnings
Mauro Carvalho Chehab
2017-05-16
1
-1
/
+1
*
|
Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtd
Linus Torvalds
2017-05-11
2
-29
/
+69
|
\
\
|
|
/
|
/
|
|
*
Merge tag 'nand/for-4.12' of github.com:linux-nand/linux into MTD
Brian Norris
2017-05-01
1
-28
/
+68
|
|
\
|
|
*
mtd: nand: allow drivers to request minimum alignment for passed buffer
Masahiro Yamada
2017-04-25
1
-0
/
+2
|
|
*
mtd: nand: relax ecc.read_page() return value for uncorrectable ECC
Masahiro Yamada
2017-04-25
1
-1
/
+1
|
|
*
mtd: nand: Remove unused chip->write_page() hook
Boris Brezillon
2017-04-25
1
-4
/
+0
|
|
*
mtd: nand: Move Macronix specific initialization in nand_macronix.c
Boris Brezillon
2017-03-08
1
-0
/
+1
|
|
*
mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.c
Boris Brezillon
2017-03-08
1
-0
/
+1
|
|
*
mtd: nand: Move Micron specific init logic in nand_micron.c
Boris Brezillon
2017-03-08
1
-20
/
+1
|
|
*
mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.c
Boris Brezillon
2017-03-08
1
-0
/
+1
|
|
*
mtd: nand: Move Hynix specific init/detection logic in nand_hynix.c
Boris Brezillon
2017-03-08
1
-0
/
+1
|
|
*
mtd: nand: Move Samsung specific init/detection logic in nand_samsung.c
Boris Brezillon
2017-03-08
1
-0
/
+2
[next]