summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-11USB: EHCI: Add MSM Host Controller driverPavankumar Kondeti4-0/+307
2010-12-11USB: Add MSM OTG Controller driverPavankumar Kondeti5-0/+1025
2010-12-11USB: EHCI: ASPM quirk of ISOC on AMD SB800Alex He4-0/+120
2010-12-11USB: serial: usb_wwan: Add missing uaccess.h / fix build failurePeter Huewe1-0/+1
2010-12-11USB: otg: fix link breakage, when the NOP USB Xceiver is a moduleGuennadi Liakhovetski1-1/+1
2010-12-11usb: gadget: f_fs: Remove redundant unlikely()Tobias Klauser1-2/+2
2010-12-11USB: host: uhci-q: Fixed minor coding style issuesTobias Ollmann1-5/+7
2010-12-11usb: gadget/imx-udc: fix interrupt name againUwe Kleine-König1-2/+6
2010-12-11USB: whci-hcd: fix compiler warningNamhyung Kim1-1/+1
2010-12-03Merge branch 'sh/ehci' of master.kernel.org:/pub/scm/linux/kernel/git/lethal/...Greg Kroah-Hartman6-10/+285
2010-12-03Merge branch 'for-next' of git://gitorious.org/usb/usb into usb-nextGreg Kroah-Hartman16-15/+34
2010-12-03uwb: fix compiler warning on i1480_est_id_tableNamhyung Kim1-1/+1
2010-12-03uwb: fix compiler warning on whcrc_id_tableNamhyung Kim1-1/+1
2010-12-03usb: g_audio: Fix crash at driver removalRichard Röjfors1-5/+5
2010-12-01usb: musb: gadget: prevent a NULL pointer dereferenceFelipe Balbi1-5/+8
2010-12-01usb: musb: add names for IRQs in structure resourceHema Kalliguddi10-3/+17
2010-12-01usb: musb: remove board_data parameter from musb_platform_init()Hema Kalliguddi6-7/+9
2010-12-01sh: Convert to USB_ARCH_HAS_OHCI/EHCI selects.Paul Mundt2-6/+5
2010-12-01Merge branch 'omap4-ehci-for-greg' of git://dev.omapzoom.org/pub/scm/anand/li...Greg Kroah-Hartman10-77/+424
2010-12-01USB: pxa: Add USB client support for Marvell PXA9xx/PXA168 chipscxie45-0/+2672
2010-12-01usb: Add in missing EHCI helpers.Paul Mundt4-0/+10
2010-12-01usb: gadget: langwell_udc: add usb test mode supportLuo Andy2-0/+33
2010-12-01usb: composite gadget: set vbus_draw current limitation during suspendHao Wu1-0/+8
2010-12-01usb: otg: twl4030-usb: Fix unbalanced regulator disables at module removalJarkko Nikula1-1/+2
2010-12-01usb-wwan: implement TIOCGSERIAL and TIOCSSERIAL to avoid blocking close(2)Dan Williams3-0/+81
2010-12-01USB: Remove unnecessary casts of void ptr returning alloc function return valuesJesper Juhl1-1/+1
2010-12-01usbmon: correct length for isochronousPete Zaitcev1-3/+31
2010-12-01omap4: 4430sdp: enable the ehci port on 4430SDPKeshava Munegowda1-0/+20
2010-12-01arm: omap4: select USB_ARCH_HAS_EHCIAnand Gadiyar1-0/+1
2010-12-01arm: omap4: usb: add platform init code for EHCIAnand Gadiyar1-8/+136
2010-12-01arm: omap4: add USBHOST and related base addressesAnand Gadiyar1-0/+5
2010-12-01usb: ehci-omap: Add OMAP4 supportAnand Gadiyar1-42/+212
2010-12-01omap: usb: ehci: introduce HSIC modeAnand Gadiyar1-0/+1
2010-12-01usb: ehci-omap: add helpers for checking port modeAnand Gadiyar1-9/+12
2010-12-01usb: ehci-omap: use clkdev aliases for functional clocksAnand Gadiyar1-2/+2
2010-12-01omap: clock: add clkdev aliases for EHCI clocksAnand Gadiyar2-0/+10
2010-12-01usb: ehci: introduce CONFIG_USB_EHCI_HCD_OMAPKeshava Munegowda2-1/+9
2010-12-01usb: ehci-omap: don't hard-code TLL channel countKeshava Munegowda1-4/+5
2010-12-01usb: ehci-omap: update clock names to be more genericKeshava Munegowda1-22/+22
2010-11-26usb: ehci-sh: Add missing ehci helpers.Paul Mundt1-0/+2
2010-11-26usb: ehci-sh: Fix up fault in shutdown path.Paul Mundt1-1/+10
2010-11-18USB: ce4100: Add support for CE4100 EHCI IP block to EHCI driverDirk Brandewie1-0/+7
2010-11-18USB: fix leftover references to udev->autosuspend_delayAlan Stern3-3/+4
2010-11-18usb: gadget: g_fs: Fix compilation warningMichal Nazarewicz2-40/+40
2010-11-17USB: improve uses of usb_mark_last_busyAlan Stern3-16/+10
2010-11-17USB: use the runtime-PM autosuspend implementationAlan Stern8-167/+71
2010-11-17USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei6-19/+13
2010-11-17USB: use sysfs_merge_group for power attributesAlan Stern1-33/+17
2010-11-17USB: use the no_callbacks flag for interfacesMing Lei2-53/+31
2010-11-17USB device driver of Topcliff PCHToshiharu Okada4-0/+2971