linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] usb: gadget: udc: renesas_usb3: add support for r8a774c0
@ 2018-12-13 20:23 Fabrizio Castro
  2018-12-14  9:06 ` Yoshihiro Shimoda
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Fabrizio Castro @ 2018-12-13 20:23 UTC (permalink / raw)
  To: Felipe Balbi
  Cc: Fabrizio Castro, Greg Kroah-Hartman, Yoshihiro Shimoda,
	Simon Horman, Kees Cook, linux-usb, linux-kernel, Simon Horman,
	Geert Uytterhoeven, Chris Paterson, Biju Das, linux-renesas-soc

RZ/G2E USB 3.0 implementation is like the one found on R-Car E3,
therefore add the same quirk.

Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
---
 drivers/usb/gadget/udc/renesas_usb3.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/usb/gadget/udc/renesas_usb3.c b/drivers/usb/gadget/udc/renesas_usb3.c
index cdffbd1..18444a8 100644
--- a/drivers/usb/gadget/udc/renesas_usb3.c
+++ b/drivers/usb/gadget/udc/renesas_usb3.c
@@ -2625,6 +2625,10 @@ MODULE_DEVICE_TABLE(of, usb3_of_match);
 
 static const struct soc_device_attribute renesas_usb3_quirks_match[] = {
 	{
+		.soc_id = "r8a774c0",
+		.data = &renesas_usb3_priv_r8a77990,
+	},
+	{
 		.soc_id = "r8a7795", .revision = "ES1.*",
 		.data = &renesas_usb3_priv_r8a7795_es1,
 	},
-- 
2.7.4


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

* RE: [PATCH] usb: gadget: udc: renesas_usb3: add support for r8a774c0
  2018-12-13 20:23 [PATCH] usb: gadget: udc: renesas_usb3: add support for r8a774c0 Fabrizio Castro
@ 2018-12-14  9:06 ` Yoshihiro Shimoda
  2018-12-16 19:50 ` Simon Horman
  2019-02-14 16:09 ` Fabrizio Castro
  2 siblings, 0 replies; 5+ messages in thread
From: Yoshihiro Shimoda @ 2018-12-14  9:06 UTC (permalink / raw)
  To: Fabrizio Castro, Felipe Balbi
  Cc: Fabrizio Castro, Greg Kroah-Hartman, Simon Horman, Kees Cook,
	linux-usb, linux-kernel, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Biju Das, linux-renesas-soc

Hi Fabrizio,

> From: Fabrizio Castro, Sent: Friday, December 14, 2018 5:24 AM
> 
> RZ/G2E USB 3.0 implementation is like the one found on R-Car E3,
> therefore add the same quirk.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Thank you for the patch!

Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Best regards,
Yoshihiro Shimoda

