| Commit message (Expand) | Author | Age | Lines |
* | usb: tegra: ULPI regression on tegra20 | Marcel Ziswiler | 2014-10-06 | -2/+2 |
* | usb: ehci: Make periodic_schedules a per controller variable | Hans de Goede | 2014-10-06 | -5/+5 |
* | usb: ehci: poll_int_queue check real qtd, not the overlay | Hans de Goede | 2014-10-06 | -8/+10 |
* | usb: ehci: Add missing cache flush to destroy_int_queue | Hans de Goede | 2014-10-06 | -0/+2 |
* | usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain | Hans de Goede | 2014-10-06 | -8/+28 |
* | USB: ehci-atmel: use pcr to enable or disable clock | Bo Shen | 2014-09-19 | -0/+8 |
* | USB: ohci-at91: use pcr to enable or disable clock | Bo Shen | 2014-09-19 | -4/+4 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2014-08-28 | -0/+202 |
|\ |
|
| * | sunxi: add USB EHCI driver | Roman Byshko | 2014-07-31 | -0/+202 |
* | | usb: ehci: rmobile: Remove xHCI address | Nobuhiro Iwamatsu | 2014-08-09 | -3/+0 |
* | | usb: ehci: rmobile: Add support R8A7794 | Nobuhiro Iwamatsu | 2014-08-09 | -0/+6 |
|/ |
|
* | driver/usb: include upper/lower_32_bits() from linux/compat.h | Lijun Pan | 2014-07-22 | -4/+2 |
* | usb: host: xhci: make sure to power up PHY | Felipe Balbi | 2014-07-09 | -0/+1 |
* | arm: ep9315: Return back Cirrus Logic EDB9315A board support | Sergey Kostanbaev | 2014-07-04 | -0/+39 |
* | usb: xhci: (likely) fix bracket in if condition | Jeroen Hofstee | 2014-06-25 | -2/+2 |
* | usb: r8a66597: Fix initilization size of r8a66597 info structure | Yasuhisa Umano | 2014-06-25 | -1/+1 |
* | usb: r8a66597: Fix initialization hub that using R8A66597_MAX_ROOT_HUB | yasuhisa umano | 2014-06-25 | -2/+2 |
* | Merge branch 'u-boot-microblaze/zynq' into 'u-boot-arm/master' | Albert ARIBAUD | 2014-05-23 | -0/+105 |
|\ |
|
| * | ARM: zynq: ehci: Added USB host driver support | Michal Simek | 2014-05-14 | -0/+105 |
* | | Merge branch 'pr-15052014' of git://git.denx.de/u-boot-usb | Tom Rini | 2014-05-22 | -59/+106 |
|\ \ |
|
| * | | usb: tegra: support device mode | Stephen Warren | 2014-05-15 | -30/+84 |
| * | | usb: tegra: refactor PHY type selection | Stephen Warren | 2014-05-15 | -30/+28 |
| * | | usb: tegra: fix PHY selection code | Stephen Warren | 2014-05-15 | -13/+8 |
| |/ |
|
* | | drivers/usb : Define usb control register mask for w1c bits | Nikhil Badola | 2014-05-16 | -5/+10 |
|/ |
|
* | Merge branch 'u-boot/master' | Albert ARIBAUD | 2014-05-09 | -29/+202 |
|\ |
|
| * | exynos: usb: Fix data abort on boards w/o vbus-gpio node in the DT | andrey.konovalov@linaro.org | 2014-04-30 | -2/+4 |
| * | usb: Add endian support macros to interrupt transfers in the EHCI driver. | Adrian Cox | 2014-04-30 | -25/+31 |
| * | usb: ehci: rmobile: Add support ehci host driver of rmobile SoCs | Nobuhiro Iwamatsu | 2014-04-30 | -0/+131 |
| * | fsl/usb: Increase TXFIFOTHRESH value for usb write in T4 Rev 2.0 | Nikhil Badola | 2014-04-22 | -0/+20 |
| * | fsl/usb: Workaround for USB erratum-A007075 | Nikhil Badola | 2014-04-22 | -0/+10 |
| * | fsl/usb: Fix phy type for Second USB controller | Nikhil Badola | 2014-04-22 | -2/+6 |
* | | usb: tegra: combine header file | Stefan Agner | 2014-04-17 | -1/+0 |
* | | usb: tegra: fix PHY configuration | Stefan Agner | 2014-04-17 | -3/+21 |
* | | usb: tegra: fix USB2 powerdown for Tegra30 and later | Stefan Agner | 2014-04-17 | -0/+3 |
|/ |
|
* | usb: create common header virtual root hub descriptors | Stephen Warren | 2014-03-10 | -393/+4 |
* | usb: ehci: fully align interrupt QHs/QTDs | Stephen Warren | 2014-03-10 | -2/+4 |
* | ush: ehci: initialize altnext pointers in QH | Stephen Warren | 2014-03-10 | -0/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Tom Rini | 2014-02-25 | -1/+1 |
|\ |
|
| * | fsl/usb: Limit phy_type comparison to first four characters | Nikhil Badola | 2014-02-24 | -1/+1 |
* | | ARM: USB: Remove the IXP EHCI driver | Marek Vasut | 2014-02-06 | -38/+0 |
|/ |
|
* | usb: exynos5: arndale: Add network support | Inderpal Singh | 2014-01-13 | -0/+2 |
* | usb: ehci: exynos: set/reset hsic phys | Inderpal Singh | 2014-01-13 | -0/+39 |
* | usb: ehci: Fix register access | Marek Vasut | 2013-12-18 | -1/+1 |
* | usb: ehci: Do not de-init uninited controllers | Marek Vasut | 2013-12-18 | -0/+3 |
* | usb: ehci-pci: Clarify and cleanup the EHCI controller detection | Marek Vasut | 2013-12-18 | -3/+25 |
* | usb: ehci-omap: Reset the USB Host OMAP module | Roger Quadros | 2013-12-06 | -15/+42 |
* | Merge branch 'iu-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-11-09 | -9/+10 |
|\ |
|
| * | arm: atmel: get rid of too many ifdeffery | Bo Shen | 2013-11-04 | -10/+4 |
| * | arm: atmel: at91sam9n12ek: add usb host support | Bo Shen | 2013-11-04 | -2/+9 |
* | | usb: ohci-hcd: submit_common_msg: report actual_length properly | Mateusz Kulikowski | 2013-11-08 | -1/+1 |