RE: [PATCH V8 04/10] USB/ppc4xx: Add Synopsys DWC OTG HCD function

2011-02-07 Thread Tirumala Marri
} dev_set_drvdata(_dev, dwc_otg_device); hcd->regs = otg_dev->base; + hcd->rsrc_start = otg_dev->phys_addr; + hcd->rsrc_len = otg_dev->base_len; hcd->self.otg_port = 1; [Marri] Sure ___ Linuxppc-dev mailing lis

Re: [PATCH V8 04/10] USB/ppc4xx: Add Synopsys DWC OTG HCD function

2011-01-26 Thread Alexander Gordeev
Hi, Please consider squashing this little patch into yours. The driver currently prints 0x as the register base. This patch will fix that. commit 2f850fe637101be287f116a37282b6b1a09e6a98 Author: Alexander Gordeev Date: Mon Nov 29 15:15:25 2010 +0300 dwc_otg: set usb hcd resource a