summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: gadget: Separate out PCI bus code from ci13xxx_udcPavankumar Kondeti2010-12-105-168/+181
* USB: OTG: msm: Add support for power managementPavankumar Kondeti2010-12-102-6/+282
* USB: EHCI: msm: Add support for power managementPavankumar Kondeti2010-12-102-2/+57
* USB: EHCI: Add MSM Host Controller driverPavankumar Kondeti2010-12-104-0/+307
* USB: Add MSM OTG Controller driverPavankumar Kondeti2010-12-103-0/+861
* USB: EHCI: ASPM quirk of ISOC on AMD SB800Alex He2010-12-104-0/+120
* USB: serial: usb_wwan: Add missing uaccess.h / fix build failurePeter Huewe2010-12-101-0/+1
* usb: gadget: f_fs: Remove redundant unlikely()Tobias Klauser2010-12-101-2/+2
* USB: host: uhci-q: Fixed minor coding style issuesTobias Ollmann2010-12-101-5/+7
* usb: gadget/imx-udc: fix interrupt name againUwe Kleine-König2010-12-101-2/+6
* USB: whci-hcd: fix compiler warningNamhyung Kim2010-12-101-1/+1
* Merge branch 'sh/ehci' of master.kernel.org:/pub/scm/linux/kernel/git/lethal/...Greg Kroah-Hartman2010-12-034-6/+249
|\
| * sh: Convert to USB_ARCH_HAS_OHCI/EHCI selects.Paul Mundt2010-12-011-6/+0
| * usb: ehci-sh: Add missing ehci helpers.Paul Mundt2010-11-261-0/+2
| * usb: ehci-sh: Fix up fault in shutdown path.Paul Mundt2010-11-261-1/+10
| * usb: ehci-hcd: Add support for SuperH EHCI.Paul Mundt2010-11-013-0/+238
| * usb: ohci-sh: Set IRQ as shared.Paul Mundt2010-11-011-1/+1
* | Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman2010-12-039-15/+20
|\ \
| * | usb: musb: gadget: prevent a NULL pointer dereferenceFelipe Balbi2010-12-011-5/+8
| * | usb: musb: add names for IRQs in structure resourceHema Kalliguddi2010-12-013-3/+3
| * | usb: musb: remove board_data parameter from musb_platform_init()Hema Kalliguddi2010-12-016-7/+9
* | | uwb: fix compiler warning on i1480_est_id_tableNamhyung Kim2010-12-031-1/+1
* | | uwb: fix compiler warning on whcrc_id_tableNamhyung Kim2010-12-031-1/+1
* | | usb: g_audio: Fix crash at driver removalRichard Röjfors2010-12-031-5/+5
|/ /
* | Merge branch 'omap4-ehci-for-greg' of git://dev.omapzoom.org/pub/scm/anand/li...Greg Kroah-Hartman2010-12-013-69/+251
|\ \
| * | usb: ehci-omap: Add OMAP4 supportAnand Gadiyar2010-11-301-42/+212
| * | usb: ehci-omap: add helpers for checking port modeAnand Gadiyar2010-11-301-9/+12
| * | usb: ehci-omap: use clkdev aliases for functional clocksAnand Gadiyar2010-11-301-2/+2
| * | usb: ehci: introduce CONFIG_USB_EHCI_HCD_OMAPKeshava Munegowda2010-11-302-1/+9
| * | usb: ehci-omap: don't hard-code TLL channel countKeshava Munegowda2010-11-301-4/+5
| * | usb: ehci-omap: update clock names to be more genericKeshava Munegowda2010-11-301-22/+22
* | | USB: pxa: Add USB client support for Marvell PXA9xx/PXA168 chipscxie42010-12-015-0/+2672
* | | usb: Add in missing EHCI helpers.Paul Mundt2010-12-014-0/+10
* | | usb: gadget: langwell_udc: add usb test mode supportLuo Andy2010-12-011-0/+23
* | | usb: composite gadget: set vbus_draw current limitation during suspendHao Wu2010-12-011-0/+8
* | | usb: otg: twl4030-usb: Fix unbalanced regulator disables at module removalJarkko Nikula2010-12-011-1/+2
* | | usb-wwan: implement TIOCGSERIAL and TIOCSSERIAL to avoid blocking close(2)Dan Williams2010-12-013-0/+81
* | | USB: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl2010-12-011-1/+1
* | | usbmon: correct length for isochronousPete Zaitcev2010-12-011-3/+31
|/ /
* | USB: ce4100: Add support for CE4100 EHCI IP block to EHCI driverDirk Brandewie2010-11-171-0/+7
* | USB: fix leftover references to udev->autosuspend_delayAlan Stern2010-11-173-3/+4
* | usb: gadget: g_fs: Fix compilation warningMichal Nazarewicz2010-11-172-40/+40
* | USB: improve uses of usb_mark_last_busyAlan Stern2010-11-163-16/+10
* | USB: use the runtime-PM autosuspend implementationAlan Stern2010-11-166-110/+13
* | USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei2010-11-165-16/+11
* | USB: use sysfs_merge_group for power attributesAlan Stern2010-11-161-33/+17
* | USB: use the no_callbacks flag for interfacesMing Lei2010-11-162-53/+31
* | USB device driver of Topcliff PCHToshiharu Okada2010-11-164-0/+2971
* | usb: gadget: f_fs: remove custom printk() wrappersMichal Nazarewicz2010-11-161-60/+48
* | usb: gadget: FunctionFS: fix typos and coding styleMichal Nazarewicz2010-11-162-178/+186