summaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg/fsl_otg.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-18usb: phy: move all PHY drivers to drivers/usb/phy/Felipe Balbi1-1173/+0
2013-03-18usb: otg: prefix otg_state_string with usb_Felipe Balbi1-1/+1
2013-03-18usb: otg: fsl_otg: remove redundant NULL check before kfreeSyam Sidhardhan1-20/+10
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-10usb: otg: move the dereference below the NULL testWei Yongjun1-10/+24
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-3/+3
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-3/+3
2012-02-13usb: otg: fsl: Start using struct usb_otgHeikki Krogerus1-51/+62
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus1-9/+9
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-12/+1
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-11-28usb: convert drivers/usb/* to use module_platform_driver()Axel Lin1-12/+1
2011-05-02USB: add Freescale USB OTG Transceiver driverLi Yang1-0/+1169