Hello Krzysztof, > -----Original Message----- > From: Krzysztof Kozlowski <krzk@xxxxxxxxxx> > Sent: Monday, November 30, 2020 7:52 PM > To: ZHIZHIKIN Andrey <andrey.zhizhikin@xxxxxxxxxxxxxxxxxxxx> > Cc: linux@xxxxxxxxxxxxxxx; nicolas.ferre@xxxxxxxxxxxxx; > alexandre.belloni@xxxxxxxxxxx; ludovic.desroches@xxxxxxxxxxxxx; > tony@xxxxxxxxxxx; mripard@xxxxxxxxxx; wens@xxxxxxxx; > jernej.skrabec@xxxxxxxx; thierry.reding@xxxxxxxxx; jonathanh@xxxxxxxxxx; > catalin.marinas@xxxxxxx; will@xxxxxxxxxx; tsbogend@xxxxxxxxxxxxxxxx; > James.Bottomley@xxxxxxxxxxxxxxxxxxxxx; deller@xxxxxx; > mpe@xxxxxxxxxxxxxx; benh@xxxxxxxxxxxxxxxxxxx; paulus@xxxxxxxxx; > lee.jones@xxxxxxxxxx; sam@xxxxxxxxxxxx; emil.l.velikov@xxxxxxxxx; > daniel.thompson@xxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; linux- > kernel@xxxxxxxxxxxxxxx; linux-omap@xxxxxxxxxxxxxxx; linux- > tegra@xxxxxxxxxxxxxxx; linux-mips@xxxxxxxxxxxxxxx; linux- > parisc@xxxxxxxxxxxxxxx; linuxppc-dev@xxxxxxxxxxxxxxxx; Arnd Bergmann > <arnd@xxxxxxxx>; Olof Johansson <olof@xxxxxxxxx> > 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@xxxxxxxxxxxx> > > Signed-off-by: Andrey Zhizhikin > > <andrey.zhizhikin@xxxxxxxxxxxxxxxxxxxx> > > --- > > 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@xxxxxxxxxx> > > +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