summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2012-03-09USB: serial: metro-usb: add to the buildGreg Kroah-Hartman2-0/+9
2012-03-09USB: serial: metro-usb: fix up usb_serial_register callsGreg Kroah-Hartman1-11/+7
2012-03-09USB: serial: add metro-usb driver to the treeAleksey Babahin2-0/+674
2012-03-09USB: gadget: Make g_hid device class conform to spec.Orjan Friberg1-3/+3
2012-03-09usb: cdc-wdm: adding usb_cdc_wdm_register subdriver supportBjørn Mork1-4/+59
2012-03-09usb: cdc-wdm: adding list lookup indirectionBjørn Mork1-12/+48
2012-03-09usb: cdc-wdm: split out reusable parts of probeBjørn Mork1-51/+54
2012-03-09USB: Microchip VID mislabeled as Hornby VID in ftdi_sio.Bruno Thomsen2-4/+8
2012-03-09USB: ehci-s5p: add DMA burst supportJingoo Han1-0/+15
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-3/+0
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby3-3/+0
2012-03-08USB: cdc-acm, use tty_standard_installJiri Slaby1-6/+1
2012-03-06usb/gadget/pch_udc: Fix compile errorTomoya MORINAGA1-0/+1
2012-03-03usb: otg: ab8500-usb: make probe() work againDan Carpenter1-1/+1
2012-03-03usb: gadgetfs: return number of bytes on ep0 read requestThomas Faber1-0/+2
2012-03-03usb: ohci-pxa27x: add explicit include of hardware.hRob Herring1-0/+1
2012-03-03usb/core: remove "always" from usb_unlink_urb() kernel doc entrySebastian Andrzej Siewior1-4/+7
2012-03-03Allocate correct size (portably) in drivers/usb/gadget/f_midi.c::f_midi_bind()Jesper Juhl1-1/+1
2012-03-03usb: gadget: dummy_hcd: signedness bug in transfer()Dan Carpenter1-1/+1
2012-03-03usb: sl811-hcd: Convert to module_platform_driverTobias Klauser1-17/+4
2012-03-03usb: r8a66597-hcd: Convert to module_platform_driverTobias Klauser1-17/+4
2012-03-03usb: isp116x-hcd: Convert to module_platform_driverTobias Klauser1-19/+4
2012-03-03usb: dwc3: core: Convert to module_platform_driverTobias Klauser1-12/+2
2012-03-03usb: cp210x: Update to support CP2105 and multiple interface devicesPreston Fick1-3/+41
2012-03-03Revert "powerpc/usb: fix issue of CPU halt when missing USB PHY clock"Greg Kroah-Hartman2-10/+2
2012-03-03Merge tag 'dwc3-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman11-413/+897
2012-03-02usb: dwc3: clear 'res_trans_idx' as soon as it becomes invalidPaul Zimmerman2-3/+4
2012-03-02usb: dwc3: take lock while modifying flagsPaul Zimmerman1-0/+7
2012-03-02usb: dwc3: shorten long delay in dwc3_gadget_set_link_state()Paul Zimmerman1-4/+3
2012-03-02usb: dwc3: pci: fix failure path in dwc3_pci_probe()Paul Zimmerman1-1/+3
2012-03-02usb: dwc3: replace hard-coded constant in DWC3_GCTL_SCALEDOWN(3)Paul Zimmerman2-1/+2
2012-03-02usb: dwc3: fix bogus test in dwc3_gadget_start_isocPaul Zimmerman1-11/+5
2012-03-02usb: dwc3: use proper function for setting endpoint nameAnton Tikhomirov1-4/+4
2012-03-02usb: dwc3: gadget: don't wrap around the TRB poll on non-ISOCPaul Zimmerman1-0/+8
2012-03-02usb: dwc3: make dwc3_get_device_id() return the idDan Carpenter1-1/+1
2012-03-02usb: dwc3: clean up whitespace damage, typos, missing parens, etc.Paul Zimmerman5-47/+46
2012-03-02usb: dwc3: linux/module.h included twiceDanny Kukawka2-2/+0
2012-03-02usb: dwc3: use devm_xxx functionsChanho Park3-125/+90
2012-03-02usb: dwc3: Add Exynos Specific Glue layerAnton Tikhomirov2-0/+164
2012-03-01usb: core: hcd: make hcd->irq unsignedFelipe Balbi6-11/+11
2012-03-01USB: ftdi_sio: add support for BeagleBone rev A5+Peter Korsgaard1-2/+2
2012-03-01USB: option driver: adding support for Telit CC864-SINGLE, CC864-DUAL and DE9...Daniele Palmas1-0/+6
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman47-685/+2700
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman53-845/+963
2012-03-01Merge tag 'musb-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman10-72/+92
2012-03-01Revert "powerpc/usb: fix usb CTRL_PHY_CLK_VALID breaks on some platform"Greg Kroah-Hartman1-14/+10
2012-02-29USB: serial: add Fintek F81232 usb to serial driverGreg Kroah-Hartman3-0/+415
2012-02-29USB: serial: zio.c: use module_usb_serial_driverGreg Kroah-Hartman1-12/+1
2012-02-29USB: serial: whiteheat.c: use module_usb_serial_driverGreg Kroah-Hartman1-24/+1
2012-02-29USB: serial: vivopay-serial.c: use module_usb_serial_driverGreg Kroah-Hartman1-19/+1