From patchwork Fri Jul 14 01:50:59 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yuji Ishikawa X-Patchwork-Id: 13312868 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 04679C001B0 for ; Fri, 14 Jul 2023 01:57:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=PU5QEtZx6bJ4R/pCJqN6ZzKO2/RPoQIpuC6W3oRnhSo=; b=OqmEQW5Mz8kY0F 1TNgPubJ4YqhDqfKyz5q1WEB9tBepia/VrPGUC6Hnf00sWGpcn6z3/oybZXXJz92yCKO7t55d33xw kbgBhcPN/5l4jInsqQeHUhkZEIz5iU8sAyEsceb1U6QklOEvmB6q5LMpdGVycD1uvNMc8nOHfAqXh BXyxfxMmfirGnHDH1cE9xOyhfNAIpL+9qXGOv3RzvMQU76fpXVOXj6FE2hdyANeEv4iJe/LpLnIWC qHSt8VLhwnPybpKhsCWsZ0k7ieXmkE7dWDuvSwwO8Klu8S7k40gf4xW1Z3XQd3lQu+7H+lHoOyYzw 5oqFNVVK0BUvdI7eFP3g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qK83Q-004kW2-25; Fri, 14 Jul 2023 01:57:08 +0000 Received: from mo-csw1122.securemx.jp ([210.130.202.158] helo=mo-csw.securemx.jp) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qK83I-004kSE-1L for linux-arm-kernel@lists.infradead.org; Fri, 14 Jul 2023 01:57:02 +0000 Received: by mo-csw.securemx.jp (mx-mo-csw1122) id 36E1uTx81091761; Fri, 14 Jul 2023 10:56:29 +0900 X-Iguazu-Qid: 2rWhDvohsVRat6wXHp X-Iguazu-QSIG: v=2; s=0; t=1689299788; q=2rWhDvohsVRat6wXHp; m=8kIDZ4eKUyyWDZt3Q/wBdxT1ZeqirFMlJdwSpwZUylk= Received: from imx2-a.toshiba.co.jp (imx2-a.toshiba.co.jp [106.186.93.35]) by relay.securemx.jp (mx-mr1123) id 36E1uRAX2662106 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 14 Jul 2023 10:56:27 +0900 X-SA-MID: 4467162 From: Yuji Ishikawa To: Hans Verkuil , Sakari Ailus , Laurent Pinchart , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Nobuhiro Iwamatsu , Mark Brown , Yuji Ishikawa Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v7 5/5] MAINTAINERS: Add entries for Toshiba Visconti Video Input Interface Date: Fri, 14 Jul 2023 10:50:59 +0900 X-TSB-HOP2: ON Message-Id: <20230714015059.18775-6-yuji2.ishikawa@toshiba.co.jp> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20230714015059.18775-1-yuji2.ishikawa@toshiba.co.jp> References: <20230714015059.18775-1-yuji2.ishikawa@toshiba.co.jp> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230713_185700_592470_8ECCAF09 X-CRM114-Status: UNSURE ( 8.72 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Added entries for visconti Video Input Interface driver, including; * device tree bindings * source files * documentation files Signed-off-by: Yuji Ishikawa --- Changelog v2: - no change Changelog v3: - added entry for driver API documentation Changelog v4: - added entry for header file Changelog v5: - no change Changelog v6: - update path to VIIF driver source files Changelog v7: - no change MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 35e195946..97a574325 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2957,17 +2957,21 @@ F: Documentation/devicetree/bindings/arm/toshiba.yaml F: Documentation/devicetree/bindings/clock/toshiba,tmpv770x-pipllct.yaml F: Documentation/devicetree/bindings/clock/toshiba,tmpv770x-pismu.yaml F: Documentation/devicetree/bindings/gpio/toshiba,gpio-visconti.yaml +F: Documentation/devicetree/bindings/media/toshiba,visconti-viif.yaml F: Documentation/devicetree/bindings/net/toshiba,visconti-dwmac.yaml F: Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml F: Documentation/devicetree/bindings/pinctrl/toshiba,visconti-pinctrl.yaml F: Documentation/devicetree/bindings/watchdog/toshiba,visconti-wdt.yaml +F: Documentation/driver-api/media/drivers/visconti-viif.rst F: arch/arm64/boot/dts/toshiba/ F: drivers/clk/visconti/ F: drivers/gpio/gpio-visconti.c +F: drivers/media/platform/toshiba/visconti/ F: drivers/net/ethernet/stmicro/stmmac/dwmac-visconti.c F: drivers/pci/controller/dwc/pcie-visconti.c F: drivers/pinctrl/visconti/ F: drivers/watchdog/visconti_wdt.c +F: include/uapi/linux/visconti_viif.h N: visconti ARM/UNIPHIER ARCHITECTURE