| Commit message (Expand) | Author | Age | Lines |
* | usb: ehci: add Faraday USB 2.0 EHCI support | Kuo-Jung Su | 2013-06-12 | -0/+154 |
* | usb: ehci: add weak-aliased function for PORTSC | Kuo-Jung Su | 2013-06-12 | -4/+13 |
* | usb: ehci: prevent bad PORTSC register access | Kuo-Jung Su | 2013-06-12 | -5/+15 |
* | usb: gadget: Use unaligned access for wMaxPacketSize | Vivek Gautam | 2013-06-12 | -7/+9 |
* | usb: asix: Move software resets to basic_init | Julius Werner | 2013-06-12 | -23/+17 |
* | usb: Correct CLEAR_FEATURE code in ehci-hcd | Simon Glass | 2013-06-12 | -4/+6 |
* | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-05-30 | -35/+45 |
|\ |
|
| * | OMAP5: Enable USB Ethernet support with LAN9730 | Lubomir Popov | 2013-05-14 | -0/+1 |
| * | usb: common: Use a global definition for 'min3' | Vivek Gautam | 2013-05-06 | -10/+0 |
| * | USB: ohci-at91: make OHCI work on at91sam9g10 SoC | Bo Shen | 2013-05-05 | -2/+2 |
| * | usb: Add new command to set USB 2.0 port test modes | Julius Werner | 2013-05-05 | -11/+14 |
| * | USB: EHCI: Add weak functions to support new chip | Jim Lin | 2013-05-05 | -12/+28 |
* | | USB: ohci-at91: support sama5d3x devices | Bo Shen | 2013-05-21 | -2/+12 |
* | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-05-11 | -24/+24 |
|\ \ |
|
| * | | twl4030: make twl4030_i2c_read_u8 prototype consistent | Nishanth Menon | 2013-05-10 | -1/+1 |
| * | | twl4030: make twl4030_i2c_write_u8 prototype consistent | Nishanth Menon | 2013-05-10 | -23/+23 |
| |/ |
|
* | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-05-11 | -73/+0 |
|\ \ |
|
| * | | imx: mx5: Remove legacy iomux support | Benoît Thébaudeau | 2013-05-05 | -73/+0 |
| |/ |
|
* | | pxa27x_udc: remove call to unimplemented set_GPIO_mode() | Mike Dunn | 2013-05-05 | -1/+3 |
|/ |
|
* | Merge branch 'u-boot/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-04-12 | -2/+0 |
|\ |
|
| * | Consolidate bool type | York Sun | 2013-04-01 | -2/+0 |
* | | arm: Remove support for unused s3c64xx | Benoît Thébaudeau | 2013-04-12 | -47/+0 |
* | | musb: set MUSB speed based on CONFIG | Bin Liu | 2013-04-08 | -1/+3 |
* | | musb: am335x: disable bulk split-combine feature | Bin Liu | 2013-04-08 | -0/+5 |
|/ |
|
* | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini | 2013-03-18 | -46/+3937 |
|\ |
|
| * | usb: Add multiple controllers support for EHCI PCI | Vincent Palatin | 2013-03-18 | -9/+16 |
| * | usb: usbeth: smsc95xx: remove EEPROM loaded check | Michael Spang | 2013-03-18 | -4/+0 |
| * | usb: ehci: Fix aliasing issue in EHCI interrupt code | Vincent Palatin | 2013-03-18 | -1/+1 |
| * | usb: ehci: Support interrupt transfers via periodic list | Patrick Georgi | 2013-03-18 | -5/+316 |
| * | usb: ehci: exynos: Enable non-dt path | Vivek Gautam | 2013-03-18 | -0/+7 |
| * | usb: ehci: exynos: Fix multiple FDT decode | Vivek Gautam | 2013-03-18 | -28/+16 |
| * | usb:gadget: USB Mass Storage Gadget support | Lukasz Majewski | 2013-03-18 | -0/+6 |
| * | usb:composite: USB Mass Storage - f_mass_storage.c from Linux kernel | Piotr Wilczek | 2013-03-18 | -0/+2793 |
| * | usb:composite: USB Mass Storage - storage_common.c from Linux kernel | Lukasz Majewski | 2013-03-18 | -0/+653 |
| * | usb:composite:fix Provide function data when addressing device with only one ... | Lukasz Majewski | 2013-03-18 | -0/+19 |
| * | usb/host/ehci: Add support for EHCI on spear | Vipin Kumar | 2013-03-16 | -0/+60 |
| * | usb: Fix bug when both DFU & ETHER are defined | Pantelis Antoniou | 2013-03-16 | -2/+8 |
| * | dfu: Properly zero out timeout value | Pantelis Antoniou | 2013-03-16 | -0/+3 |
| * | usb: ehci: Add 64-bit controller support | Vincent Palatin | 2013-03-16 | -0/+3 |
| * | usb: ehci: generic PCI support | Vincent Palatin | 2013-03-16 | -1/+40 |
* | | Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-03-15 | -16/+530 |
|\ \ |
|
| * | | tegra: usb: move [start|stop]_port into ehci_hcd_[init|stop] | Lucas Stach | 2013-03-14 | -68/+51 |
| * | | tegra: usb: move implementation into right directory | Lucas Stach | 2013-03-14 | -2/+533 |
| |/ |
|
* | | mxs: Make ehci-mxs multiport capable | Marek Vasut | 2013-03-07 | -68/+81 |
* | | mxs: Squash the header file usage in ehci-mxs | Marek Vasut | 2013-03-07 | -5/+1 |
* | | USB: drop unneeded header in ehci-mx6 | Stefano Babic | 2013-03-07 | -1/+0 |
|/ |
|
* | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-01-14 | -7/+85 |
|\ |
|
| * | EHCI: Exynos: Add fdt support | Rajeshwari Shinde | 2013-01-08 | -7/+85 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2013-01-11 | -2/+4 |
|\ \ |
|
| * \ | Merge 'u-boot-atmel/master' into 'u-boot-arm/master' | Albert ARIBAUD | 2013-01-09 | -2/+4 |
| |\ \
| | |/
| |/| |
|