Message ID | 20220316184945.452379-1-linux@roeck-us.net (mailing list archive) |
---|---|
State | Rejected, archived |
Headers | show |
Series | MAINTAINERS: Add chrome-platform@lists.linux.dev to all Chrome OS entries | expand |
Hi Guenter, On Wed, Mar 16, 2022 at 11:49:45AM -0700, Guenter Roeck wrote: > Add the chrome-platform@lists.linux.dev mailing list to all Chrome OS > maintainer entries to ensure that people copy the list when submitting > Chrome OS specific patches. This also helps ensuring that patches are > available in a patchwork instance. > > Cc: Benson Leung <bleung@chromium.org> > Cc: Rajat Jain <rajatja@google.com> > Signed-off-by: Guenter Roeck <linux@roeck-us.net> I added this back in January. https://lore.kernel.org/r/20220126222233.2852280-1-bleung@chromium.org It should already be in linux-next: https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git/commit/?h=for-next&id=664de6a26b7f17eebca896c3e18201b15d5c7b19 Let me know if it didn't show up there for you. Benson > --- > MAINTAINERS | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e127c2fb08a7..bc275698e7c2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4541,6 +4541,7 @@ F: drivers/input/touchscreen/chipone_icn8505.c > > CHROME HARDWARE PLATFORM SUPPORT > M: Benson Leung <bleung@chromium.org> > +L: chrome-platform@lists.linux.dev > S: Maintained > T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git > F: drivers/platform/chrome/ > @@ -4549,6 +4550,7 @@ CHROMEOS EC CODEC DRIVER > M: Cheng-Yi Chiang <cychiang@chromium.org> > M: Tzung-Bi Shih <tzungbi@google.com> > R: Guenter Roeck <groeck@chromium.org> > +L: chrome-platform@lists.linux.dev > S: Maintained > F: Documentation/devicetree/bindings/sound/google,cros-ec-codec.yaml > F: sound/soc/codecs/cros_ec_codec.* > @@ -4556,6 +4558,7 @@ F: sound/soc/codecs/cros_ec_codec.* > CHROMEOS EC SUBDRIVERS > M: Benson Leung <bleung@chromium.org> > R: Guenter Roeck <groeck@chromium.org> > +L: chrome-platform@lists.linux.dev > S: Maintained > F: drivers/power/supply/cros_usbpd-charger.c > N: cros_ec > @@ -4563,11 +4566,13 @@ N: cros-ec > > CHROMEOS EC USB TYPE-C DRIVER > M: Prashant Malani <pmalani@chromium.org> > +L: chrome-platform@lists.linux.dev > S: Maintained > F: drivers/platform/chrome/cros_ec_typec.c > > CHROMEOS EC USB PD NOTIFY DRIVER > M: Prashant Malani <pmalani@chromium.org> > +L: chrome-platform@lists.linux.dev > S: Maintained > F: drivers/platform/chrome/cros_usbpd_notify.c > F: include/linux/platform_data/cros_usbpd_notify.h > -- > 2.35.1 >
On 3/16/22 13:17, Benson Leung wrote: > Hi Guenter, > > On Wed, Mar 16, 2022 at 11:49:45AM -0700, Guenter Roeck wrote: >> Add the chrome-platform@lists.linux.dev mailing list to all Chrome OS >> maintainer entries to ensure that people copy the list when submitting >> Chrome OS specific patches. This also helps ensuring that patches are >> available in a patchwork instance. >> >> Cc: Benson Leung <bleung@chromium.org> >> Cc: Rajat Jain <rajatja@google.com> >> Signed-off-by: Guenter Roeck <linux@roeck-us.net> > > I added this back in January. > https://lore.kernel.org/r/20220126222233.2852280-1-bleung@chromium.org > > It should already be in linux-next: > https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git/commit/?h=for-next&id=664de6a26b7f17eebca896c3e18201b15d5c7b19 > > Let me know if it didn't show up there for you. > Ah, I only checked mainline. Sorry for the noise. Guenter
diff --git a/MAINTAINERS b/MAINTAINERS index e127c2fb08a7..bc275698e7c2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4541,6 +4541,7 @@ F: drivers/input/touchscreen/chipone_icn8505.c CHROME HARDWARE PLATFORM SUPPORT M: Benson Leung <bleung@chromium.org> +L: chrome-platform@lists.linux.dev S: Maintained T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git F: drivers/platform/chrome/ @@ -4549,6 +4550,7 @@ CHROMEOS EC CODEC DRIVER M: Cheng-Yi Chiang <cychiang@chromium.org> M: Tzung-Bi Shih <tzungbi@google.com> R: Guenter Roeck <groeck@chromium.org> +L: chrome-platform@lists.linux.dev S: Maintained F: Documentation/devicetree/bindings/sound/google,cros-ec-codec.yaml F: sound/soc/codecs/cros_ec_codec.* @@ -4556,6 +4558,7 @@ F: sound/soc/codecs/cros_ec_codec.* CHROMEOS EC SUBDRIVERS M: Benson Leung <bleung@chromium.org> R: Guenter Roeck <groeck@chromium.org> +L: chrome-platform@lists.linux.dev S: Maintained F: drivers/power/supply/cros_usbpd-charger.c N: cros_ec @@ -4563,11 +4566,13 @@ N: cros-ec CHROMEOS EC USB TYPE-C DRIVER M: Prashant Malani <pmalani@chromium.org> +L: chrome-platform@lists.linux.dev S: Maintained F: drivers/platform/chrome/cros_ec_typec.c CHROMEOS EC USB PD NOTIFY DRIVER M: Prashant Malani <pmalani@chromium.org> +L: chrome-platform@lists.linux.dev S: Maintained F: drivers/platform/chrome/cros_usbpd_notify.c F: include/linux/platform_data/cros_usbpd_notify.h
Add the chrome-platform@lists.linux.dev mailing list to all Chrome OS maintainer entries to ensure that people copy the list when submitting Chrome OS specific patches. This also helps ensuring that patches are available in a patchwork instance. Cc: Benson Leung <bleung@chromium.org> Cc: Rajat Jain <rajatja@google.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net> --- MAINTAINERS | 5 +++++ 1 file changed, 5 insertions(+)