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=-10.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 915FBC32792 for ; Mon, 30 Sep 2019 20:48:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 620A1224FE for ; Mon, 30 Sep 2019 20:48:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730553AbfI3Usp (ORCPT ); Mon, 30 Sep 2019 16:48:45 -0400 Received: from mail-lj1-f195.google.com ([209.85.208.195]:34276 "EHLO mail-lj1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727469AbfI3Usp (ORCPT ); Mon, 30 Sep 2019 16:48:45 -0400 Received: by mail-lj1-f195.google.com with SMTP id j19so10994615lja.1 for ; Mon, 30 Sep 2019 13:48:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=2XkmrViXlZTGZ245RYNenq5fBl7sK7iDFb6fGcyt8H0=; b=gYECvp4/JGA5s2zAhpm8mbt1T2QCmO3coJjCichiA+D5U9zh6rM8Z/rZW/CfHdFoJ5 Cre9qRu9jrQGFreRf0bIOFb3BawJWqMEBRuSrjbuTnFo0RMpO+wVhycR9XmShnWmIi5f Eo9Z+X7RIeiE/AJsAJz5entbzrOl1BJiXbO6MggCH2CEH2XEem2f0D0ItchcX/C7ocQA sqjeDtErfgrHfK9Ykf4BVp79a9kyaAHh9xJqB5OFuAbx0NkgD8sWEmp6Qx4Qhkq7B88T C1mRrTpZzELxRMtkil3DIAxuWbTMO5tnQrZUFeTkpOGRaVNFKl7F6ww1hAxhahVyGQWO WfOA== X-Gm-Message-State: APjAAAVz0zuEHOdT9HI4XofN4irHMjZmXzs5pjgs6X8A0Qw1N/vLbcsK YLz11JhFk5ZrxkJ0tMhYIkI= X-Google-Smtp-Source: APXvYqyVqTLQSaSPvYycXHi8oB6poIgqD2MxYFat9MbkEE1gRedCs7BRe3biYAiHFo8Ct2d+SNMPUQ== X-Received: by 2002:a2e:3e16:: with SMTP id l22mr12787964lja.195.1569876523560; Mon, 30 Sep 2019 13:48:43 -0700 (PDT) Received: from localhost.localdomain (broadband-188-32-48-208.ip.moscow.rt.ru. [188.32.48.208]) by smtp.googlemail.com with ESMTPSA id h9sm3441171lfp.40.2019.09.30.13.48.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Sep 2019 13:48:42 -0700 (PDT) From: Denis Efremov To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Denis Efremov , Boris Brezillon , Ricardo Ribalda Delgado , Greg Kroah-Hartman , Linus Walleij Subject: [RESEND v2 PATCH] MAINTAINERS: Update path to physmap-versatile.c Date: Mon, 30 Sep 2019 23:48:15 +0300 Message-Id: <20190930204815.16635-1-efremov@linux.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190813061024.15428-1-efremov@linux.com> References: <20190813061024.15428-1-efremov@linux.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Update MAINTAINERS record to reflect the filename change from physmap_of_versatile.c to physmap-versatile.c in commit 6ca15cfa0788 ("mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}"). Cc: Boris Brezillon Cc: Ricardo Ribalda Delgado Cc: Greg Kroah-Hartman Reviewed-by: Linus Walleij Signed-off-by: Denis Efremov --- Ping. MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 296de2b51c83..dc7137a9cf77 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1238,7 +1238,7 @@ F: arch/arm/boot/dts/versatile* F: drivers/clk/versatile/ F: drivers/i2c/busses/i2c-versatile.c F: drivers/irqchip/irq-versatile-fpga.c -F: drivers/mtd/maps/physmap_of_versatile.c +F: drivers/mtd/maps/physmap-versatile.c F: drivers/power/reset/arm-versatile-reboot.c F: drivers/soc/versatile/ -- 2.21.0 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=-7.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,UNWANTED_LANGUAGE_BODY,USER_AGENT_GIT 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 94E3BC32792 for ; Mon, 30 Sep 2019 20:48:55 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 65DE3224FE for ; Mon, 30 Sep 2019 20:48:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="iIs0Q41O" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 65DE3224FE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=mHURIgUi6aPa1RAtuiF+NN2OTZ1uErPSKpgJ9IiNBhQ=; b=iIs0Q41OL7s9i2 wQH5WytkeRvb9x2VH2TOFBJ8A6h1F8UcV6c68LVvMBscJOMlEE+MuMI9fQKUYzD/scVbHUX0Yyy06 CCM0lgoq925J/qmLksckn7vE3LnzRMl4G0p65w7dDfHLGV3WJyQnTLxZRsbgcnzh2/PF0UaXQbScH YDdj8WJkyaiFQdx9E2y1MSd8RGofHzpYjjcRziiD/l9+upr8zzxi2lQTPURnoJPL0piV9iqbxpnFy O4wUziu4aV9YpltQTX9rEFBdB7mml7YLJ8Y1t7Oeudj4chmItoMwGnZxzOzz46oRqDOUqzeU17O3l rF4tMqlO9TFpwmchyeOA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iF2bB-0004UD-6l; Mon, 30 Sep 2019 20:48:49 +0000 Received: from mail-lj1-f196.google.com ([209.85.208.196]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iF2b7-0004T0-Q5 for linux-arm-kernel@lists.infradead.org; Mon, 30 Sep 2019 20:48:47 +0000 Received: by mail-lj1-f196.google.com with SMTP id m7so10984735lji.2 for ; Mon, 30 Sep 2019 13:48:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=2XkmrViXlZTGZ245RYNenq5fBl7sK7iDFb6fGcyt8H0=; b=COeRvi4nMd0HxJ06ZJWYyeLByX+VMDHQBY4evMM6rYRIfA4pKKqYUK9SeYeSVh+5zF cWHSFHFsk92xFYlX1w3fOC0NxNlj6lKe9nCTQquxWzCxP2rabn6nwksfZ2BM5LspioDI I9e1WO5v9gXgb6dVo9XwpSGoHJwNNeGtxmdLb2db7n2rkedzjb3ZUDJGVzU7ohKsRghN 0xDQUvEE5ZGtG1z9qD5k48MIJxpi2hTllzEzizICi+55POjzk4MEJ5hnwLedw3vR7G2K NPN/822yhn8m1Bm1B3Rojf3A41NqxLBsAO/92Ntjb/cfZIgmg7jk0CSSbnNRNBFGobGP quXA== X-Gm-Message-State: APjAAAWGbnd8q5zosEvZ67+P+UBmVLAGbtAQHrcpPdF21+aVMd5PjyjC sZ5VnhYErd3toi8UPLHgC4H59UTT X-Google-Smtp-Source: APXvYqyVqTLQSaSPvYycXHi8oB6poIgqD2MxYFat9MbkEE1gRedCs7BRe3biYAiHFo8Ct2d+SNMPUQ== X-Received: by 2002:a2e:3e16:: with SMTP id l22mr12787964lja.195.1569876523560; Mon, 30 Sep 2019 13:48:43 -0700 (PDT) Received: from localhost.localdomain (broadband-188-32-48-208.ip.moscow.rt.ru. [188.32.48.208]) by smtp.googlemail.com with ESMTPSA id h9sm3441171lfp.40.2019.09.30.13.48.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Sep 2019 13:48:42 -0700 (PDT) From: Denis Efremov To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [RESEND v2 PATCH] MAINTAINERS: Update path to physmap-versatile.c Date: Mon, 30 Sep 2019 23:48:15 +0300 Message-Id: <20190930204815.16635-1-efremov@linux.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190813061024.15428-1-efremov@linux.com> References: <20190813061024.15428-1-efremov@linux.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190930_134845_846047_85D5BE63 X-CRM114-Status: GOOD ( 11.94 ) 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: Ricardo Ribalda Delgado , Linus Walleij , Greg Kroah-Hartman , Denis Efremov , Boris Brezillon Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Update MAINTAINERS record to reflect the filename change from physmap_of_versatile.c to physmap-versatile.c in commit 6ca15cfa0788 ("mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gemini}"). Cc: Boris Brezillon Cc: Ricardo Ribalda Delgado Cc: Greg Kroah-Hartman Reviewed-by: Linus Walleij Signed-off-by: Denis Efremov --- Ping. MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 296de2b51c83..dc7137a9cf77 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1238,7 +1238,7 @@ F: arch/arm/boot/dts/versatile* F: drivers/clk/versatile/ F: drivers/i2c/busses/i2c-versatile.c F: drivers/irqchip/irq-versatile-fpga.c -F: drivers/mtd/maps/physmap_of_versatile.c +F: drivers/mtd/maps/physmap-versatile.c F: drivers/power/reset/arm-versatile-reboot.c F: drivers/soc/versatile/ -- 2.21.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel