From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2A549C63777 for ; Mon, 30 Nov 2020 19:00:19 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 597C22087C for ; Mon, 30 Nov 2020 19:00:18 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 597C22087C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from bilbo.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 4ClF0v2thrzDqwb for ; Tue, 1 Dec 2020 06:00:15 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.128.68; helo=mail-wm1-f68.google.com; envelope-from=k.kozlowski.k@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4ClDsR5H71zDqS8 for ; Tue, 1 Dec 2020 05:53:47 +1100 (AEDT) Received: by mail-wm1-f68.google.com with SMTP id x22so306578wmc.5 for ; Mon, 30 Nov 2020 10:53:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=wEkOn9qoquG6oipNfPDzFFz3fOS5TO34T/W7axYneSU=; b=Cv7FagejkxBElG8aaWLrJmyolRQUXekzPvbYvWyl8npgzJ3U3Kz/c4a1tXgzpYYVR4 w0B2LF7yhIq9w2dGqlKFd/GPEukvVfX0NjmvhZCXJrZ0Hu6C3cXDb5PdeH9GQDadzn2w xj5hPPwr+uVrPRPT8FiNc1vnBx47KpmVlOBel9vf5uck2j9gYOprMKmcJizZ3l1CVfBn ICwBlUo0kEcfNqF+mvfo5ZpaL+3hl47uwj+tYLFOFhNv74xD/3YciNEYj+aizRIoJj/0 IfPnw+2CG9T0tv4EfMK+jT8Kr6ISbXyk3W1gYPkthdZGKBScy89dVvV9136/JmuO5jpU vbkA== X-Gm-Message-State: AOAM532I5o0t7WtwdhDAsl3WqhIHwZ8UMeocSfwjGtpkTKjVE3xaFXIb o7tYdndnqOV8itHbjnRbouk= X-Google-Smtp-Source: ABdhPJwJyfKuo4W0SYlWBb6ad73QnSfb9L/S1W/eDIgjHJlVVga+I2lNoxlbYCTXknSlY8aka5Q2Ng== X-Received: by 2002:a1c:56c4:: with SMTP id k187mr251200wmb.92.1606762423516; Mon, 30 Nov 2020 10:53:43 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id u203sm246654wme.32.2020.11.30.10.53.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 10:53:42 -0800 (PST) Date: Mon, 30 Nov 2020 20:53:40 +0200 From: Krzysztof Kozlowski To: Andrey Zhizhikin Subject: Re: [PATCH 4/5] parisc: configs: drop unused BACKLIGHT_GENERIC option Message-ID: <20201130185340.GD29434@kozik-lap> References: <20201130152137.24909-1-andrey.zhizhikin@leica-geosystems.com> <20201130152137.24909-5-andrey.zhizhikin@leica-geosystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201130152137.24909-5-andrey.zhizhikin@leica-geosystems.com> X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alexandre.belloni@bootlin.com, tony@atomide.com, linux-kernel@vger.kernel.org, James.Bottomley@HansenPartnership.com, thierry.reding@gmail.com, paulus@samba.org, sam@ravnborg.org, daniel.thompson@linaro.org, linux-omap@vger.kernel.org, deller@gmx.de, linux@armlinux.org.uk, jonathanh@nvidia.com, ludovic.desroches@microchip.com, catalin.marinas@arm.com, linux-mips@vger.kernel.org, will@kernel.org, mripard@kernel.org, linux-tegra@vger.kernel.org, lee.jones@linaro.org, wens@csie.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 Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, Nov 30, 2020 at 03:21:36PM +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 generic-64bit_defconfig. > > Fixes: 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is unused") > Cc: Sam Ravnborg > Signed-off-by: Andrey Zhizhikin > --- > arch/parisc/configs/generic-64bit_defconfig | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof