All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: add myself as Renesas R-Car SATA driver reviewer
@ 2022-02-03 17:51 Sergey Shtylyov
  2022-02-03 18:13 ` Geert Uytterhoeven
  2022-02-03 18:54 ` Joe Perches
  0 siblings, 2 replies; 7+ messages in thread
From: Sergey Shtylyov @ 2022-02-03 17:51 UTC (permalink / raw)
  To: linux-ide, linux-kernel, Damien Le Moal; +Cc: Geert Uytterhoeven

Add myself as a reviewer for the Renesas R-Car SATA driver -- I don't have
the hardware anymore (Geert Uytterhoeven does have a lot of hardware!) but
I do have the manuals still! :-)

Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>

---
This patch is against the 'master' branch of Damien Le Moal's 'libata.git'
repo.

 MAINTAINERS |    7 +++++++
 1 file changed, 7 insertions(+)

Index: libata/MAINTAINERS
===================================================================
--- libata.orig/MAINTAINERS
+++ libata/MAINTAINERS
@@ -16469,6 +16469,13 @@ F:	Documentation/devicetree/bindings/i2c
 F:	drivers/i2c/busses/i2c-rcar.c
 F:	drivers/i2c/busses/i2c-sh_mobile.c
 
+RENESAS R-CAR SATA DRIVER
+R:	Sergey Shtylyov <s.shtylyov@omp.ru>
+L:	linux-ide@vger.kernel.org
+L:	linux-renesas-soc@vger.kernel.org
+F:	Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
+F:	drivers/ata/sata_rcar.c
+
 RENESAS R-CAR THERMAL DRIVERS
 M:	Niklas Söderlund <niklas.soderlund@ragnatech.se>
 L:	linux-renesas-soc@vger.kernel.org

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

* Re: [PATCH] MAINTAINERS: add myself as Renesas R-Car SATA driver reviewer
  2022-02-03 17:51 [PATCH] MAINTAINERS: add myself as Renesas R-Car SATA driver reviewer Sergey Shtylyov
@ 2022-02-03 18:13 ` Geert Uytterhoeven
  2022-02-03 18:24   ` Sergey Shtylyov
  2022-02-03 18:54 ` Joe Perches
  1 sibling, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2022-02-03 18:13 UTC (permalink / raw)
  To: Sergey Shtylyov
  Cc: linux-ide, Linux Kernel Mailing List, Damien Le Moal, Linux-Renesas

CC linux-reneas-soc

Hi Sergey,

On Thu, Feb 3, 2022 at 6:51 PM Sergey Shtylyov <s.shtylyov@omp.ru> wrote:
> Add myself as a reviewer for the Renesas R-Car SATA driver -- I don't have
> the hardware anymore (Geert Uytterhoeven does have a lot of hardware!) but
> I do have the manuals still! :-)

I guess some of the manuals are publicly available on the Renesas
website?

> Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>

Thanks for the offer!

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

> --- libata.orig/MAINTAINERS
> +++ libata/MAINTAINERS
> @@ -16469,6 +16469,13 @@ F:     Documentation/devicetree/bindings/i2c
>  F:     drivers/i2c/busses/i2c-rcar.c
>  F:     drivers/i2c/busses/i2c-sh_mobile.c
>
> +RENESAS R-CAR SATA DRIVER
> +R:     Sergey Shtylyov <s.shtylyov@omp.ru>
> +L:     linux-ide@vger.kernel.org
> +L:     linux-renesas-soc@vger.kernel.org
> +F:     Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> +F:     drivers/ata/sata_rcar.c
> +
>  RENESAS R-CAR THERMAL DRIVERS
>  M:     Niklas Söderlund <niklas.soderlund@ragnatech.se>
>  L:     linux-renesas-soc@vger.kernel.org

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] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: add myself as Renesas R-Car SATA driver reviewer
  2022-02-03 18:13 ` Geert Uytterhoeven
@ 2022-02-03 18:24   ` Sergey Shtylyov
  2022-02-03 18:27     ` Geert Uytterhoeven
  0 siblings, 1 reply; 7+ messages in thread
