From mboxrd@z Thu Jan 1 00:00:00 1970 From: Miquel Raynal Date: Thu, 27 Sep 2018 11:04:42 +0200 Subject: [U-Boot] [PATCH v9 0/7] SPI-NAND support (third batch) In-Reply-To: <20180927081005.089a2737@bbrezillon> References: <20180926150739.15316-1-miquel.raynal@bootlin.com> <20180927081005.089a2737@bbrezillon> Message-ID: <20180927110442.5fae8456@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 Jagan, Boris Brezillon wrote on Thu, 27 Sep 2018 08:10:05 +0200: > On Wed, 26 Sep 2018 17:07:32 +0200 > Miquel Raynal wrote: >=20 > >=20 > > Miquel Raynal (7): > > mtd: uclass: add probe function > > mtd: mtdpart: add a generic mtdparts-like parser > > mtd: mtdpart: search for an equivalent MTD name with the mtdids > > mtd: mtdpart: implement proper partition handling > > cmd: mtd: add 'mtd' command > > cmd: ubi: clean the partition handling > > cmd: mtdparts: describe as legacy > > =20 >=20 > The whole series is >=20 > Reviewed-by: Boris Brezillon Actually, we could have a build issue with people not enabling MTD_PARTITIONS. Let me send a v10 where: * mtd_search_alternate_name() is moved in mtd_uboot.c (generic code, everybody wants to use mtdids). * mtd_parse_partitions() is still in mtdparts.c because it depends on partitions support, but the header file declaring it (include/linux/mtd/partitions.h) also has a dummy function if #ifdef MTD_PARTITIONS is false. Thanks, Miqu=C3=A8l