Re: [U-Boot] [PATCH 2/5] usb: ehci: Use map_physmem in ehci-generic

2016-01-27 Thread Marek Vasut
On Wednesday, January 27, 2016 at 03:21:17 PM, Alexey Brodkin wrote: > Hi Marek, Hi, > On Wed, 2016-01-27 at 03:14 +0100, Marek Vasut wrote: > > Some architectures, like MIPS, require remapping of the registers. > > Add the map_physmem() call to handle it. > > > > Signed-off-by: Marek Vasut > >

Re: [U-Boot] [PATCH 2/5] usb: ehci: Use map_physmem in ehci-generic

2016-01-27 Thread Alexey Brodkin
Hi Marek, On Wed, 2016-01-27 at 03:14 +0100, Marek Vasut wrote: > Some architectures, like MIPS, require remapping of the registers. > Add the map_physmem() call to handle it. > > Signed-off-by: Marek Vasut > Cc: Daniel Schwierzeck > Cc: Hans de Goede > Cc: Masahiro Yamada > Cc: Alexey Brodki

[U-Boot] [PATCH 2/5] usb: ehci: Use map_physmem in ehci-generic

2016-01-26 Thread Marek Vasut
Some architectures, like MIPS, require remapping of the registers. Add the map_physmem() call to handle it. Signed-off-by: Marek Vasut Cc: Daniel Schwierzeck Cc: Hans de Goede Cc: Masahiro Yamada Cc: Alexey Brodkin --- drivers/usb/host/ehci-generic.c | 4 +++- 1 file changed, 3 insertions(+)