aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg/otg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-18usb: otg: move usb_otg_state_string to usb-common.cFelipe Balbi1-47/+0
2013-03-18usb: otg: prefix otg_state_string with usb_Felipe Balbi1-2/+2
2013-03-18usb: phy: move bulk of otg/otg.c to phy/phy.cSascha Hauer1-427/+0
2013-03-04usb: otg: use try_module_get in all usb_get_phy functions and add missing module_putMarc Kleine-Budde1-3/+7
2013-01-25usb: otg: add device tree support to otg libraryKishon Vijay Abraham I1-0/+80
2013-01-25usb: otg: utils: add facilities in phy lib to support multiple PHYs of same typeKishon Vijay Abraham I1-1/+117
2013-01-25usb: otg: add an api to bind the usb controller and phyKishon Vijay Abraham I1-0/+37
2012-08-09usb: otg: Remove the unneeded NULL checkShubhrajyoti D1-1/+1
2012-07-02usb: phy: fix error handling in usb_get_phyKishon Vijay Abraham I1-1/+2
2012-07-02usb: phy: fix return value check of usb_get_phyKishon Vijay Abraham I1-2/+2
2012-06-25usb: otg: utils: devres: Add API's to associate a device with the phyKishon Vijay Abraham I1-0/+62
2012-06-25usb: otg: support for multiple transceivers by a single controllerKishon Vijay Abraham I1-12/+84
2012-06-25usb: otg: utils: rename function name in OTG utilsKishon Vijay Abraham I1-16/+16
2012-02-13usb: otg: Separate otg members from usb_phyHeikki Krogerus1-19/+19
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus1-4/+4
2011-10-31usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where neededPaul Gortmaker1-0/+1
2011-05-02usb: factor out state_string() on otg driversAnatolij Gustschin1-0/+35
2009-04-23USB: otg: Fix bug on remove path without transceiverRobert Jarzmik1-1/+2
2009-01-07USB: otg: sharable otg transceiver opsTony Lindgren1-0/+65