Message ID | 20201130152137.24909-2-andrey.zhizhikin@leica-geosystems.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drop unused BACKLIGHT_GENERIC option | expand |
On 30/11/2020 15:21:33+0000, Andrey Zhizhikin wrote: > Commit 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is > unused") removed geenric_bl driver from the tree, together with > corresponding config option. > > Remove BACKLIGHT_GENERIC config item from all ARM configurations. > > Fixes: 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is unused") > Cc: Sam Ravnborg <sam@ravnborg.org> > Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com> > --- > arch/arm/configs/at91_dt_defconfig | 1 - > arch/arm/configs/cm_x300_defconfig | 1 - > arch/arm/configs/colibri_pxa300_defconfig | 1 - > arch/arm/configs/jornada720_defconfig | 1 - > arch/arm/configs/magician_defconfig | 1 - > arch/arm/configs/mini2440_defconfig | 1 - > arch/arm/configs/omap2plus_defconfig | 1 - > arch/arm/configs/pxa3xx_defconfig | 1 - > arch/arm/configs/qcom_defconfig | 1 - > arch/arm/configs/sama5_defconfig | 1 - > arch/arm/configs/sunxi_defconfig | 1 - > arch/arm/configs/tegra_defconfig | 1 - > arch/arm/configs/u8500_defconfig | 1 - > 13 files changed, 13 deletions(-) > > diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig > index 4a0ba2ae1a25..6e52c9c965e6 100644 > --- a/arch/arm/configs/at91_dt_defconfig > +++ b/arch/arm/configs/at91_dt_defconfig > @@ -132,7 +132,6 @@ CONFIG_DRM_ATMEL_HLCDC=y > CONFIG_DRM_PANEL_SIMPLE=y > CONFIG_FB_ATMEL=y > CONFIG_BACKLIGHT_ATMEL_LCDC=y > -# CONFIG_BACKLIGHT_GENERIC is not set > CONFIG_BACKLIGHT_PWM=y > CONFIG_FRAMEBUFFER_CONSOLE=y > CONFIG_LOGO=y > diff --git a/arch/arm/configs/cm_x300_defconfig b/arch/arm/configs/cm_x300_defconfig > index 2f7acde2d921..502a9d870ca4 100644 > --- a/arch/arm/configs/cm_x300_defconfig > +++ b/arch/arm/configs/cm_x300_defconfig > @@ -87,7 +87,6 @@ CONFIG_FB=y > CONFIG_FB_PXA=y > CONFIG_LCD_CLASS_DEVICE=y > CONFIG_LCD_TDO24M=y > -# CONFIG_BACKLIGHT_GENERIC is not set > CONFIG_BACKLIGHT_DA903X=m > CONFIG_FRAMEBUFFER_CONSOLE=y > CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y > diff --git a/arch/arm/configs/colibri_pxa300_defconfig b/arch/arm/configs/colibri_pxa300_defconfig > index 0dae3b185284..26e5a67f8e2d 100644 > --- a/arch/arm/configs/colibri_pxa300_defconfig > +++ b/arch/arm/configs/colibri_pxa300_defconfig > @@ -34,7 +34,6 @@ CONFIG_FB=y > CONFIG_FB_PXA=y > # CONFIG_LCD_CLASS_DEVICE is not set > CONFIG_BACKLIGHT_CLASS_DEVICE=y > -# CONFIG_BACKLIGHT_GENERIC is not set > # CONFIG_VGA_CONSOLE is not set > CONFIG_FRAMEBUFFER_CONSOLE=y > CONFIG_LOGO=y > diff --git a/arch/arm/configs/jornada720_defconfig b/arch/arm/configs/jornada720_defconfig > index 9f079be2b84b..069f60ffdcd8 100644 > --- a/arch/arm/configs/jornada720_defconfig > +++ b/arch/arm/configs/jornada720_defconfig > @@ -48,7 +48,6 @@ CONFIG_FB=y > CONFIG_FB_S1D13XXX=y > CONFIG_LCD_CLASS_DEVICE=y > CONFIG_BACKLIGHT_CLASS_DEVICE=y > -# CONFIG_BACKLIGHT_GENERIC is not set > # CONFIG_VGA_CONSOLE is not set > CONFIG_FRAMEBUFFER_CONSOLE=y > CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y > diff --git a/arch/arm/configs/magician_defconfig b/arch/arm/configs/magician_defconfig > index d2e684f6565a..b4670d42f378 100644 > --- a/arch/arm/configs/magician_defconfig > +++ b/arch/arm/configs/magician_defconfig > @@ -95,7 +95,6 @@ CONFIG_FB_PXA_OVERLAY=y > CONFIG_FB_W100=y > CONFIG_LCD_CLASS_DEVICE=y > CONFIG_BACKLIGHT_CLASS_DEVICE=y > -# CONFIG_BACKLIGHT_GENERIC is not set > CONFIG_BACKLIGHT_PWM=y > # CONFIG_VGA_CONSOLE is not set > CONFIG_FRAMEBUFFER_CONSOLE=y > diff --git a/arch/arm/configs/mini2440_defconfig b/arch/arm/configs/mini2440_defconfig > index 301f29a1fcc3..898490aaa39e 100644 > --- a/arch/arm/configs/mini2440_defconfig > +++ b/arch/arm/configs/mini2440_defconfig > @@ -158,7 +158,6 @@ CONFIG_FB_S3C2410=y > CONFIG_LCD_CLASS_DEVICE=y > CONFIG_LCD_PLATFORM=y > CONFIG_BACKLIGHT_CLASS_DEVICE=y > -# CONFIG_BACKLIGHT_GENERIC is not set > CONFIG_BACKLIGHT_PWM=y > CONFIG_FRAMEBUFFER_CONSOLE=y > CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y > diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig > index de3b7813a1ce..7eae097a75d2 100644 > --- a/arch/arm/configs/omap2plus_defconfig > +++ b/arch/arm/configs/omap2plus_defconfig > @@ -388,7 +388,6 @@ CONFIG_FB_TILEBLITTING=y > CONFIG_LCD_CLASS_DEVICE=y > CONFIG_LCD_PLATFORM=y > CONFIG_BACKLIGHT_CLASS_DEVICE=y > -CONFIG_BACKLIGHT_GENERIC=m > CONFIG_BACKLIGHT_PWM=m > CONFIG_BACKLIGHT_PANDORA=m > CONFIG_BACKLIGHT_GPIO=m > diff --git a/arch/arm/configs/pxa3xx_defconfig b/arch/arm/configs/pxa3xx_defconfig > index 06bbc7a59b60..f0c34017f2aa 100644 > --- a/arch/arm/configs/pxa3xx_defconfig > +++ b/arch/arm/configs/pxa3xx_defconfig > @@ -74,7 +74,6 @@ CONFIG_FB_PXA=y > CONFIG_LCD_CLASS_DEVICE=y > CONFIG_LCD_TDO24M=y > CONFIG_BACKLIGHT_CLASS_DEVICE=y > -# CONFIG_BACKLIGHT_GENERIC is not set > CONFIG_BACKLIGHT_DA903X=y > # CONFIG_VGA_CONSOLE is not set > CONFIG_FRAMEBUFFER_CONSOLE=y > diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig > index c882167e1496..d6733e745b80 100644 > --- a/arch/arm/configs/qcom_defconfig > +++ b/arch/arm/configs/qcom_defconfig > @@ -159,7 +159,6 @@ CONFIG_FB=y > CONFIG_FRAMEBUFFER_CONSOLE=y > # CONFIG_LCD_CLASS_DEVICE is not set > CONFIG_BACKLIGHT_CLASS_DEVICE=y > -# CONFIG_BACKLIGHT_GENERIC is not set > CONFIG_BACKLIGHT_LM3630A=y > CONFIG_BACKLIGHT_LP855X=y > CONFIG_SOUND=y > diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig > index 037d3a718a60..0a167891eb05 100644 > --- a/arch/arm/configs/sama5_defconfig > +++ b/arch/arm/configs/sama5_defconfig > @@ -161,7 +161,6 @@ CONFIG_DRM_ATMEL_HLCDC=y > CONFIG_DRM_PANEL_SIMPLE=y > CONFIG_LCD_CLASS_DEVICE=y > CONFIG_BACKLIGHT_CLASS_DEVICE=y > -# CONFIG_BACKLIGHT_GENERIC is not set > CONFIG_BACKLIGHT_PWM=y > CONFIG_FRAMEBUFFER_CONSOLE=y > CONFIG_SOUND=y > diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig > index 244126172fd6..af6e80d1a0f2 100644 > --- a/arch/arm/configs/sunxi_defconfig > +++ b/arch/arm/configs/sunxi_defconfig > @@ -111,7 +111,6 @@ CONFIG_DRM_SIMPLE_BRIDGE=y > CONFIG_DRM_LIMA=y > CONFIG_FB_SIMPLE=y > CONFIG_BACKLIGHT_CLASS_DEVICE=y > -# CONFIG_BACKLIGHT_GENERIC is not set > CONFIG_BACKLIGHT_PWM=y > CONFIG_SOUND=y > CONFIG_SND=y > diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig > index fff5fae0db30..74739a52a8ad 100644 > --- a/arch/arm/configs/tegra_defconfig > +++ b/arch/arm/configs/tegra_defconfig > @@ -205,7 +205,6 @@ CONFIG_DRM_PANEL_SIMPLE=y > CONFIG_DRM_LVDS_CODEC=y > # CONFIG_LCD_CLASS_DEVICE is not set > CONFIG_BACKLIGHT_CLASS_DEVICE=y > -# CONFIG_BACKLIGHT_GENERIC is not set > CONFIG_BACKLIGHT_PWM=y > CONFIG_FRAMEBUFFER_CONSOLE=y > CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y > diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig > index 28dd7cf56048..24aacc255021 100644 > --- a/arch/arm/configs/u8500_defconfig > +++ b/arch/arm/configs/u8500_defconfig > @@ -92,7 +92,6 @@ CONFIG_DRM_PANEL_SONY_ACX424AKP=y > CONFIG_DRM_LIMA=y > CONFIG_DRM_MCDE=y > CONFIG_BACKLIGHT_CLASS_DEVICE=y > -CONFIG_BACKLIGHT_GENERIC=m > CONFIG_BACKLIGHT_GPIO=y > CONFIG_LOGO=y > CONFIG_SOUND=y > -- > 2.17.1 >
On Mon, Nov 30, 2020 at 03:21:33PM +0000, Andrey Zhizhikin wrote: > Commit 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is > unused") removed geenric_bl driver from the tree, together with > corresponding config option. > > Remove BACKLIGHT_GENERIC config item from all ARM configurations. > > Fixes: 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is unused") > Cc: Sam Ravnborg <sam@ravnborg.org> > Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> > --- > arch/arm/configs/at91_dt_defconfig | 1 - > arch/arm/configs/cm_x300_defconfig | 1 - > arch/arm/configs/colibri_pxa300_defconfig | 1 - > arch/arm/configs/jornada720_defconfig | 1 - > arch/arm/configs/magician_defconfig | 1 - > arch/arm/configs/mini2440_defconfig | 1 - > arch/arm/configs/omap2plus_defconfig | 1 - > arch/arm/configs/pxa3xx_defconfig | 1 - > arch/arm/configs/qcom_defconfig | 1 - > arch/arm/configs/sama5_defconfig | 1 - > arch/arm/configs/sunxi_defconfig | 1 - > arch/arm/configs/tegra_defconfig | 1 - > arch/arm/configs/u8500_defconfig | 1 - > 13 files changed, 13 deletions(-) You need to send it to arm-soc maintainers, otherwise no one might feel responsible enough to pick it up. Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> +CC Arnd and Olof, Dear Arnd and Olof, Maybe it is worth to add arm-soc entry to the MAINTAINERS file? Otherwise how one could get your email address? Not mentioning the secret-soc address. :) Best regards, Krzysztof
Hello Krzysztof, > -----Original Message----- > From: Krzysztof Kozlowski <krzk@kernel.org> > Sent: Monday, November 30, 2020 7:52 PM > To: ZHIZHIKIN Andrey <andrey.zhizhikin@leica-geosystems.com> > Cc: linux@armlinux.org.uk; nicolas.ferre@microchip.com; > alexandre.belloni@bootlin.com; ludovic.desroches@microchip.com; > tony@atomide.com; mripard@kernel.org; wens@csie.org; > jernej.skrabec@siol.net; thierry.reding@gmail.com; jonathanh@nvidia.com; > catalin.marinas@arm.com; will@kernel.org; tsbogend@alpha.franken.de; > James.Bottomley@HansenPartnership.com; deller@gmx.de; > mpe@ellerman.id.au; benh@kernel.crashing.org; paulus@samba.org; > lee.jones@linaro.org; sam@ravnborg.org; emil.l.velikov@gmail.com; > daniel.thompson@linaro.org; linux-arm-kernel@lists.infradead.org; linux- > kernel@vger.kernel.org; linux-omap@vger.kernel.org; linux- > tegra@vger.kernel.org; linux-mips@vger.kernel.org; linux- > parisc@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; Arnd Bergmann > <arnd@arndb.de>; Olof Johansson <olof@lixom.net> > Subject: Re: [PATCH 1/5] ARM: configs: drop unused BACKLIGHT_GENERIC > option > > This email is not from Hexagon’s Office 365 instance. Please be careful while > clicking links, opening attachments, or replying to this email. > > > On Mon, Nov 30, 2020 at 03:21:33PM +0000, Andrey Zhizhikin wrote: > > Commit 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it > > is > > unused") removed geenric_bl driver from the tree, together with > > corresponding config option. > > > > Remove BACKLIGHT_GENERIC config item from all ARM configurations. > > > > Fixes: 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it > > is unused") > > Cc: Sam Ravnborg <sam@ravnborg.org> > > Signed-off-by: Andrey Zhizhikin > > <andrey.zhizhikin@leica-geosystems.com> > > --- > > arch/arm/configs/at91_dt_defconfig | 1 - > > arch/arm/configs/cm_x300_defconfig | 1 - > > arch/arm/configs/colibri_pxa300_defconfig | 1 - > > arch/arm/configs/jornada720_defconfig | 1 - > > arch/arm/configs/magician_defconfig | 1 - > > arch/arm/configs/mini2440_defconfig | 1 - > > arch/arm/configs/omap2plus_defconfig | 1 - > > arch/arm/configs/pxa3xx_defconfig | 1 - > > arch/arm/configs/qcom_defconfig | 1 - > > arch/arm/configs/sama5_defconfig | 1 - > > arch/arm/configs/sunxi_defconfig | 1 - > > arch/arm/configs/tegra_defconfig | 1 - > > arch/arm/configs/u8500_defconfig | 1 - > > 13 files changed, 13 deletions(-) > > You need to send it to arm-soc maintainers, otherwise no one might feel > responsible enough to pick it up. Good point, thanks a lot! I was not aware of the fact that there is a separate ML that should receive patches targeted ARM SOCs. Can you (or anyone else) please share it, so I can re-send it there as well? > Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> > > +CC Arnd and Olof, > > Dear Arnd and Olof, > > Maybe it is worth to add arm-soc entry to the MAINTAINERS file? > Otherwise how one could get your email address? Not mentioning the > secret-soc address. :) "scripts/get_maintainer.pl --no-git-fallback --no-multiline --no-rolestats --no-n --separator , " across entire series gave only the list of addresses that I've included in the series itself. If I would be given a arm-soc mailing list as output of the script - I would've included it as well. > > Best regards, > Krzysztof Regards, Andrey
On Mon, Nov 30, 2020 at 07:50:25PM +0000, ZHIZHIKIN Andrey wrote: > From Krzysztof Kozlowski <krzk@kernel.org>: > > On Mon, Nov 30, 2020 at 03:21:33PM +0000, Andrey Zhizhikin wrote: > > > Commit 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is > > > unused") removed geenric_bl driver from the tree, together with > > > corresponding config option. > > > > > > Remove BACKLIGHT_GENERIC config item from all ARM configurations. > > > > > > Fixes: 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it > > > is unused") > > > Cc: Sam Ravnborg <sam@ravnborg.org> > > > Signed-off-by: Andrey Zhizhikin > > > <andrey.zhizhikin@leica-geosystems.com> > > > --- > > > arch/arm/configs/at91_dt_defconfig | 1 - > > > arch/arm/configs/cm_x300_defconfig | 1 - > > > arch/arm/configs/colibri_pxa300_defconfig | 1 - > > > arch/arm/configs/jornada720_defconfig | 1 - > > > arch/arm/configs/magician_defconfig | 1 - > > > arch/arm/configs/mini2440_defconfig | 1 - > > > arch/arm/configs/omap2plus_defconfig | 1 - > > > arch/arm/configs/pxa3xx_defconfig | 1 - > > > arch/arm/configs/qcom_defconfig | 1 - > > > arch/arm/configs/sama5_defconfig | 1 - > > > arch/arm/configs/sunxi_defconfig | 1 - > > > arch/arm/configs/tegra_defconfig | 1 - > > > arch/arm/configs/u8500_defconfig | 1 - > > > 13 files changed, 13 deletions(-) > > > > You need to send it to arm-soc maintainers, otherwise no one might feel > > responsible enough to pick it up. > > Good point, thanks a lot! > > I was not aware of the fact that there is a separate ML that should > receive patches targeted ARM SOCs. Can you (or anyone else) please > share it, so I can re-send it there as well? It's not a mailing list as such (with archives etc.), just an alias to the arm-soc maintainers: arm@kernel.org. > > Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> > > > > +CC Arnd and Olof, > > > > Dear Arnd and Olof, > > > > Maybe it is worth to add arm-soc entry to the MAINTAINERS file? > > Otherwise how one could get your email address? Not mentioning the > > secret-soc address. :) I tried to convince them before, it didn't work. I guess they don't like to be spammed ;). Or rather, SoC-specific patches, even to defconfig, should go through the specific SoC maintainers. However, there are occasional defconfig patches which are more generic or affecting multiple SoCs. I just ignore them as the arm64 defconfig is usually handled by the arm-soc folk (when I need a defconfig change, I go for arch/arm64/Kconfig directly ;)). Anyway, I still think that we should add a MAINTAINERS entry for arch/arm64/configs/defconfig and arch/arm64/Kconfig.platforms.
On 01/12/2020 14:40:53+0000, Catalin Marinas wrote: > On Mon, Nov 30, 2020 at 07:50:25PM +0000, ZHIZHIKIN Andrey wrote: > > From Krzysztof Kozlowski <krzk@kernel.org>: > > > On Mon, Nov 30, 2020 at 03:21:33PM +0000, Andrey Zhizhikin wrote: > > > > Commit 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is > > > > unused") removed geenric_bl driver from the tree, together with > > > > corresponding config option. > > > > > > > > Remove BACKLIGHT_GENERIC config item from all ARM configurations. > > > > > > > > Fixes: 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it > > > > is unused") > > > > Cc: Sam Ravnborg <sam@ravnborg.org> > > > > Signed-off-by: Andrey Zhizhikin > > > > <andrey.zhizhikin@leica-geosystems.com> > > > > --- > > > > arch/arm/configs/at91_dt_defconfig | 1 - > > > > arch/arm/configs/cm_x300_defconfig | 1 - > > > > arch/arm/configs/colibri_pxa300_defconfig | 1 - > > > > arch/arm/configs/jornada720_defconfig | 1 - > > > > arch/arm/configs/magician_defconfig | 1 - > > > > arch/arm/configs/mini2440_defconfig | 1 - > > > > arch/arm/configs/omap2plus_defconfig | 1 - > > > > arch/arm/configs/pxa3xx_defconfig | 1 - > > > > arch/arm/configs/qcom_defconfig | 1 - > > > > arch/arm/configs/sama5_defconfig | 1 - > > > > arch/arm/configs/sunxi_defconfig | 1 - > > > > arch/arm/configs/tegra_defconfig | 1 - > > > > arch/arm/configs/u8500_defconfig | 1 - > > > > 13 files changed, 13 deletions(-) > > > > > > You need to send it to arm-soc maintainers, otherwise no one might feel > > > responsible enough to pick it up. > > > > Good point, thanks a lot! > > > > I was not aware of the fact that there is a separate ML that should > > receive patches targeted ARM SOCs. Can you (or anyone else) please > > share it, so I can re-send it there as well? > > It's not a mailing list as such (with archives etc.), just an alias to > the arm-soc maintainers: arm@kernel.org. > > > > Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> > > > > > > +CC Arnd and Olof, > > > > > > Dear Arnd and Olof, > > > > > > Maybe it is worth to add arm-soc entry to the MAINTAINERS file? > > > Otherwise how one could get your email address? Not mentioning the > > > secret-soc address. :) > > I tried to convince them before, it didn't work. I guess they don't like > to be spammed ;). The first rule of arm-soc is: you do not talk about arm@ and soc@ > Or rather, SoC-specific patches, even to defconfig, > should go through the specific SoC maintainers. However, there are > occasional defconfig patches which are more generic or affecting > multiple SoCs. I just ignore them as the arm64 defconfig is usually > handled by the arm-soc folk (when I need a defconfig change, I go for > arch/arm64/Kconfig directly ;)). > IIRC, the plan was indeed to get defconfig changes through the platform sub-trees. It is also supposed to be how multi_v5 and multi_v7 are handled and they will take care of the merge.
On Tue, Dec 1, 2020 at 4:41 PM Alexandre Belloni <alexandre.belloni@bootlin.com> wrote: > On 01/12/2020 14:40:53+0000, Catalin Marinas wrote: > > On Mon, Nov 30, 2020 at 07:50:25PM +0000, ZHIZHIKIN Andrey wrote: > > > From Krzysztof Kozlowski <krzk@kernel.org>: > > I tried to convince them before, it didn't work. I guess they don't like > > to be spammed ;). > > The first rule of arm-soc is: you do not talk about arm@ and soc@ I don't mind having the addresses documented better, but it needs to be done in a way that avoids having any patch for arch/arm*/boot/dts and arch/arm/*/configs Cc:d to soc@kernel.org. If anyone has suggestions for how to do that, let me know. > > Or rather, SoC-specific patches, even to defconfig, > > should go through the specific SoC maintainers. However, there are > > occasional defconfig patches which are more generic or affecting > > multiple SoCs. I just ignore them as the arm64 defconfig is usually > > handled by the arm-soc folk (when I need a defconfig change, I go for > > arch/arm64/Kconfig directly ;)). > > IIRC, the plan was indeed to get defconfig changes through the platform > sub-trees. It is also supposed to be how multi_v5 and multi_v7 are > handled and they will take care of the merge. For cross-platform changes like this one, I'm definitely happy to pick up the patch directly from soc@kernel.org, or from mailing list if I know about it. We usually do the merges for the soc tree in batches and rely on patchwork to keep track of what I'm missing, so if Olof and I are just on Cc to a mail, we might have forgotten about it by the time we do the next merges. Arnd
Hello Arnd, > -----Original Message----- > From: Arnd Bergmann <arnd@kernel.org> > Sent: Tuesday, December 1, 2020 4:50 PM > To: Alexandre Belloni <alexandre.belloni@bootlin.com> > Cc: Catalin Marinas <catalin.marinas@arm.com>; ZHIZHIKIN Andrey > <andrey.zhizhikin@leica-geosystems.com>; Krzysztof Kozlowski > <krzk@kernel.org>; linux@armlinux.org.uk; nicolas.ferre@microchip.com; > ludovic.desroches@microchip.com; tony@atomide.com; > mripard@kernel.org; wens@csie.org; jernej.skrabec@siol.net; > thierry.reding@gmail.com; jonathanh@nvidia.com; will@kernel.org; > tsbogend@alpha.franken.de; James.Bottomley@HansenPartnership.com; > deller@gmx.de; mpe@ellerman.id.au; benh@kernel.crashing.org; > paulus@samba.org; lee.jones@linaro.org; sam@ravnborg.org; > emil.l.velikov@gmail.com; daniel.thompson@linaro.org; linux-arm- > kernel@lists.infradead.org; linux-kernel@vger.kernel.org; linux- > omap@vger.kernel.org; linux-tegra@vger.kernel.org; linux- > mips@vger.kernel.org; linux-parisc@vger.kernel.org; linuxppc- > dev@lists.ozlabs.org; Arnd Bergmann <arnd@arndb.de>; Olof Johansson > <olof@lixom.net>; arm-soc <arm@kernel.org> > Subject: Re: [PATCH 1/5] ARM: configs: drop unused BACKLIGHT_GENERIC > option > > > On Tue, Dec 1, 2020 at 4:41 PM Alexandre Belloni > <alexandre.belloni@bootlin.com> wrote: > > On 01/12/2020 14:40:53+0000, Catalin Marinas wrote: > > > On Mon, Nov 30, 2020 at 07:50:25PM +0000, ZHIZHIKIN Andrey wrote: > > > > From Krzysztof Kozlowski <krzk@kernel.org>: > > > > I tried to convince them before, it didn't work. I guess they don't > > > like to be spammed ;). > > > > The first rule of arm-soc is: you do not talk about arm@ and soc@ > > I don't mind having the addresses documented better, but it needs to be > done in a way that avoids having any patch for arch/arm*/boot/dts and > arch/arm/*/configs Cc:d to soc@kernel.org. > > If anyone has suggestions for how to do that, let me know. Just as a proposal: Maybe those addresses should at least be included in the Documentation ("Select the recipients for your patch" section of "Submitting patches"), much like stable@ is. Those who get themselves familiarized with it - would get an idea about which list they would need to include in Cc: for such changes. That should IMHO partially reduce the traffic on the list since it would not pop-up in the output of get_maintainer.pl, but would at least be documented so contributors can follow the process. > > > > Or rather, SoC-specific patches, even to defconfig, should go > > > through the specific SoC maintainers. However, there are occasional > > > defconfig patches which are more generic or affecting multiple SoCs. > > > I just ignore them as the arm64 defconfig is usually handled by the > > > arm-soc folk (when I need a defconfig change, I go for > > > arch/arm64/Kconfig directly ;)). > > > > IIRC, the plan was indeed to get defconfig changes through the > > platform sub-trees. It is also supposed to be how multi_v5 and > > multi_v7 are handled and they will take care of the merge. > > For cross-platform changes like this one, I'm definitely happy to pick up the > patch directly from soc@kernel.org, or from mailing list if I know about it. Should I collect all Ack's and re-send this series including the list "nobody talks about" :), or the series can be picked up as-is? Your advice would be really welcomed here! > > We usually do the merges for the soc tree in batches and rely on patchwork > to keep track of what I'm missing, so if Olof and I are just on Cc to a mail, we > might have forgotten about it by the time we do the next merges. > > Arnd Regards, Andrey
On Tue, Dec 1, 2020 at 8:48 PM ZHIZHIKIN Andrey <andrey.zhizhikin@leica-geosystems.com> wrote: > Hello Arnd, > > > > Or rather, SoC-specific patches, even to defconfig, should go > > > > through the specific SoC maintainers. However, there are occasional > > > > defconfig patches which are more generic or affecting multiple SoCs. > > > > I just ignore them as the arm64 defconfig is usually handled by the > > > > arm-soc folk (when I need a defconfig change, I go for > > > > arch/arm64/Kconfig directly ;)). > > > > > > IIRC, the plan was indeed to get defconfig changes through the > > > platform sub-trees. It is also supposed to be how multi_v5 and > > > multi_v7 are handled and they will take care of the merge. > > > > For cross-platform changes like this one, I'm definitely happy to pick up the > > patch directly from soc@kernel.org, or from mailing list if I know about it. > > Should I collect all Ack's and re-send this series including the list "nobody > talks about" :), or the series can be picked up as-is? > > Your advice would be really welcomed here! Yes, please do, that makes my life easier. I would apply the patches for arch/arm and arch/arm64 when you send them to soc@kernel.org, the others go to the respective architecture maintainers, unless they want me to pick up the whole series. Arnd
On Tue, Dec 01, 2020 at 04:50:22PM +0100, Arnd Bergmann wrote: > On Tue, Dec 1, 2020 at 4:41 PM Alexandre Belloni > <alexandre.belloni@bootlin.com> wrote: > > On 01/12/2020 14:40:53+0000, Catalin Marinas wrote: > > > On Mon, Nov 30, 2020 at 07:50:25PM +0000, ZHIZHIKIN Andrey wrote: > > > > From Krzysztof Kozlowski <krzk@kernel.org>: > > > > I tried to convince them before, it didn't work. I guess they don't like > > > to be spammed ;). > > > > The first rule of arm-soc is: you do not talk about arm@ and soc@ > > I don't mind having the addresses documented better, but it needs to > be done in a way that avoids having any patch for arch/arm*/boot/dts > and arch/arm/*/configs Cc:d to soc@kernel.org. > > If anyone has suggestions for how to do that, let me know. Not a perfect solution but something. How about: https://lore.kernel.org/linux-arm-kernel/20201201211516.24921-2-krzk@kernel.org/T/#u Would not work on defconfigs but there is a chance someone will find your addresses this way. Should not cause to much additional traffic. Best regards, Krzysztof
diff --git a/arch/arm/configs/at91_dt_defconfig b/arch/arm/configs/at91_dt_defconfig index 4a0ba2ae1a25..6e52c9c965e6 100644 --- a/arch/arm/configs/at91_dt_defconfig +++ b/arch/arm/configs/at91_dt_defconfig @@ -132,7 +132,6 @@ CONFIG_DRM_ATMEL_HLCDC=y CONFIG_DRM_PANEL_SIMPLE=y CONFIG_FB_ATMEL=y CONFIG_BACKLIGHT_ATMEL_LCDC=y -# CONFIG_BACKLIGHT_GENERIC is not set CONFIG_BACKLIGHT_PWM=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_LOGO=y diff --git a/arch/arm/configs/cm_x300_defconfig b/arch/arm/configs/cm_x300_defconfig index 2f7acde2d921..502a9d870ca4 100644 --- a/arch/arm/configs/cm_x300_defconfig +++ b/arch/arm/configs/cm_x300_defconfig @@ -87,7 +87,6 @@ CONFIG_FB=y CONFIG_FB_PXA=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_LCD_TDO24M=y -# CONFIG_BACKLIGHT_GENERIC is not set CONFIG_BACKLIGHT_DA903X=m CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y diff --git a/arch/arm/configs/colibri_pxa300_defconfig b/arch/arm/configs/colibri_pxa300_defconfig index 0dae3b185284..26e5a67f8e2d 100644 --- a/arch/arm/configs/colibri_pxa300_defconfig +++ b/arch/arm/configs/colibri_pxa300_defconfig @@ -34,7 +34,6 @@ CONFIG_FB=y CONFIG_FB_PXA=y # CONFIG_LCD_CLASS_DEVICE is not set CONFIG_BACKLIGHT_CLASS_DEVICE=y -# CONFIG_BACKLIGHT_GENERIC is not set # CONFIG_VGA_CONSOLE is not set CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_LOGO=y diff --git a/arch/arm/configs/jornada720_defconfig b/arch/arm/configs/jornada720_defconfig index 9f079be2b84b..069f60ffdcd8 100644 --- a/arch/arm/configs/jornada720_defconfig +++ b/arch/arm/configs/jornada720_defconfig @@ -48,7 +48,6 @@ CONFIG_FB=y CONFIG_FB_S1D13XXX=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_BACKLIGHT_CLASS_DEVICE=y -# CONFIG_BACKLIGHT_GENERIC is not set # CONFIG_VGA_CONSOLE is not set CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y diff --git a/arch/arm/configs/magician_defconfig b/arch/arm/configs/magician_defconfig index d2e684f6565a..b4670d42f378 100644 --- a/arch/arm/configs/magician_defconfig +++ b/arch/arm/configs/magician_defconfig @@ -95,7 +95,6 @@ CONFIG_FB_PXA_OVERLAY=y CONFIG_FB_W100=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_BACKLIGHT_CLASS_DEVICE=y -# CONFIG_BACKLIGHT_GENERIC is not set CONFIG_BACKLIGHT_PWM=y # CONFIG_VGA_CONSOLE is not set CONFIG_FRAMEBUFFER_CONSOLE=y diff --git a/arch/arm/configs/mini2440_defconfig b/arch/arm/configs/mini2440_defconfig index 301f29a1fcc3..898490aaa39e 100644 --- a/arch/arm/configs/mini2440_defconfig +++ b/arch/arm/configs/mini2440_defconfig @@ -158,7 +158,6 @@ CONFIG_FB_S3C2410=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_LCD_PLATFORM=y CONFIG_BACKLIGHT_CLASS_DEVICE=y -# CONFIG_BACKLIGHT_GENERIC is not set CONFIG_BACKLIGHT_PWM=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index de3b7813a1ce..7eae097a75d2 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -388,7 +388,6 @@ CONFIG_FB_TILEBLITTING=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_LCD_PLATFORM=y CONFIG_BACKLIGHT_CLASS_DEVICE=y -CONFIG_BACKLIGHT_GENERIC=m CONFIG_BACKLIGHT_PWM=m CONFIG_BACKLIGHT_PANDORA=m CONFIG_BACKLIGHT_GPIO=m diff --git a/arch/arm/configs/pxa3xx_defconfig b/arch/arm/configs/pxa3xx_defconfig index 06bbc7a59b60..f0c34017f2aa 100644 --- a/arch/arm/configs/pxa3xx_defconfig +++ b/arch/arm/configs/pxa3xx_defconfig @@ -74,7 +74,6 @@ CONFIG_FB_PXA=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_LCD_TDO24M=y CONFIG_BACKLIGHT_CLASS_DEVICE=y -# CONFIG_BACKLIGHT_GENERIC is not set CONFIG_BACKLIGHT_DA903X=y # CONFIG_VGA_CONSOLE is not set CONFIG_FRAMEBUFFER_CONSOLE=y diff --git a/arch/arm/configs/qcom_defconfig b/arch/arm/configs/qcom_defconfig index c882167e1496..d6733e745b80 100644 --- a/arch/arm/configs/qcom_defconfig +++ b/arch/arm/configs/qcom_defconfig @@ -159,7 +159,6 @@ CONFIG_FB=y CONFIG_FRAMEBUFFER_CONSOLE=y # CONFIG_LCD_CLASS_DEVICE is not set CONFIG_BACKLIGHT_CLASS_DEVICE=y -# CONFIG_BACKLIGHT_GENERIC is not set CONFIG_BACKLIGHT_LM3630A=y CONFIG_BACKLIGHT_LP855X=y CONFIG_SOUND=y diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index 037d3a718a60..0a167891eb05 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -161,7 +161,6 @@ CONFIG_DRM_ATMEL_HLCDC=y CONFIG_DRM_PANEL_SIMPLE=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_BACKLIGHT_CLASS_DEVICE=y -# CONFIG_BACKLIGHT_GENERIC is not set CONFIG_BACKLIGHT_PWM=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_SOUND=y diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 244126172fd6..af6e80d1a0f2 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -111,7 +111,6 @@ CONFIG_DRM_SIMPLE_BRIDGE=y CONFIG_DRM_LIMA=y CONFIG_FB_SIMPLE=y CONFIG_BACKLIGHT_CLASS_DEVICE=y -# CONFIG_BACKLIGHT_GENERIC is not set CONFIG_BACKLIGHT_PWM=y CONFIG_SOUND=y CONFIG_SND=y diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index fff5fae0db30..74739a52a8ad 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -205,7 +205,6 @@ CONFIG_DRM_PANEL_SIMPLE=y CONFIG_DRM_LVDS_CODEC=y # CONFIG_LCD_CLASS_DEVICE is not set CONFIG_BACKLIGHT_CLASS_DEVICE=y -# CONFIG_BACKLIGHT_GENERIC is not set CONFIG_BACKLIGHT_PWM=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index 28dd7cf56048..24aacc255021 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -92,7 +92,6 @@ CONFIG_DRM_PANEL_SONY_ACX424AKP=y CONFIG_DRM_LIMA=y CONFIG_DRM_MCDE=y CONFIG_BACKLIGHT_CLASS_DEVICE=y -CONFIG_BACKLIGHT_GENERIC=m CONFIG_BACKLIGHT_GPIO=y CONFIG_LOGO=y CONFIG_SOUND=y
Commit 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is unused") removed geenric_bl driver from the tree, together with corresponding config option. Remove BACKLIGHT_GENERIC config item from all ARM configurations. Fixes: 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is unused") Cc: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> --- arch/arm/configs/at91_dt_defconfig | 1 - arch/arm/configs/cm_x300_defconfig | 1 - arch/arm/configs/colibri_pxa300_defconfig | 1 - arch/arm/configs/jornada720_defconfig | 1 - arch/arm/configs/magician_defconfig | 1 - arch/arm/configs/mini2440_defconfig | 1 - arch/arm/configs/omap2plus_defconfig | 1 - arch/arm/configs/pxa3xx_defconfig | 1 - arch/arm/configs/qcom_defconfig | 1 - arch/arm/configs/sama5_defconfig | 1 - arch/arm/configs/sunxi_defconfig | 1 - arch/arm/configs/tegra_defconfig | 1 - arch/arm/configs/u8500_defconfig | 1 - 13 files changed, 13 deletions(-)