RE: [PATCH] mtd: nand: Rename nand.h into rawnand.h
From: Hartley Sweeten <hidden>
Date: 2017-08-07 19:44:31
Also in:
linux-mediatek, linux-mips, linux-samsung-soc, linuxppc-dev
From: Hartley Sweeten <hidden>
Date: 2017-08-07 19:44:31
Also in:
linux-mediatek, linux-mips, linux-samsung-soc, linuxppc-dev
On Friday, August 04, 2017 8:29 AM, 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.
For ep93xx, Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>