index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
JH7110_VisionFive2_multi_rtos
dubhe_fpga_dev_v2023.10
dubhe_fpga_dev_v2024.10
master
pinetabv-devel
rtthread_AMP
starfive-2024.07-master-jhb100
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-29
usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig
Bin Meng
1
-0
/
+6
2017-07-29
usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS
Bin Meng
2
-7
/
+10
2017-07-29
usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS
Bin Meng
2
-6
/
+6
2017-07-29
usb: xhci: Change MAX_HC_PORTS to 255
Bin Meng
1
-3
/
+3
2017-07-29
usb: hub: Change USB hub descriptor to match USB 3.0 hubs
Bin Meng
2
-4
/
+4
2017-07-29
usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub
Bin Meng
1
-0
/
+1
2017-07-29
usb: xhci: Add input slot context in xhci_set_configuration()
Bin Meng
1
-2
/
+2
2017-07-29
usb: xhci: Initialize scratchpad buffer array and scratchpad buffers
Bin Meng
2
-2
/
+95
2017-07-29
usb: xhci: Correct command TRB 4th dword initialization
Bin Meng
1
-2
/
+9
2017-07-29
usb: xhci: Remove incorrect comments for struct xhci_container_ctx
Bin Meng
1
-2
/
+1
2017-07-29
usb: host: ohci-generic: add generic PHY support
Patrice Chotard
1
-1
/
+30
2017-07-29
usb: host: ohci-generic: add RESET support
Patrice Chotard
1
-2
/
+40
2017-07-29
usb: host: ohci-generic: add CLOCK support
Patrice Chotard
1
-2
/
+53
2017-07-29
usb: host: ehci-generic: add generic PHY support
Patrice Chotard
1
-1
/
+30
2017-07-29
usb: host: ehci-generic: add error path and .remove callback
Patrice Chotard
1
-23
/
+95
2017-07-29
usb: host: ehci-generic: replace printf() by error()
Patrice Chotard
1
-2
/
+2
2017-07-29
usb: host: xhci-dwc3: Add generic PHY support
Patrice Chotard
1
-0
/
+32
2017-07-29
usb: host: xhci-dwc3: Add dual role mode support from DT
Patrice Chotard
1
-0
/
+9
2017-07-29
usb: host: xhci-dwc3: Convert driver to DM
Patrice Chotard
1
-0
/
+46
2017-07-29
usb: add static to local symbols
Masahiro Yamada
4
-13
/
+13
2017-07-28
dm: tegra: usb: Convert to livetree
Simon Glass
1
-20
/
+14
2017-07-28
dm: tegra: Convert clock_decode_periph_id() to support livetree
Simon Glass
1
-1
/
+1
2017-07-12
imx: reorganize IMX code as other SOCs
Stefano Babic
2
-4
/
+4
2017-07-11
usb: dwc2: use dev_read_bool() instead of fdt_getprop()
Meng Dongyang
1
-10
/
+6
2017-07-11
usb: Kconfig: migrate USB_DWC2 to Kconfig
Philipp Tomsich
1
-0
/
+10
2017-07-11
usb: host: xhci-rockchip: use fixed regulator to control vbus
Meng Dongyang
1
-18
/
+18
2017-07-11
usb: Kconfig: config USB_XHCI_ROCKCHIP depends on DM_REGULATOR and DM_USB
Meng Dongyang
1
-0
/
+2
2017-07-11
rockchip: xhci: dm: convert fdt_get to dev_read
Philipp Tomsich
1
-9
/
+4
2017-07-04
powerpc: remove 4xx support
Heiko Schocher
1
-1
/
+0
2017-06-17
drivers/usb/ehci: Use platform-specific accessors
Alexey Brodkin
1
-6
/
+4
2017-06-17
usb: dwc2: force to host mode if not support HNP/SRP
Meng Dongyang
1
-3
/
+16
2017-06-16
powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x
Heiko Schocher
4
-156
/
+0
2017-06-07
rockchip: usb: host: xhci-rockchip: add support for rk3328
Meng Dongyang
1
-9
/
+22
2017-06-06
Merge git://git.denx.de/u-boot-usb
Tom Rini
1
-0
/
+1
2017-06-05
arm: Add explicit include of <asm/mach-types.h>
Simon Glass
1
-0
/
+1
2017-06-05
samsung: Drop more references fo s3c24x0
Simon Glass
1
-1
/
+0
2017-06-05
samsung: usb: Drop ohci-s3c24xx driver
Simon Glass
3
-2098
/
+0
2017-06-05
ehci-pci: Prepare for usage of readl()/writel() accessors
Alexey Brodkin
1
-0
/
+1
2017-06-01
dm: usb: Convert uclass to livetree
Simon Glass
1
-5
/
+3
2017-06-01
dm: gpio: Add live tree support
Simon Glass
2
-5
/
+7
2017-06-01
dm: core: Rename of_device_is_compatible()
Simon Glass
2
-2
/
+2
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
18
-20
/
+20
2017-05-26
Merge git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
1
-1
/
+2
2017-05-23
armv8: ls2080ardb: Add LS2081ARDB board support
Priyanka Jain
1
-1
/
+2
2017-05-22
usb: ehci: Add Renesas RCar M3/H3 EHCI support
Hiroyuki Yokoyama
3
-0
/
+115
2017-05-18
usb: lpc32xx: add i2c DM support
Liam Beguin
1
-18
/
+46
2017-05-15
Kconfig: OMAP: USB: Migrate CONFIG_USB_EHCI_OMAP to Kconfig
Tom Rini
1
-0
/
+8
2017-05-15
Kconfig: USB: Migrate existing USB_EHCI_xxx options
Tom Rini
1
-2
/
+2
2017-05-15
Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to Kconfig
Tom Rini
1
-0
/
+1
2017-05-15
Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCD
Tom Rini
2
-7
/
+1
[prev]
[next]