From: Sergey Shtylyov @ 2022-02-03 18:24 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: linux-ide, Linux Kernel Mailing List, Damien Le Moal, Linux-Renesas

On 2/3/22 9:13 PM, Geert Uytterhoeven wrote:

>> Add myself as a reviewer for the Renesas R-Car SATA driver -- I don't have
>> the hardware anymore (Geert Uytterhoeven does have a lot of hardware!) but
>> I do have the manuals still! :-)
> 
> I guess some of the manuals are publicly available on the Renesas
> website?

   Have they finally published the R-Car manuals? 8-)

>> Signed-off-by: Sergey Shtylyov <s.shtylyov@omp.ru>
> 
> Thanks for the offer!
> 
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>

   TY!

[...]

MBR, Sergey

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

* Re: [PATCH] MAINTAINERS: add myself as Renesas R-Car SATA driver reviewer
  2022-02-03 18:24   ` Sergey Shtylyov
@ 2022-02-03 18:27     ` Geert Uytterhoeven
  2022-02-03 18:34       ` Sergey Shtylyov
  0 siblings, 1 reply; 7+ messages in thread
From: Geert Uytterhoeven @ 2022-02-03 18:27 UTC (permalink / raw)
  To: Sergey Shtylyov
  Cc: linux-ide, Linux Kernel Mailing List, Damien Le Moal, Linux-Renesas

Hi Sergey,

On Thu, Feb 3, 2022 at 7:24 PM Sergey Shtylyov <s.shtylyov@omp.ru> wrote:
> On 2/3/22 9:13 PM, Geert Uytterhoeven wrote:
> >> Add myself as a reviewer for the Renesas R-Car SATA driver -- I don't have
> >> the hardware anymore (Geert Uytterhoeven does have a lot of hardware!) but
> >> I do have the manuals still! :-)
> >
> > I guess some of the manuals are publicly available on the Renesas
> > website?
>
>    Have they finally published the R-Car manuals? 8-)

The same SATA block is also used in other SoC families. See e.g.
"RZ/G Series User's Manual: Hardware" on
https://www.renesas.com/eu/en/products/microcontrollers-microprocessors/rz-arm-based-high-end-32-64-bit-mpus/rzg1h-ultra-high-performance-microprocessors-quad-core-arm-cortex-a15-and-quad-core-arm-cortex-a7-cpus-3d

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] 7+ messages in thread

* Re: [PATCH] MAINTAINERS: add myself as Renesas R-Car SATA driver reviewer
  2022-02-03 18:27     ` Geert Uytterhoeven
@ 2022-02-03 18:34       ` Sergey Shtylyov
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Shtylyov @ 2022-02-03 18:34 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: linux-ide, Linux Kernel Mailing List, Damien Le Moal, Linux-Renesas

On 2/3/22 9:27 PM, Geert Uytterhoeven wrote:

[...]
>>>> Add myself as a reviewer for the Renesas R-Car SATA driver -- I don't have
>>>> the hardware anymore (Geert Uytterhoeven does have a lot of hardware!) but
>>>> I do have the manuals still! :-)
>>>
>>> I guess some of the manuals are publicly available on the Renesas
>>> website?
>>
>>    Have they finally published the R-Car manuals? 8-)
> 
> The same SATA block is also used in other SoC families. See e.g.
> "RZ/G Series User's Manual: Hardware" on
> https://www.renesas.com/eu/en/products/microcontrollers-microprocessors/rz-arm-based-high-end-32-64-bit-mpus/rzg1h-ultra-high-performance-microprocessors-quad-core-arm-cortex-a15-and-quad-core-arm-cortex-a7-cpus-3d

   Oh, I that know, and have redirected the people in search of the R-Car manuals couple times. ;-)

> Gr{oetje,eeting}s,
> 
>                         Geert

MBR, Sergey

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

* Re: [PATCH] MAINTAINERS: add myself as Renesas R-Car SATA driver reviewer
  2022-02-03 17:51 [PATCH] MAINTAINERS: add myself as Renesas R-Car SATA driver reviewer Sergey Shtylyov
  2022-02-03 18:13 ` Geert Uytterhoeven
