summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-11-08usb: gadget: g_ether: fix frame size check for 802.1QIan Coolidge1-1/+2
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
2012-10-31usb: musb: read MUSB_POWER register only when required.Sebastian Andrzej Siewior1-7/+8
2012-10-31usb: dwc3: remove custom unique id handlingSebastian Andrzej Siewior5-81/+6
2012-10-31usb: gadget: dummy_hcd: remove global the_controller variableSebastian Andrzej Siewior1-22/+49
2012-10-31usb: gadget: dummy_hcd: add setup / cleanup of multiple HW intancesSebastian Andrzej Siewior1-25/+72
2012-10-31usb: gadget: dummy_hdc: prepare for multiple instancesSebastian Andrzej Siewior1-16/+16
2012-10-31usb: gadget: let f_* use usb_string_ids_tab() where it makes senseSebastian Andrzej Siewior8-233/+71
2012-10-31usb: gadget: uac2: use the strings directlySebastian Andrzej Siewior1-20/+10
2012-10-31usb: gadget: uac2: provide a variable for interface and alt settingsSebastian Andrzej Siewior1-27/+23
2012-10-31usb: gadget: remove DMA_ADDR_INVALID from f_uac2 and gadgetfsSebastian Andrzej Siewior2-6/+0
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior22-479/+299
2012-10-31usb: gadget: uvc: fix error path in uvc_function_bind()Sebastian Andrzej Siewior1-18/+21
2012-10-31usb: gadget: phonet: free requests in pn_bind()'s error pathSebastian Andrzej Siewior1-2/+6
2012-10-31usb: gadget: midi: make FS and HS availableSebastian Andrzej Siewior1-2/+8
2012-10-31usb: gadget: midi: free hs descriptorsSebastian Andrzej Siewior1-0/+1
2012-10-31usb: gadget: audio: remove c->highpseed = true from f_midi and uac1Sebastian Andrzej Siewior2-2/+0
2012-10-31usb: gadget: network: fix bind() error pathSebastian Andrzej Siewior5-11/+10
2012-10-31usb: gadget: uac2: add some error recovery in afunc_bind()Sebastian Andrzej Siewior1-3/+22
2012-10-31usb: gadget storage: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior1-2/+2