Re: [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
From: Enric Balletbo i Serra <hidden>
Date: 2018-12-13 09:55:40
Also in:
linux-devicetree, linux-i2c, linux-iio, linux-pm, linux-pwm, linux-rtc, lkml
On 13/12/18 10:50, Alexandre Belloni wrote:
On 13/12/2018 10:30:16+0100, Enric Balletbo i Serra wrote:quoted
quoted
However, you should probably indicate which tree do you expect that to go through ;)Well, these are sub-drivers for different subsystems but are related to the main ChromeOS EC. I expect all go through their specific subsystem and their maintainer. I.e the rtc driver go through your tree, the mfd go through Lee's tree, iio drivers through Jonathan's tree, etc. This is the reason I did not add the tree. Main purpose here as that Benson and I are aware when someone sends a change on one of the sub-drivers and we can review these patches.Sure, sorry I was not clear but I was asking about this particular patch because as it is, you will get acks from all the maintainers but I think they all think someone else will apply it ;)
Ah, ok, I didn't got it :) If nobody complains and we have all the acks I think that this can go through the Benson's tree (chrome-platform). The reason is that he already has a couple of patches related to this (remove Olof as a chrome-platform maintainer and adding me)
quoted
Thanks, Enricquoted
quoted
--- Changes in v2: - Fix typo in Benson email address. MAINTAINERS | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)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-platform.git F: drivers/platform/chrome/ +CHROMEOS EC SUBDRIVERS +M: Benson Leung <bleung@chromium.org> +M: Enric Balletbo i Serra <enric.balletbo@collabora.com> +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 <brian.austin@cirrus.com> M: Paul Handrigan <Paul.Handrigan@cirrus.com>-- 2.19.2