Message ID | 20180528151357.29203-1-gregory.clement@bootlin.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hi, On lun., mai 28 2018, Gregory CLEMENT <gregory.clement@bootlin.com> wrote: > Add Marvell NAND controller support used by some Marvell Armada based > boards. > > Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> > --- > Changelog v1 -> v2: > > - Rebased on v4.17-rc1 (Dropped "ARM: multi_v7_defconfig: Update with > current configuration") I would like to be sure that you don't miss it. I didn't sent a PR for it but just a patch as you asked me however I still didn't see it in arm-soc/for-next. Thanks, Gregory > > arch/arm/configs/multi_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index e6b3c96d4c09..3fcb17b38f50 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -210,6 +210,7 @@ CONFIG_MTD_NAND_DENALI_DT=y > CONFIG_MTD_NAND_OMAP2=y > CONFIG_MTD_NAND_OMAP_BCH=y > CONFIG_MTD_NAND_ATMEL=y > +CONFIG_MTD_NAND_MARVELL=y > CONFIG_MTD_NAND_GPMI_NAND=y > CONFIG_MTD_NAND_BRCMNAND=y > CONFIG_MTD_NAND_VF610_NFC=y > -- > 2.17.0 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Hello, On lun., mai 28 2018, Gregory CLEMENT <gregory.clement@bootlin.com> wrote: > Add Marvell NAND controller support used by some Marvell Armada based > boards. > > Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> I didn't see this patch in v4.18-rc1 and I also didn't see any update done on multi_v7_defconfig with the current configuration. Would it possible doing it? And I guess I will have to put this patch in my PR for 4.19, won't I? Gregory > --- > Changelog v1 -> v2: > > - Rebased on v4.17-rc1 (Dropped "ARM: multi_v7_defconfig: Update with > current configuration") > > arch/arm/configs/multi_v7_defconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig > index e6b3c96d4c09..3fcb17b38f50 100644 > --- a/arch/arm/configs/multi_v7_defconfig > +++ b/arch/arm/configs/multi_v7_defconfig > @@ -210,6 +210,7 @@ CONFIG_MTD_NAND_DENALI_DT=y > CONFIG_MTD_NAND_OMAP2=y > CONFIG_MTD_NAND_OMAP_BCH=y > CONFIG_MTD_NAND_ATMEL=y > +CONFIG_MTD_NAND_MARVELL=y > CONFIG_MTD_NAND_GPMI_NAND=y > CONFIG_MTD_NAND_BRCMNAND=y > CONFIG_MTD_NAND_VF610_NFC=y > -- > 2.17.0 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index e6b3c96d4c09..3fcb17b38f50 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -210,6 +210,7 @@ CONFIG_MTD_NAND_DENALI_DT=y CONFIG_MTD_NAND_OMAP2=y CONFIG_MTD_NAND_OMAP_BCH=y CONFIG_MTD_NAND_ATMEL=y +CONFIG_MTD_NAND_MARVELL=y CONFIG_MTD_NAND_GPMI_NAND=y CONFIG_MTD_NAND_BRCMNAND=y CONFIG_MTD_NAND_VF610_NFC=y
Add Marvell NAND controller support used by some Marvell Armada based boards. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com> --- Changelog v1 -> v2: - Rebased on v4.17-rc1 (Dropped "ARM: multi_v7_defconfig: Update with current configuration") arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+)