aboutsummaryrefslogtreecommitdiff
path: root/include/usb.h
AgeCommit message (Expand)AuthorFilesLines
2014-10-22usb: dwc2: Add driver for Synopsis DWC2 USB IP blockOleksandr Tymoshenko1-1/+2
2014-10-06usb: kbd: Allow "usb reset" to continue when an usb kbd is usedHans de Goede1-1/+1
2014-05-05usb: dfu: fix boards wo USB cable detectionMateusz Zalega1-10/+0
2013-11-08usb: ums: add ums exit feature by ctrl+c or by detach usb cablePrzemyslaw Marczak1-0/+10
2013-10-20usb: add enum usb_init_type parameter to usb_lowlevel_initTroy Kisky1-1/+1
2013-10-20usb: rename board_usb_init_type to usb_init_typeTroy Kisky1-13/+13
2013-10-20usb: new board-specific USB init interfaceMateusz Zalega1-2/+28
2013-10-20USB: xHCI: Add stack support for xHCIVivek Gautam1-1/+8
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-05-05USB: SS: Add support for Super Speed USB interfaceVivek Gautam1-0/+6
2012-12-17usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary1-0/+1
2012-11-20musb-new: omap2plus backend driverIlya Yanok1-1/+2
2012-11-20musb-new: am35x backend driverIlya Yanok1-1/+1
2012-11-20musb-new: dsps backend driverIlya Yanok1-1/+2
2012-11-20usb: use linux/usb/ch9.h instead of usbdescriptors.hIlya Yanok1-12/+3
2012-10-15usb.h: Add udc_disconnect prototype to usb.hLukasz Dalek1-0/+11
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach1-3/+7
2012-07-18ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignmentTom Rini1-0/+10
2012-05-20USB: Align buffers at cachelinePuneet Saxena1-1/+3
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger1-1/+0
2012-03-03USB: move keyboard polling into kbd driveramartin@nvidia.com1-1/+0
2012-03-03USB: Separate out USB hub driverMarek Vasut1-0/+8
2011-08-08usb: increase non-bulk timeout for slow chipsets.Jason Cooper1-1/+1
2011-02-19Add USB host ethernet adapter supportSimon Glass1-1/+8
2011-02-19Fix EHCI usb submit timeout and unify with OHCISimon Glass1-0/+6
2010-08-12musb: MSC host support for AM35xAjay Kumar Gupta1-1/+1
2010-05-27USB: fix create_pipe()Sergei Shtylyov1-1/+1
2010-01-09usb: musb: add support for Blackfin MUSBBryan Wu1-1/+2
2010-01-09DA8xx: Add MUSB host supportAjay Kumar Gupta1-1/+1
2009-12-20OMAP3 Add usb device supportTom Rix1-1/+2
2009-12-20USB Consolidate descriptor definitionsTom Rix1-61/+9
2009-01-28usb : musb : Enabling DM6446 (TI DaVinci) USB module powerThomas Abraham1-1/+1
2009-01-28usb.h: use standard __LITTLE_ENDIAN from Linux headersMike Frysinger1-2/+2
2009-01-28[PATCH] This patch add varius fix to the ehci.michael1-1/+1
2009-01-28Prepare USB layer for ehciMichael Trimarchi1-8/+11
2008-12-09USB: descriptor handlingStefan Althoefer1-1/+1
2008-11-28USB style patch, 80 chars strictMichael Trimarchi1-98/+124
2008-10-14fix USB initialisation procedureRemy Bohmer1-3/+13
2008-08-07usb: add support for R8A66597 usb controllerYoshihiro Shimoda1-1/+1
2008-03-27Fix compilation error in cmd_usb.cAnatolij Gustschin1-1/+1
2007-06-06USB event poll supportZhang Wei1-0/+1
2007-04-03Support for the Philips ISP116x HCD (Host Controller Driver)Rodolfo Giometti1-1/+4
2006-11-27Fix some endianness issues related to the generic ohci driverMarkus Klotzbuecher1-6/+9
2006-11-27Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be ableMarkus Klotzbuecher1-1/+1
2006-08-02Add rudimentary handling of alternate settings of USB interfaces - to fixBartlomiej Sieka1-0/+1
2005-07-21Fix low-level OHCI transfers for ARM920t and MPC5xxxWolfgang Denk1-1/+1
2004-04-23* Modify KUP4X board configuration to use SL811 driver for USB memoryLABEL_2004_04_23_2240wdenk1-22/+22
2004-02-23* CVS add missing fileswdenk1-8/+11
2003-09-10* Add support for USB Mass Storage Devices (BBB)wdenk1-1/+7
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-2/+1