
11 Apr
2016
11 Apr
'16
7:25 p.m.
Hi,
On Fri, 2016-04-08 at 19:27 +0200, Marek Vasut wrote:
On 04/08/2016 07:00 PM, Alexey Brodkin wrote:
Commit cf7c93cdd755 "usb: ehci: Implement V2P mapping" introduced usage of virt_to_phys() in ehci-hcd.
Since there was no implementation of virt_to_phys() for ARC compilation of the ehci-generic driver failed.
This change adds virt_to_phys() stub for ARC so now USB driver for AXS101 board could be built again.
Signed-off-by: Alexey Brodkin abrodkin@synopsys.com Cc: Marek Vasut marex@denx.de Cc: Daniel Schwierzeck daniel.schwierzeck@gmail.com Cc: Hans de Goede hdegoede@redhat.com
Applied to u-boot-arc, thanks.
-Alexey