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=-11.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,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 838F4C43381 for ; Mon, 25 Mar 2019 21:25:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5ECC020848 for ; Mon, 25 Mar 2019 21:25:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730084AbfCYVY6 (ORCPT ); Mon, 25 Mar 2019 17:24:58 -0400 Received: from smtprelay0096.hostedemail.com ([216.40.44.96]:36852 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729569AbfCYVY4 (ORCPT ); Mon, 25 Mar 2019 17:24:56 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay04.hostedemail.com (Postfix) with ESMTP id 17663180A8867; Mon, 25 Mar 2019 21:24:55 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: place45_db53fa961c00 X-Filterd-Recvd-Size: 3412 Received: from joe-laptop.perches.com (unknown [47.151.153.53]) (Authenticated sender: joe@perches.com) by omf01.hostedemail.com (Postfix) with ESMTPA; Mon, 25 Mar 2019 21:24:54 +0000 (UTC) From: Joe Perches To: linux-kernel@vger.kernel.org Cc: Masahiro Yamada , linux-arm-kernel@lists.infradead.org, Vinod Koul Subject: Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE' Date: Mon, 25 Mar 2019 14:24:53 -0700 Message-Id: <20190325212453.25934-1-joe@perches.com> X-Mailer: git-send-email 2.15.0 In-Reply-To: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com> References: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A file pattern line in this section of the MAINTAINERS file in linux-next does not have a match in the linux source files. This could occur because a matching filename was never added, was deleted or renamed in some other commit. The commits that added and if found renamed or removed the file pattern are shown below. Please fix this defect appropriately. 1: --------------------------------------------------------------------------- linux-next MAINTAINERS section: 2344 ARM/UNIPHIER ARCHITECTURE 2345 M: Masahiro Yamada 2346 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 2347 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git 2348 S: Maintained 2349 F: Documentation/devicetree/bindings/arm/socionext/uniphier.txt 2350 F: Documentation/devicetree/bindings/gpio/gpio-uniphier.txt 2351 F: Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt 2352 F: arch/arm/boot/dts/uniphier* 2353 F: arch/arm/include/asm/hardware/cache-uniphier.h 2354 F: arch/arm/mach-uniphier/ 2355 F: arch/arm/mm/cache-uniphier.c 2356 F: arch/arm64/boot/dts/socionext/uniphier* 2357 F: drivers/bus/uniphier-system-bus.c 2358 F: drivers/clk/uniphier/ --> 2359 F: drivers/dmaengine/uniphier-mdmac.c 2360 F: drivers/gpio/gpio-uniphier.c 2361 F: drivers/i2c/busses/i2c-uniphier* 2362 F: drivers/irqchip/irq-uniphier-aidet.c 2363 F: drivers/mmc/host/uniphier-sd.c 2364 F: drivers/pinctrl/uniphier/ 2365 F: drivers/reset/reset-uniphier.c 2366 F: drivers/tty/serial/8250/8250_uniphier.c 2367 N: uniphier 2: --------------------------------------------------------------------------- The most recent commit that added or modified file pattern 'drivers/dmaengine/uniphier-mdmac.c': commit 32e74aabebc8d045a11452d2de0ac9d2625fcd45 Author: Masahiro Yamada Date: Fri Oct 12 01:41:03 2018 +0900 dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driver The MIO DMAC (Media IO DMA Controller) is used in UniPhier LD4, Pro4, and sLD8 SoCs. Signed-off-by: Masahiro Yamada Signed-off-by: Vinod Koul MAINTAINERS | 1 + drivers/dma/Kconfig | 11 + drivers/dma/Makefile | 1 + drivers/dma/uniphier-mdmac.c | 506 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 519 insertions(+) 3: --------------------------------------------------------------------------- No commit with file pattern 'drivers/dmaengine/uniphier-mdmac.c' was found 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=-11.0 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_PASS,USER_AGENT_GIT 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 93A2AC43381 for ; Mon, 25 Mar 2019 21:25:19 +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 657AD20848 for ; Mon, 25 Mar 2019 21:25:19 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="efMeTzou" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 657AD20848 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=perches.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:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: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=7DvaaWAjUJ5yYSULWL83dwleyNscEFeukszX2Z+qMks=; b=efMeTzoupiozHPYi3qeeqnExZv PWuHLNjadhLCjUqV5sX5E4RtaKjLkHNQA0rziOYITh5yQEEmWD3CT8mdL/FTTdsoSf7YSZGFwSdA0 DwjiVzMvLE//MFrpn0ZKkgAy35FKlzUbLA3A9H8QgsP0IROJe7wATt7uISQutRv+QV0pXGK6ckYQE jXTvt0MLWB+XO2G4WCYQQuamzBj3eSKsqg41UfUM0Mgb9N32OqA9ev9MCunMzPRPdLnaO6rvcRw9N l8c5II7fcmpGwvHRqWUZMMit3GfwHPTB4xY3uVOm6yjUjHzbt3xYKjtc/6zeySHmkJI14yHCMud3s hkuMjuaw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h8X5h-0000od-RN; Mon, 25 Mar 2019 21:25:09 +0000 Received: from smtprelay0189.hostedemail.com ([216.40.44.189] helo=smtprelay.hostedemail.com) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h8X5Z-00007X-1h for linux-arm-kernel@lists.infradead.org; Mon, 25 Mar 2019 21:25:06 +0000 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay04.hostedemail.com (Postfix) with ESMTP id 17663180A8867; Mon, 25 Mar 2019 21:24:55 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: place45_db53fa961c00 X-Filterd-Recvd-Size: 3412 Received: from joe-laptop.perches.com (unknown [47.151.153.53]) (Authenticated sender: joe@perches.com) by omf01.hostedemail.com (Postfix) with ESMTPA; Mon, 25 Mar 2019 21:24:54 +0000 (UTC) From: Joe Perches To: linux-kernel@vger.kernel.org Subject: Bad file pattern in MAINTAINERS section 'ARM/UNIPHIER ARCHITECTURE' Date: Mon, 25 Mar 2019 14:24:53 -0700 Message-Id: <20190325212453.25934-1-joe@perches.com> X-Mailer: git-send-email 2.15.0 In-Reply-To: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com> References: <7cd8d12f59bcacd18a78f599b46dac555f7f16c0.camel@perches.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190325_142501_380387_56E4A733 X-CRM114-Status: UNSURE ( 7.89 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Masahiro Yamada , Vinod Koul , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 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 A file pattern line in this section of the MAINTAINERS file in linux-next does not have a match in the linux source files. This could occur because a matching filename was never added, was deleted or renamed in some other commit. The commits that added and if found renamed or removed the file pattern are shown below. Please fix this defect appropriately. 1: --------------------------------------------------------------------------- linux-next MAINTAINERS section: 2344 ARM/UNIPHIER ARCHITECTURE 2345 M: Masahiro Yamada 2346 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 2347 T: git git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-uniphier.git 2348 S: Maintained 2349 F: Documentation/devicetree/bindings/arm/socionext/uniphier.txt 2350 F: Documentation/devicetree/bindings/gpio/gpio-uniphier.txt 2351 F: Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.txt 2352 F: arch/arm/boot/dts/uniphier* 2353 F: arch/arm/include/asm/hardware/cache-uniphier.h 2354 F: arch/arm/mach-uniphier/ 2355 F: arch/arm/mm/cache-uniphier.c 2356 F: arch/arm64/boot/dts/socionext/uniphier* 2357 F: drivers/bus/uniphier-system-bus.c 2358 F: drivers/clk/uniphier/ --> 2359 F: drivers/dmaengine/uniphier-mdmac.c 2360 F: drivers/gpio/gpio-uniphier.c 2361 F: drivers/i2c/busses/i2c-uniphier* 2362 F: drivers/irqchip/irq-uniphier-aidet.c 2363 F: drivers/mmc/host/uniphier-sd.c 2364 F: drivers/pinctrl/uniphier/ 2365 F: drivers/reset/reset-uniphier.c 2366 F: drivers/tty/serial/8250/8250_uniphier.c 2367 N: uniphier 2: --------------------------------------------------------------------------- The most recent commit that added or modified file pattern 'drivers/dmaengine/uniphier-mdmac.c': commit 32e74aabebc8d045a11452d2de0ac9d2625fcd45 Author: Masahiro Yamada Date: Fri Oct 12 01:41:03 2018 +0900 dmaengine: uniphier-mdmac: add UniPhier MIO DMAC driver The MIO DMAC (Media IO DMA Controller) is used in UniPhier LD4, Pro4, and sLD8 SoCs. Signed-off-by: Masahiro Yamada Signed-off-by: Vinod Koul MAINTAINERS | 1 + drivers/dma/Kconfig | 11 + drivers/dma/Makefile | 1 + drivers/dma/uniphier-mdmac.c | 506 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 519 insertions(+) 3: --------------------------------------------------------------------------- No commit with file pattern 'drivers/dmaengine/uniphier-mdmac.c' was found _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel