> -----Original Message----- > From: Mehresh Ramneek-B31383 > Sent: Tuesday, March 20, 2012 1:06 PM > To: linux-usb@xxxxxxxxxxxxxxx > Cc: Chen Peter-B29397; Li Yang-R58472; Mehresh Ramneek-B31383 > Subject: [PATCH][v8]fsl/usb:Add controller version based ULPI and UTMI > phy support > > Add support for ULPI and UTMI PHYs based on usb controller > version info read from device-tree > > Example of USB Controller versioning info: > Version 1.2 and below : MPC8536, MPC8315, etc > Version 1.6 : P1020, P1010, P2020, P5020, etc > Version 2.2 : PSC9131, PSC9132, P3060, etc > > No changes for non-DT users > > Signed-off-by: Ramneek Mehresh <ramneek.mehresh@xxxxxxxxxxxxx> Acked-by: Li Yang <leoli@xxxxxxxxxxxxx> > --- > v6 tested and acked by Peter Chen for imx platforms > > Changes for v8: > - included usb controller version inside > usb platform data structure > - usb device node passed to usb_get_ver_info() > instead of searching for it > - modified print messages as per latest coding guidelines > - check for controller version moved to fsl_usb2_mph_dr_of_probe() > - introduced MACROS for FSL USB controller versions in > include/linux/fsl_devies.h > > drivers/usb/gadget/fsl_udc_core.c | 28 ++++++++++++++++++++---- > drivers/usb/gadget/fsl_usb2_udc.h | 11 ++++++++++ > drivers/usb/host/ehci-fsl.c | 35 +++++++++++++++++++++++++------ > drivers/usb/host/ehci-fsl.h | 13 ++++++++++- > drivers/usb/host/fsl-mph-dr-of.c | 41 > +++++++++++++++++++++++++++++++++++++ > include/linux/fsl_devices.h | 9 +++++++- > 6 files changed, 123 insertions(+), 14 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html