summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp56-2/+58
2012-05-18xhci: Add Intel U1/U2 timeout policy.Sarah Sharp3-0/+138
2012-05-18xhci: Add infrastructure for host-specific LPM policies.Sarah Sharp3-0/+335
2012-05-18xhci: Reserve one command for USB3 LPM disable.Sarah Sharp2-0/+14
2012-05-18xhci: Some Evaluate Context commands must succeed.Sarah Sharp3-4/+4
2012-05-18USB: Disable USB 3.0 LPM in critical sections.Sarah Sharp3-1/+118
2012-05-18USB: Add support to enable/disable USB3 link states.Sarah Sharp1-0/+414
2012-05-18USB: Calculate USB 3.0 exit latencies for LPM.Sarah Sharp1-1/+210
2012-05-18USB: Refactor code to set LPM support flag.Sarah Sharp1-5/+17
2012-05-18USB: Make sure to fetch the BOS desc for roothubs.Sarah Sharp1-0/+9
2012-05-18xhci: Add roothub code to set U1/U2 timeouts.Sarah Sharp2-0/+21
2012-05-18xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp1-0/+1
2012-05-18USB: fix resource leak in xhci power loss pathOliver Neukum1-0/+26
2012-05-17usbcore: enable USB2 LPM if port suspend failsAndiry Xu1-0/+4
2012-05-17xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp3-3/+19
2012-05-17USB: storage: fixed keyword related space issues.Jeffrin Jose1-2/+2
2012-05-17USB: storage: fixed several trailing white spaces issues.Jeffrin Jose1-9/+9
2012-05-17USB: storage: fixed C99 comment issue.Jeffrin Jose1-1/+1
2012-05-17Merge branch 'v3.5-for-usb' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman54-388/+371
2012-05-16Revert "USB: serial: sierra: put reset_resume callback back."Greg Kroah-Hartman1-8/+0
2012-05-16USB: serial: fix up reset_resume callbackGreg Kroah-Hartman1-2/+4
2012-05-16USB: serial: ch341: make the reset_resume callback actually work.Greg Kroah-Hartman1-1/+1
2012-05-16staging: usb: gadget: Add FunctionFS support to Configurable Composite Gadget...Andrzej Pietrasiewicz2-12/+346
2012-05-16staging: usb: gadget: Add Configurable Composite Gadget driverMike Lockwood7-0/+1156
2012-05-16USB: serial: generic driver is only for testingBjørn Mork1-0/+2
2012-05-16usb: gadget: at91_udc: fix endpoint descriptor dereferenceNicolas Ferre1-1/+1
2012-05-16usb: fix breakage on systems without ACPISasha Levin1-4/+1
2012-05-15USB: symbolserial.c: remove dbg() usageGreg Kroah-Hartman1-4/+4
2012-05-15USB: spcp8x5.c: remove dbg() usageGreg Kroah-Hartman1-4/+8
2012-05-15USB: qcserial.c: remove dbg() usageGreg Kroah-Hartman1-13/+13
2012-05-15USB: navman.c: remove dbg() usageGreg Kroah-Hartman1-5/+6
2012-05-15USB: ir-usb.c: remove dbg() usageGreg Kroah-Hartman1-22/+28
2012-05-15USB: ipaq.c: remove dbg() usageGreg Kroah-Hartman1-3/+4
2012-05-15USB: generic.c: remove dbg() usageGreg Kroah-Hartman1-8/+13
2012-05-15USB: f81232.c: remove dbg() usageGreg Kroah-Hartman1-8/+12
2012-05-15USB: belkin_sa.c: remove dbg() usageGreg Kroah-Hartman1-5/+6
2012-05-15USB: ark3116.c: remove dbg() usageGreg Kroah-Hartman1-12/+15
2012-05-15USB: aircable.c: remove dbg() usageGreg Kroah-Hartman1-3/+4
2012-05-15USB: serial: sierra: put reset_resume callback back.Greg Kroah-Hartman1-0/+8
2012-05-15USB: serial: ch341: put reset_resume callback back.Greg Kroah-Hartman1-2/+2
2012-05-15USB: serial: hook up reset_resume callbackGreg Kroah-Hartman1-1/+23
2012-05-15usb: chipidea: remove zero check of hw_ep_maxRichard Zhao1-1/+1
2012-05-15USB: CI13xxx: Use usb_put_hcd() on failure to drop HCDMarek Vasut1-1/+1
2012-05-15USB: CI13xxx: Allow use of CONFIG_USB_EHCI_ROOT_HUB_TTMarek Vasut1-2/+2
2012-05-14USB: EHCI: work around bug in the Philips ISP1562 controllerAlan Stern3-1/+9
2012-05-14USB: EHCI: improve full-speed isochronous scheduling routineAlan Stern1-19/+21
2012-05-14usb: musb: cppi: add missing include to fix compilationReinhard Tartler1-0/+1
2012-05-14USB: add read support to usb-serial/../new_idBjørn Mork2-4/+18
2012-05-14USB: let both new_id and remove_id show dynamic id listBjørn Mork1-2/+19
2012-05-14FunctionFS: enable multiple functionsAndrzej Pietrasiewicz2-31/+207