> ---
>  drivers/usb/gadget/udc/renesas_usb3.c | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/usb/gadget/udc/renesas_usb3.c b/drivers/usb/gadget/udc/renesas_usb3.c
> index cdffbd1..18444a8 100644
> --- a/drivers/usb/gadget/udc/renesas_usb3.c
> +++ b/drivers/usb/gadget/udc/renesas_usb3.c
> @@ -2625,6 +2625,10 @@ MODULE_DEVICE_TABLE(of, usb3_of_match);
> 
>  static const struct soc_device_attribute renesas_usb3_quirks_match[] = {
>  	{
> +		.soc_id = "r8a774c0",
> +		.data = &renesas_usb3_priv_r8a77990,
> +	},
> +	{
>  		.soc_id = "r8a7795", .revision = "ES1.*",
>  		.data = &renesas_usb3_priv_r8a7795_es1,
>  	},
> --
> 2.7.4


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

* Re: [PATCH] usb: gadget: udc: renesas_usb3: add support for r8a774c0
  2018-12-13 20:23 [PATCH] usb: gadget: udc: renesas_usb3: add support for r8a774c0 Fabrizio Castro
  2018-12-14  9:06 ` Yoshihiro Shimoda
@ 2018-12-16 19:50 ` Simon Horman
  2019-02-14 16:09 ` Fabrizio Castro
  2 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-12-16 19:50 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Felipe Balbi, Greg Kroah-Hartman, Yoshihiro Shimoda, Kees Cook,
	linux-usb, linux-kernel, Geert Uytterhoeven, Chris Paterson,
	Biju Das, linux-renesas-soc

On Thu, Dec 13, 2018 at 08:23:55PM +0000, Fabrizio Castro wrote:
> RZ/G2E USB 3.0 implementation is like the one found on R-Car E3,
> therefore add the same quirk.
> 
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>

Reviewed-by: Simon Horman <horms+renesas@verge.net.au>


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

* RE: [PATCH] usb: gadget: udc: renesas_usb3: add support for r8a774c0
  2018-12-13 20:23 [PATCH] usb: gadget: udc: renesas_usb3: add support for r8a774c0 Fabrizio Castro
  2018-12-14  9:06 ` Yoshihiro Shimoda
  2018-12-16 19:50 ` Simon Horman
@ 2019-02-14 16:09 ` Fabrizio Castro
  2019-02-15  6:34   ` Felipe Balbi
  2 siblings, 1 reply; 5+ messages in thread
From: Fabrizio Castro @ 2019-02-14 16:09 UTC (permalink / raw)
  To: Felipe Balbi
  Cc: Greg Kroah-Hartman, Yoshihiro Shimoda, Simon Horman, Kees Cook,
	linux-usb, linux-kernel, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Biju Das, linux-renesas-soc, Fabrizio Castro

Hello Felipe,

Who is the best person for taking patches for renesas_usb3.c?

Thanks,
Fab

> From: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> Sent: 13 December 2018 20:24
> Subject: [PATCH] usb: gadget: udc: renesas_usb3: add support for r8a774c0
>
> RZ/G2E USB 3.0 implementation is like the one found on R-Car E3,
> therefore add the same quirk.
>
> Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
> ---
>  drivers/usb/gadget/udc/renesas_usb3.c | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/drivers/usb/gadget/udc/renesas_usb3.c b/drivers/usb/gadget/udc/renesas_usb3.c
> index cdffbd1..18444a8 100644
> --- a/drivers/usb/gadget/udc/renesas_usb3.c
> +++ b/drivers/usb/gadget/udc/renesas_usb3.c
> @@ -2625,6 +2625,10 @@ MODULE_DEVICE_TABLE(of, usb3_of_match);
>
>  static const struct soc_device_attribute renesas_usb3_quirks_match[] = {
>  {
> +.soc_id = "r8a774c0",
> +.data = &renesas_usb3_priv_r8a77990,
> +},
> +{
>  .soc_id = "r8a7795", .revision = "ES1.*",
>  .data = &renesas_usb3_priv_r8a7795_es1,
>  },
> --
> 2.7.4



Renesas Electronics Europe GmbH,Geschaeftsfuehrer/President : Michael Hannawald, Sitz der Gesellschaft/Registered office: Duesseldorf, Arcadiastrasse 10, 40472 Duesseldorf, Germany,Handelsregister/Commercial Register: Duesseldorf, HRB 3708 USt-IDNr./Tax identification no.: DE 119353406 WEEE-Reg.-Nr./WEEE reg. no.: DE 14978647

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

* RE: [PATCH] usb: gadget: udc: renesas_usb3: add support for r8a774c0
  2019-02-14 16:09 ` Fabrizio Castro
@ 2019-02-15  6:34   ` Felipe Balbi
  0 siblings, 0 replies; 5+ messages in thread
From: Felipe Balbi @ 2019-02-15  6:34 UTC (permalink / raw)
  To: Fabrizio Castro
  Cc: Greg Kroah-Hartman, Yoshihiro Shimoda, Simon Horman, Kees Cook,
	linux-usb, linux-kernel, Simon Horman, Geert Uytterhoeven,
	Chris Paterson, Biju Das, linux-renesas-soc, Fabrizio Castro

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


Hi,

(no top-posting, please)

Fabrizio Castro <fabrizio.castro@bp.renesas.com> writes:

> Hello Felipe,
>
> Who is the best person for taking patches for renesas_usb3.c?

they're already in my 'next' branch. I'll send pull request to Greg shortly

-- 
balbi

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

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

end of thread, other threads:[~2019-02-15  6:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-13 20:23 [PATCH] usb: gadget: udc: renesas_usb3: add support for r8a774c0 Fabrizio Castro
2018-12-14  9:06 ` Yoshihiro Shimoda
2018-12-16 19:50 ` Simon Horman
2019-02-14 16:09 ` Fabrizio Castro
2019-02-15  6:34   ` Felipe Balbi

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