Re: [PATCH] usb: host: xhci-rcar: add support for r8a77965

2018-03-06 Thread Simon Horman
On Tue, Feb 27, 2018 at 05:15:20PM +0900, Yoshihiro Shimoda wrote:
> This patch adds support for r8a77965 (R-Car M3-N).
> 
> Signed-off-by: Yoshihiro Shimoda 

Reviewed-by: Simon Horman 
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] usb: host: xhci-rcar: add support for r8a77965

2018-03-05 Thread Rob Herring
On Tue, Feb 27, 2018 at 05:15:20PM +0900, Yoshihiro Shimoda wrote:
> This patch adds support for r8a77965 (R-Car M3-N).
> 
> Signed-off-by: Yoshihiro Shimoda 
> ---
>  Documentation/devicetree/bindings/usb/usb-xhci.txt | 1 +
>  drivers/usb/host/xhci-rcar.c   | 4 
>  2 files changed, 5 insertions(+)

Reviewed-by: Rob Herring 
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH] usb: host: xhci-rcar: add support for r8a77965

2018-02-27 Thread Yoshihiro Shimoda
Hi,

I'm afraid but I will re-submit this patch because we should get review by 
device tree maintainers.

Best regards,
Yoshihiro Shimoda

> From: Yoshihiro Shimoda, Sent: Tuesday, February 27, 2018 5:12 PM
> 
> This patch adds support for r8a77965 (R-Car M3-N).
> 
> Signed-off-by: Yoshihiro Shimoda 
> ---
>  Documentation/devicetree/bindings/usb/usb-xhci.txt | 1 +
>  drivers/usb/host/xhci-rcar.c   | 4 
>  2 files changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/usb/usb-xhci.txt 
> b/Documentation/devicetree/bindings/usb/usb-xhci.txt
> index e2ea59b..1651483a 100644
> --- a/Documentation/devicetree/bindings/usb/usb-xhci.txt
> +++ b/Documentation/devicetree/bindings/usb/usb-xhci.txt
> @@ -13,6 +13,7 @@ Required properties:
>  - "renesas,xhci-r8a7793" for r8a7793 SoC
>  - "renesas,xhci-r8a7795" for r8a7795 SoC
>  - "renesas,xhci-r8a7796" for r8a7796 SoC
> +- "renesas,xhci-r8a77965" for r8a77965 SoC
>  - "renesas,rcar-gen2-xhci" for a generic R-Car Gen2 or RZ/G1 compatible
>device
>  - "renesas,rcar-gen3-xhci" for a generic R-Car Gen3 compatible device
> diff --git a/drivers/usb/host/xhci-rcar.c b/drivers/usb/host/xhci-rcar.c
> index f0b5596..f33ffc2 100644
> --- a/drivers/usb/host/xhci-rcar.c
> +++ b/drivers/usb/host/xhci-rcar.c
> @@ -83,6 +83,10 @@
>   .soc_id = "r8a7796",
>   .data = (void *)RCAR_XHCI_FIRMWARE_V3,
>   },
> + {
> + .soc_id = "r8a77965",
> + .data = (void *)RCAR_XHCI_FIRMWARE_V3,
> + },
>   { /* sentinel */ },
>  };
> 
> --
> 1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html