index
:
blackbird-obmc-uboot
v2016.07-aspeed-openbmc-04-16-2019
v2016.07-aspeed-openbmc-04-16-2019-i2c
Blackbird™ U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: usb: Support driver model in XHCI
Simon Glass
2015-04-18
3
-7
/
+197
*
dm: usb: xhci: Factor out common init/uninit
Simon Glass
2015-04-18
1
-33
/
+52
*
dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev()
Simon Glass
2015-04-18
3
-20
/
+31
*
dm: usb: xhci: Use explicit parameters for xhci_alloc_virt_device()
Simon Glass
2015-04-18
3
-5
/
+3
*
dm: usb: xhci: Use a function to get xhci_ctrl
Simon Glass
2015-04-18
3
-11
/
+18
*
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: 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
2
-0
/
+304
*
dm: usb: sandbox: Add an emulator for USB flash devices
Simon Glass
2015-04-18
2
-0
/
+424
*
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
4
-0
/
+281
*
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
1
-1
/
+17
*
dm: usb: Allow USB drivers to be declared and auto-probed
Simon Glass
2015-04-18
1
-2
/
+204
*
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
5
-94
/
+139
*
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
3
-4
/
+7
*
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: Add a uclass for USB controllers
Simon Glass
2015-04-18
4
-1
/
+413
*
dm: gpio: Add an implementation for gpio_get_number()
Simon Glass
2015-04-18
1
-0
/
+12
*
dm: core: Add device children and sibling functions
Simon Glass
2015-04-18
1
-0
/
+28
*
dm: core: Mark device as active before calling uclass probe() methods
Simon Glass
2015-04-18
1
-3
/
+5
*
dm: core: Rename driver data function to dev_get_driver_data()
Simon Glass
2015-04-18
4
-7
/
+7
*
dm: core: Convert driver_bind() to use const
Simon Glass
2015-04-18
2
-5
/
+6
*
dm: core: Support allocating driver-private data for DMA
Simon Glass
2015-04-18
1
-2
/
+17
*
dm: spi: Convert Freescale QSPI driver to driver model
Haikun.Wang@freescale.com
2015-04-18
1
-329
/
+656
*
dm: spi: Convert Freescale DSPI driver to driver model
Haikun.Wang@freescale.com
2015-04-18
2
-0
/
+738
*
dm: i2c: add i2c-gpio driver
Przemyslaw Marczak
2015-04-18
3
-0
/
+356
*
Kconfig: i2c: fix help message related to dm i2c
Przemyslaw Marczak
2015-04-18
1
-10
/
+7
*
dm: gpio: request list: return the count if requests max_count reached
Przemyslaw Marczak
2015-04-18
1
-5
/
+1
*
i8042: Add keyboard enable logic in kbd_reset()
Simon Glass
2015-04-18
1
-0
/
+7
*
sandbox: cros_ec: Add Kconfig for sandbox EC config
Simon Glass
2015-04-18
1
-0
/
+9
*
cros_ec: exynos: Match up device tree with kernel version
Simon Glass
2015-04-18
5
-9
/
+9
*
cros_ec: Drop unused CONFIG_DM_CROS_EC
Simon Glass
2015-04-18
4
-336
/
+0
*
cros_ec: Reinit the cros_ec device when 'crosec init' is used
Simon Glass
2015-04-18
1
-2
/
+8
*
dm: cros_ec: Convert cros_ec LPC driver to driver model
Simon Glass
2015-04-18
2
-0
/
+50
[next]