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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-22
dm: usb: Add driver-model support to ehci-pci
Simon Glass
1
-20
/
+77
2015-07-22
dm: usb: Adjust the USB_DEVICE() macro naming
Simon Glass
2
-4
/
+4
2015-07-22
dm: usb: eth: Support driver model with USB Ethernet
Simon Glass
1
-0
/
+127
2015-07-22
usb: Update some EHCI driver licenses to use SPDX
Simon Glass
5
-68
/
+5
2015-07-22
usb: ehci: Correct a missing hypen in an error message
Simon Glass
1
-1
/
+1
2015-07-22
musb: Add device-model support to the musb-host u-boot glue
Hans de Goede
2
-1
/
+73
2015-07-22
musb: Add musb_host_data struct to hold global data
Hans de Goede
2
-54
/
+77
2015-07-22
musb: Rename and wrap public functions
Hans de Goede
1
-11
/
+59
2015-07-22
musb: Update usb-compat to work with struct usb_device without a parent ptr
Hans de Goede
3
-1
/
+75
2015-07-22
musb: Allow musb_platform_enable to return an error code
Hans de Goede
7
-3
/
+64
2015-07-22
dm: usb: Do not assume that first child is always a hub
Hans de Goede
1
-5
/
+5
2015-07-22
dm: usb: Allow usb host drivers to implement usb_reset_root_port
Hans de Goede
1
-5
/
+11
2015-07-22
dm: usb: Rename usb_find_child to usb_find_emul_child
Hans de Goede
1
-10
/
+9
2015-07-22
dm: usb: Use device_unbind_children to clean up usb devs on stop
Hans de Goede
1
-0
/
+3
2015-07-22
usb: Add an usb_device parameter to usb_reset_root_port
Hans de Goede
2
-3
/
+3
2015-07-22
usb: usb_setup_device: Drop unneeded portnr function argument
Hans de Goede
1
-1
/
+1
2015-07-22
usb: Drop device-model specific copy of usb_legacy_port_reset
Hans de Goede
1
-29
/
+0
2015-07-10
usb: Add EHCI support for Armada 38x (mvebu)
Stefan Roese
1
-0
/
+36
2015-06-19
usb: ehci: Properly deal with data toggle for interrupt endpoints
Hans de Goede
1
-7
/
+19
2015-06-17
sunxi: musb: Remove unused sunxi_musb_exit method
Hans de Goede
1
-34
/
+0
2015-06-17
sunxi: musb: Do not fully reset the controler from sunxi_musb_disable
Hans de Goede
1
-21
/
+31
2015-06-16
Merge git://git.denx.de/u-boot-usb
Tom Rini
4
-2
/
+81
2015-06-11
dm: usb: tegra: Drop legacy USB code
Simon Glass
1
-150
/
+0
2015-06-11
dm: usb: Implement usb_detect_change() for driver model
Simon Glass
1
-0
/
+43
2015-06-08
usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()
Inha Song
1
-1
/
+1
2015-06-08
samsung: usb: phy: Support for DWC3 PHY
Lukasz Majewski
2
-0
/
+79
2015-06-08
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
1
-0
/
+8
2015-06-08
usb: ehci-vf: Add weak function for board specific initialisation
Sanchayan Maity
1
-0
/
+8
2015-06-07
drivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrect
Nikhil Badola
1
-1
/
+1
2015-05-31
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
Tom Rini
3
-13
/
+8
2015-05-30
ARM: UniPhier: update the vendor name of UniPhier in Kconfig
Masahiro Yamada
1
-6
/
+4
2015-05-30
ARM: UniPhier: replace <asm/io.h> with <linux/io.h>
Masahiro Yamada
2
-7
/
+4
2015-05-29
usb: dwc2: Add support for v3 snpsid value
Peter Griffin
2
-1
/
+3
2015-05-29
ci_udc: Update the ci_udc driver to support bulk transfers
Siva Durga Prasad Paladugu
2
-19
/
+117
2015-05-15
usb: ohci: Add support for interrupt queues
Hans de Goede
1
-0
/
+132
2015-05-15
usb: ohci: Add an ohci_alloc_urb() function
Hans de Goede
1
-8
/
+23
2015-05-15
usb: ohci: Do not reuse ed for interrupt endpoints of different devices
Hans de Goede
2
-1
/
+38
2015-05-15
sunxi: ohci: Add ohci usb host controller support
Hans de Goede
2
-0
/
+105
2015-05-15
sunxi: ehci: Convert to the driver-model
Hans de Goede
1
-29
/
+64
2015-05-15
usb: ohci: Add dm support
Hans de Goede
2
-0
/
+91
2015-05-15
usb: ohci: Skip unnecessary mdelay(1) calls in various places
Hans de Goede
1
-9
/
+20
2015-05-15
usb: ohci: Remove unnecessary delays from hc_start and power power-on paths
Hans de Goede
1
-4
/
+0
2015-05-15
usb: ohci: Do not resubmit and leak urbs for interrupt packets
Hans de Goede
1
-39
/
+2
2015-05-15
dm: usb: Do not scan companion buses if no devices where handed over
Hans de Goede
1
-8
/
+34
2015-05-15
dm: usb: Add support for companion controllers
Hans de Goede
1
-5
/
+28
2015-05-15
dm: usb: Move printing of usb scan status to usb_scan_bus()
Hans de Goede
1
-13
/
+9
2015-05-15
dm: usb: Add support for interrupt queues to the dm usb code
Hans de Goede
2
-0
/
+62
2015-05-15
dm: usb: Prefix ehci interrupt-queue functions with _ehci_
Hans de Goede
1
-9
/
+28
2015-05-15
usb: Stop reset procedure when a dev is handed over to a companion hcd
Hans de Goede
1
-1
/
+2
2015-05-15
usb: Fix handover of full-speed devices from ehci to companion
Hans de Goede
1
-3
/
+13
[prev]
[next]