summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2013-01-25usb: dwc3: omap: use device_for_each_child to handle child removalKishon Vijay Abraham I1-1/+11
2013-01-25usb: dwc3: exynos: fix compatible strings for the deviceVivek Gautam1-1/+1
2013-01-25usb: ehci-s5p/ohci-exynos: Fix compatible strings for the deviceVivek Gautam2-2/+2
2013-01-25USB: fix sign-extension bug in the hub driverAlan Stern1-1/+1
2013-01-25USB: uhci: beautify source codeChen Gang3-28/+31
2013-01-25USB: option: add and update Alcatel modemsBjørn Mork1-1/+9
2013-01-25USB: misc: usb3503: add dt supportDongjin Kim1-5/+26
2013-01-25USB: UHCI: remove unused definitionWoody Suwalski1-4/+0
2013-01-25USB: uhci: check buffer length to avoid memory overflowChen Gang3-49/+107
2013-01-24usb: gadget: constify all struct usb_gadget_opsFelipe Balbi9-9/+9
2013-01-24usb: gadget: mv_udc: fix the value of tranceiverChao Xie1-5/+10
2013-01-24usb: host: ehci-mv: remove unused variableChao Xie1-1/+0
2013-01-24usb: otg: mv_otg: use devm_xxx for probeChao Xie1-60/+22
2013-01-24usb: gadget: mv_udc: fix the warning of mv_udc_removeChao Xie1-1/+1
2013-01-24usb: gadget: mv_udc: use devm_xxx for probeChao Xie1-100/+56
2013-01-24usb: gadget: completely remove ->start/->stopFelipe Balbi1-75/+14
2013-01-24usb: gadget: s3c2410: convert to udc_start/udc_stopFelipe Balbi2-53/+13
2013-01-24usb: gadget: pxa27x_udc: convert to udc_start/udc_stopFelipe Balbi2-46/+16
2013-01-24usb: gadget: pxa25x_udc: convert to udc_start/udc_stopFelipe Balbi2-48/+15
2013-01-24usb: gadget: pch_udc: convert to udc_start/udc_stopFelipe Balbi1-53/+14
2013-01-24usb: gadget: omap_udc: convert to udc_start/udc_stopFelipe Balbi1-37/+12
2013-01-24usb: gadget: m66592-udc: convert to udc_start/udc_stopFelipe Balbi2-51/+20
2013-01-24usb: gadget: fsl_udc_core: convert to udc_start/udc_stopFelipe Balbi1-47/+11
2013-01-24usb: gadget: goku_udc: convert to udc_start/udc_stopFelipe Balbi2-56/+15
2013-01-24usb: gadget: fusb300_udc: convert to udc_start/udc_stopFelipe Balbi2-47/+20
2013-01-24usb: gadget: amd5536udc: convert to udc_start/udc_stopFelipe Balbi2-45/+16
2013-01-24usb: Using correct way to clear usb3.0 device's remote wakeup feature.Lan Tianyu1-18/+52
2013-01-24usb: Prevent dead ports when xhci is not enabledDavid Moore1-0/+1
2013-01-24USB: XHCI: fix memory leak of URB-private dataAlan Stern1-0/+2
2013-01-24drivers: xhci: fix incorrect bit testNickolai Zeldovich1-1/+1
2013-01-24xhci: Fix TD size for isochronous URBs.Sarah Sharp1-2/+3
2013-01-24xhci: Fix isoc TD encoding.Sarah Sharp1-1/+3
2013-01-24usb: dwc3: gadget: change HIRD threshold to 12Felipe Balbi1-2/+5
2013-01-24usb: gadget: mv_udc: use udc_start and udc_stop functionsChao Xie1-44/+35
2013-01-23USB: EHCI: fix build error in ehci-mxcAlan Stern4-76/+53
2013-01-23usb: phy: samsung: Remove __devinit, __devexit_p and __exit annotationsVivek Gautam1-3/+3
2013-01-23USB: ohci-exynos: Add phy driver supportVivek Gautam1-21/+63
2013-01-23USB: ehci-s5p: Add phy driver supportVivek Gautam1-21/+59
2013-01-23usb: phy: samsung: Add host phy support to samsung-phy driverVivek Gautam2-29/+486
2013-01-23ARM: EXYNOS: Update & move usb-phy types to generic include layerVivek Gautam2-8/+10
2013-01-22usb: Convert to devm_ioremap_resource()Thierry Reding22-89/+76
2013-01-22USB: EHCI: add a name for the platform-private fieldAlan Stern1-0/+3
2013-01-22USB: EHCI: fix incorrect configuration testAlan Stern1-1/+1
2013-01-22USB: EHCI: Move definition of EHCI_STATS to ehci.hRoger Quadros2-4/+4
2013-01-22USB: UHCI: fix IRQ race during initializationAlan Stern1-6/+9
2013-01-22USB: Set usb port's DeviceRemovable according acpi informationLan Tianyu3-0/+50
2013-01-22drivers/usb/chipidea/core.c: adjust duplicate testJulia Lawall1-1/+1
2013-01-21Merge tag 'fixes-for-v3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman7-39/+61
2013-01-21usb: gadget: fix two sparse warningsFelipe Balbi2-2/+2
2013-01-21usb: gadget: f_uac2: fix compile warningFelipe Balbi1-1/+0