linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@bootlin.com>
To: Arnd Bergmann <arnd@kernel.org>
Cc: sam@ravnborg.org, tony@atomide.com, linux-kernel@vger.kernel.org,
	James.Bottomley@hansenpartnership.com, wens@csie.org,
	thierry.reding@gmail.com, paulus@samba.org, will@kernel.org,
	daniel.thompson@linaro.org, deller@gmx.de, linux@armlinux.org.uk,
	krzk@kernel.org, jonathanh@nvidia.com,
	ludovic.desroches@microchip.com, catalin.marinas@arm.com,
	linux-mips@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
	mripard@kernel.org,
	Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>,
	soc@kernel.org, linux-tegra@vger.kernel.org,
	lee.jones@linaro.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, jernej.skrabec@siol.net,
	tsbogend@alpha.franken.de, linux-parisc@vger.kernel.org,
	emil.l.velikov@gmail.com, nicolas.ferre@microchip.com,
	linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH v2 0/5] drop unused BACKLIGHT_GENERIC option
Date: Tue, 8 Dec 2020 17:54:48 +0100	[thread overview]
Message-ID: <20201208165448.GN431442@piout.net> (raw)
In-Reply-To: <160744514229.359082.11487352663734358657.b4-ty@arndb.de>

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

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2020-12-08 16:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01 22:29 [PATCH v2 0/5] drop unused BACKLIGHT_GENERIC option Andrey Zhizhikin
2020-12-01 22:29 ` [PATCH v2 1/5] ARM: configs: " Andrey Zhizhikin
2020-12-01 22:29 ` [PATCH v2 2/5] arm64: defconfig: " Andrey Zhizhikin
2020-12-01 22:29 ` [PATCH v2 3/5] MIPS: configs: " Andrey Zhizhikin
2020-12-04 12:06   ` Thomas Bogendoerfer
2020-12-01 22:29 ` [PATCH v2 4/5] parisc: " Andrey Zhizhikin
2020-12-01 22:29 ` [PATCH v2 5/5] powerpc/configs: " Andrey Zhizhikin
2020-12-08 16:34 ` [PATCH v2 0/5] " Arnd Bergmann
2020-12-08 16:54   ` Alexandre Belloni [this message]
2020-12-08 17:00   ` Thomas Bogendoerfer
2020-12-08 21:04     ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201208165448.GN431442@piout.net \
    --to=alexandre.belloni@bootlin.com \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=andrey.zhizhikin@leica-geosystems.com \
    --cc=arnd@arndb.de \
    --cc=arnd@kernel.org \
    --cc=catalin.marinas@arm.com \
    --cc=daniel.thompson@linaro.org \
    --cc=deller@gmx.de \
    --cc=emil.l.velikov@gmail.com \
    --cc=jernej.skrabec@siol.net \
    --cc=jonathanh@nvidia.com \
    --cc=krzk@kernel.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-parisc@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=ludovic.desroches@microchip.com \
    --cc=mripard@kernel.org \
    --cc=nicolas.ferre@microchip.com \
    --cc=paulus@samba.org \
    --cc=sam@ravnborg.org \
    --cc=soc@kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=tony@atomide.com \
    --cc=tsbogend@alpha.franken.de \
    --cc=wens@csie.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).