Re: [PATCH v15 02/10] USB/ppc4xx: Add Synopsys DesignWare HS USB OTG driver framework

2011-10-20 Thread Pratyush Anand
On Sat, Oct 15, 2011 at 3:38 AM, tma...@apm.com wrote: From: Tirumala Marri tma...@apm.com Platform probing is in apmppc.c. Most if this file is common for other platform too. So, why not extract common part and put them here. All the platform specific whether PPC or ARM or else should move

[PATCH v15 02/10] USB/ppc4xx: Add Synopsys DesignWare HS USB OTG driver framework

2011-10-14 Thread tmarri
From: Tirumala Marri tma...@apm.com Platform probing is in apmppc.c. Driver parameter and parameter checking are in param.c. 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 --- drivers/usb/dwc/apmppc.c | 355