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=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 C901AC71155 for ; Mon, 30 Nov 2020 18:53:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7DD4D20725 for ; Mon, 30 Nov 2020 18:53:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728727AbgK3SxO (ORCPT ); Mon, 30 Nov 2020 13:53:14 -0500 Received: from mail-wr1-f68.google.com ([209.85.221.68]:33281 "EHLO mail-wr1-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727994AbgK3SxO (ORCPT ); Mon, 30 Nov 2020 13:53:14 -0500 Received: by mail-wr1-f68.google.com with SMTP id u12so17644296wrt.0; Mon, 30 Nov 2020 10:52:57 -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=GEH2GiLihB/we0wTKIA4s4JgPz0UXo9ohOBmB1H6nPM=; b=V+rF0pza/okMpu2aZmpaMNubmUnOIFjkhuuyu1XDNgS6rguJEgw5LouLfCTDfBhCc2 k5sW/aEZBGG/L9nGxvhY+NLU2bi082eT9b9z5VqKZHrGhEMZd3UByx3dl5alrGd0Xlgr 9PKoUPCs5TpFq+bKYMpH1W4OvUi2U1U0e3FFkZ8MB6lKFiYjs8B+EXlVFGCGsdqKeKBC 9qp43T7E5PXarXuRVwlcaXtXGZ5LyeTuvp6GSMlLCNxLFHvedUtfEMaIQw3tRBK7cLnz zfYsjSjAEj9LGXl9noORIy79oYyB0sNDdDbQ+L+kIR4tfVSuncns4AkRJiqIvtQ2nYGA Gw3Q== X-Gm-Message-State: AOAM532ajNItpPPkE4KoCpgoqvJDnRGmEx3iBtblw9oHmuhKw/R/c3Yc TGzufi6piJZ6byIDgjkjzdo= X-Google-Smtp-Source: ABdhPJz821U/zJI64E/s1m2nEjCfNrUEUrLV+rXCVRdKBs+Xe9IzhenHRej5zcolpGNDRBBoo4I2dA== X-Received: by 2002:adf:f9c4:: with SMTP id w4mr29689107wrr.64.1606762350398; Mon, 30 Nov 2020 10:52:30 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id q25sm258812wmq.37.2020.11.30.10.52.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 10:52:29 -0800 (PST) Date: Mon, 30 Nov 2020 20:52:27 +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, Arnd Bergmann , Olof Johansson Subject: Re: [PATCH 1/5] ARM: configs: drop unused BACKLIGHT_GENERIC option Message-ID: <20201130185227.GA29434@kozik-lap> References: <20201130152137.24909-1-andrey.zhizhikin@leica-geosystems.com> <20201130152137.24909-2-andrey.zhizhikin@leica-geosystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201130152137.24909-2-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:33PM +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 ARM configurations. > > Fixes: 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is unused") > Cc: Sam Ravnborg > Signed-off-by: Andrey Zhizhikin > --- > arch/arm/configs/at91_dt_defconfig | 1 - > arch/arm/configs/cm_x300_defconfig | 1 - > arch/arm/configs/colibri_pxa300_defconfig | 1 - > arch/arm/configs/jornada720_defconfig | 1 - > arch/arm/configs/magician_defconfig | 1 - > arch/arm/configs/mini2440_defconfig | 1 - > arch/arm/configs/omap2plus_defconfig | 1 - > arch/arm/configs/pxa3xx_defconfig | 1 - > arch/arm/configs/qcom_defconfig | 1 - > arch/arm/configs/sama5_defconfig | 1 - > arch/arm/configs/sunxi_defconfig | 1 - > arch/arm/configs/tegra_defconfig | 1 - > arch/arm/configs/u8500_defconfig | 1 - > 13 files changed, 13 deletions(-) You need to send it to arm-soc maintainers, otherwise no one might feel responsible enough to pick it up. Reviewed-by: Krzysztof Kozlowski +CC Arnd and Olof, Dear Arnd and Olof, Maybe it is worth to add arm-soc entry to the MAINTAINERS file? Otherwise how one could get your email address? Not mentioning the secret-soc address. :) 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 91DFAC71155 for ; Mon, 30 Nov 2020 18:54:23 +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 9910820725 for ; Mon, 30 Nov 2020 18:54:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9910820725 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 4ClDt41QkCzDqvW for ; Tue, 1 Dec 2020 05:54:20 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=209.85.221.67; helo=mail-wr1-f67.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-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) (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 4ClDr34S5DzDqN5 for ; Tue, 1 Dec 2020 05:52:34 +1100 (AEDT) Received: by mail-wr1-f67.google.com with SMTP id 64so17594262wra.11 for ; Mon, 30 Nov 2020 10:52:34 -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=GEH2GiLihB/we0wTKIA4s4JgPz0UXo9ohOBmB1H6nPM=; b=r9c0A4ZQfaCDg0YDcnMBcOqE9dH1wZ37QsrP/KAbeoIKtdRjbcu7QxrXOgoH8eE+W3 +tOhL0ZRHHRAQi5E5hdj3CvSNWtosAYRt/18uLcemPHctop20YZFlS5/bp7kf5Sb0gd9 wYHV4yfOQRM0IWKdeddgDcgBbmjJqdf/mekRoq1Y+MsyQH2LJThSRpaAEdpqEw8nJ5lo YiVS+e7plpsYjGB/HGQ4aBXY7J+4wak9cmhsPW619TiBbRzX5qkG0Yp7LVz9m/HMQUxx tvJCCWG9bueRvkJXKMSPvNG58WqzPGukXMF0Dhp1TrIlvbcPTP67q0SXMJ3/75KLGgai FGog== X-Gm-Message-State: AOAM530+CkpSQ6TChcn+6bEtrbu8KV+JDzf27vdz9atSdj982GwDQ+TG G1P7pag1qebh9pMi/qqoEm0= X-Google-Smtp-Source: ABdhPJz821U/zJI64E/s1m2nEjCfNrUEUrLV+rXCVRdKBs+Xe9IzhenHRej5zcolpGNDRBBoo4I2dA== X-Received: by 2002:adf:f9c4:: with SMTP id w4mr29689107wrr.64.1606762350398; Mon, 30 Nov 2020 10:52:30 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id q25sm258812wmq.37.2020.11.30.10.52.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 10:52:29 -0800 (PST) Date: Mon, 30 Nov 2020 20:52:27 +0200 From: Krzysztof Kozlowski To: Andrey Zhizhikin Subject: Re: [PATCH 1/5] ARM: configs: drop unused BACKLIGHT_GENERIC option Message-ID: <20201130185227.GA29434@kozik-lap> References: <20201130152137.24909-1-andrey.zhizhikin@leica-geosystems.com> <20201130152137.24909-2-andrey.zhizhikin@leica-geosystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201130152137.24909-2-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, Arnd Bergmann , 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, Olof Johansson , 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:33PM +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 ARM configurations. > > Fixes: 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is unused") > Cc: Sam Ravnborg > Signed-off-by: Andrey Zhizhikin > --- > arch/arm/configs/at91_dt_defconfig | 1 - > arch/arm/configs/cm_x300_defconfig | 1 - > arch/arm/configs/colibri_pxa300_defconfig | 1 - > arch/arm/configs/jornada720_defconfig | 1 - > arch/arm/configs/magician_defconfig | 1 - > arch/arm/configs/mini2440_defconfig | 1 - > arch/arm/configs/omap2plus_defconfig | 1 - > arch/arm/configs/pxa3xx_defconfig | 1 - > arch/arm/configs/qcom_defconfig | 1 - > arch/arm/configs/sama5_defconfig | 1 - > arch/arm/configs/sunxi_defconfig | 1 - > arch/arm/configs/tegra_defconfig | 1 - > arch/arm/configs/u8500_defconfig | 1 - > 13 files changed, 13 deletions(-) You need to send it to arm-soc maintainers, otherwise no one might feel responsible enough to pick it up. Reviewed-by: Krzysztof Kozlowski +CC Arnd and Olof, Dear Arnd and Olof, Maybe it is worth to add arm-soc entry to the MAINTAINERS file? Otherwise how one could get your email address? Not mentioning the secret-soc address. :) 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 A6363C64E7B for ; Mon, 30 Nov 2020 18:53:40 +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 572F020725 for ; Mon, 30 Nov 2020 18:53:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ovbIY6Ow" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 572F020725 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=VZ1cnfEK4x0BHyEjH//guNdGscyT/jUrtAui+kZRodY=; b=ovbIY6OwdvjXZY1E1jCuZcGW1 nIxJQBMR8TL0F4iNSXl1SHmCYGOuxeLDSYwzeL3zSbTqUqz6YYcp2IPDkJEZgskb0RgycFvG5Dnbn d3wYNW9y9/KH9XFc7fUQcUrmZGFRZ5Mm6vyimO+bYWVal66mnm9B6V27+zt+5PSVN/K4HET5OezoA pMwdYvoLGutlQoBeUe+AWNtNHqog4dUxkjiKRnohJ2iVvHmwfsuzcAJnfCCx0CDvznBwabMX1ShRN KpnFCx5htUqL+Eysgdykwsj5QqttkGHz30K5In3+sshI2LCAshJlN3uJe2OZK6FPM3VKF1tNz1VE3 oL2djj0/A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kjoHr-0005yC-Dh; Mon, 30 Nov 2020 18:52:35 +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 1kjoHp-0005xS-49 for linux-arm-kernel@lists.infradead.org; Mon, 30 Nov 2020 18:52:33 +0000 Received: by mail-wr1-f66.google.com with SMTP id r3so17621010wrt.2 for ; Mon, 30 Nov 2020 10:52:32 -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=GEH2GiLihB/we0wTKIA4s4JgPz0UXo9ohOBmB1H6nPM=; b=jub7g+jT480L+J0M1b+jDJ1nJ65p6l7KhJaR5O2BUYbYzQFiH8NcJ1VnlF1KfRfY8f yCa3aGPEhyqmbqsi+TioJQwIYwgI0oQ5hI+8Bd7VRXLi8+lIEDHfSh8NnwOnym3QGSHC fWc8qD1i8mbuU03yPE8w3rxX7RNz6Kl9zC6WOJys2MXslVpAqSm2FOvD6pxH3eHCjuql vfovzd37k18LcAl4xKqPAEC57ujPdPxRZzb2ZJ5xY7hFpM1kFYtNLmtte9e5XjcuSgUm tV0NPqxv4jjQwmaNIF0UZrsA6I8G1IysDqBuvs3jUXV+WzREE5BKqSgnmee6G2f6Grsu c3Tg== X-Gm-Message-State: AOAM531uxdJCVuwd0VohvzU5mVk3R7LiDO/p6rz49xQnyENwbaoOX/L7 E3XcaiJ/YxOIyQo2Yyuo2/0= X-Google-Smtp-Source: ABdhPJz821U/zJI64E/s1m2nEjCfNrUEUrLV+rXCVRdKBs+Xe9IzhenHRej5zcolpGNDRBBoo4I2dA== X-Received: by 2002:adf:f9c4:: with SMTP id w4mr29689107wrr.64.1606762350398; Mon, 30 Nov 2020 10:52:30 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id q25sm258812wmq.37.2020.11.30.10.52.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Nov 2020 10:52:29 -0800 (PST) Date: Mon, 30 Nov 2020 20:52:27 +0200 From: Krzysztof Kozlowski To: Andrey Zhizhikin Subject: Re: [PATCH 1/5] ARM: configs: drop unused BACKLIGHT_GENERIC option Message-ID: <20201130185227.GA29434@kozik-lap> References: <20201130152137.24909-1-andrey.zhizhikin@leica-geosystems.com> <20201130152137.24909-2-andrey.zhizhikin@leica-geosystems.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201130152137.24909-2-andrey.zhizhikin@leica-geosystems.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201130_135233_196005_DD5A4BD9 X-CRM114-Status: GOOD ( 14.92 ) 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, Arnd Bergmann , 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, Olof Johansson , 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:33PM +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 ARM configurations. > > Fixes: 7ecdea4a0226 ("backlight: generic_bl: Remove this driver as it is unused") > Cc: Sam Ravnborg > Signed-off-by: Andrey Zhizhikin > --- > arch/arm/configs/at91_dt_defconfig | 1 - > arch/arm/configs/cm_x300_defconfig | 1 - > arch/arm/configs/colibri_pxa300_defconfig | 1 - > arch/arm/configs/jornada720_defconfig | 1 - > arch/arm/configs/magician_defconfig | 1 - > arch/arm/configs/mini2440_defconfig | 1 - > arch/arm/configs/omap2plus_defconfig | 1 - > arch/arm/configs/pxa3xx_defconfig | 1 - > arch/arm/configs/qcom_defconfig | 1 - > arch/arm/configs/sama5_defconfig | 1 - > arch/arm/configs/sunxi_defconfig | 1 - > arch/arm/configs/tegra_defconfig | 1 - > arch/arm/configs/u8500_defconfig | 1 - > 13 files changed, 13 deletions(-) You need to send it to arm-soc maintainers, otherwise no one might feel responsible enough to pick it up. Reviewed-by: Krzysztof Kozlowski +CC Arnd and Olof, Dear Arnd and Olof, Maybe it is worth to add arm-soc entry to the MAINTAINERS file? Otherwise how one could get your email address? Not mentioning the secret-soc address. :) Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel