aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-01-18usb: eth: asix88179: add ability to modify MAC addressRene Griessl1-0/+14
2015-01-18musb-new: Add interrupt queue supportHans de Goede1-0/+65
2015-01-18musb-new: Add urb and hep parameters to construct_urbHans de Goede1-32/+31
2015-01-18musb-new: Properly remove a transfer from the schedule on timeoutHans de Goede4-3/+14
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede1-11/+20
2015-01-18musb-new: Fix interrupt transfers not workingHans de Goede1-1/+1
2015-01-18musb-new: Use time based timeouts rather then cpu-cycles based timeoutsHans de Goede1-8/+8
2015-01-18musb-new: Add sunxi musb controller supportHans de Goede2-0/+280
2015-01-18musb-new: Add register defines for different reg layout on sunxiHans de Goede1-0/+92
2015-01-18usb: Add an interval parameter to create_int_queueHans de Goede1-2/+2
2015-01-18usb: gadget: pxa25x_udc: fix use-before-initialized bugAlex Sadovsky1-2/+2
2015-01-18usb: gadget: f_dfu: Add get_alt function to pass the USB compliance testStefan Roese1-0/+8
2015-01-18usb: gadget: composite: Fix NULL pointer crash in USB compliance testStefan Roese1-0/+8
2015-01-14sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otgHans de Goede1-203/+10
2014-12-31usb: eth: add ASIX AX88179 DRIVERRene Griessl3-0/+708
2014-12-18gadget: f_thor: check pointers before use in download_tail()Przemyslaw Marczak1-2/+14
2014-12-18fastboot: add support for continue commandRob Herring1-0/+14
2014-12-18usb, g_dnl: generalize DFU detach functionsRob Herring2-1/+18
2014-12-16USB: gadget: atmel_usba_udc: fix transfer hang issueBo Shen1-1/+0
2014-12-11Merge git://git.denx.de/u-boot-dmTom Rini1-24/+0
2014-12-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-3/+25
2014-12-11lib: string: move strlcpy() to a common placeMasahiro Yamada1-24/+0
2014-12-11drivers: usb: fsl: Check USB Erratum A007792 applicabilityNikhil Badola1-0/+9
2014-12-11drivers: usb: fsl: Add USB device-tree errata frameworkNikhil Badola1-0/+64
2014-12-11drivers: usb: Make usb device-tree fixup code architecture independentNikhil Badola1-0/+113
2014-12-04usb: phy: omap_usb_phy: fix build breakageFelipe Balbi1-2/+0
2014-11-28usb: UniPhier: support OF configurationMasahiro Yamada1-1/+37
2014-11-26Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-3/+2
2014-11-26Merge branch 'master' of http://git.denx.de/u-boot-samsungTom Rini1-8/+47
2014-11-24drivers : usb: fsl: Implement usb Erratum A007798 workaroundNikhil Badola1-2/+1
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada8-17/+18
2014-11-21drivers: usb: fsl: Move USB Errata checking codeNikhil Badola1-1/+1
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada5-18/+0
2014-11-20ARM: remove CONFIG_ARM920T definesMasahiro Yamada1-1/+1
2014-11-19usb: ehci: do not set the LSB of Current qTD pointerMasahiro Yamada1-1/+0
2014-11-17arm: odroid: usb: add support for usb host including ethernetSuriyan Ramasami1-8/+47
2014-11-14usb:ehci-mx6 add phy mode query functionPeng Fan1-2/+25
2014-11-13Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini1-26/+54
2014-11-13sun6i: ehci: Add sun6i ehci supportHans de Goede1-16/+29
2014-11-13sunxi: ehci: Add proper Kconfig options to select the usb Vbus gpio-sHans de Goede1-10/+25
2014-11-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini7-75/+124
2014-11-12usb: UniPhier: add UniPhier on-chip EHCI host driver supportMasahiro Yamada3-0/+48
2014-11-12usb: add basic USB configs in KconfigMasahiro Yamada2-0/+94
2014-11-07usb: eth: fix MakefileRene Griessl1-3/+1
2014-11-07usb: rmobile: Use ARRAY_SIZE(usb_base_address) instead of CONFIG_USB_MAX_CONT...Nobuhiro Iwamatsu1-4/+4
2014-11-07usb: ehci: fix Interrupt on Doorbell flag of USBCMDMasahiro Yamada1-2/+2
2014-11-07usb: s3c-otg: Allow custom gusbcfgMarek Vasut2-7/+13
2014-11-07usb: s3c-otg: Split out PHY controlMarek Vasut3-62/+104
2014-11-06usb: s3c-otg: Encapsulate PHY controlMarek Vasut1-4/+8
2014-11-06usb: s3c-otg: Remove useless includeMarek Vasut1-1/+0