Message ID | 20201201222922.3183-1-andrey.zhizhikin@leica-geosystems.com (mailing list archive) |
---|---|
Headers | show |
Series | drop unused BACKLIGHT_GENERIC option | expand |
From: Arnd Bergmann <arnd@arndb.de> On Tue, 1 Dec 2020 22:29:17 +0000, Andrey Zhizhikin wrote: > Since the removal of generic_bl driver from the source tree in commit > 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is > unused") BACKLIGHT_GENERIC config option became obsolete as well and > therefore subject to clean-up from all configuration files. > > This series introduces patches to address this removal, separated by > architectures in the kernel tree. > > [...] While my plan was to only take the arm specific patches, it seems nobody else has applied the other architecture specific ones, but there have been a lot of Acks. Also, b4 makes it easy to merge the entire branch, so I'll just take all of these. Applied to arm/defconfig, thanks! [1/5] ARM: configs: drop unused BACKLIGHT_GENERIC option commit: 0437141b4e2233ae0109a9584e7a003cd05b0a20 [2/5] arm64: defconfig: drop unused BACKLIGHT_GENERIC option commit: 717c4c8336486781630893508b3347ae18953fae [3/5] MIPS: configs: drop unused BACKLIGHT_GENERIC option commit: 2257682282531de45929c6006152f6e2ee881b42 [4/5] parisc: configs: drop unused BACKLIGHT_GENERIC option commit: 4e9c44b128d3eb5da129e53c7312240f838c2dbf [5/5] powerpc/configs: drop unused BACKLIGHT_GENERIC option commit: 4985c506303fb6a41a885d503a6e1f3d3126431d Arnd
Hi, On 08/12/2020 17:34:46+0100, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@arndb.de> > > On Tue, 1 Dec 2020 22:29:17 +0000, Andrey Zhizhikin wrote: > > Since the removal of generic_bl driver from the source tree in commit > > 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is > > unused") BACKLIGHT_GENERIC config option became obsolete as well and > > therefore subject to clean-up from all configuration files. > > > > This series introduces patches to address this removal, separated by > > architectures in the kernel tree. > > > > [...] > > While my plan was to only take the arm specific patches, it seems > nobody else has applied the other architecture specific ones, > but there have been a lot of Acks. Also, b4 makes it easy to > merge the entire branch, so I'll just take all of these. > > Applied to arm/defconfig, thanks! > > [1/5] ARM: configs: drop unused BACKLIGHT_GENERIC option > commit: 0437141b4e2233ae0109a9584e7a003cd05b0a20 > [2/5] arm64: defconfig: drop unused BACKLIGHT_GENERIC option > commit: 717c4c8336486781630893508b3347ae18953fae > [3/5] MIPS: configs: drop unused BACKLIGHT_GENERIC option > commit: 2257682282531de45929c6006152f6e2ee881b42 Thomas did applied this one: https://lore.kernel.org/linux-arm-kernel/20201204120632.GA10011@alpha.franken.de/ > [4/5] parisc: configs: drop unused BACKLIGHT_GENERIC option > commit: 4e9c44b128d3eb5da129e53c7312240f838c2dbf > [5/5] powerpc/configs: drop unused BACKLIGHT_GENERIC option > commit: 4985c506303fb6a41a885d503a6e1f3d3126431d > > Arnd
On Tue, Dec 08, 2020 at 05:34:46PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@arndb.de> > > On Tue, 1 Dec 2020 22:29:17 +0000, Andrey Zhizhikin wrote: > > Since the removal of generic_bl driver from the source tree in commit > > 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is > > unused") BACKLIGHT_GENERIC config option became obsolete as well and > > therefore subject to clean-up from all configuration files. > > > > This series introduces patches to address this removal, separated by > > architectures in the kernel tree. > > > > [...] > > While my plan was to only take the arm specific patches, it seems > nobody else has applied the other architecture specific ones, > but there have been a lot of Acks. Also, b4 makes it easy to > merge the entire branch, so I'll just take all of these. > > Applied to arm/defconfig, thanks! > > [1/5] ARM: configs: drop unused BACKLIGHT_GENERIC option > commit: 0437141b4e2233ae0109a9584e7a003cd05b0a20 > [2/5] arm64: defconfig: drop unused BACKLIGHT_GENERIC option > commit: 717c4c8336486781630893508b3347ae18953fae > [3/5] MIPS: configs: drop unused BACKLIGHT_GENERIC option > commit: 2257682282531de45929c6006152f6e2ee881b42 this one is already in mips-next. Thomas.
On Tue, Dec 8, 2020 at 6:00 PM Thomas Bogendoerfer <tsbogend@alpha.franken.de> wrote: > On Tue, Dec 08, 2020 at 05:34:46PM +0100, Arnd Bergmann wrote: > > [3/5] MIPS: configs: drop unused BACKLIGHT_GENERIC option > > commit: 2257682282531de45929c6006152f6e2ee881b42 > > this one is already in mips-next. Ok, dropped from my tree, Arnd