@ 2022-02-03 18:54 ` Joe Perches
  2022-02-03 19:17   ` Sergey Shtylyov
  1 sibling, 1 reply; 7+ messages in thread
From: Joe Perches @ 2022-02-03 18:54 UTC (permalink / raw)
  To: Sergey Shtylyov, linux-ide, linux-kernel, Damien Le Moal
  Cc: Geert Uytterhoeven

On Thu, 2022-02-03 at 20:51 +0300, Sergey Shtylyov wrote:
> Add myself as a reviewer for the Renesas R-Car SATA driver -- I don't have
> the hardware anymore (Geert Uytterhoeven does have a lot of hardware!) but
> I do have the manuals still! :-)

Thanks.

> --- libata.orig/MAINTAINERS
> +++ libata/MAINTAINERS
> @@ -16469,6 +16469,13 @@ F:	Documentation/devicetree/bindings/i2c
>  F:	drivers/i2c/busses/i2c-rcar.c
>  F:	drivers/i2c/busses/i2c-sh_mobile.c
>  
> +RENESAS R-CAR SATA DRIVER
> +R:	Sergey Shtylyov <s.shtylyov@omp.ru>
> +L:	linux-ide@vger.kernel.org
> +L:	linux-renesas-soc@vger.kernel.org
> +F:	Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
> +F:	drivers/ata/sata_rcar.c

I believe it's better for every section to have an S: entry



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

* Re: [PATCH] MAINTAINERS: add myself as Renesas R-Car SATA driver reviewer
  2022-02-03 18:54 ` Joe Perches
@ 2022-02-03 19:17   ` Sergey Shtylyov
  0 siblings, 0 replies; 7+ messages in thread
From: Sergey Shtylyov @ 2022-02-03 19:17 UTC (permalink / raw)
  To: Joe Perches, linux-ide, linux-kernel, Damien Le Moal; +Cc: Geert Uytterhoeven

On 2/3/22 9:54 PM, Joe Perches wrote:

>> Add myself as a reviewer for the Renesas R-Car SATA driver -- I don't have
>> the hardware anymore (Geert Uytterhoeven does have a lot of hardware!) but
>> I do have the manuals still! :-)
> 
> Thanks.

   Should have done this while still with Cogent (and working on Renesas stuff)
but the patch traffic appeared low enough and I saw the patches flowing by on
linux-ide anyways (if I wasn't the author, that is :-))...

>> --- libata.orig/MAINTAINERS
>> +++ libata/MAINTAINERS
>> @@ -16469,6 +16469,13 @@ F:	Documentation/devicetree/bindings/i2c
>>  F:	drivers/i2c/busses/i2c-rcar.c
>>  F:	drivers/i2c/busses/i2c-sh_mobile.c
>>  
>> +RENESAS R-CAR SATA DRIVER
>> +R:	Sergey Shtylyov <s.shtylyov@omp.ru>
>> +L:	linux-ide@vger.kernel.org
>> +L:	linux-renesas-soc@vger.kernel.org
>> +F:	Documentation/devicetree/bindings/ata/renesas,rcar-sata.yaml
>> +F:	drivers/ata/sata_rcar.c
> 
> I believe it's better for every section to have an S: entry

   Hm, you're right. I'll recast...

MBR, Sergey

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

end of thread, other threads:[~2022-02-03 19:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 17:51 [PATCH] MAINTAINERS: add myself as Renesas R-Car SATA driver reviewer Sergey Shtylyov
2022-02-03 18:13 ` Geert Uytterhoeven
2022-02-03 18:24   ` Sergey Shtylyov
2022-02-03 18:27     ` Geert Uytterhoeven
2022-02-03 18:34       ` Sergey Shtylyov
2022-02-03 18:54 ` Joe Perches
2022-02-03 19:17   ` Sergey Shtylyov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.