Re: [PATCH v15 07/10] USB/ppc4xx: Add Synopsys DWC OTG PCD function

2011-10-20 Thread Pratyush Anand
On Sat, Oct 15, 2011 at 3:39 AM, wrote: > From: Tirumala Marri > > The PCD is responsible for translating requests from the gadget driver > to appropriate actions on the DWC OTG controller. > [...] > +static int dwc_otg_pcd_ep_disable(struct usb_ep *_ep) > +{ > + struct pcd_ep *ep; > +

[PATCH v15 07/10] USB/ppc4xx: Add Synopsys DWC OTG PCD function

2011-10-14 Thread tmarri
From: Tirumala Marri The PCD is responsible for translating requests from the gadget driver to appropriate actions on the DWC OTG controller. Signed-off-by: Tirumala R Marri Signed-off-by: Fushen Chen Signed-off-by: Mark Miesfeld --- drivers/usb/dwc/pcd.c | 1791 +