Re: [PATCH 1/4] usb: Add Aspeed SoC USB controllers to device-tree

2017-06-26 Thread Sergei Shtylyov
On 06/26/2017 05:46 PM, Benjamin Herrenschmidt wrote: arch/arm/boot/dts/aspeed-g4.dtsi | 15 +++ arch/arm/boot/dts/aspeed-g5.dtsi | 22 ++ 2 files changed, 37 insertions(+) If the patch only changes .dtsi files, the subject needs to be smth like "ARM: d

Re: [PATCH 1/4] usb: Add Aspeed SoC USB controllers to device-tree

2017-06-26 Thread Benjamin Herrenschmidt
On Mon, 2017-06-26 at 12:45 +0300, Sergei Shtylyov wrote: > > > arch/arm/boot/dts/aspeed-g4.dtsi | 15 +++ > > arch/arm/boot/dts/aspeed-g5.dtsi | 22 ++ > > 2 files changed, 37 insertions(+) > > If the patch only changes .dtsi files, the subject needs to be

Re: [PATCH 1/4] usb: Add Aspeed SoC USB controllers to device-tree

2017-06-26 Thread Sergei Shtylyov
Hello. On 6/25/2017 11:18 PM, Benjamin Herrenschmidt wrote: Now that the necessary tweaks for the Aspeed variant of UHCI are supported, this adds the USB controllers to the DT template of the AST24xx and AST25xx SoCs. The EHCI works with the current unmodified driver. This patch doesn't enabl

Re: [PATCH 1/4] usb: Add Aspeed SoC USB controllers to device-tree

2017-06-25 Thread Benjamin Herrenschmidt
On Sun, 2017-06-25 at 15:18 -0500, Benjamin Herrenschmidt wrote: > Now that the necessary tweaks for the Aspeed variant of UHCI > are supported, this adds the USB controllers to the DT > template of the AST24xx and AST25xx SoCs. > > The EHCI works with the current unmodified driver. And this depen

[PATCH 1/4] usb: Add Aspeed SoC USB controllers to device-tree

2017-06-25 Thread Benjamin Herrenschmidt
Now that the necessary tweaks for the Aspeed variant of UHCI are supported, this adds the USB controllers to the DT template of the AST24xx and AST25xx SoCs. The EHCI works with the current unmodified driver. This patch doesn't enable them by default on any board specific .dts yet. This will be d