From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Date: Fri, 17 Aug 2018 10:45:00 +0200 Subject: [U-Boot] [PATCH] mtd: nand: spi: Add Gigadevice SPI NAND support In-Reply-To: <20180816160508.2176-1-sr@denx.de> References: <20180816160508.2176-1-sr@denx.de> Message-ID: <20180817104500.6f44782d@xps13> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: u-boot@lists.denx.de Hi Stefan, Stefan Roese wrote on Thu, 16 Aug 2018 18:05:08 +0200: > This patch adds support for Gigadevices SPI NAND device to the new SPI > NAND infrastructure in U-Boot. Currently only the 128MiB GD5F1GQ4UC > device is supported. >=20 > Signed-off-by: Stefan Roese > Cc: Miquel Raynal > Cc: Boris Brezillon > Cc: Jagan Teki > --- > Miquel, I somehow always forgot to send this Gigadevice support > patch in my last series versions. This is the chip I'm currently > testing with. Either please fold it into your series, if you > re-send it at a later time. Or we should add it on top. Of course > only if nobody has any objections or change requests. No problem, as I don't wan't to resend another series of 30+ patches I just asked Jagan/Tom if they could take them (up to patch 23 included), so this one could be applied on top of it, alone. Reviewed-by: Miquel Raynal BTW, I see #ifndef __UBOOT__ but I don't think it has been contributed to Linux yet, do you plan to do it? Thanks, Miqu=C3=A8l