Message ID | 10927620.1TFu7PRvi4@wasted.cogentembedded.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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?
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
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.
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
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".
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 {
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(+)