Age | Commit message (Expand) | Author |
2018-11-26 | usb: Introduce CONFIG_SPL_DM_USB | Sven Schwermer |
2018-10-29 | fsl/usb: Workaround for USB erratum-A005275 | Chris Packham |
2018-09-30 | usb: ehci-msm: Add init_after_reset for CI_UDC | Ramon Fried |
2018-09-30 | ehci: msm: use init_type in probe | Ramon Fried |
2018-09-30 | ehci: msm: switch to generic PHY uclass | Ramon Fried |
2018-09-30 | ehci: msm: Add missing platdata | Ramon Fried |
2018-09-30 | ehci: Replace board_prepare_usb with board_usb_init | Ramon Fried |
2018-09-15 | usb: ehci-generic: Add vbus-supply regulator support | Patrice Chotard |
2018-08-29 | usb: dwc2: Add reset ctrl to driver | Ley Foon Tan |
2018-08-28 | usb: ehci: Add PHY support to ehci-pci | Marek Vasut |
2018-08-28 | usb: ehci: Make the PHY handling generic | Marek Vasut |
2018-07-05 | sunxi: A64: OHCI: prevent turning off shared USB clock | Andre Przywara |
2018-07-05 | usb: dwc2: Add brcm,bcm2708-usb compatible | Emmanuel Vadot |
2018-06-29 | usb: sunxi: Use proper reg_mask for clock gate, reset | Jagan Teki |
2018-06-29 | usb: ohci: change the NUM_EDs from 8 to 32 | Zeng Tao |
2018-06-29 | usb: sunxi: ohci: make ohci_t the first member in private data | Vasily Khoruzhick |
2018-06-16 | Merge branch 'master' of git://git.denx.de/u-boot-usb | Tom Rini |
2018-06-14 | usb: sunxi: access ahb_reset0_cfg in CCM using its offset | Vasily Khoruzhick |
2018-06-13 | usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in use | Vasily Khoruzhick |
2018-06-13 | usb: sunxi: ohci: get rid of ifdefs | Vasily Khoruzhick |
2018-06-13 | usb: sunxi: ehci: get rid of ifdefs | Vasily Khoruzhick |
2018-06-13 | usb: xhci-pci: Fix compiler warning | Bin Meng |
2018-06-04 | Merge branch 'master' of git://git.denx.de/u-boot-sunxi | Tom Rini |
2018-06-01 | Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblaze | Tom Rini |
2018-05-31 | usb: xhci: zynqmp: Fix header location | Michal Simek |
2018-05-30 | rockchip: xhci: remove DTS parsing for PHY (which is unused) | Philipp Tomsich |
2018-05-30 | usb: xhci: Handle endianness in xhci_set_configuration() | Bin Meng |
2018-05-30 | usb: xhci: Fix config fail of FS hub behind a HS hub with MTT | Bin Meng |
2018-05-30 | usb: xhci: Initialize dev_state to 0 in the input slot context | Bin Meng |
2018-05-30 | usb: xhci: Set accurate add context flags when updating hub attributes | Bin Meng |
2018-05-30 | usb: xhci-rcar: deregister before deactivating clock | Matthias Blankertz |
2018-05-28 | usb: sunxi: Switch to use generic-phy | Jagan Teki |
2018-05-28 | usb: sunxi: Simplify ccm reg base code | Jagan Teki |
2018-05-18 | usb: xhci: zynqmp: Remove support for !DM_USB | Michal Simek |
2018-05-18 | usb: xhci: zynqmp: Add support for DM_USB | Michal Simek |
2018-05-10 | SPDX: Convert a few files that were missed before | Tom Rini |
2018-05-07 | regmap: clean up regmap allocation | Masahiro Yamada |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-27 | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini |
2018-04-26 | usb: host: dwc3: fix phys init | Neil Armstrong |
2018-04-21 | usb: dwc3-of-simple: fix error check of clk_get_bulk when disabled | Neil Armstrong |
2018-04-21 | usb: dwc3-of-simple: Add support for DRA7/AM57 platforms. | Jean-Jacques Hiblot |
2018-04-21 | usb: dwc3-of-simple: Fix dependencies | Jean-Jacques Hiblot |
2018-04-11 | usb: host: dwc3: Add support for multiple PHYs | Neil Armstrong |
2018-04-11 | usb: host: Add simple of glue driver for DWC3 USB Controllers integration | Neil Armstrong |
2018-03-17 | usb: dwc2: Replace printf, pr_err by dev_info, dev_err | Patrice Chotard |
2018-03-17 | usb: dwc2: increase timeout in wait_for_chhltd | Christophe Kerello |
2018-03-17 | usb: dwc2: disable external vbus supply when the device is removed | Christophe Kerello |
2018-03-17 | usb: ohci-generic: replace pr_err() by dev_err() | Patrice Chotard |
2018-03-17 | usb: ohci-generic: factorize PHY operation | Patrice Chotard |