On 2017/8/4 23:29, Boris Brezillon wrote:
We are planning to share more code between different NAND based devices (SPI NAND, OneNAND and raw NANDs), but before doing that we need to move the existing include/linux/mtd/nand.h file into include/linux/mtd/rawnand.h so we can later create a nand.h header containing all common structure and function prototypes. Signed-off-by: Boris Brezillon <[email protected]> Signed-off-by: Peter Pan <[email protected]> Cc: Jonathan Corbet <[email protected]> Cc: Sekhar Nori <[email protected]> Cc: Kevin Hilman <[email protected]> Cc: Jason Cooper <[email protected]> Cc: Andrew Lunn <[email protected]> Cc: Sebastian Hesselbarth <[email protected]> Cc: Gregory Clement <[email protected]> Cc: Hartley Sweeten <[email protected]> Cc: Alexander Sverdlin <[email protected]> Cc: Shawn Guo <[email protected]> Cc: Sascha Hauer <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Imre Kaloz <[email protected]> Cc: Krzysztof Halasa <[email protected]> Cc: Eric Miao <[email protected]> Cc: Haojian Zhuang <[email protected]> Cc: Aaro Koskinen <[email protected]> Cc: Tony Lindgren <[email protected]> Cc: Alexander Clouter <[email protected]> Cc: Daniel Mack <[email protected]> Cc: Robert Jarzmik <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Kukjin Kim <[email protected]> Cc: Krzysztof Kozlowski <[email protected]> Cc: Simtec Linux Team <[email protected]> Cc: Steven Miao <[email protected]> Cc: Mikael Starvik <[email protected]> Cc: Jesper Nilsson <[email protected]> Cc: Ralf Baechle <[email protected]> Cc: Yoshinori Sato <[email protected]> Cc: Rich Felker <[email protected]> Cc: Wenyou Yang <[email protected]> Cc: Josh Wu <[email protected]> Cc: Kamal Dasu <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: Han Xu <[email protected]> Cc: Harvey Hunt <[email protected]> Cc: Vladimir Zapolskiy <[email protected]> Cc: Sylvain Lemieux <[email protected]> Cc: Matthias Brugger <[email protected]> Cc: Wan ZongShun <[email protected]> Cc: Neil Armstrong <[email protected]> Cc: Ezequiel Garcia <[email protected]> Cc: Maxim Levitsky <[email protected]> Cc: Marc Gonzalez <[email protected]> Cc: Stefan Agner <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] Cc: [email protected] --- Hi All, Sorry for the huge Cc list, but I'd like to collect as much acks as possible for this patch which is actually part of a bigger series [1]. Note that there's nothing complicated here, it's just a mechanical s/nand\.h/rawnand\.h/ replacement, but it impacts several architectures, the doc and staging directories. Regards, Boris [1]https://lwn.net/Articles/723694/ --- [...] drivers/mtd/nand/atmel/nand-controller.c | 2 +- drivers/mtd/nand/atmel/pmecc.c | 2 +-
For the Atmel drivers, Acked-by: Wenyou Yang <[email protected]> Best Regards, Wenyou Yang _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
