linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Ellerman <mpe@ellerman.id.au>
To: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>,
	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, benh@kernel.crashing.org, paulus@samba.org,
	lee.jones@linaro.org, sam@ravnborg.org, emil.l.velikov@gmail.com,
	daniel.thompson@linaro.org, krzk@kernel.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
Subject: Re: [PATCH 5/5] powerpc/configs: drop unused BACKLIGHT_GENERIC option
Date: Tue, 01 Dec 2020 11:46:55 +1100	[thread overview]
Message-ID: <87tut6wdxc.fsf@mpe.ellerman.id.au> (raw)
In-Reply-To: <20201130152137.24909-6-andrey.zhizhikin@leica-geosystems.com>

Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> writes:
> 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 generic-64bit_defconfig.
                                            ^
                                            powernv_defconfig

> 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/powerpc/configs/powernv_defconfig | 1 -
>  1 file changed, 1 deletion(-)

Acked-by: Michael Ellerman <mpe@ellerman.id.au>

cheers

> diff --git a/arch/powerpc/configs/powernv_defconfig b/arch/powerpc/configs/powernv_defconfig
> index cf30fc24413b..60a30fffeda0 100644
> --- a/arch/powerpc/configs/powernv_defconfig
> +++ b/arch/powerpc/configs/powernv_defconfig
> @@ -208,7 +208,6 @@ CONFIG_FB_MATROX_G=y
>  CONFIG_FB_RADEON=m
>  CONFIG_FB_IBM_GXT4500=m
>  CONFIG_LCD_PLATFORM=m
> -CONFIG_BACKLIGHT_GENERIC=m
>  # CONFIG_VGA_CONSOLE is not set
>  CONFIG_LOGO=y
>  CONFIG_HID_A4TECH=m
> -- 
> 2.17.1

  parent reply	other threads:[~2020-12-01  0:48 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-30 15:21 [PATCH 0/5] drop unused BACKLIGHT_GENERIC option Andrey Zhizhikin
2020-11-30 15:21 ` [PATCH 1/5] ARM: configs: " Andrey Zhizhikin
2020-11-30 15:37   ` Alexandre Belloni
2020-11-30 18:52   ` Krzysztof Kozlowski
2020-11-30 19:50     ` ZHIZHIKIN Andrey
2020-12-01 14:40       ` Catalin Marinas
2020-12-01 15:41         ` Alexandre Belloni
2020-12-01 15:50           ` Arnd Bergmann
2020-12-01 19:48             ` ZHIZHIKIN Andrey
2020-12-01 20:44               ` Arnd Bergmann
2020-12-01 21:18             ` Krzysztof Kozlowski
2020-11-30 15:21 ` [PATCH 2/5] arm64: defconfig: " Andrey Zhizhikin
2020-11-30 18:53   ` Krzysztof Kozlowski
2020-11-30 15:21 ` [PATCH 3/5] MIPS: configs: " Andrey Zhizhikin
2020-11-30 18:53   ` Krzysztof Kozlowski
2020-11-30 15:21 ` [PATCH 4/5] parisc: " Andrey Zhizhikin
2020-11-30 18:53   ` Krzysztof Kozlowski
2020-11-30 15:21 ` [PATCH 5/5] powerpc/configs: " Andrey Zhizhikin
2020-11-30 18:53   ` Krzysztof Kozlowski
2020-12-01  0:46   ` Michael Ellerman [this message]
2020-11-30 19:11 ` [PATCH 0/5] " Sam Ravnborg
2020-11-30 19:56   ` ZHIZHIKIN Andrey
2020-11-30 20:25   ` Krzysztof Kozlowski
2020-11-30 21:16     ` Sam Ravnborg
2020-12-01 10:05 ` Daniel Thompson

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=87tut6wdxc.fsf@mpe.ellerman.id.au \
    --to=mpe@ellerman.id.au \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=andrey.zhizhikin@leica-geosystems.com \
    --cc=benh@kernel.crashing.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=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).