summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-11-12xhci: Avoid global symbol pollution with handshake.Sarah Sharp3-13/+15
2012-11-12USB: report submission of active URBsAlan Stern1-1/+6
2012-11-12USB: EHCI: bugfix: urb->hcpriv should not be NULLAlan Stern2-11/+5
2012-11-12USB: EHCI: miscellaneous cleanups for the library conversionAlan Stern5-16/+9
2012-11-12USB: fix endpoint-disabling for failed config changesAlan Stern1-23/+31
2012-11-12Merge tag 'gadget-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman44-4755/+780
2012-11-12Merge tag 'dwc3-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman6-132/+43
2012-11-12Merge tag 'musb-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman15-353/+188
2012-11-12Merge tag 'xceiv-for-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman4-13/+234
2012-11-09Revert "usb: musb: dsps: remove explicit NOP device creation"Afzal Mohammed1-1/+2
2012-11-08usb: gadget: ncm: correct endianess conversionDmytro Milinevskyy1-4/+8
2012-11-08usb: gadget: g_ether: fix frame size checkIan Coolidge1-1/+2
2012-11-08usb: gadget: Remove reference to is_dualspeed from sysfs.Michal Nazarewicz2-14/+0
2012-11-08usb: gadget: storage_common: Make fsg_lun_is_open() a function.Michal Nazarewicz1-2/+5
2012-11-08usb: gadget: storage_common: Drop #ifdefs used for the sake of FSG.Michal Nazarewicz2-134/+0
2012-11-08usb: gadget: storage_common: Remove FSG specific definitions.Michal Nazarewicz1-28/+0
2012-11-08usb: gadget: Remove File-backed Storage Gadget (g_file_storage).Michal Nazarewicz5-3687/+4
2012-11-08usb: renesas_usbhs: use transfer counter if IN direction bulk pipeKuninori Morimoto3-0/+106
2012-11-08usb: dwc3: core: don't kfree() devm_kzalloc()'ed memoryFelipe Balbi1-3/+1
2012-11-06usb: musb: remove generic_interruptPhilippe De Swert4-33/+46
2012-11-06usb: musb: cppi_dma: export cppi_interrupt()Sergei Shtylyov1-0/+1
2012-11-06usb: renesas_usbhs: host: add endpoint user counterKuninori Morimoto1-11/+13
2012-11-06usb: renesas_usbhs: remove debug information from usbhsh_hub_status_data()Kuninori Morimoto1-4/+0
2012-11-06usb: fix typo in drivers/usbMasanari Iida4-4/+4
2012-11-06usb: musb: dsps: control module handling (quirk)Santhapuri, Damodar1-0/+69
2012-11-06usb: musb: dsps: get resources by indexAfzal Mohammed1-8/+6
2012-11-06usb: musb: dsps: reduce musb instance to oneAfzal Mohammed1-1/+1
2012-11-06usb: musb: dsps: remove platform callbackAfzal Mohammed1-26/+0
2012-11-06usb: dwc3: exynos: remove platform data supportVivek Gautam1-16/+0
2012-11-06usb: dwc3: exynos: add support for device treeVivek Gautam1-0/+20
2012-11-03USB: EHCI: fix build error in ChipIdea host driverAlan Stern1-0/+1
2012-11-02fix build of EHCI debug port code when USB_CHIPIDEA but !USB_EHCI_HCDJan Beulich1-2/+2
2012-11-02USB: EHCI: fix build error by making ChipIdea host a normal EHCI driverAlan Stern3-54/+9
2012-11-02USB: ohci-exynos: initialize registers pointer earlierVincent Palatin1-4/+6
2012-11-02USB: EHCI: fix build error in ehci-platform.c under PowerPCAlan Stern1-0/+2
2012-11-01USB: EHCI: make ehci-platform a separate driverAlan Stern4-35/+40
2012-11-01USB: EHCI: make ehci-pci a separate driverAlan Stern4-74/+60
2012-11-01USB: EHCI: prepare to make ehci-hcd a library moduleAlan Stern3-7/+89
2012-11-01usb: musb: remove hand-crafted id handlingSebastian Andrzej Siewior10-168/+22
2012-11-01usb: phy: add R-Car USB phy driverKuninori Morimoto3-0/+233
2012-10-31USB: option: idVendor and idProduct are __le16Bjørn Mork1-3/+3
2012-10-31USB: option: replace vendor probe rule with match flagsBjørn Mork1-38/+33
2012-10-31USB: option: never bind to a usb-storage interfaceBjørn Mork1-7/+2
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern17-123/+21
2012-10-31USB: EHCI: remove unused Link Power Management codeAlan Stern7-239/+1
2012-10-31USB: remove iteration limit in hub_tt_work()Alan Stern1-4/+0
2012-10-31USB: serial: remove driver version informationJohan Hovold32-119/+1
2012-10-31usb: musb: Perform only write access on MUSB_INTRTXESebastian Andrzej Siewior4-16/+15
2012-10-31usb: musb: Perform only write access on MUSB_INTRRXESebastian Andrzej Siewior3-11/+12
2012-10-31usb: musb: avoid FADDR read accessSebastian Andrzej Siewior2-6/+3