[U-Boot] [PATCH] axs10x: add support of generic ECHI USB 2.0 controller

2015-11-30 Thread Alexey Brodkin
This commit adds support of USB 2.0 storage media on AXS10x boards. Signed-off-by: Alexey Brodkin --- arch/arc/dts/axs10x.dts | 6 ++ configs/axs101_defconfig | 5 + configs/axs103_defconfig | 5 + 3 files changed, 16 insertions(+) diff --git

Re: [U-Boot] [PATCH] axs10x: add support of generic ECHI USB 2.0 controller

2015-11-30 Thread Marek Vasut
On Monday, November 30, 2015 at 06:12:53 PM, Alexey Brodkin wrote: > This commit adds support of USB 2.0 storage media on AXS10x boards. > > Signed-off-by: Alexey Brodkin The generic-ehci driver has issues, so please fix it and repost. I had to drop it from the PR. Best