Re: [U-Boot] [PATCH] ehci-pci: Fix PCI EHCI driver for 36-bit

2011-05-12 Thread Remy Bohmer
Hi, 2011/4/19 Zhao Chenhui : > Convert the PCI base address into a virtual address. > > Signed-off-by: Zhao Chenhui > Signed-off-by: Li Yang > --- >  drivers/usb/host/ehci-pci.c |    5 ++--- >  1 files changed, 2 insertions(+), 3 deletions(-) Applied to u-boot-usb. Thanks. Remy ___

Re: [U-Boot] [PATCH] ehci-pci: Fix PCI EHCI driver for 36-bit

2011-05-11 Thread Kumar Gala
ping?? - k On Apr 29, 2011, at 10:41 AM, Kumar Gala wrote: > > On Apr 18, 2011, at 9:47 PM, Zhao Chenhui wrote: > >> Convert the PCI base address into a virtual address. >> >> Signed-off-by: Zhao Chenhui >> Signed-off-by: Li Yang >> --- >> drivers/usb/host/ehci-pci.c |5 ++--- >> 1 files

Re: [U-Boot] [PATCH] ehci-pci: Fix PCI EHCI driver for 36-bit

2011-04-29 Thread Kumar Gala
On Apr 18, 2011, at 9:47 PM, Zhao Chenhui wrote: > Convert the PCI base address into a virtual address. > > Signed-off-by: Zhao Chenhui > Signed-off-by: Li Yang > --- > drivers/usb/host/ehci-pci.c |5 ++--- > 1 files changed, 2 insertions(+), 3 deletions(-) Remy, any comments or acceptanc