linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
@ 2018-12-11 19:09 ` Enric Balletbo i Serra
  2018-12-11 19:13   ` Wolfram Sang
                     ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Enric Balletbo i Serra @ 2018-12-11 19:09 UTC (permalink / raw)
  To: linux-kernel
  Cc: Alessandro Zummo, linux-pwm, linux-iio, Alexandre Belloni,
	linux-i2c, groeck, kernel, linux-rtc, Chanwoo Choi, Benson Leung,
	Sebastian Reichel, linux-input, Dmitry Torokhov,
	Jonathan Cameron, Peter Meerwald-Stadler, devicetree,
	Thierry Reding, linux-pm, 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

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 <enric.balletbo@collabora.com>
---

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


^ permalink raw reply related	[flat|nested] 12+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
  2018-12-11 19:09 ` [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers Enric Balletbo i Serra
@ 2018-12-11 19:13   ` Wolfram Sang
  2018-12-11 23:09   ` Sebastian Reichel
                     ` (5 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Wolfram Sang @ 2018-12-11 19:13 UTC (permalink / raw)
  To: Enric Balletbo i Serra
  Cc: linux-kernel, Alessandro Zummo, linux-pwm, linux-iio,
	Alexandre Belloni, linux-i2c, groeck, kernel, linux-rtc,
	Chanwoo Choi, Benson Leung, Sebastian Reichel, linux-input,
	Dmitry Torokhov, Jonathan Cameron, Peter Meerwald-Stadler,
	devicetree, Thierry Reding, linux-pm, 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

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

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.
> 
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>

Great, thanks!

Acked-by: Wolfram Sang <wsa@the-dreams.de>


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
  2018-12-11 19:09 ` [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers Enric Balletbo i Serra
  2018-12-11 19:13   ` Wolfram Sang
@ 2018-12-11 23:09   ` Sebastian Reichel
  2018-12-12  0:55   ` Chanwoo Choi
                     ` (4 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Sebastian Reichel @ 2018-12-11 23:09 UTC (permalink / raw)
  To: Enric Balletbo i Serra
  Cc: linux-kernel, Alessandro Zummo, linux-pwm, linux-iio,
	Alexandre Belloni, linux-i2c, groeck, kernel, linux-rtc,
	Chanwoo Choi, Benson Leung, linux-input, Dmitry Torokhov,
	Jonathan Cameron, Peter Meerwald-Stadler, devicetree,
	Thierry Reding, linux-pm, 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

[-- Attachment #1: Type: text/plain, Size: 2110 bytes --]

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.
> 
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
> ---
> 
> 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*

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 <brian.austin@cirrus.com>
>  M:	Paul Handrigan <Paul.Handrigan@cirrus.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
  2018-12-11 19:09 ` [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers Enric Balletbo i Serra
  2018-12-11 19:13   ` Wolfram Sang
  2018-12-11 23:09   ` Sebastian Reichel
@ 2018-12-12  0:55   ` Chanwoo Choi
  2018-12-12 17:06   ` Jonathan Cameron
                     ` (3 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Chanwoo Choi @ 2018-12-12  0:55 UTC (permalink / raw)
  To: Enric Balletbo i Serra, linux-kernel
  Cc: Alessandro Zummo, linux-pwm, linux-iio, Alexandre Belloni,
	linux-i2c, groeck, kernel, linux-rtc, Benson Leung,
	Sebastian Reichel, linux-input, Dmitry Torokhov,
	Jonathan Cameron, Peter Meerwald-Stadler, devicetree,
	Thierry Reding, linux-pm, 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

Hi Enric,

On 2018년 12월 12일 04:09, 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.
> 
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
> ---
> 
> 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>
> 

For extcon part,
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>

-- 
Best Regards,
Chanwoo Choi
Samsung Electronics

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
  2018-12-11 19:09 ` [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers Enric Balletbo i Serra
                     ` (2 preceding siblings ...)
  2018-12-12  0:55   ` Chanwoo Choi
@ 2018-12-12 17:06   ` Jonathan Cameron
  2018-12-12 18:21   ` Benson Leung
                     ` (2 subsequent siblings)
  6 siblings, 0 replies; 12+ messages in thread
From: Jonathan Cameron @ 2018-12-12 17:06 UTC (permalink / raw)
  To: Enric Balletbo i Serra
  Cc: linux-kernel, Alessandro Zummo, linux-pwm, linux-iio,
	Alexandre Belloni, linux-i2c, groeck, kernel, linux-rtc,
	Chanwoo Choi, Benson Leung, Sebastian Reichel, linux-input,
	Dmitry Torokhov, Peter Meerwald-Stadler, devicetree,
	Thierry Reding, linux-pm, 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

On Tue, 11 Dec 2018 20:09:52 +0100
Enric Balletbo i Serra <enric.balletbo@collabora.com> 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.
> 
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> for iio parts.
> ---
> 
> 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>


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
  2018-12-11 19:09 ` [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers Enric Balletbo i Serra
                     ` (3 preceding siblings ...)
  2018-12-12 17:06   ` Jonathan Cameron
@ 2018-12-12 18:21   ` Benson Leung
  2018-12-12 22:29   ` Alexandre Belloni
  2018-12-13  9:22   ` Lee Jones
  6 siblings, 0 replies; 12+ messages in thread
From: Benson Leung @ 2018-12-12 18:21 UTC (permalink / raw)
  To: Enric Balletbo i Serra
  Cc: linux-kernel, Alessandro Zummo, linux-pwm, linux-iio,
	Alexandre Belloni, linux-i2c, groeck, kernel, linux-rtc,
	Chanwoo Choi, Benson Leung, Sebastian Reichel, linux-input,
	Dmitry Torokhov, Jonathan Cameron, Peter Meerwald-Stadler,
	devicetree, Thierry Reding, linux-pm, 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

[-- Attachment #1: Type: text/plain, Size: 2222 bytes --]

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.
> 
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>

Signed-off-by: Benson Leung <bleung@chromium.org>

Thanks for sending this, Enric.

> ---
> 
> 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
> 

-- 
Benson Leung
Staff Software Engineer
Chrome OS Kernel
Google Inc.
bleung@google.com
Chromium OS Project
bleung@chromium.org

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
  2018-12-11 19:09 ` [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers Enric Balletbo i Serra
                     ` (4 preceding siblings ...)
  2018-12-12 18:21   ` Benson Leung
@ 2018-12-12 22:29   ` Alexandre Belloni
  2018-12-13  9:30     ` Enric Balletbo i Serra
  2018-12-13  9:22   ` Lee Jones
  6 siblings, 1 reply; 12+ messages in thread
From: Alexandre Belloni @ 2018-12-12 22:29 UTC (permalink / raw)
  To: Enric Balletbo i Serra
  Cc: linux-kernel, Alessandro Zummo, linux-pwm, linux-iio, linux-i2c,
	groeck, kernel, linux-rtc, Chanwoo Choi, Benson Leung,
	Sebastian Reichel, linux-input, Dmitry Torokhov,
	Jonathan Cameron, Peter Meerwald-Stadler, devicetree,
	Thierry Reding, linux-pm, 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

On 11/12/2018 20:09:52+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.
> 
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>

You definitively don't need my ack to get that applied but anyway:

Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>

However, you should probably indicate which tree do you expect that to
go through ;)

> ---
> 
> 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
> 

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
  2018-12-11 19:09 ` [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers Enric Balletbo i Serra
                     ` (5 preceding siblings ...)
  2018-12-12 22:29   ` Alexandre Belloni
@ 2018-12-13  9:22   ` Lee Jones
  6 siblings, 0 replies; 12+ messages in thread
From: Lee Jones @ 2018-12-13  9:22 UTC (permalink / raw)
  To: Enric Balletbo i Serra
  Cc: linux-kernel, Alessandro Zummo, linux-pwm, linux-iio,
	Alexandre Belloni, linux-i2c, groeck, kernel, linux-rtc,
	Chanwoo Choi, Benson Leung, Sebastian Reichel, linux-input,
	Dmitry Torokhov, Jonathan Cameron, Peter Meerwald-Stadler,
	devicetree, Thierry Reding, linux-pm, MyungJoo Ham,
	Hartmut Knaack, Rob Herring, Lars-Peter Clausen, Mark Rutland,
	Arnd Bergmann, David S. Miller, Mauro Carvalho Chehab,
	Nicolas Ferre, Greg Kroah-Hartman, Andrew Morton

On Tue, 11 Dec 2018, 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.
> 
> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
> ---
> 
> 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/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/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:	Documentation/devicetree/bindings/mfd/cros-ec.txt
> +F:	drivers/mfd/cros_ec*
> +F:	include/linux/mfd/cros_ec*

Acked-by: Lee Jones <lee.jones@linaro.org>

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
  2018-12-12 22:29   ` Alexandre Belloni
@ 2018-12-13  9:30     ` Enric Balletbo i Serra
  2018-12-13  9:50       ` Alexandre Belloni
  0 siblings, 1 reply; 12+ messages in thread
From: Enric Balletbo i Serra @ 2018-12-13  9:30 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: linux-kernel, Alessandro Zummo, linux-pwm, linux-iio, linux-i2c,
	groeck, kernel, linux-rtc, Chanwoo Choi, Benson Leung,
	Sebastian Reichel, linux-input, Dmitry Torokhov,
	Jonathan Cameron, Peter Meerwald-Stadler, devicetree,
	Thierry Reding, linux-pm, 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

Hi Alexandre,

On 12/12/18 23:29, Alexandre Belloni wrote:
> On 11/12/2018 20:09:52+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.
>>
>> Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
> 
> You definitively don't need my ack to get that applied but anyway:
> > Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
> 

Thanks for the ack.

> 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.

Thanks,
 Enric

>> ---
>>
>> 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
>>
> 

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
  2018-12-13  9:30     ` Enric Balletbo i Serra
@ 2018-12-13  9:50       ` Alexandre Belloni
  2018-12-13  9:55         ` Enric Balletbo i Serra
  0 siblings, 1 reply; 12+ messages in thread
From: Alexandre Belloni @ 2018-12-13  9:50 UTC (permalink / raw)
  To: Enric Balletbo i Serra
  Cc: linux-kernel, Alessandro Zummo, linux-pwm, linux-iio, linux-i2c,
	groeck, kernel, linux-rtc, Chanwoo Choi, Benson Leung,
	Sebastian Reichel, linux-input, Dmitry Torokhov,
	Jonathan Cameron, Peter Meerwald-Stadler, devicetree,
	Thierry Reding, linux-pm, 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

On 13/12/2018 10:30:16+0100, Enric Balletbo i Serra wrote:
> > 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 ;)

> Thanks,
>  Enric
> 
> >> ---
> >>
> >> 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
> >>
> > 

-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
  2018-12-13  9:50       ` Alexandre Belloni
@ 2018-12-13  9:55         ` Enric Balletbo i Serra
  2018-12-13 10:59           ` Alexandre Belloni
  0 siblings, 1 reply; 12+ messages in thread
From: Enric Balletbo i Serra @ 2018-12-13  9:55 UTC (permalink / raw)
  To: Alexandre Belloni
  Cc: linux-kernel, Alessandro Zummo, linux-pwm, linux-iio, linux-i2c,
	groeck, kernel, linux-rtc, Chanwoo Choi, Benson Leung,
	Sebastian Reichel, linux-input, Dmitry Torokhov,
	Jonathan Cameron, Peter Meerwald-Stadler, devicetree,
	Thierry Reding, linux-pm, 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



On 13/12/18 10:50, Alexandre Belloni wrote:
> On 13/12/2018 10:30:16+0100, Enric Balletbo i Serra wrote:
>>> 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)

>> Thanks,
>>  Enric
>>
>>>> ---
>>>>
>>>> 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
>>>>
>>>
> 

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers
  2018-12-13  9:55         ` Enric Balletbo i Serra
@ 2018-12-13 10:59           ` Alexandre Belloni
  0 siblings, 0 replies; 12+ messages in thread
From: Alexandre Belloni @ 2018-12-13 10:59 UTC (permalink / raw)
  To: Enric Balletbo i Serra
  Cc: linux-kernel, Alessandro Zummo, linux-pwm, linux-iio, linux-i2c,
	groeck, kernel, linux-rtc, Chanwoo Choi, Benson Leung,
	Sebastian Reichel, linux-input, Dmitry Torokhov,
	Jonathan Cameron, Peter Meerwald-Stadler, devicetree,
	Thierry Reding, linux-pm, 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

On 13/12/2018 10:55:29+0100, Enric Balletbo i Serra wrote:
> 
> 
> On 13/12/18 10:50, Alexandre Belloni wrote:
> > On 13/12/2018 10:30:16+0100, Enric Balletbo i Serra wrote:
> >>> 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)
> 

Ok, great.


-- 
Alexandre Belloni, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-12-13 10:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20181211191040epcas2p2a15c57e7488f216d012efe553a007d43@epcas2p2.samsung.com>
2018-12-11 19:09 ` [PATCH v2] MAINTAINERS: add maintainers for ChromeOS EC sub-drivers Enric Balletbo i Serra
2018-12-11 19:13   ` Wolfram Sang
2018-12-11 23:09   ` Sebastian Reichel
2018-12-12  0:55   ` Chanwoo Choi
2018-12-12 17:06   ` Jonathan Cameron
2018-12-12 18:21   ` Benson Leung
2018-12-12 22:29   ` Alexandre Belloni
2018-12-13  9:30     ` Enric Balletbo i Serra
2018-12-13  9:50       ` Alexandre Belloni
2018-12-13  9:55         ` Enric Balletbo i Serra
2018-12-13 10:59           ` Alexandre Belloni
2018-12-13  9:22   ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).