From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Brezillon Subject: Re: [PATCH v3 5/7] mtd: nand: use Marvell reworked NAND controller driver with all platforms Date: Mon, 12 Feb 2018 11:20:42 +0100 Message-ID: <20180212112042.5b3f758f@bbrezillon> References: <20180109103637.23798-1-miquel.raynal@free-electrons.com> <20180109103637.23798-6-miquel.raynal@free-electrons.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180109103637.23798-6-miquel.raynal-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Miquel Raynal , Willy Tarreau Cc: David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Richard Weinberger , Cyrille Pitchen , Rob Herring , Mark Rutland , Jason Cooper , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Russell King , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Eric Miao , Catalin Marinas List-Id: devicetree@vger.kernel.org On Tue, 9 Jan 2018 11:36:35 +0100 Miquel Raynal wrote: > Actually remove pxa3xx_nand.c to let marvell_nand.c be compiled instead. > Also change the defconfig files using it as well as some board files > depending on CONFIG_MTD_NAND_PXA3xx. > > Signed-off-by: Miquel Raynal > --- > arch/arm/configs/cm_x300_defconfig | 2 +- > arch/arm/configs/pxa3xx_defconfig | 3 +- > arch/arm/configs/pxa_defconfig | 2 +- > arch/arm/configs/raumfeld_defconfig | 2 +- > arch/arm/mach-mmp/ttc_dkb.c | 4 +- > arch/arm/mach-pxa/cm-x300.c | 2 +- > arch/arm/mach-pxa/colibri-pxa3xx.c | 2 +- > arch/arm/mach-pxa/colibri.h | 2 +- > arch/arm/mach-pxa/littleton.c | 4 +- > arch/arm/mach-pxa/mxm8x10.c | 4 +- > arch/arm/mach-pxa/zylonite.c | 4 +- > drivers/mtd/nand/Kconfig | 11 - > drivers/mtd/nand/Makefile | 1 - > drivers/mtd/nand/pxa3xx_nand.c | 2104 ----------------------------------- Can you please split this patch in 2, one that patches defconfig and board files to use the new driver and one that actually removes the old driver. Thanks, Boris -- Boris Brezillon, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering http://bootlin.com -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 12 Feb 2018 11:20:42 +0100 From: Boris Brezillon To: Miquel Raynal , Willy Tarreau Cc: David Woodhouse , Brian Norris , Boris Brezillon , Marek Vasut , Richard Weinberger , Cyrille Pitchen , Rob Herring , Mark Rutland , Jason Cooper , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Russell King , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Eric Miao , Catalin Marinas , Will Deacon , Ezequiel Garcia , linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Thomas Petazzoni , Antoine Tenart , Nadav Haklai , Ofer Heifetz , Hanna Hawa , Neta Zur Hershkovits , Sean Nyekjaer Subject: Re: [PATCH v3 5/7] mtd: nand: use Marvell reworked NAND controller driver with all platforms Message-ID: <20180212112042.5b3f758f@bbrezillon> In-Reply-To: <20180109103637.23798-6-miquel.raynal@free-electrons.com> References: <20180109103637.23798-1-miquel.raynal@free-electrons.com> <20180109103637.23798-6-miquel.raynal@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 9 Jan 2018 11:36:35 +0100 Miquel Raynal wrote: > Actually remove pxa3xx_nand.c to let marvell_nand.c be compiled instead. > Also change the defconfig files using it as well as some board files > depending on CONFIG_MTD_NAND_PXA3xx. > > Signed-off-by: Miquel Raynal > --- > arch/arm/configs/cm_x300_defconfig | 2 +- > arch/arm/configs/pxa3xx_defconfig | 3 +- > arch/arm/configs/pxa_defconfig | 2 +- > arch/arm/configs/raumfeld_defconfig | 2 +- > arch/arm/mach-mmp/ttc_dkb.c | 4 +- > arch/arm/mach-pxa/cm-x300.c | 2 +- > arch/arm/mach-pxa/colibri-pxa3xx.c | 2 +- > arch/arm/mach-pxa/colibri.h | 2 +- > arch/arm/mach-pxa/littleton.c | 4 +- > arch/arm/mach-pxa/mxm8x10.c | 4 +- > arch/arm/mach-pxa/zylonite.c | 4 +- > drivers/mtd/nand/Kconfig | 11 - > drivers/mtd/nand/Makefile | 1 - > drivers/mtd/nand/pxa3xx_nand.c | 2104 ----------------------------------- Can you please split this patch in 2, one that patches defconfig and board files to use the new driver and one that actually removes the old driver. Thanks, Boris -- Boris Brezillon, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering http://bootlin.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: boris.brezillon@bootlin.com (Boris Brezillon) Date: Mon, 12 Feb 2018 11:20:42 +0100 Subject: [PATCH v3 5/7] mtd: nand: use Marvell reworked NAND controller driver with all platforms In-Reply-To: <20180109103637.23798-6-miquel.raynal@free-electrons.com> References: <20180109103637.23798-1-miquel.raynal@free-electrons.com> <20180109103637.23798-6-miquel.raynal@free-electrons.com> Message-ID: <20180212112042.5b3f758f@bbrezillon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, 9 Jan 2018 11:36:35 +0100 Miquel Raynal wrote: > Actually remove pxa3xx_nand.c to let marvell_nand.c be compiled instead. > Also change the defconfig files using it as well as some board files > depending on CONFIG_MTD_NAND_PXA3xx. > > Signed-off-by: Miquel Raynal > --- > arch/arm/configs/cm_x300_defconfig | 2 +- > arch/arm/configs/pxa3xx_defconfig | 3 +- > arch/arm/configs/pxa_defconfig | 2 +- > arch/arm/configs/raumfeld_defconfig | 2 +- > arch/arm/mach-mmp/ttc_dkb.c | 4 +- > arch/arm/mach-pxa/cm-x300.c | 2 +- > arch/arm/mach-pxa/colibri-pxa3xx.c | 2 +- > arch/arm/mach-pxa/colibri.h | 2 +- > arch/arm/mach-pxa/littleton.c | 4 +- > arch/arm/mach-pxa/mxm8x10.c | 4 +- > arch/arm/mach-pxa/zylonite.c | 4 +- > drivers/mtd/nand/Kconfig | 11 - > drivers/mtd/nand/Makefile | 1 - > drivers/mtd/nand/pxa3xx_nand.c | 2104 ----------------------------------- Can you please split this patch in 2, one that patches defconfig and board files to use the new driver and one that actually removes the old driver. Thanks, Boris -- Boris Brezillon, Bootlin (formerly Free Electrons) Embedded Linux and Kernel engineering http://bootlin.com