forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mtd: nand: move raw NAND related code to the raw/ subdir
As part of the process of sharing more code between different NAND based devices, we need to move all raw NAND related code to the raw/ subdirectory. Signed-off-by: Boris Brezillon <[email protected]>
- Loading branch information
Boris Brezillon
committed
Feb 16, 2018
1 parent
7b6afee
commit 93db446
Showing
98 changed files
with
669 additions
and
665 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1710,7 +1710,7 @@ F: drivers/input/keyboard/w90p910_keypad.c | |
F: drivers/input/touchscreen/w90p910_ts.c | ||
F: drivers/watchdog/nuc900_wdt.c | ||
F: drivers/net/ethernet/nuvoton/w90p910_ether.c | ||
F: drivers/mtd/nand/nuc900_nand.c | ||
F: drivers/mtd/nand/raw/nuc900_nand.c | ||
F: drivers/rtc/rtc-nuc900.c | ||
F: drivers/spi/spi-nuc900.c | ||
F: drivers/usb/host/ehci-w90x900.c | ||
|
@@ -3014,7 +3014,7 @@ M: Kamal Dasu <[email protected]> | |
L: [email protected] | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/mtd/nand/brcmnand/ | ||
F: drivers/mtd/nand/raw/brcmnand/ | ||
|
||
BROADCOM STB DPFE DRIVER | ||
M: Markus Mayer <[email protected]> | ||
|
@@ -4116,7 +4116,7 @@ DENALI NAND DRIVER | |
M: Masahiro Yamada <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/mtd/nand/denali* | ||
F: drivers/mtd/nand/raw/denali* | ||
|
||
DESIGNWARE USB2 DRD IP DRIVER | ||
M: John Youn <[email protected]> | ||
|
@@ -5646,7 +5646,7 @@ FREESCALE GPMI NAND DRIVER | |
M: Han Xu <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/mtd/nand/gpmi-nand/* | ||
F: drivers/mtd/nand/raw/gpmi-nand/* | ||
|
||
FREESCALE I2C CPM DRIVER | ||
M: Jochen Friedrich <[email protected]> | ||
|
@@ -6955,7 +6955,7 @@ INGENIC JZ4780 NAND DRIVER | |
M: Harvey Hunt <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/mtd/nand/jz4780_* | ||
F: drivers/mtd/nand/raw/jz4780_* | ||
|
||
INOTIFY | ||
M: Jan Kara <[email protected]> | ||
|
@@ -8474,7 +8474,7 @@ MARVELL NAND CONTROLLER DRIVER | |
M: Miquel Raynal <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/mtd/nand/marvell_nand.c | ||
F: drivers/mtd/nand/raw/marvell_nand.c | ||
F: Documentation/devicetree/bindings/mtd/marvell-nand.txt | ||
|
||
MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER | ||
|
@@ -9136,7 +9136,7 @@ M: Wenyou Yang <[email protected]> | |
M: Josh Wu <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/mtd/nand/atmel/* | ||
F: drivers/mtd/nand/raw/atmel/* | ||
F: Documentation/devicetree/bindings/mtd/atmel-nand.txt | ||
|
||
MICROCHIP KSZ SERIES ETHERNET SWITCH DRIVER | ||
|
@@ -11331,7 +11331,7 @@ PXA3xx NAND FLASH DRIVER | |
M: Ezequiel Garcia <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/mtd/nand/pxa3xx_nand.c | ||
F: drivers/mtd/nand/raw/pxa3xx_nand.c | ||
|
||
QAT DRIVER | ||
M: Giovanni Cabiddu <[email protected]> | ||
|
@@ -11815,8 +11815,8 @@ F: drivers/memstick/host/r592.* | |
RICOH SMARTMEDIA/XD DRIVER | ||
M: Maxim Levitsky <[email protected]> | ||
S: Maintained | ||
F: drivers/mtd/nand/r852.c | ||
F: drivers/mtd/nand/r852.h | ||
F: drivers/mtd/nand/raw/r852.c | ||
F: drivers/mtd/nand/raw/r852.h | ||
|
||
RISC-V ARCHITECTURE | ||
M: Palmer Dabbelt <[email protected]> | ||
|
@@ -14635,7 +14635,7 @@ VF610 NAND DRIVER | |
M: Stefan Agner <[email protected]> | ||
L: [email protected] | ||
S: Supported | ||
F: drivers/mtd/nand/vf610_nfc.c | ||
F: drivers/mtd/nand/raw/vf610_nfc.c | ||
|
||
VFAT/FAT/MSDOS FILESYSTEM | ||
M: OGAWA Hirofumi <[email protected]> | ||
|
Oops, something went wrong.