From patchwork Thu Mar 8 09:48:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacob Chen X-Patchwork-Id: 10267405 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E2FD0602C8 for ; Thu, 8 Mar 2018 09:50:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D4C8E2983D for ; Thu, 8 Mar 2018 09:50:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C74E129842; Thu, 8 Mar 2018 09:50:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6C90C2983D for ; Thu, 8 Mar 2018 09:50:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966176AbeCHJuD (ORCPT ); Thu, 8 Mar 2018 04:50:03 -0500 Received: from mail-pg0-f65.google.com ([74.125.83.65]:44758 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966137AbeCHJt7 (ORCPT ); Thu, 8 Mar 2018 04:49:59 -0500 Received: by mail-pg0-f65.google.com with SMTP id l4so2022471pgp.11; Thu, 08 Mar 2018 01:49:59 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=4mFvt//GZBMkG1xQWTLM9TVOv4fihl7eLuyiScf6XtY=; b=QDHCXf0vPAxI+UnhhDAwj8O/o7W8ygol1rOPwuTRPWn0CMj8iOlU1+9HTriSh4ubc7 5OU/Wo7KBSl9rm1zyBA0YM73Gq1hA7AIVa55BSIuggk4OJ8+KZOI9969+b+z+OC4O2ap mGc9xsuW0hcn98Qu0Jc40SkpJCC968HtfNxwMaS94ByfdK/NAT1E8C7uKPhHGfqfun9U JyfRl5RqimVKlkNtT+7Oq6oL5unjZtGK2+QCnuYoMFJ0E7uCJ9INKZXIyYXwMd0WySbW Mn6mCNEX7As93LtjHTiJO/XZ9EO1jsPPeR+ThrNoMtnvLyaijQrEptxcevw7KQ6HPrW0 nErA== X-Gm-Message-State: APf1xPB7mwwWYNLytggvaJOPo6ub6x8nPG4WXdm+ibNhFyz9Cu5YRqDi FBMHGqUnZe0ddFQwrm8kUvI= X-Google-Smtp-Source: AG47ELsutozNleUH/phiwLznr6/peSqi0umXzdCdwUJIkRYPKME2xPU928Gn3ts17pVoD62WJ9m2iQ== X-Received: by 10.101.76.71 with SMTP id l7mr20818235pgr.192.1520502599232; Thu, 08 Mar 2018 01:49:59 -0800 (PST) Received: from localhost.localdomain ([103.29.142.67]) by smtp.gmail.com with ESMTPSA id k66sm40411663pfb.123.2018.03.08.01.49.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Mar 2018 01:49:58 -0800 (PST) From: Jacob Chen To: linux-rockchip@lists.infradead.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mchehab@kernel.org, linux-media@vger.kernel.org, sakari.ailus@linux.intel.com, hans.verkuil@cisco.com, tfiga@chromium.org, zhengsq@rock-chips.com, laurent.pinchart@ideasonboard.com, zyc@rock-chips.com, eddie.cai.linux@gmail.com, jeffy.chen@rock-chips.com, devicetree@vger.kernel.org, heiko@sntech.de, Jacob Chen Subject: [PATCH v6 17/17] MAINTAINERS: add entry for Rockchip ISP1 driver Date: Thu, 8 Mar 2018 17:48:07 +0800 Message-Id: <20180308094807.9443-18-jacob-chen@iotwrt.com> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180308094807.9443-1-jacob-chen@iotwrt.com> References: <20180308094807.9443-1-jacob-chen@iotwrt.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Jacob Chen Add MAINTAINERS entry for the rockchip isp1 driver. This driver is maintained by rockchip officially and it will be used for rockchip SoC on all linux-kernel based OS. Signed-off-by: Jacob Chen --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 4623caf8d72d..7a9ff4fa4592 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11852,6 +11852,16 @@ F: drivers/hid/hid-roccat* F: include/linux/hid-roccat* F: Documentation/ABI/*/sysfs-driver-hid-roccat* +ROCKCHIP ISP V1 DRIVER +M: Jacob chen +M: Shunqian Zheng +M: Yichong Zhong +L: linux-media@vger.kernel.org +S: Maintained +F: drivers/media/platform/rockchip/isp1/ +F: Documentation/devicetree/bindings/media/rockchip-isp1.txt +F: Documentation/devicetree/bindings/media/rockchip-mipi-dphy.txt + ROCKCHIP RASTER 2D GRAPHIC ACCELERATION UNIT DRIVER M: Jacob chen L: linux-media@vger.kernel.org