aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-11usb: chipidea: add host roleAlexander Shishkin9-9/+212
2012-05-11usb: chipidea: use common definition for USBMODE bitsAlexander Shishkin3-8/+8
2012-05-11usb: chipidea: drop unused msm register definitionsAlexander Shishkin1-3/+0
2012-05-11usb: chipidea: drop redundant NULL checkAlexander Shishkin1-3/+0
2012-05-11usb: chipidea: isr_reset_handler fix missing lockingMichael Grzeschik1-1/+1
2012-05-11usb: chipidea: brush up structure definitionsAlexander Shishkin2-61/+120
2012-05-11usb: chipidea: remove unused field "regs" from ci13xxxAlexander Shishkin2-2/+1
2012-05-11usb: chipidea: add support for rolesAlexander Shishkin7-115/+325
2012-05-11usb: chipidea: split the driver code into unitsAlexander Shishkin12-1418/+1597
2012-05-11usb: move ci13xxx and related code to drivers/usb/chipideaAlexander Shishkin10-44/+24
2012-05-11usb: gadget: ci13xxx: print basic device info when probingAlexander Shishkin1-0/+3
2012-05-11usb: gadget: ci13xxx: don't use "advance" feature when setting addressAlexander Shishkin2-10/+14
2012-05-11usb: gadget: ci13xxx: fix the context of register mapAlexander Shishkin1-1/+1
2012-05-11usb: gadget: ci13xxx: get rid of local tracing for goodAlexander Shishkin2-82/+0
2012-05-11usb: gadget: ci13xxx_pci: guard against devices without driver_dataAlexander Shishkin1-0/+5
2012-05-11USB: cdc-wdm: remove from device list on disconnectBjørn Mork1-3/+9
2012-05-11USB: cdc-wdm: cannot use dev_printk when device is goneBjørn Mork1-4/+7
2012-05-11USB: cdc-wdm: poll must return POLLHUP if device is goneBjørn Mork1-1/+1
2012-05-11usb: dwc3: Fix the dwc3 dependencyjoseph daniel1-1/+1
2012-05-11usb: gadget: dummy_hcd: fix build when BUG is not setSasha Levin1-1/+1
2012-05-11usb: host: mips: sead3: Fix for big endian.Steven J. Hill1-5/+5
2012-05-11USB: serial: ti_usb_3410_5052: Add support for the FRI2 serial consoleDarren Hart2-2/+5
2012-05-11Merge branch 'clk/mxs' of git://git.linaro.org/people/shawnguo/linux-2.6 into next/clockArnd Bergmann13-193/+240
2012-05-10USB: serial: opticon: hook up suspend/resume callbacksGreg Kroah-Hartman1-11/+4
2012-05-10USB: serial: add copyright and license to quatech2Bill Pemberton1-0/+6
2012-05-10USB: serial: add quatech2 usb to serial driverBill Pemberton3-0/+1159
2012-05-10usb: gadget: f_rndis: Set rndis vendor parametersBenoit Goby2-21/+33
2012-05-10usb: gadget: rndis: Fix re-binding f_rndisBenoit Goby1-0/+1
2012-05-10usb: gadget: Add variant of gether_setup to customize the device nameMike Lockwood2-4/+25
2012-05-10usb: gadget: u_serial: Allow calling gserial_setup after initBenoit Goby1-2/+2
2012-05-10usb: gadget: composite: add iSerialNumber to usb_composite_driverAndrzej Pietrasiewicz1-2/+3
2012-05-10usb: gadget: composite: make module parameters accessible at runtimeAndrzej Pietrasiewicz1-6/+12
2012-05-10usb: gadget: composite: Initialize config->interfaceBenoit Goby1-0/+1
2012-05-10usb: gadget: composite: Add usb_remove_configBenoit Goby1-20/+48
2012-05-10USB: gadget: ci13xx_pci: remove unneeded check in ci13xxx_pci_probe()Greg Kroah-Hartman1-3/+0
2012-05-10USB: gadget: ci13xx_udc: fix potential crash in irq handlerGreg Kroah-Hartman1-3/+1
2012-05-10Merge tag 'v3.5-soc' of git://gitorious.org/linux-davinci/linux-davinci into next/driversOlof Johansson13-193/+240
2012-05-09Merge branch 'for-3.5/usb-ulpi' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/driversOlof Johansson1-8/+10
2012-05-09Merge branch 'for-3.5/gpio-pinmux' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/pinctrlOlof Johansson1-6/+7
2012-05-09usb-gadget: Initial merge of target module for UASP + BOTSebastian Andrzej Siewior4-0/+2638
2012-05-09usb:hsotg:samsung:cosmetic Move <linux/platform_data/s3c-hsotg.h> to proper placeLukasz Majewski1-1/+1
2012-05-09USB: ohci-at91: add a reset function to fix race conditionNicolas Ferre1-1/+10
2012-05-09USB: ohci-at91: use resource_size() for memory/io resource lengthNicolas Ferre1-1/+1
2012-05-09ARM: OMAP: USB: fix warning on EHCI PHY reset pathIgor Grinberg1-2/+2
2012-05-09usb: gadget: ci13xxx: convert to new styleAlexander Shishkin1-81/+39
2012-05-09usb: gadget: ci13xxx: move endpoint (de-)initialization to probe/removeAlexander Shishkin1-81/+80
2012-05-09usb: gadget: ci13xxx: replace home-brewed logging with dev_{err,warn,info}Alexander Shishkin2-109/+87
2012-05-09usb: gadget: ci13xxx: convert to platform deviceAlexander Shishkin6-102/+180
2012-05-09usb: gadget: conversion of controllers choice to menuAlexander Shishkin1-8/+2
2012-05-09usb: gadget: ci13xxx: redo register accessAlexander Shishkin2-128/+191