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 0E6DCC83018 for ; Mon, 30 Nov 2020 18:55:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D42A52074A for ; Mon, 30 Nov 2020 18:55:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388309AbgK3Syp (ORCPT ); Mon, 30 Nov 2020 13:54:45 -0500 Received: from mail-wr1-f65.google.com ([209.85.221.65]:39148 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387844AbgK3Syo (ORCPT ); Mon, 30 Nov 2020 13:54:44 -0500 Received: by mail-wr1-f65.google.com with SMTP id e7so17625396wrv.6; Mon, 30 Nov 2020 10:54:27 -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=J0Y4dG+GSInC75horYKTdpMJ72uEPkG0rsUqEhklRfs=; b=JuDjKMplGvK1DbOaNdKf6Xr7lr3u8PEY/yJg4ce/TYevvM1Cl1hE3UW7Si3wee6VKa xn7aAkCkq+NSTy9k411R297qq0sXSX3CbJx89hDDH7UwZzks6u0TqDhOBAKErsMY3WqJ tzrQNdc3aID2b3T8VFEBAxb/lutAewEftjXdvD0WGe9tO91lvAYUG5lxS/lwLHsWr79P YV1eDWfTACHfGD0HEDuir7d70p1muggLnNgFn8RSpHsfEmPIcdZd2ZqSygYV9luO/Cgg MxeFRm2mxrbnhuqT+VQ8AHBqPWOVnJRb0H8ayIWQaD4CLwjUcmjJjJc8EYvsM9CqAzvQ fgYA== X-Gm-Message-State: AOAM533RaJJ7ekDlFJGbKJ43IKC38ZUlrMwB8tX/rOo66tcOVJPu22Co EIILSYCtdw7Px9btF9ot5H4= X-Google-Smtp-Source: ABdhPJzaY6oSMK9XtE7h+p3mGfqluRRVSwB1Bil1Ye28LiLYVgIzYdnlv4x47IHxrw1EjuGuSJVlFg== X-Received: by 2002:a5d:688b:: with SMTP id h11mr29587757wru.417.1606762442112; Mon, 30 Nov 2020 10:54:02 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id w5sm24515754wrm.29.2020.11.30.10.54.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 10:54:00 -0800 (PST) Date: Mon, 30 Nov 2020 20:53:59 +0200 From: Krzysztof Kozlowski To: Andrey Zhizhikin Cc: 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, mpe@ellerman.id.au, benh@kernel.crashing.org, paulus@samba.org, lee.jones@linaro.org, sam@ravnborg.org, emil.l.velikov@gmail.com, daniel.thompson@linaro.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 Message-ID: <20201130185359.GE29434@kozik-lap> References: <20201130152137.24909-1-andrey.zhizhikin@leica-geosystems.com> <20201130152137.24909-6-andrey.zhizhikin@leica-geosystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201130152137.24909-6-andrey.zhizhikin@leica-geosystems.com> Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Mon, Nov 30, 2020 at 03:21:37PM +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/powerpc/configs/powernv_defconfig | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof 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 517D4C64E7B for ; Mon, 30 Nov 2020 19:02:25 +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 8B9BA206CB for ; Mon, 30 Nov 2020 19:02:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8B9BA206CB 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 4ClF3J6jftzDqVl for ; Tue, 1 Dec 2020 06:02:20 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.221.66; helo=mail-wr1-f66.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-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) (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 4ClDsn31GBzDqty for ; Tue, 1 Dec 2020 05:54:05 +1100 (AEDT) Received: by mail-wr1-f66.google.com with SMTP id 64so17600395wra.11 for ; Mon, 30 Nov 2020 10:54:05 -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=J0Y4dG+GSInC75horYKTdpMJ72uEPkG0rsUqEhklRfs=; b=RAjhU/mpJgTP1cKv/xReptXvhEe8Sf8jvz1nAqbJlJYHHANDD7t3augINEg1uKyXPV 6bcSZqz+eZ6TPbJ9vXp9pDqPeCwRz4HBGeSkSozunIyS+Nc2fKMNRmCJiONsYWCs8aPP cvW1M6q7+DQcb7Q83pl0xumP74aV9Pn0aKvid3HUhSCWNE4sMgNqPLRJPD5Ydo8XQapN ehDWQQI6u9repejG/4VHEXTlLRWM+B/lP7or/rsLAO5Gsc5Y/1Wp8Oj3ByN9G1hUFNVx o59EUYNujACYSz3p3rztcGmPXMad+EvcyfJFvKavdgQhtlk+O8E/MBcl7MhrI7JB56Fb ssIw== X-Gm-Message-State: AOAM530wUjNP2g9IPwPf4mq7+reMb1lExXmS64x5s+5Aec4Dy3hfywIa KDrl8/ObAoxANRTsUC+KKEQ= X-Google-Smtp-Source: ABdhPJzaY6oSMK9XtE7h+p3mGfqluRRVSwB1Bil1Ye28LiLYVgIzYdnlv4x47IHxrw1EjuGuSJVlFg== X-Received: by 2002:a5d:688b:: with SMTP id h11mr29587757wru.417.1606762442112; Mon, 30 Nov 2020 10:54:02 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id w5sm24515754wrm.29.2020.11.30.10.54.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 10:54:00 -0800 (PST) Date: Mon, 30 Nov 2020 20:53:59 +0200 From: Krzysztof Kozlowski To: Andrey Zhizhikin Subject: Re: [PATCH 5/5] powerpc/configs: drop unused BACKLIGHT_GENERIC option Message-ID: <20201130185359.GE29434@kozik-lap> References: <20201130152137.24909-1-andrey.zhizhikin@leica-geosystems.com> <20201130152137.24909-6-andrey.zhizhikin@leica-geosystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201130152137.24909-6-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:37PM +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/powerpc/configs/powernv_defconfig | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof 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=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 78D5AC63777 for ; Mon, 30 Nov 2020 18:55:13 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 146B820725 for ; Mon, 30 Nov 2020 18:55:13 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="rgwru1ga" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 146B820725 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=dJqCo4QiF7AQQ2bGH23Df6YkETPI9QCntk6T90rOcDQ=; b=rgwru1ga8QeBlVGXhMNy1ej+P lTSBBGdNv0aUGbdEIXcBgcIHqwtxBfUWkEHBPbT7Jjo7JhyWUr+lNFYBRemmyku+SYZiZpmNk8RNx a2UBvx/+P1jprQfNJvhgAPYHlKFlT8pEPnfEC8gNFh3toirIuaVxMqC0oc4KodN7e9ZFXclXtn0vY +XHR+09N4YEUuEZHKmXy1zcLFNYfNW33R9JxyhAGvRMoclW1UblBNtHfHY0mAK1wAFWhgGqSYJSf8 JtOaLAQSBaXsH4W+HqYi9Jm32wLOu3+M3f1rOieYvBm6wec/8pmjchGNDTCIvexDxtZRDPdBXHGFT 2wDC8J3OA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kjoJK-0006KQ-1P; Mon, 30 Nov 2020 18:54:06 +0000 Received: from mail-wr1-f66.google.com ([209.85.221.66]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kjoJH-0006J9-3a for linux-arm-kernel@lists.infradead.org; Mon, 30 Nov 2020 18:54:03 +0000 Received: by mail-wr1-f66.google.com with SMTP id l1so17593834wrb.9 for ; Mon, 30 Nov 2020 10:54:02 -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=J0Y4dG+GSInC75horYKTdpMJ72uEPkG0rsUqEhklRfs=; b=i28D5Jfkos8JzZ+6ojrbgDhjhi0U+h6jFVqHBBBAaZhrse9U/WxmQanL162s9hxBR5 poTfZ2LWS0dzud7PiDvrhR2L2q/mWQZWpfdrymz86LZu1iIF7WyyVgcZ5LDpQvIuYuiq MiNjUGLMr/mMIXcMABBhb8WGYRqgcT5GelvwJd94+2c3oIjG2XRKB12/KEnztbQSzmyr IQoXw1zHJP+61h3wosgM6dD59RDwPQ3yrkZLK/EPp0tJjTFA+aWN6xjytfQGUEqSyJ4+ fiB1l6tTlIwtwiU/1VqZ8y4qL+NaIyJjHH0adRXB7RTQFSF1Mb1JWBwkd4Igdmw84jei Qn6Q== X-Gm-Message-State: AOAM533cTlwjm6tykuJel9V8bmq60nhJ896Bkt7qL1DXWVRNBO96tm5Z X91cUQ40VJFqhDPMYaU+yRc= X-Google-Smtp-Source: ABdhPJzaY6oSMK9XtE7h+p3mGfqluRRVSwB1Bil1Ye28LiLYVgIzYdnlv4x47IHxrw1EjuGuSJVlFg== X-Received: by 2002:a5d:688b:: with SMTP id h11mr29587757wru.417.1606762442112; Mon, 30 Nov 2020 10:54:02 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id w5sm24515754wrm.29.2020.11.30.10.54.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 10:54:00 -0800 (PST) Date: Mon, 30 Nov 2020 20:53:59 +0200 From: Krzysztof Kozlowski To: Andrey Zhizhikin Subject: Re: [PATCH 5/5] powerpc/configs: drop unused BACKLIGHT_GENERIC option Message-ID: <20201130185359.GE29434@kozik-lap> References: <20201130152137.24909-1-andrey.zhizhikin@leica-geosystems.com> <20201130152137.24909-6-andrey.zhizhikin@leica-geosystems.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201130152137.24909-6-andrey.zhizhikin@leica-geosystems.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201130_135403_180131_173039D7 X-CRM114-Status: GOOD ( 14.05 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alexandre.belloni@bootlin.com, tony@atomide.com, benh@kernel.crashing.org, 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, mpe@ellerman.id.au, 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, linuxppc-dev@lists.ozlabs.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Nov 30, 2020 at 03:21:37PM +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/powerpc/configs/powernv_defconfig | 1 - > 1 file changed, 1 deletion(-) > Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel