All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
@ 2015-09-12 23:00 ` Sergei Shtylyov
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2015-09-12 23:00 UTC (permalink / raw)
  To: linux-arm-kernel

Describe the PCI USB devices that are behind the PCI bridges, adding necessary
links to the USB PHY device.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
just posted.

arch/arm/boot/dts/r8a7794.dtsi |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Index: renesas/arch/arm/boot/dts/r8a7794.dtsi
=================================--- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi
+++ renesas/arch/arm/boot/dts/r8a7794.dtsi
@@ -667,6 +667,20 @@
 		interrupt-map = <0x0000 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH
 				 0x0800 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH
 				 0x1000 0 0 2 &gic 0 108 IRQ_TYPE_LEVEL_HIGH>;
+
+		usb@0,1 {
+			reg = <0x800 0 0 0 0>;
+			device_type = "pci";
+			phys = <&usb0 0>;
+			phy-names = "usb";
+		};
+
+		usb@0,2 {
+			reg = <0x1000 0 0 0 0>;
+			device_type = "pci";
+			phys = <&usb0 0>;
+			phy-names = "usb";
+		};
 	};
 
 	pci1: pci@ee0d0000 {
@@ -688,6 +702,20 @@
 		interrupt-map = <0x0000 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH
 				 0x0800 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH
 				 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>;
+
+		usb@0,1 {
+			reg = <0x800 0 0 0 0>;
+			device_type = "pci";
+			phys = <&usb2 0>;
+			phy-names = "usb";
+		};
+
+		usb@0,2 {
+			reg = <0x1000 0 0 0 0>;
+			device_type = "pci";
+			phys = <&usb2 0>;
+			phy-names = "usb";
+		};
 	};
 
 	usbphy: usb-phy@e6590100 {


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

* [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
@ 2015-09-12 23:00 ` Sergei Shtylyov
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2015-09-12 23:00 UTC (permalink / raw)
  To: horms, linux-sh, devicetree, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak
  Cc: magnus.damm, linux, linux-arm-kernel

Describe the PCI USB devices that are behind the PCI bridges, adding necessary
links to the USB PHY device.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
just posted.

arch/arm/boot/dts/r8a7794.dtsi |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Index: renesas/arch/arm/boot/dts/r8a7794.dtsi
===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi
+++ renesas/arch/arm/boot/dts/r8a7794.dtsi
@@ -667,6 +667,20 @@
 		interrupt-map = <0x0000 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH
 				 0x0800 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH
 				 0x1000 0 0 2 &gic 0 108 IRQ_TYPE_LEVEL_HIGH>;
+
+		usb@0,1 {
+			reg = <0x800 0 0 0 0>;
+			device_type = "pci";
+			phys = <&usb0 0>;
+			phy-names = "usb";
+		};
+
+		usb@0,2 {
+			reg = <0x1000 0 0 0 0>;
+			device_type = "pci";
+			phys = <&usb0 0>;
+			phy-names = "usb";
+		};
 	};
 
 	pci1: pci@ee0d0000 {
@@ -688,6 +702,20 @@
 		interrupt-map = <0x0000 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH
 				 0x0800 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH
 				 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>;
+
+		usb@0,1 {
+			reg = <0x800 0 0 0 0>;
+			device_type = "pci";
+			phys = <&usb2 0>;
+			phy-names = "usb";
+		};
+
+		usb@0,2 {
+			reg = <0x1000 0 0 0 0>;
+			device_type = "pci";
+			phys = <&usb2 0>;
+			phy-names = "usb";
+		};
 	};
 
 	usbphy: usb-phy@e6590100 {


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

* [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
@ 2015-09-12 23:00 ` Sergei Shtylyov
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2015-09-12 23:00 UTC (permalink / raw)
  To: linux-arm-kernel

Describe the PCI USB devices that are behind the PCI bridges, adding necessary
links to the USB PHY device.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
just posted.

arch/arm/boot/dts/r8a7794.dtsi |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Index: renesas/arch/arm/boot/dts/r8a7794.dtsi
===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7794.dtsi
+++ renesas/arch/arm/boot/dts/r8a7794.dtsi
@@ -667,6 +667,20 @@
 		interrupt-map = <0x0000 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH
 				 0x0800 0 0 1 &gic 0 108 IRQ_TYPE_LEVEL_HIGH
 				 0x1000 0 0 2 &gic 0 108 IRQ_TYPE_LEVEL_HIGH>;
+
+		usb at 0,1 {
+			reg = <0x800 0 0 0 0>;
+			device_type = "pci";
+			phys = <&usb0 0>;
+			phy-names = "usb";
+		};
+
+		usb at 0,2 {
+			reg = <0x1000 0 0 0 0>;
+			device_type = "pci";
+			phys = <&usb0 0>;
+			phy-names = "usb";
+		};
 	};
 
 	pci1: pci at ee0d0000 {
@@ -688,6 +702,20 @@
 		interrupt-map = <0x0000 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH
 				 0x0800 0 0 1 &gic 0 113 IRQ_TYPE_LEVEL_HIGH
 				 0x1000 0 0 2 &gic 0 113 IRQ_TYPE_LEVEL_HIGH>;
+
+		usb at 0,1 {
+			reg = <0x800 0 0 0 0>;
+			device_type = "pci";
+			phys = <&usb2 0>;
+			phy-names = "usb";
+		};
+
+		usb at 0,2 {
+			reg = <0x1000 0 0 0 0>;
+			device_type = "pci";
+			phys = <&usb2 0>;
+			phy-names = "usb";
+		};
 	};
 
 	usbphy: usb-phy at e6590100 {

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

* Re: [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
  2015-09-12 23:00 ` Sergei Shtylyov
  (?)
@ 2015-09-29  0:37   ` Simon Horman
  -1 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2015-09-29  0:37 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Sergei,

On Sun, Sep 13, 2015 at 02:00:19AM +0300, Sergei Shtylyov wrote:
> Describe the PCI USB devices that are behind the PCI bridges, adding necessary
> links to the USB PHY device.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> ---
> This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
> 'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
> just posted.

Does this series have any dependencies (e.g. bindings) other
than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?

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

* Re: [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
@ 2015-09-29  0:37   ` Simon Horman
  0 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2015-09-29  0:37 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: linux-sh, devicetree, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak, magnus.damm, linux, linux-arm-kernel

Hi Sergei,

On Sun, Sep 13, 2015 at 02:00:19AM +0300, Sergei Shtylyov wrote:
> Describe the PCI USB devices that are behind the PCI bridges, adding necessary
> links to the USB PHY device.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> ---
> This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
> 'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
> just posted.

Does this series have any dependencies (e.g. bindings) other
than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?

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

* [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
@ 2015-09-29  0:37   ` Simon Horman
  0 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2015-09-29  0:37 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Sergei,

On Sun, Sep 13, 2015 at 02:00:19AM +0300, Sergei Shtylyov wrote:
> Describe the PCI USB devices that are behind the PCI bridges, adding necessary
> links to the USB PHY device.
> 
> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> ---
> This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
> 'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
> just posted.

Does this series have any dependencies (e.g. bindings) other
than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?

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

* Re: [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
  2015-09-29  0:37   ` Simon Horman
  (?)
@ 2015-09-29 12:52     ` Sergei Shtylyov
  -1 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2015-09-29 12:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 9/29/2015 3:37 AM, Simon Horman wrote:

>> Describe the PCI USB devices that are behind the PCI bridges, adding necessary
>> links to the USB PHY device.
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>
>> ---
>> This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
>> 'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
>> just posted.

> Does this series have any dependencies (e.g. bindings) other

    This patch, you mean?

> than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?

    No.

MBR, Sergei


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

* Re: [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
@ 2015-09-29 12:52     ` Sergei Shtylyov
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2015-09-29 12:52 UTC (permalink / raw)
  To: Simon Horman
  Cc: linux-sh, devicetree, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak, magnus.damm, linux, linux-arm-kernel

Hello.

On 9/29/2015 3:37 AM, Simon Horman wrote:

>> Describe the PCI USB devices that are behind the PCI bridges, adding necessary
>> links to the USB PHY device.
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>
>> ---
>> This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
>> 'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
>> just posted.

> Does this series have any dependencies (e.g. bindings) other

    This patch, you mean?

> than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?

    No.

MBR, Sergei


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

* [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
@ 2015-09-29 12:52     ` Sergei Shtylyov
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2015-09-29 12:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 9/29/2015 3:37 AM, Simon Horman wrote:

>> Describe the PCI USB devices that are behind the PCI bridges, adding necessary
>> links to the USB PHY device.
>>
>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>
>> ---
>> This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
>> 'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
>> just posted.

> Does this series have any dependencies (e.g. bindings) other

    This patch, you mean?

> than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?

    No.

MBR, Sergei

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

* Re: [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
  2015-09-29 12:52     ` Sergei Shtylyov
  (?)
@ 2015-10-02  2:00       ` Simon Horman
  -1 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2015-10-02  2:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Sergei,

On Tue, Sep 29, 2015 at 03:52:39PM +0300, Sergei Shtylyov wrote:
> Hello.
> 
> On 9/29/2015 3:37 AM, Simon Horman wrote:
> 
> >>Describe the PCI USB devices that are behind the PCI bridges, adding necessary
> >>links to the USB PHY device.
> >>
> >>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >>
> >>---
> >>This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
> >>'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
> >>just posted.
> 
> >Does this series have any dependencies (e.g. bindings) other
> 
>    This patch, you mean?
> 
> >than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?

Thanks, I have queued this up for v4.4.

I think I have got everything now but please let me know if you have any
shmobile DT patches outstanding which are ready to be queued-up.

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

* Re: [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
@ 2015-10-02  2:00       ` Simon Horman
  0 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2015-10-02  2:00 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: linux-sh, devicetree, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak, magnus.damm, linux, linux-arm-kernel

Hi Sergei,

On Tue, Sep 29, 2015 at 03:52:39PM +0300, Sergei Shtylyov wrote:
> Hello.
> 
> On 9/29/2015 3:37 AM, Simon Horman wrote:
> 
> >>Describe the PCI USB devices that are behind the PCI bridges, adding necessary
> >>links to the USB PHY device.
> >>
> >>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >>
> >>---
> >>This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
> >>'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
> >>just posted.
> 
> >Does this series have any dependencies (e.g. bindings) other
> 
>    This patch, you mean?
> 
> >than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?

Thanks, I have queued this up for v4.4.

I think I have got everything now but please let me know if you have any
shmobile DT patches outstanding which are ready to be queued-up.

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

* [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
@ 2015-10-02  2:00       ` Simon Horman
  0 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2015-10-02  2:00 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Sergei,

On Tue, Sep 29, 2015 at 03:52:39PM +0300, Sergei Shtylyov wrote:
> Hello.
> 
> On 9/29/2015 3:37 AM, Simon Horman wrote:
> 
> >>Describe the PCI USB devices that are behind the PCI bridges, adding necessary
> >>links to the USB PHY device.
> >>
> >>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >>
> >>---
> >>This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
> >>'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
> >>just posted.
> 
> >Does this series have any dependencies (e.g. bindings) other
> 
>    This patch, you mean?
> 
> >than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?

Thanks, I have queued this up for v4.4.

I think I have got everything now but please let me know if you have any
shmobile DT patches outstanding which are ready to be queued-up.

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

* Re: [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
  2015-10-02  2:00       ` Simon Horman
  (?)
@ 2015-10-02 21:43         ` Sergei Shtylyov
  -1 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2015-10-02 21:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 10/02/2015 05:00 AM, Simon Horman wrote:

>>>> Describe the PCI USB devices that are behind the PCI bridges, adding necessary
>>>> links to the USB PHY device.
>>>>
>>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>>>
>>>> ---
>>>> This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
>>>> 'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
>>>> just posted.
>>
>>> Does this series have any dependencies (e.g. bindings) other
>>
>>     This patch, you mean?
>>
>>> than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?

> Thanks, I have queued this up for v4.4.

    Thank you!

> I think I have got everything now but please let me know if you have any
> shmobile DT patches outstanding which are ready to be queued-up.

    Yes, the R8A7794 HS-USB patch.

MBR, Sergei


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

* Re: [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
@ 2015-10-02 21:43         ` Sergei Shtylyov
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2015-10-02 21:43 UTC (permalink / raw)
  To: Simon Horman
  Cc: linux-sh, devicetree, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak, magnus.damm, linux, linux-arm-kernel

Hello.

On 10/02/2015 05:00 AM, Simon Horman wrote:

>>>> Describe the PCI USB devices that are behind the PCI bridges, adding necessary
>>>> links to the USB PHY device.
>>>>
>>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>>>
>>>> ---
>>>> This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
>>>> 'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
>>>> just posted.
>>
>>> Does this series have any dependencies (e.g. bindings) other
>>
>>     This patch, you mean?
>>
>>> than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?

> Thanks, I have queued this up for v4.4.

    Thank you!

> I think I have got everything now but please let me know if you have any
> shmobile DT patches outstanding which are ready to be queued-up.

    Yes, the R8A7794 HS-USB patch.

MBR, Sergei


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

* [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
@ 2015-10-02 21:43         ` Sergei Shtylyov
  0 siblings, 0 replies; 18+ messages in thread
From: Sergei Shtylyov @ 2015-10-02 21:43 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 10/02/2015 05:00 AM, Simon Horman wrote:

>>>> Describe the PCI USB devices that are behind the PCI bridges, adding necessary
>>>> links to the USB PHY device.
>>>>
>>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
>>>>
>>>> ---
>>>> This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
>>>> 'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
>>>> just posted.
>>
>>> Does this series have any dependencies (e.g. bindings) other
>>
>>     This patch, you mean?
>>
>>> than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?

> Thanks, I have queued this up for v4.4.

    Thank you!

> I think I have got everything now but please let me know if you have any
> shmobile DT patches outstanding which are ready to be queued-up.

    Yes, the R8A7794 HS-USB patch.

MBR, Sergei

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

* Re: [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
  2015-10-02 21:43         ` Sergei Shtylyov
  (?)
@ 2015-10-05  3:02           ` Simon Horman
  -1 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2015-10-05  3:02 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Oct 03, 2015 at 12:43:08AM +0300, Sergei Shtylyov wrote:
> Hello.
> 
> On 10/02/2015 05:00 AM, Simon Horman wrote:
> 
> >>>>Describe the PCI USB devices that are behind the PCI bridges, adding necessary
> >>>>links to the USB PHY device.
> >>>>
> >>>>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >>>>
> >>>>---
> >>>>This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
> >>>>'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
> >>>>just posted.
> >>
> >>>Does this series have any dependencies (e.g. bindings) other
> >>
> >>    This patch, you mean?
> >>
> >>>than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?
> 
> >Thanks, I have queued this up for v4.4.
> 
>    Thank you!
> 
> >I think I have got everything now but please let me know if you have any
> >shmobile DT patches outstanding which are ready to be queued-up.
> 
>    Yes, the R8A7794 HS-USB patch.

Thanks, I have now queued up
"ARM: shmobile: r8a7794: add HS-USB DT support".

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

* Re: [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
@ 2015-10-05  3:02           ` Simon Horman
  0 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2015-10-05  3:02 UTC (permalink / raw)
  To: Sergei Shtylyov
  Cc: linux-sh, devicetree, robh+dt, pawel.moll, mark.rutland,
	ijc+devicetree, galak, magnus.damm, linux, linux-arm-kernel

On Sat, Oct 03, 2015 at 12:43:08AM +0300, Sergei Shtylyov wrote:
> Hello.
> 
> On 10/02/2015 05:00 AM, Simon Horman wrote:
> 
> >>>>Describe the PCI USB devices that are behind the PCI bridges, adding necessary
> >>>>links to the USB PHY device.
> >>>>
> >>>>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >>>>
> >>>>---
> >>>>This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
> >>>>'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
> >>>>just posted.
> >>
> >>>Does this series have any dependencies (e.g. bindings) other
> >>
> >>    This patch, you mean?
> >>
> >>>than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?
> 
> >Thanks, I have queued this up for v4.4.
> 
>    Thank you!
> 
> >I think I have got everything now but please let me know if you have any
> >shmobile DT patches outstanding which are ready to be queued-up.
> 
>    Yes, the R8A7794 HS-USB patch.

Thanks, I have now queued up
"ARM: shmobile: r8a7794: add HS-USB DT support".

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

* [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY
@ 2015-10-05  3:02           ` Simon Horman
  0 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2015-10-05  3:02 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Oct 03, 2015 at 12:43:08AM +0300, Sergei Shtylyov wrote:
> Hello.
> 
> On 10/02/2015 05:00 AM, Simon Horman wrote:
> 
> >>>>Describe the PCI USB devices that are behind the PCI bridges, adding necessary
> >>>>links to the USB PHY device.
> >>>>
> >>>>Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> >>>>
> >>>>---
> >>>>This patch is against 'renesas-devel-20150911v2-v4.2' tag of Simon Horman's
> >>>>'renesas.git' repo plus the R8A7794/SILK PCI USB and USB PHY support patches
> >>>>just posted.
> >>
> >>>Does this series have any dependencies (e.g. bindings) other
> >>
> >>    This patch, you mean?
> >>
> >>>than the aforementioned R8A7794/SILK PCI USB and USB PHY support patches?
> 
> >Thanks, I have queued this up for v4.4.
> 
>    Thank you!
> 
> >I think I have got everything now but please let me know if you have any
> >shmobile DT patches outstanding which are ready to be queued-up.
> 
>    Yes, the R8A7794 HS-USB patch.

Thanks, I have now queued up
"ARM: shmobile: r8a7794: add HS-USB DT support".

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

end of thread, other threads:[~2015-10-05  3:02 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-12 23:00 [PATCH] ARM: shmobile: r8a7794: link PCI USB devices to USB PHY Sergei Shtylyov
2015-09-12 23:00 ` Sergei Shtylyov
2015-09-12 23:00 ` Sergei Shtylyov
2015-09-29  0:37 ` Simon Horman
2015-09-29  0:37   ` Simon Horman
2015-09-29  0:37   ` Simon Horman
2015-09-29 12:52   ` Sergei Shtylyov
2015-09-29 12:52     ` Sergei Shtylyov
2015-09-29 12:52     ` Sergei Shtylyov
2015-10-02  2:00     ` Simon Horman
2015-10-02  2:00       ` Simon Horman
2015-10-02  2:00       ` Simon Horman
2015-10-02 21:43       ` Sergei Shtylyov
2015-10-02 21:43         ` Sergei Shtylyov
2015-10-02 21:43         ` Sergei Shtylyov
2015-10-05  3:02         ` Simon Horman
2015-10-05  3:02           ` Simon Horman
2015-10-05  3:02           ` Simon Horman

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.