summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: Introduce DesignWare USB3 DRD DriverFelipe Balbi2011-08-2315-0/+5659
* usb: gadget: introduce gadget_is_dwc3()Felipe Balbi2011-08-231-0/+3
* USB: EHCI: remove usages of hcd->stateAlan Stern2011-08-2310-41/+56
* usb: renesas_usbhs: use usb_endpoint_maxp()kuninori.morimoto.gx@renesas.com2011-08-231-1/+1
* usb: OHCI/EHCI support for Netlogic XLS processor.Jayachandran C2011-08-234-0/+322
* USB: pxa168: Add onchip USB host controller supportTanmay Upadhyay2011-08-234-0/+376
* usb: isp1362-hcd: Quieten printksTobias Klauser2011-08-231-3/+3
* usb/isp1760: Fix problems that trigger WARNING at line 1136.Arvid Brodin2011-08-231-18/+20
* usb/isp1760: Fix missing endpoint unlink when no mem during enqueueArvid Brodin2011-08-231-6/+3Star
* usb/isp1760: Use polling instead of SOF interrupts to fix Errata 2Arvid Brodin2011-08-232-45/+96
* usb/isp1760: Move isp1760_run within file (prepare for next patch)Arvid Brodin2011-08-231-68/+68
* usb/isp1760: Move some code (prepare for next patch)Arvid Brodin2011-08-231-27/+18Star
* usb: misc: usblcd: fixed coding style issuesZack Parsons2011-08-231-56/+71
* usb: misc: usbled: fixed coding style issuesZack Parsons2011-08-231-11/+14
* USB: ipw: convert to usb-wwan frameworkOliver Neukum2011-08-231-2/+31
* usb_storage: Don't freeze in usb-stor-scanSeth Forshee2011-08-231-3/+13
* USB: Remove test for NULL that'll never happen in usb_disconnect()Jesper Juhl2011-08-231-5/+0Star
* USB: Serial: Add PID(0xF7C0) to FTDI SIO driver for a zeitcontrol-deviceArtur Zimmer2011-08-112-1/+6
* USB: Serial: Add device ID for Sierra Wireless MC8305Florian Echtler2011-08-111-0/+1
* USB: Serial: Added device ID for Qualcomm Modem in Sagemcom's HiLo3GVijay Chavan2011-08-081-0/+1
* usb/host/pci-quirks.c: correct annotation of `ehci_dmi_nohandoff_table'Arnaud Lacombe2011-08-081-1/+1
* USB: option driver: add PID for Vodafone-Huawei K4511Andrew Bird2011-08-081-0/+3
* USB: option driver: add PID for Vodafone-Huawei K4510Andrew Bird2011-08-081-0/+3
* USB: option driver: add PID for Vodafone-Huawei K3771Andrew Bird2011-08-081-0/+3
* USB: option driver: add PID for Vodafone-Huawei K3770Andrew Bird2011-08-081-0/+3
* usb: serial: ftdi_sio.c: For the FT232H FTDI_SIO_SET_BAUDRATE_REQUEST, index ...Uwe Bonnes2011-08-081-1/+4
* usb/isp1760: Added missing call to usb_hcd_check_unlink_urb() during unlinkArvid Brodin2011-08-081-0/+3
* USB: EHCI: Fix test mode sequenceBoris Todorov2011-08-081-0/+12
* USB: ftdi_sio: fix minor typo in get_ftdi_divisorIonut Nicu2011-08-081-1/+1
* USB: at91_udc: include linux/prefetch.h explicitlyJean-Christophe PLAGNIOL-VILLARD2011-08-081-0/+1
* USB: usb-storage: unusual_devs entry for ARM V2M motherboard.Nick Bowler2011-08-081-0/+10
* usb/ehci-mxc: add missing inclusion of mach/hardware.hShawn Guo2011-08-081-0/+1
* USB: assign instead of equal in usbtmc.cMaxim Nikulin2011-08-081-1/+1
* usb: renesas_usbhs: fixup usbhsg_for_each_uep 1st posKuninori Morimoto2011-08-081-1/+1
* usb: renesas_usbhs: fix DMA build by including dma-mapping.hKuninori Morimoto2011-08-081-0/+1
* usb: gadget: net2272 - Correct includesGeert Uytterhoeven2011-08-081-1/+1
* Merge branch 'for-greg' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/...Greg Kroah-Hartman2011-08-029-108/+35Star
|\
| * usb: musb: fix oops on musb_gadget_pullupJohn Stultz2011-08-011-0/+5
| * usb: host: ehci-omap: fix .remove and failure handling path of .probe(v1)Ming Lei2011-08-011-0/+16
| * usb: gadget: hid: don't STALL when processing a HID Descriptor requestSebastian Bauer2011-08-011-0/+7
| * usb: musb: fix KconfigRabin Vincent2011-08-012-4/+1Star
| * usb: musb: tusb6010_omap: fix build failure: error: 'musb' undeclaredSergei Trofimovich2011-08-011-1/+1
| * usb: gadget: composite: fix bMaxPacketSize for SuperSpeedSebastian Andrzej Siewior2011-08-011-2/+4
| * usb: gadget: fusb300: remove #if 0 blockSebastian Andrzej Siewior2011-08-011-101/+0Star
| * usb: gadget: s3c2410_udc: fix unterminated platform_device_id tableAxel Lin2011-08-011-0/+1
* | Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2011-08-023-11/+21
|\ \
| * | usb/config: use proper endian access for wMaxPacketSizeSebastian Andrzej Siewior2011-08-011-5/+6
| * | USB: xhci: fix OS want to own HCJiSheng Zhang2011-08-011-1/+1
| * | xhci: Don't submit commands or URBs to halted hosts.Sarah Sharp2011-08-011-5/+14
| |/
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-301-19/+3Star
|\ \ | |/ |/|