Message ID | 7f1fa862cb508a5d29947380b72324be027ac76f.1705933596.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: shmobile: defconfig: Disable staging | expand |
Hi Geert, Thanks for your work. On 2024-01-22 15:27:30 +0100, Geert Uytterhoeven wrote: > After the DT conversion of SH-Mobile and Armadillo-800-EVA display > support, and the removal of the EMMA Mobile USB Gadget staging driver, > there is no longer a need to enable support for board staging or any > other staging drivers. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> > --- > To be queued in renesas-devel for v6.9. > > EMMA Mobile USB Gadget staging driver removal submitted in "[PATCH v2 > 0/4] staging: Remove EMMA Mobile USB Gadget and board staging support" > https://lore.kernel.org/r/eec1bfb2878237888a8c3bc866d18dc53900739f.1705932585.git.geert+renesas@glider.be > --- > arch/arm/configs/shmobile_defconfig | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig > index c47a638172a89bfd..091e1840933cf2c6 100644 > --- a/arch/arm/configs/shmobile_defconfig > +++ b/arch/arm/configs/shmobile_defconfig > @@ -191,8 +191,6 @@ CONFIG_DW_DMAC=y > CONFIG_RZN1_DMAMUX=y > CONFIG_RCAR_DMAC=y > CONFIG_RENESAS_USB_DMAC=y > -CONFIG_STAGING=y > -CONFIG_STAGING_BOARD=y > # CONFIG_IOMMU_SUPPORT is not set > CONFIG_ARCH_EMEV2=y > CONFIG_ARCH_R8A7794=y > -- > 2.34.1 > >
On Mon, Jan 22, 2024 at 03:27:30PM +0100, Geert Uytterhoeven wrote: > After the DT conversion of SH-Mobile and Armadillo-800-EVA display > support, and the removal of the EMMA Mobile USB Gadget staging driver, > there is no longer a need to enable support for board staging or any > other staging drivers. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Hooray! \o/ Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index c47a638172a89bfd..091e1840933cf2c6 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -191,8 +191,6 @@ CONFIG_DW_DMAC=y CONFIG_RZN1_DMAMUX=y CONFIG_RCAR_DMAC=y CONFIG_RENESAS_USB_DMAC=y -CONFIG_STAGING=y -CONFIG_STAGING_BOARD=y # CONFIG_IOMMU_SUPPORT is not set CONFIG_ARCH_EMEV2=y CONFIG_ARCH_R8A7794=y
After the DT conversion of SH-Mobile and Armadillo-800-EVA display support, and the removal of the EMMA Mobile USB Gadget staging driver, there is no longer a need to enable support for board staging or any other staging drivers. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- To be queued in renesas-devel for v6.9. EMMA Mobile USB Gadget staging driver removal submitted in "[PATCH v2 0/4] staging: Remove EMMA Mobile USB Gadget and board staging support" https://lore.kernel.org/r/eec1bfb2878237888a8c3bc866d18dc53900739f.1705932585.git.geert+renesas@glider.be --- arch/arm/configs/shmobile_defconfig | 2 -- 1 file changed, 2 deletions(-)