From patchwork Thu Jan 11 06:55:27 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Cao, Bingbu" X-Patchwork-Id: 762374 Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.120]) (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 389815672 for ; Thu, 11 Jan 2024 06:47:01 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="CoWPWr9Z" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1704955621; x=1736491621; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=WineW0kVuqZP6rrPDeEbV9XXXPULbEQs7h7D1HDt29w=; b=CoWPWr9ZGF1SdvePUFJXsetOcvtfwlhSh1/4CFQdmEJICZo7ToG2desq 3Xl1+Od1WrfXEdjsq7wXJ1K+TDANVSe6pdwATVke3JunYCLVmzxjW+DKJ 5iw3HSV4nHE3oWi2TEkSIUgOWPne2CXKvE40KNaGe3A96uM5FVbzQkeu7 rRBrxKGUmTtQyScGdvX9iJt69KUZE7/7LW3ZAHRnMz8XIUkYvKcuwwJ8v tqlRsD9eRYsyzzMvVshAJdh9hyR85f6bzm3GfGj0XRjzfnWmv4d+6xxp6 geiKdcjQ57BVZpDTaXHZRdV5kb9HrponAwa2y/Fpzdw6taFeHnhtwMrvN A==; X-IronPort-AV: E=McAfee;i="6600,9927,10949"; a="397629202" X-IronPort-AV: E=Sophos;i="6.04,185,1695711600"; d="scan'208";a="397629202" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 10 Jan 2024 22:47:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10949"; a="775515670" X-IronPort-AV: E=Sophos;i="6.04,185,1695711600"; d="scan'208";a="775515670" Received: from icg-kernel3.bj.intel.com ([172.16.126.107]) by orsmga007.jf.intel.com with ESMTP; 10 Jan 2024 22:46:56 -0800 From: bingbu.cao@intel.com To: linux-media@vger.kernel.org, sakari.ailus@linux.intel.com, laurent.pinchart@ideasonboard.com, andriy.shevchenko@linux.intel.com, hdegoede@redhat.com Cc: ilpo.jarvinen@linux.intel.com, claus.stovgaard@gmail.com, tomi.valkeinen@ideasonboard.com, tfiga@chromium.org, senozhatsky@chromium.org, andreaskleist@gmail.com, bingbu.cao@intel.com, bingbu.cao@linux.intel.com, tian.shu.qiu@intel.com, hongju.wang@intel.com Subject: [PATCH v3 13/17] MAINTAINERS: add maintainers for Intel IPU6 input system driver Date: Thu, 11 Jan 2024 14:55:27 +0800 Message-ID: <20240111065531.2418836-14-bingbu.cao@intel.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20240111065531.2418836-1-bingbu.cao@intel.com> References: <20240111065531.2418836-1-bingbu.cao@intel.com> Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Bingbu Cao Update MAINTAINERS file for Intel IPU6 input system driver. Signed-off-by: Bingbu Cao --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index f5c2450fa4ec..ba05825fa2cc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10735,6 +10735,16 @@ F: Documentation/admin-guide/media/ipu3_rcb.svg F: Documentation/userspace-api/media/v4l/metafmt-intel-ipu3.rst F: drivers/staging/media/ipu3/ +INTEL IPU6 INPUT SYSTEM DRIVER +M: Sakari Ailus +M: Bingbu Cao +R: Tianshu Qiu +L: linux-media@vger.kernel.org +S: Maintained +T: git git://linuxtv.org/media_tree.git +F: Documentation/admin-guide/media/ipu6-isys.rst +F: drivers/media/pci/intel/ipu6/ + INTEL ISHTP ECLITE DRIVER M: Sumesh K Naduvalath L: platform-driver-x86@vger.kernel.org