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 2D1ECC8302A for ; Mon, 30 Nov 2020 18:54:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 00E8420725 for ; Mon, 30 Nov 2020 18:54:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388263AbgK3SyM (ORCPT ); Mon, 30 Nov 2020 13:54:12 -0500 Received: from mail-wr1-f65.google.com ([209.85.221.65]:45764 "EHLO mail-wr1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388189AbgK3SyM (ORCPT ); Mon, 30 Nov 2020 13:54:12 -0500 Received: by mail-wr1-f65.google.com with SMTP id t4so17565296wrr.12; Mon, 30 Nov 2020 10:53:55 -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=mtWjhyJKSY07pJm4d9iFY7jeF0Tu5I4taqa0sRTC28A=; b=SZIKxLLQ2BouUMWT+dUuGmV4eTAGQU3NYFSdsphElYOgBo1C9aO2tDvgQsoZSOPUdO 98A9IKxmfocXo8MDCp7VqXaLXDHbqJhDcN0kfNO5mZlPyaBbHeGW4a0vUo5wdfVRZBlu c7LW3T1a3KRHPWdX/LKBERwz2cq5e5rZ45LiSlWiKRs11cGyQz0VJ7ICDgn6OG2NcncU mwr9QeTL0U1tkPVgjeoRxJl19BBzT6fAnFVepy8ZsVdWwbJe5eL/Qg13LER9ij6dtFrq Jk+IlHtJaFe0SkJf13yT81XFtlZWVy3M6BeMwIl0UV3zXnHZr4dSMIDLCHV2XSl+5WZ6 vtbg== X-Gm-Message-State: AOAM531ILtcNsNL/B+Lt22JQ/wOO+7m0Mfrxs1nNSNnx23i9B1UkwyHo I/mlFqpdVwXzJpMHxwLqzdU= X-Google-Smtp-Source: ABdhPJwXa0AqF81gvDse9p0Yw/CaQ7O2QUQTvVTmgvjzB90sBz+llfV2kANrqxAIRMnHg7L2O6jxCw== X-Received: by 2002:adf:f441:: with SMTP id f1mr30343737wrp.225.1606762409693; Mon, 30 Nov 2020 10:53:29 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id u23sm245138wmc.32.2020.11.30.10.53.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 10:53:28 -0800 (PST) Date: Mon, 30 Nov 2020 20:53:26 +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 3/5] MIPS: configs: drop unused BACKLIGHT_GENERIC option Message-ID: <20201130185326.GC29434@kozik-lap> References: <20201130152137.24909-1-andrey.zhizhikin@leica-geosystems.com> <20201130152137.24909-4-andrey.zhizhikin@leica-geosystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201130152137.24909-4-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:35PM +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 all MIPS configurations. > > Fixes: 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is unused") > Cc: Sam Ravnborg > Signed-off-by: Andrey Zhizhikin > --- > arch/mips/configs/gcw0_defconfig | 1 - > arch/mips/configs/gpr_defconfig | 1 - > arch/mips/configs/lemote2f_defconfig | 1 - > arch/mips/configs/loongson3_defconfig | 1 - > arch/mips/configs/mtx1_defconfig | 1 - > arch/mips/configs/rs90_defconfig | 1 - > 6 files changed, 6 deletions(-) > 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 00D87C63777 for ; Mon, 30 Nov 2020 18:58:31 +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 31EA7206B5 for ; Mon, 30 Nov 2020 18:58:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 31EA7206B5 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 4ClDyq6SGyzDqNW for ; Tue, 1 Dec 2020 05:58:27 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.221.68; helo=mail-wr1-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-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.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 4ClDs95xbbzDqRC for ; Tue, 1 Dec 2020 05:53:33 +1100 (AEDT) Received: by mail-wr1-f68.google.com with SMTP id i2so17611161wrs.4 for ; Mon, 30 Nov 2020 10:53:33 -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=mtWjhyJKSY07pJm4d9iFY7jeF0Tu5I4taqa0sRTC28A=; b=guzcAt7Gly2HsGrcOAYLRaKzBQN0W/XFPluf7B+BWUtwRsvpunWx1wQ40rK+s1lpd4 30PCsH0F+Zkg+tdJxbSE8Qivvp3AtT3UvlcRgLAhAM0yi+BcmI3JQmVRFwVb2ywyGfg0 Wec43newCmqzxg9gOWmMckq1RRwe9BRHvCVTAE3Kbq0Y0PYWQsE3xYmRFhh/lgdMyoH5 ZEuihrDFO8MKfxKwbgDEDF8wBbmVc5/aLu+fb2esvy9sFY62QJZkdzA86ZLeumN5Suq7 BTScE/JGZvHSs8Py5R7XPHjyAoQTjnIpOQP4YsA6Ne+2ltu/NC2thyoKoDaDZuyNNVgy gDaw== X-Gm-Message-State: AOAM532oaiZ86xy0QxvRHpstdak3AuL6pn1zt00JX8BBPhXS1yYSEa9v otyBKS+2DOznoxJ64yZN6sg= X-Google-Smtp-Source: ABdhPJwXa0AqF81gvDse9p0Yw/CaQ7O2QUQTvVTmgvjzB90sBz+llfV2kANrqxAIRMnHg7L2O6jxCw== X-Received: by 2002:adf:f441:: with SMTP id f1mr30343737wrp.225.1606762409693; Mon, 30 Nov 2020 10:53:29 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id u23sm245138wmc.32.2020.11.30.10.53.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 10:53:28 -0800 (PST) Date: Mon, 30 Nov 2020 20:53:26 +0200 From: Krzysztof Kozlowski To: Andrey Zhizhikin Subject: Re: [PATCH 3/5] MIPS: configs: drop unused BACKLIGHT_GENERIC option Message-ID: <20201130185326.GC29434@kozik-lap> References: <20201130152137.24909-1-andrey.zhizhikin@leica-geosystems.com> <20201130152137.24909-4-andrey.zhizhikin@leica-geosystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201130152137.24909-4-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:35PM +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 all MIPS configurations. > > Fixes: 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is unused") > Cc: Sam Ravnborg > Signed-off-by: Andrey Zhizhikin > --- > arch/mips/configs/gcw0_defconfig | 1 - > arch/mips/configs/gpr_defconfig | 1 - > arch/mips/configs/lemote2f_defconfig | 1 - > arch/mips/configs/loongson3_defconfig | 1 - > arch/mips/configs/mtx1_defconfig | 1 - > arch/mips/configs/rs90_defconfig | 1 - > 6 files changed, 6 deletions(-) > 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 AFDC7C63777 for ; Mon, 30 Nov 2020 18:54:46 +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 415F820725 for ; Mon, 30 Nov 2020 18:54:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="UOcqcsfG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 415F820725 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=vLopWCJumj5e6Tg87h4hEkIIf+h0ZWV4Bd9OH1yz/KQ=; b=UOcqcsfG0Mf6Ugdos0LOYGMGj KR9Fcu+jw7g6XDuoMNvt73E2dk+CjY0C8QmkP60zGHjKq4vIuGnRPVD/+j7VyALTbKYoDBIYufKc+ iQBrY1qOP/ryYqfMSPgrp0ZsUv4M+Yg++Gh0+baHidBxKomgNKNYEDHTuFChanLpHk7ECXykA12us u7nN1cxBWAm1ZTvT5gUNuoVvKQ3pCfJ3OQ8Tk81cXN2zF7ZXYSyJh2R5MxBl5SJ3b2kOyKRpaaIb6 J3QM3Wz70bUl6CIrqltC464Lo6PzlUK9Rc+ZUtKhhTPVap4EeazwTdPZE5TESECrk9Nh3VS17h8Fu VXnvgEaLg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kjoIq-0006BB-Qk; Mon, 30 Nov 2020 18:53:36 +0000 Received: from mail-wr1-f65.google.com ([209.85.221.65]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kjoIn-00069r-NJ for linux-arm-kernel@lists.infradead.org; Mon, 30 Nov 2020 18:53:34 +0000 Received: by mail-wr1-f65.google.com with SMTP id 23so17618513wrc.8 for ; Mon, 30 Nov 2020 10:53:30 -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=mtWjhyJKSY07pJm4d9iFY7jeF0Tu5I4taqa0sRTC28A=; b=AUMMbCJ0Td8qFljURq80oVDjduSv6i53QE3VeBP5Fi+eSQkh1r/p71EDC9A0JqJRPI j9m6YVri6pMh4oxCsDYH7cDTTM6qxXeMzmXVXPqc014RX8i6EJLcyeadO4Hc2IkU+G4n ULdb6ILczPxFRfMtgU4BmlEZ3XEcY9HeOhuSsfdmKfwdSQpxsTzNSHHoBXNpax3eAtID YZ6K3eNp4HcQcXQFg/U9Xqg5PRAOfA5lVYEuXMCTrdWF7ymQcgY2tozDNyTT30Q5pOKu pjhuSvE5mo98AlaYByUxcsctfXOX62vNAogv1eAzR4MK04R9K5DN50r2l3OMywfvBerq iJ/g== X-Gm-Message-State: AOAM5336i7Ogx7cOupZKlQbVZsDyfYyITqC+gFvDtJkDKJ6n1W+PSfD/ WRuT2H8aYACBc5RGMwxTO54= X-Google-Smtp-Source: ABdhPJwXa0AqF81gvDse9p0Yw/CaQ7O2QUQTvVTmgvjzB90sBz+llfV2kANrqxAIRMnHg7L2O6jxCw== X-Received: by 2002:adf:f441:: with SMTP id f1mr30343737wrp.225.1606762409693; Mon, 30 Nov 2020 10:53:29 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id u23sm245138wmc.32.2020.11.30.10.53.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 10:53:28 -0800 (PST) Date: Mon, 30 Nov 2020 20:53:26 +0200 From: Krzysztof Kozlowski To: Andrey Zhizhikin Subject: Re: [PATCH 3/5] MIPS: configs: drop unused BACKLIGHT_GENERIC option Message-ID: <20201130185326.GC29434@kozik-lap> References: <20201130152137.24909-1-andrey.zhizhikin@leica-geosystems.com> <20201130152137.24909-4-andrey.zhizhikin@leica-geosystems.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201130152137.24909-4-andrey.zhizhikin@leica-geosystems.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201130_135333_775527_E8ACBD59 X-CRM114-Status: GOOD ( 13.45 ) 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:35PM +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 all MIPS configurations. > > Fixes: 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is unused") > Cc: Sam Ravnborg > Signed-off-by: Andrey Zhizhikin > --- > arch/mips/configs/gcw0_defconfig | 1 - > arch/mips/configs/gpr_defconfig | 1 - > arch/mips/configs/lemote2f_defconfig | 1 - > arch/mips/configs/loongson3_defconfig | 1 - > arch/mips/configs/mtx1_defconfig | 1 - > arch/mips/configs/rs90_defconfig | 1 - > 6 files changed, 6 deletions(-) > 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