From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_PASS,UNPARSEABLE_RELAY, USER_AGENT_NEOMUTT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9A46AC67839 for ; Tue, 11 Dec 2018 23:09:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6A7F02084C for ; Tue, 11 Dec 2018 23:09:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6A7F02084C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=collabora.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-rtc-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726255AbeLKXJO (ORCPT ); Tue, 11 Dec 2018 18:09:14 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:49790 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726158AbeLKXJO (ORCPT ); Tue, 11 Dec 2018 18:09:14 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: sre) with ESMTPSA id 4C8A62609D6 Received: by earth.universe (Postfix, from userid 1000) id 26EA93C08D5; Wed, 12 Dec 2018 00:09:07 +0100 (CET) Date: Wed, 12 Dec 2018 00:09:07 +0100 From: Sebastian Reichel To: Enric Balletbo i Serra Cc: linux-kernel@vger.kernel.org, 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 , Benson Leung , linux-input@vger.kernel.org, Dmitry Torokhov , Jonathan Cameron , Peter Meerwald-Stadler , devicetree@vger.kernel.org, Thierry Reding , linux-pm@vger.kernel.org, MyungJoo Ham , Lee Jones , Hartmut Knaack , Rob Herring , Lars-Peter Clausen , Mark Rutland , Arnd Bergmann , "David S. Miller" , Mauro Carvalho Chehab , Nicolas Ferre , Gr eg Kroah-Hartman , Andrew Morton Subject: Re: [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers Message-ID: <20181211230907.2gfxkllqooovwsw2@earth.universe> References: <20181211190953.13626-1-enric.balletbo@collabora.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="pjsrogytlfephcai" Content-Disposition: inline In-Reply-To: <20181211190953.13626-1-enric.balletbo@collabora.com> User-Agent: NeoMutt/20180716 Sender: linux-rtc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rtc@vger.kernel.org --pjsrogytlfephcai Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Tue, Dec 11, 2018 at 08:09:52PM +0100, Enric Balletbo i Serra wrote: > 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. >=20 > Signed-off-by: Enric Balletbo i Serra > --- >=20 > Changes in v2: > - Fix typo in Benson email address. >=20 > MAINTAINERS | 24 ++++++++++++++++++++++++ > 1 file changed, 24 insertions(+) >=20 > diff --git a/MAINTAINERS b/MAINTAINERS > index a24129b0b043..bbe7180e2851 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3625,6 +3625,30 @@ S: Maintained > T: git git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platf= orm.git > F: drivers/platform/chrome/ > =20 > +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* Maybe just use the following (+ extra F entry for cros_usbpd, which does not have the ec part)? N: cros[-_]ec -- Sebastian > CIRRUS LOGIC AUDIO CODEC DRIVERS > M: Brian Austin > M: Paul Handrigan --pjsrogytlfephcai Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE72YNB0Y/i3JqeVQT2O7X88g7+poFAlwQQ5AACgkQ2O7X88g7 +pqX+w//aYjXk2l425T0xSM4PppxkSaFMcAwEQxbrDUrtC5QsF8p/AOcRux2Aekn PN1Aw41fHu0slow5ECfwxImMvZiKKGR5HT495TQIpJfS9AD4NCjVcVx7Yc46Cdzl o5UHBuzIZurXK16EMAoZnhtc2JsoxMccIuVhtn/HaLZ2NrjkhMh8aSfuG/8/zzGC fDKQESeaz+Lgaat3F3vJVCnTEengARF9b2yqWix6D3sfh1y+chNJBaCjpvpzQU8C Q+gyzX7mSBpFab4V7QMhm3hV/bW+3gEW5NkyK/1xB1/DK2EC8UwYaROw6ZmElXJ9 AtTbGiDSSTecbzTwn0Gy9SuiwlSa82rSHBWYujyeL5VGB5WJc0rvHCmHimmWvKyB fLcN/FyV2uEdIMBnwMDbnHmszx0VOt9NGleHGJt1GM1Vk0rZU6Wyenm0uHysl4Pp +SqTB1CkmdtD0siup+pcmU/mzWSa0bxRWoOAqGNuouT2qY1Qfz1yZIxi1Ebbs6fx ug+q4+q/bi2FeHVwGmjxfHhQXulFEccCJM36FJ+15R2QZmCUilIinqixz61oy0FV 3nUADRywH0DM+af+8sCNHGUEQqtRUMxkPDGk6lH+NOUaa0wNLWm92zDFFoCMhhbH p1vOYPw+CdjaLyrDiauaASd1h0i5tAowztxfHN9MuZxuGxRsCmo= =Z0j4 -----END PGP SIGNATURE----- --pjsrogytlfephcai--