summaryrefslogtreecommitdiff
path: root/drivers/usb/musb/musb_virthub.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-24Merge tag 'usb-for-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-1/+18
2013-10-17usb: musb: call musb_start() only once in OTG modeSebastian Andrzej Siewior1-1/+18
2013-10-11usb: musb: start musb on the udc side, tooSebastian Andrzej Siewior1-46/+0
2013-05-28usb: musb: eliminate musb_to_hcdDaniel Mack1-3/+3
2013-05-28usb: musb: use musb->port_modeDaniel Mack1-1/+2
2013-05-28usb: musb: move musb_start to musb_virthub.cDaniel Mack1-0/+44
2013-05-28usb: musb: remove 'ignore_disconnect' flagFelipe Balbi1-3/+0
2013-03-18usb: otg: prefix otg_state_string with usb_Felipe Balbi1-2/+2
2012-08-09usb: musb: drop useless board_mode usageFelipe Balbi1-8/+5
2012-02-13usb: musb: Start using struct usb_otgHeikki Krogerus1-3/+6
2011-07-02usb: musb: drop a gigantic amount of ifdeferryFelipe Balbi1-6/+0
2011-05-13usb: musb: drop unneeded musb_debug trickeryFelipe Balbi1-11/+11
2011-05-07usb: fix building musb driversAnatolij Gustschin1-2/+3
2011-03-14USB 3.0 Hub ChangesJohn Youn1-2/+2
2010-12-07usb: musb: make all glue layer export struct musb_platform_opsFelipe Balbi1-1/+1
2010-08-11USB: convert usb_hcd bitfields into atomic flagsAlan Stern1-1/+1
2010-05-21USB: straighten out port feature vs. port status usageAlan Stern1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2009-06-16musb: support disconnect after HNP roleswitchDavid Brownell1-0/+4
2009-06-16musb: make initial HNP roleswitch work (v2)David Brownell1-1/+10
2009-06-16musb: proper hookup to transceiver driversDavid Brownell1-10/+10
2009-03-25USB: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2008-08-14USB: Add MUSB and TUSB supportFelipe Balbi1-0/+425