linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: Add entry for Renesas R-Car thermal drivers
@ 2020-03-05  1:27 Niklas Söderlund
  2020-03-05 10:29 ` Wolfram Sang
  2020-04-28 12:03 ` Niklas Söderlund
  0 siblings, 2 replies; 5+ messages in thread
From: Niklas Söderlund @ 2020-03-05  1:27 UTC (permalink / raw)
  To: Daniel Lezcano, linux-pm, linux-renesas-soc
  Cc: Niklas Söderlund, Yoshihiro Shimoda

From: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

Add an entry to make myself a maintainer of the Renesas R-Car thermal
drivers.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6158a143a13e075c..2514551ac932b817 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14205,6 +14205,15 @@ F:	Documentation/devicetree/bindings/i2c/renesas,iic.txt
 F:	drivers/i2c/busses/i2c-rcar.c
 F:	drivers/i2c/busses/i2c-sh_mobile.c
 
+RENESAS R-CAR THERMAL DRIVERS
+M:	Niklas Söderlund <niklas.soderlund@ragnatech.se>
+L:	linux-renesas-soc@vger.kernel.org
+S:	Supported
+F:	Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.txt
+F:	Documentation/devicetree/bindings/thermal/rcar-thermal.txt
+F:	drivers/thermal/rcar_gen3_thermal.c
+F:	drivers/thermal/rcar_thermal.c
+
 RENESAS RIIC DRIVER
 M:	Chris Brandt <chris.brandt@renesas.com>
 S:	Supported
-- 
2.25.1


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

* Re: [PATCH v2] MAINTAINERS: Add entry for Renesas R-Car thermal drivers
  2020-03-05  1:27 [PATCH v2] MAINTAINERS: Add entry for Renesas R-Car thermal drivers Niklas Söderlund
@ 2020-03-05 10:29 ` Wolfram Sang
  2020-04-28 12:03 ` Niklas Söderlund
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfram Sang @ 2020-03-05 10:29 UTC (permalink / raw)
  To: Niklas Söderlund
  Cc: Daniel Lezcano, linux-pm, linux-renesas-soc,
	Niklas Söderlund, Yoshihiro Shimoda

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

On Thu, Mar 05, 2020 at 02:27:21AM +0100, Niklas Söderlund wrote:
> From: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> 
> Add an entry to make myself a maintainer of the Renesas R-Car thermal
> drivers.
> 
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Acked-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


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

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

* Re: [PATCH v2] MAINTAINERS: Add entry for Renesas R-Car thermal drivers
  2020-03-05  1:27 [PATCH v2] MAINTAINERS: Add entry for Renesas R-Car thermal drivers Niklas Söderlund
  2020-03-05 10:29 ` Wolfram Sang
@ 2020-04-28 12:03 ` Niklas Söderlund
  2020-04-28 12:09   ` Geert Uytterhoeven
  2020-04-28 12:20   ` Daniel Lezcano
  1 sibling, 2 replies; 5+ messages in thread
From: Niklas Söderlund @ 2020-04-28 12:03 UTC (permalink / raw)
  To: Daniel Lezcano, linux-pm, linux-renesas-soc; +Cc: Yoshihiro Shimoda

Hi,

Soft ping on this patch. I'm unsure who to pester about this patch being 
picked up, should it go thru the thermal or Renesas tree?

On 2020-03-05 02:27:21 +0100, Niklas Söderlund wrote:
> From: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> 
> Add an entry to make myself a maintainer of the Renesas R-Car thermal
> drivers.
> 
> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6158a143a13e075c..2514551ac932b817 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14205,6 +14205,15 @@ F:	Documentation/devicetree/bindings/i2c/renesas,iic.txt
>  F:	drivers/i2c/busses/i2c-rcar.c
>  F:	drivers/i2c/busses/i2c-sh_mobile.c
>  
> +RENESAS R-CAR THERMAL DRIVERS
> +M:	Niklas Söderlund <niklas.soderlund@ragnatech.se>
> +L:	linux-renesas-soc@vger.kernel.org
> +S:	Supported
> +F:	Documentation/devicetree/bindings/thermal/rcar-gen3-thermal.txt
> +F:	Documentation/devicetree/bindings/thermal/rcar-thermal.txt
> +F:	drivers/thermal/rcar_gen3_thermal.c
> +F:	drivers/thermal/rcar_thermal.c
> +
>  RENESAS RIIC DRIVER
>  M:	Chris Brandt <chris.brandt@renesas.com>
>  S:	Supported
> -- 
> 2.25.1
> 

-- 
Regards,
Niklas Söderlund

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

* Re: [PATCH v2] MAINTAINERS: Add entry for Renesas R-Car thermal drivers
  2020-04-28 12:03 ` Niklas Söderlund
@ 2020-04-28 12:09   ` Geert Uytterhoeven
  2020-04-28 12:20   ` Daniel Lezcano
  1 sibling, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2020-04-28 12:09 UTC (permalink / raw)
  To: Niklas Söderlund
  Cc: Daniel Lezcano, Linux PM list, Linux-Renesas, Yoshihiro Shimoda

Hi Niklas,

On Tue, Apr 28, 2020 at 2:03 PM Niklas Söderlund
<niklas.soderlund+renesas@ragnatech.se> wrote:
> Soft ping on this patch. I'm unsure who to pester about this patch being
> picked up, should it go thru the thermal or Renesas tree?

IMHO, through the thermal tree.
If the thermal people feel otherwise, please ack, and I'll queue it in
renesas-devel.

> On 2020-03-05 02:27:21 +0100, Niklas Söderlund wrote:
> > From: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> >
> > Add an entry to make myself a maintainer of the Renesas R-Car thermal
> > drivers.
> >
> > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
> > Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

* Re: [PATCH v2] MAINTAINERS: Add entry for Renesas R-Car thermal drivers
  2020-04-28 12:03 ` Niklas Söderlund
  2020-04-28 12:09   ` Geert Uytterhoeven
@ 2020-04-28 12:20   ` Daniel Lezcano
  1 sibling, 0 replies; 5+ messages in thread
From: Daniel Lezcano @ 2020-04-28 12:20 UTC (permalink / raw)
  To: Niklas Söderlund, linux-pm, linux-renesas-soc; +Cc: Yoshihiro Shimoda


Hi,

On 28/04/2020 14:03, Niklas Söderlund wrote:
> Hi,
> 
> Soft ping on this patch. I'm unsure who to pester about this patch being 
> picked up, should it go thru the thermal or Renesas tree?

Applied for the thermal tree.


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

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

end of thread, other threads:[~2020-04-28 12:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-05  1:27 [PATCH v2] MAINTAINERS: Add entry for Renesas R-Car thermal drivers Niklas Söderlund
2020-03-05 10:29 ` Wolfram Sang
2020-04-28 12:03 ` Niklas Söderlund
2020-04-28 12:09   ` Geert Uytterhoeven
2020-04-28 12:20   ` Daniel Lezcano

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