From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [217.70.178.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E109F17EE; Sat, 24 Sep 2022 15:33:26 +0000 (UTC) Received: (Authenticated sender: paul.kocialkowski@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id B4E3A240006; Sat, 24 Sep 2022 15:33:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1664033605; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ptqGvFLHe0QXADVVgJCZNUAjloY0GZnzuNEFAwuOVTI=; b=KieaFL/YZiiYejoooXdNPM5gaSWB38E+343iILdR5JQRDl2lRQXovfRzRKo0uOVgTEVluc 29eE25kv61wSiDLaw13IR8ilxdjWbTXSKc3vsZ3tdHVVKWWicst7BxvtEfLct0jJQenWVZ t49cqFW76XIBp9kTWIHmKvhu+X8DsIZFcmX+BQt/0BoVpJCwuAYIJH8Udqn2y8a2iIqBlT cJWmhyPz6P72uhHiJwtzJMPOx/NC8F6FRKgQ8l4uLWrYy7f8KAgDdeU7r/kQ8Ic9Fosau7 KznbE9NSar8407UIp9oRLe6e5aiPmk5dkOTCLkHzs9YCliqFSVO05bonCyTohQ== From: Paul Kocialkowski To: linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Cc: Paul Kocialkowski , Mauro Carvalho Chehab , Rob Herring , Krzysztof Kozlowski , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Sakari Ailus , Hans Verkuil , Laurent Pinchart , Maxime Ripard , Thomas Petazzoni Subject: [PATCH v7 4/6] MAINTAINERS: Add entry for the Allwinner A31 ISP driver Date: Sat, 24 Sep 2022 17:33:02 +0200 Message-Id: <20220924153304.77598-5-paul.kocialkowski@bootlin.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20220924153304.77598-1-paul.kocialkowski@bootlin.com> References: <20220924153304.77598-1-paul.kocialkowski@bootlin.com> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Add myself as maintainer of the Allwinner A31 ISP media driver. Signed-off-by: Paul Kocialkowski Reviewed-by: Laurent Pinchart --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index bfc64efc9ba0..78be98ea5da9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -787,6 +787,15 @@ T: git git://linuxtv.org/media_tree.git F: Documentation/devicetree/bindings/media/allwinner,sun6i-a31-csi.yaml F: drivers/media/platform/sunxi/sun6i-csi/ +ALLWINNER A31 ISP DRIVER +M: Paul Kocialkowski +L: linux-media@vger.kernel.org +S: Maintained +T: git git://linuxtv.org/media_tree.git +F: Documentation/devicetree/bindings/media/allwinner,sun6i-a31-isp.yaml +F: drivers/staging/media/sunxi/sun6i-isp/ +F: drivers/staging/media/sunxi/sun6i-isp/uapi/sun6i-isp-config.h + ALLWINNER A31 MIPI CSI-2 BRIDGE DRIVER M: Paul Kocialkowski L: linux-media@vger.kernel.org -- 2.37.3