summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-11-18PD#115186: usb: usb storage quick disconnect issueDongyang Meng4-1/+31
2015-05-28Add usb driverDongyang Meng20-502/+281
2015-05-01Add USB host and device driverDongyang Meng29-5/+18963
2014-11-07usb: include <asm/cache.h> and <part.h> from include/usb.hMasahiro Yamada1-0/+2
2014-11-04usb: Make pollable int support available outside of ehci-hcd.cHans de Goede2-1/+10
2014-10-22usb: dwc2: Add driver for Synopsis DWC2 USB IP blockOleksandr Tymoshenko5-1/+1843
2014-10-06usb: kbd: Allow "usb reset" to continue when an usb kbd is usedHans de Goede3-7/+7
2014-05-05usb: dfu: fix boards wo USB cable detectionMateusz Zalega11-44/+18
2013-11-08usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak4-11/+51
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky17-17/+17
2013-10-20usb: rename board_usb_init_type to usb_init_typeTroy Kisky11-31/+31
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega30-104/+138
2013-10-20USB: xHCI: Add stack support for xHCIVivek Gautam7-3/+3986
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5761-91729/+5994
2013-05-05USB: SS: Add support for Super Speed USB interfaceVivek Gautam5-9/+58
2012-12-17usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary3-0/+15
2012-11-19musb-new: omap2plus backend driverIlya Yanok6-1/+698
2012-11-19musb-new: am35x backend driverIlya Yanok5-1/+715
2012-11-19musb-new: dsps backend driverIlya Yanok4-1/+799
2012-11-19usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok14-34/+31
2012-10-15usb.h: Add udc_disconnect prototype to usb.hLukasz Dalek1-0/+11
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach17-34/+40
2012-07-18ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignmentTom Rini3-30/+43
2012-05-20USB: Align buffers at cachelinePuneet Saxena6-58/+61
2012-03-18usb: replace wait_ms() with mdelay()Mike Frysinger18-110/+93
2012-03-03USB: move keyboard polling into kbd driveramartin@nvidia.com6-72/+17
2012-03-03USB: Separate out USB hub driverMarek Vasut4-431/+487
2011-08-08usb: increase non-bulk timeout for slow chipsets.Jason Cooper1-1/+1
2011-02-19Add USB host ethernet adapter supportSimon Glass9-24/+298
2011-02-19Fix EHCI usb submit timeout and unify with OHCISimon Glass3-7/+16
2010-08-12musb: MSC host support for AM35xAjay Kumar Gupta5-1/+216
2010-05-27USB: fix create_pipe()Sergei Shtylyov1-1/+1
2010-01-09usb: musb: add support for Blackfin MUSBBryan Wu7-2/+528
2010-01-09DA8xx: Add MUSB host supportAjay Kumar Gupta4-1/+244
2009-12-20OMAP3 Add usb device supportTom Rix10-3/+1451
2009-12-20USB Consolidate descriptor definitionsTom Rix8-110/+61
2009-01-28usb : musb : Enabling DM6446 (TI DaVinci) USB module powerThomas Abraham2-1/+2
2009-01-28usb.h: use standard __LITTLE_ENDIAN from Linux headersMike Frysinger16-25/+5
2009-01-28[PATCH] This patch add varius fix to the ehci.michael4-45/+134
2009-01-28Prepare USB layer for ehciMichael Trimarchi4-10/+23
2008-12-09USB: descriptor handlingStefan Althoefer1-1/+1
2008-11-28USB style patch, 80 chars strictMichael Trimarchi3-392/+465
2008-10-14fix USB initialisation procedureRemy Bohmer3-39/+47
2008-08-07usb: add support for R8A66597 usb controllerYoshihiro Shimoda4-1/+1589
2008-03-26Fix compilation error in cmd_usb.cAnatolij Gustschin1-1/+1
2007-06-06USB event poll supportZhang Wei3-1/+9
2007-04-03Support for the Philips ISP116x HCD (Host Controller Driver)Rodolfo Giometti4-2/+1906
2006-11-27Fix some endianness issues related to the generic ohci driverMarkus Klotzbuecher3-18/+66
2006-11-27Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be ableMarkus Klotzbuecher11-12/+12
2006-08-01Add rudimentary handling of alternate settings of USB interfaces - to fixBartlomiej Sieka4-34/+59
[next]