From patchwork Wed Apr 24 02:42:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yuji Ishikawa X-Patchwork-Id: 13641002 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 C6B74C10F1A for ; Wed, 24 Apr 2024 02:48:30 +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=m2ME2Y0n6ltWFXYpj77gKpC5B36CjiXYgwBRSbq2FkQ=; b=X2rWt8x+NbgvkJ 0LTGR1f+Z1atQulcF77SAwtLQvk6RYYJ3ZmFx96V8KCUG4ybh64lXsPITIdQdv02dCJ74e0j9JFoo o1wO+sUyw1qWvOl5eumVMUksW5PDvwgVMxejgGiF/yjTjPGw70rS74tnIpGyyPmGNVtdR5ZvDkH00 sWYfOnW4IlgSgwJC8lmVh0w5URY3qK4WgKmZm/nJw5q+2Urvf1LVHiqCIjHelll+I3YYLp7pMskGq jKMmeGgOMSz8eCuUd96sVweq85WdidL93hhWr9OEiJEc6564gWkOUbSNz5op5WKceXejPv4bZ0o6s hh9rYklK/ojvmwYK6dYA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzSg5-00000002EuQ-1SRE; Wed, 24 Apr 2024 02:48:09 +0000 Received: from mo-csw1800.securemx.jp ([210.130.202.134] helo=mo-csw.securemx.jp) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rzSg1-00000002Eqq-2wiR for linux-arm-kernel@lists.infradead.org; Wed, 24 Apr 2024 02:48:07 +0000 Received: by mo-csw.securemx.jp (mx-mo-csw1800) id 43O2lj242370929; Wed, 24 Apr 2024 11:47:45 +0900 X-Iguazu-Qid: 2yAbrn6vF8CAnmg93Q X-Iguazu-QSIG: v=2; s=0; t=1713926864; q=2yAbrn6vF8CAnmg93Q; m=iex2HuYsQnWVyYTk4Z4OYAj4t75rip2eB59cUQhQG/g= Received: from imx2-a.toshiba.co.jp (imx2-a.toshiba.co.jp [106.186.93.35]) by relay.securemx.jp (mx-mr1803) id 43O2lgGh1789569 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 24 Apr 2024 11:47:42 +0900 X-SA-MID: 21956149 From: Yuji Ishikawa To: Hans Verkuil , Laurent Pinchart , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Conor Dooley , "Rafael J . Wysocki" , 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 v10 6/6] MAINTAINERS: Add entries for Toshiba Visconti Video Input Interface Date: Wed, 24 Apr 2024 11:42:15 +0900 X-TSB-HOP2: ON Message-Id: <20240424024215.1624299-7-yuji2.ishikawa@toshiba.co.jp> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240424024215.1624299-1-yuji2.ishikawa@toshiba.co.jp> References: <20240424024215.1624299-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-20240423_194805_920641_D06119E9 X-CRM114-Status: UNSURE ( 8.37 ) 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 Reviewed-by: Nobuhiro Iwamatsu --- 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 Changelog v9: - no change Changelog v10: - add a separate entry of VIIF driver MAINTAINERS | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index c23fda1aa1..411e708d06 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -22408,6 +22408,17 @@ F: Documentation/devicetree/bindings/media/i2c/tc358743.txt F: drivers/media/i2c/tc358743* F: include/media/i2c/tc358743.h +TOSHIBA VISCONTI VIIF DRIVER +M: Nobuhiro Iwamatsu +M: Yuji Ishikawa +L: linux-media@vger.kernel.org +S: Maintained +F: Documentation/admin-guide/media/visconti-viif.* +F: Documentation/devicetree/bindings/media/toshiba,visconti5-viif.yaml +F: Documentation/userspace-api/media/v4l/metafmt-visconti-viif.rst +F: drivers/media/platform/toshiba/visconti/ +F: include/uapi/linux/visconti_viif.h + TOSHIBA WMI HOTKEYS DRIVER M: Azael Avalos L: platform-driver-x86@vger.kernel.org