From patchwork Mon Sep 25 23:28:06 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yuji Ishikawa X-Patchwork-Id: 13398570 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 4705BCE79A7 for ; Mon, 25 Sep 2023 23:35:46 +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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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=l5lRz2PaotCCkpVjJWyMPZ96gldLKlQKToXZQ0n9mNM=; b=vqiW85nkby2cza pxGHJ3HIxaWWv9O7qIYLVt2uGgF0Ibu3zXTKi4B9N+bkOuVu+CXLwQ8lqGxKTxbEdeWJxy7UOXI7T vqqLjY3TFYMplpeRufdB8DVkp6c2MlyQ4YKN1oc+quIDhQw576ZdyJXBohRCl47vv6Yaa7k3qs0pf upldo0CdCrQ1bDAkVYcOtntcFN3H+KutkJsuWvkN4efiBSKuQfnxV+tKrO2i9wTnQPlwym+QR2tGX t17vnL8tRWExCuOPrGgeYRgxglevkKJfN+4fdBxqfIZqCqAWDlJ8ZnJEsfSzs9GhdXAbU0YikDsbC 4Vqa9xdMX1cNLg9MPyJw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qkv6l-00FE0W-1B; Mon, 25 Sep 2023 23:35:19 +0000 Received: from mo-csw1802.securemx.jp ([210.130.202.152] helo=mo-csw.securemx.jp) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qkv6Y-00FDvo-0o for linux-arm-kernel@lists.infradead.org; Mon, 25 Sep 2023 23:35:07 +0000 Received: by mo-csw.securemx.jp (mx-mo-csw1802) id 38PNYkos921746; Tue, 26 Sep 2023 08:34:46 +0900 X-Iguazu-Qid: 2yAaLCv84JdgTyrse5 X-Iguazu-QSIG: v=2; s=0; t=1695684885; q=2yAaLCv84JdgTyrse5; m=WFyM66ysULiWHMyZilvpa0lvU0iH8qWby07yq/rBB0g= Received: from imx12-a.toshiba.co.jp ([38.106.60.135]) by relay.securemx.jp (mx-mr1800) id 38PNYi0i055533 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 26 Sep 2023 08:34:45 +0900 X-SA-MID: 7628795 From: Yuji Ishikawa To: Hans Verkuil , Laurent Pinchart , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Nobuhiro Iwamatsu , 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 v8 5/5] MAINTAINERS: Add entries for Toshiba Visconti Video Input Interface Date: Tue, 26 Sep 2023 08:28:06 +0900 X-TSB-HOP2: ON Message-Id: <20230925232806.950683-6-yuji2.ishikawa@toshiba.co.jp> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230925232806.950683-1-yuji2.ishikawa@toshiba.co.jp> References: <20230925232806.950683-1-yuji2.ishikawa@toshiba.co.jp> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230925_163506_393379_C82DF569 X-CRM114-Status: UNSURE ( 8.92 ) 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: , 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 Changelog v8: - rename bindings description file MAINTAINERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 90f13281d297..2cd290dfadd3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2891,17 +2891,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,visconti5-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