From patchwork Tue Dec 11 19:00:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Enric Balletbo i Serra X-Patchwork-Id: 1011321 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-rtc-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=collabora.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 43Dq6M4Q42z9s3q for ; Wed, 12 Dec 2018 06:01:15 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726539AbeLKTBJ (ORCPT ); Tue, 11 Dec 2018 14:01:09 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:49014 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726329AbeLKTBJ (ORCPT ); Tue, 11 Dec 2018 14:01:09 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 09183260976 From: Enric Balletbo i Serra To: linux-kernel@vger.kernel.org Cc: Alessandro Zummo , linux-pwm@vger.kernel.org, linux-iio@vger.kernel.org, Alexandre Belloni , linux-i2c@vger.kernel.org, groeck@chromium.org, kernel@collabora.com, linux-rtc@vger.kernel.org, Chanwoo Choi , Sebastian Reichel , linux-input@vger.kernel.org, Dmitry Torokhov , Jonathan Cameron , Peter Meerwald-Stadler , devicetree@vger.kernel.org, Thierry Reding , linux-pm@vger.kernel.org, Benson Leung , MyungJoo Ham , Lee Jones , Hartmut Knaack , Rob Herring , Lars-Peter Clausen , Mark Rutland , Arnd Bergmann , "David S. Miller" , Mauro Carvalho Chehab , Nicolas Ferre , Greg Kroah-Hartman , Andrew Morton Subject: [PATCH] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers Date: Tue, 11 Dec 2018 20:00:53 +0100 Message-Id: <20181211190053.9997-1-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.19.2 MIME-Version: 1.0 Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org There are multiple ChromeOS EC sub-drivers spread in different subsystems, as all of them are related to the Chrome stuff add Benson and myself as a maintainers for all these sub-drivers. Signed-off-by: Enric Balletbo i Serra --- MAINTAINERS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index a24129b0b043..2f24f5c977ca 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3625,6 +3625,30 @@ S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform.git F: drivers/platform/chrome/ +CHROMEOS EC SUBDRIVERS +M: Benson Leung +M: Enric Balletbo i Serra +S: Maintained +F: Documentation/devicetree/bindings/extcon/extcon-usbc-cros-ec.txt +F: Documentation/devicetree/bindings/input/cros-ec-keyb.txt +F: Documentation/devicetree/bindings/pwm/google,cros-ec-pwm.txt +F: Documentation/devicetree/bindings/i2c/i2c-cros-ec-tunnel.txt +F: Documentation/devicetree/bindings/mfd/cros-ec.txt +F: Documentation/ABI/testing/sysfs-bus-iio-cros-ec +F: drivers/extcon/extcon-usbc-cros-ec.c +F: drivers/i2c/busses/i2c-cros-ec-tunnel.c +F: drivers/iio/accel/cros_ec* +F: drivers/iio/common/cros_ec_sensors/ +F: drivers/iio/light/cros_ec* +F: drivers/iio/pressure/cros_ec* +F: drivers/input/keyboard/cros_ec* +F: drivers/mfd/cros_ec* +F: drivers/power/supply/cros_usbpd-charger.c +F: drivers/pwm/pwm-cros-ec.c +F: drivers/rtc/rtc-cros-ec.c +F: include/linux/iio/common/cros_ec_sensors_core.h +F: include/linux/mfd/cros_ec* + CIRRUS LOGIC AUDIO CODEC DRIVERS M: Brian Austin M: Paul Handrigan