From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Brezillon Date: Thu, 12 Jul 2018 00:23:51 +0200 Subject: [U-Boot] [PATCH v2 09/21] mtd: move NAND fiels into a raw/ subdirectory In-Reply-To: <20180711152529.24547-10-miquel.raynal@bootlin.com> References: <20180711152529.24547-1-miquel.raynal@bootlin.com> <20180711152529.24547-10-miquel.raynal@bootlin.com> Message-ID: <20180712002351.249f9c9d@bbrezillon> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de In your subject: s/fiels/files/ On Wed, 11 Jul 2018 17:25:17 +0200 Miquel Raynal wrote: > NAND flavors, like serial and parallel, have a lot in common and would > benefit to share code. Let's move raw (parallel) NAND specific code in a > raw/ subdirectory, to ease the addition of a core file in nand/ and the > introduction of a spi/ subdirectory specific to SPI NANDs. > > Signed-off-by: Miquel Raynal