index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
dm: usb: tegra: Add driver model support to tegra EHCI
Simon Glass
2015-04-18
1
-0
/
+83
*
|
dm: usb: tegra: Move most of init/uninit into a function
Simon Glass
2015-04-18
1
-62
/
+81
*
|
dm: usb: tegra: Tidy up error handling and a static function
Simon Glass
2015-04-18
1
-8
/
+11
*
|
dm: usb: tegra: Remove the port_addr_clear_csc variable
Simon Glass
2015-04-18
1
-5
/
+1
*
|
dm: usb: exynos: Add driver model support to exynos EHCI
Simon Glass
2015-04-18
1
-1
/
+111
*
|
dm: usb: Add support for USB ethernet devices with driver model
Simon Glass
2015-04-18
1
-8
/
+44
*
|
dm: usb: dts: sandbox: Add some sample USB devices to sandbox
Simon Glass
2015-04-18
1
-0
/
+40
*
|
dm: usb: sandbox: Add a driver for sandbox
Simon Glass
2015-04-18
2
-0
/
+118
*
|
dm: usb: sandbox: Add an emulator for USB hub emulation
Simon Glass
2015-04-18
3
-0
/
+307
*
|
dm: usb: sandbox: Add an emulator for USB flash devices
Simon Glass
2015-04-18
3
-0
/
+425
*
|
dm: usb: sandbox: Reset emulation devices in usb stop()
Simon Glass
2015-04-18
1
-0
/
+11
*
|
dm: usb: sandbox: Add a uclass for USB device emulation
Simon Glass
2015-04-18
7
-1
/
+346
*
|
dm: usb: Move struct usb_string to a common place
Simon Glass
2015-04-18
2
-13
/
+13
*
|
dm: usb: tegra: Add vbus GPIOs for nyan
Simon Glass
2015-04-18
1
-0
/
+2
*
|
dm: usb: Support driver model with USB keyboards
Simon Glass
2015-04-18
1
-1
/
+33
*
|
dm: usb: Split out the keyboard probe into its own function
Simon Glass
2015-04-18
1
-38
/
+51
*
|
dm: usb: Allow setting up a USB controller as a device/gadget
Simon Glass
2015-04-18
2
-0
/
+28
*
|
dm: usb: Bind generic USB devices when there is no driver
Simon Glass
2015-04-18
2
-1
/
+18
*
|
dm: usb: Allow USB drivers to be declared and auto-probed
Simon Glass
2015-04-18
2
-2
/
+311
*
|
dm: usb: Add driver model support to EHCI
Simon Glass
2015-04-18
2
-4
/
+127
*
|
dm: usb: Change ehci_reset() to use a pointer
Simon Glass
2015-04-18
1
-9
/
+8
*
|
dm: usb: Drop the EHCI weak functions
Simon Glass
2015-04-18
6
-96
/
+142
*
|
dm: usb: Refactor EHCI init
Simon Glass
2015-04-18
2
-51
/
+72
*
|
dm: usb: ehci: Use a function to find the controller from struct udevice
Simon Glass
2015-04-18
1
-17
/
+37
*
|
dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register()
Simon Glass
2015-04-18
3
-6
/
+6
*
|
dm: usb: Pass EHCI controller pointer to ehci_set_usbmode()
Simon Glass
2015-04-18
4
-8
/
+7
*
|
dm: usb: tegra: Drop use of global controller variable
Simon Glass
2015-04-18
1
-7
/
+9
*
|
dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup()
Simon Glass
2015-04-18
4
-5
/
+9
*
|
dm: usb: tegra: Store the controller type explicitly
Simon Glass
2015-04-18
1
-6
/
+24
*
|
dm: usb: Allow ECHI to hold private data for the controller
Simon Glass
2015-04-18
2
-0
/
+31
*
|
dm: usb: Pass EHCI controller pointer to ehci_get_port_speed()
Simon Glass
2015-04-18
4
-7
/
+9
*
|
dm: usb: Move all the EHCI weak functions together and declare them
Simon Glass
2015-04-18
2
-11
/
+17
*
|
dm: usb: Convert usb_storage to driver model
Simon Glass
2015-04-18
1
-2
/
+49
*
|
dm: usb: Move storage device scanning into its own function
Simon Glass
2015-04-18
1
-38
/
+59
*
|
Revert "usb_storage : scan all interfaces to find a storage device"
Simon Glass
2015-04-18
1
-28
/
+17
*
|
dm: usb: Adjust usb_storage to work with sandbox
Simon Glass
2015-04-18
1
-2
/
+4
*
|
dm: usb: Simply device finding code in usb_storage
Simon Glass
2015-04-18
1
-19
/
+11
*
|
dm: usb: Fix type problems in usb_stor_get_info()
Simon Glass
2015-04-18
1
-1
/
+5
*
|
dm: usb: Move USB storage definitions to usb_defs.h
Simon Glass
2015-04-18
2
-43
/
+44
*
|
dm: usb: Add driver model support for hubs
Simon Glass
2015-04-18
2
-4
/
+91
*
|
dm: usb: Split hub detection into its own function
Simon Glass
2015-04-18
1
-16
/
+41
*
|
dm: usb: Convert core usb.c file to support driver model
Simon Glass
2015-04-18
1
-6
/
+25
*
|
dm: usb: Complete the splitting up of usb_new_device()
Simon Glass
2015-04-18
1
-62
/
+95
*
|
dm: usb: Split out more code from usb_new_device()
Simon Glass
2015-04-18
1
-30
/
+42
*
|
dm: usb: Move descriptor setup code into its own function
Simon Glass
2015-04-18
1
-65
/
+82
*
|
dm: usb: Refactor port resets
Simon Glass
2015-04-18
3
-17
/
+45
*
|
dm: usb: Drop the legacy USB init sequence
Simon Glass
2015-04-18
1
-22
/
+4
*
|
dm: usb: Convert 'usb' command to support driver model
Simon Glass
2015-04-18
1
-2
/
+145
*
|
dm: usb: Adjust usb_alloc_new_device() to return an error
Simon Glass
2015-04-18
3
-27
/
+53
*
|
dm: usb: Adjust usb command to prepare for driver model
Simon Glass
2015-04-18
1
-26
/
+25
[prev]
[next]