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, tma...@apm.com wrote: From: Tirumala Marri tma...@apm.com 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) +{ +

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

2011-10-14 Thread tmarri
From: Tirumala Marri tma...@apm.com 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 tma...@apm.com Signed-off-by: Fushen Chen fc...@apm.com Signed-off-by: Mark Miesfeld mmiesf...@apm.com ---