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
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: eth: Add basic driver model support to Ethernet stack
Joe Hershberger
2015-04-18
1
-0
/
+9
*
net: Remove the bd* parameter from net stack functions
Joe Hershberger
2015-04-18
2
-6
/
+5
*
common: Make sure arch-specific map_sysmem() is defined
Joe Hershberger
2015-04-18
6
-0
/
+6
*
dm: x86: pci: Add a PCI driver for driver model
Simon Glass
2015-04-18
2
-0
/
+25
*
dm: sandbox: pci: Enable PCI for sandbox
Simon Glass
2015-04-18
1
-0
/
+1
*
dm: sandbox: Add a emulated PCI device as an example
Simon Glass
2015-04-18
1
-0
/
+285
*
dm: sandbox: pci: Add a PCI emulation uclass
Simon Glass
2015-04-16
2
-0
/
+68
*
dm: sandbox: Add a simple PCI driver
Simon Glass
2015-04-16
3
-0
/
+90
*
dm: pci: Add a uclass for PCI
Simon Glass
2015-04-16
5
-4
/
+714
*
dm: pci: Move common PCI functions into their own file
Simon Glass
2015-04-16
3
-276
/
+299
*
dm: core: Add a uclass pre_probe() method for devices
Simon Glass
2015-04-16
2
-2
/
+10
*
dm: core: Mark device as active before calling its probe() method
Simon Glass
2015-04-16
1
-3
/
+4
*
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-04-16
21
-42
/
+52
*
x86: Add a x86_ prefix to the x86-specific PCI functions
Simon Glass
2015-04-16
1
-8
/
+8
*
x86: spi: Add support for lynxpoint
Simon Glass
2015-04-16
1
-1
/
+2
*
x86: video: Allow keyboard presence to be controlled by device tree
Simon Glass
2015-04-16
1
-8
/
+21
*
ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c
Kishon Vijay Abraham I
2015-04-16
1
-16
/
+0
*
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
2015-04-16
8
-153
/
+185
|
\
|
*
i2c: mvtwsi: Support for up to 4 different controllers
Paul Kocialkowski
2015-04-15
1
-29
/
+99
|
*
sunxi: axp221: Use vbus-available rather then vbus-usable for vbus-detect
Hans de Goede
2015-04-15
1
-1
/
+1
|
*
power: axp209: Registers definitions in header
Paul Kocialkowski
2015-04-15
1
-38
/
+0
|
*
power: axp152: Registers definitions in header
Paul Kocialkowski
2015-04-15
1
-11
/
+0
|
*
sunxi: Complete mmc pin mux for each supported platform, configured with Kconfig
Paul Kocialkowski
2015-04-15
1
-0
/
+14
|
*
sunxi: GPIO pin mux hardware-feature-specific function index defines
Paul Kocialkowski
2015-04-15
2
-5
/
+5
|
*
sunxi: common VBUS detection logic in usbc
Paul Kocialkowski
2015-04-15
1
-29
/
+6
|
*
power: axp209: VBUS detection support
Paul Kocialkowski
2015-04-15
1
-1
/
+9
|
*
sunxi: usb: Drop AXP-sepcific VBUS detection and drive logic
Paul Kocialkowski
2015-04-15
1
-29
/
+19
|
*
power: axp221: Virtual VBUS detect and enable GPIOs to replace separate logic
Paul Kocialkowski
2015-04-15
2
-31
/
+53
*
|
fastboot: add support for reboot-bootloader command
Alexey Firago
2015-04-14
1
-0
/
+13
*
|
usb: gadget: thor: Claim EP after allocating it in thor gadget
Marek Szyprowski
2015-04-14
1
-0
/
+3
*
|
usb: dwc3: Correct clean up code for requests
Lukasz Majewski
2015-04-14
1
-24
/
+14
*
|
usb: dwc3: gadget: Set non EP0 max packet limit to 512B
Lukasz Majewski
2015-04-14
1
-1
/
+1
*
|
usb: dwc3: gadget: Set all ctrl fields of Transfer Control Blocks (TRB) to be...
Lukasz Majewski
2015-04-14
1
-13
/
+2
*
|
usb: dwc3: optimize interrupt loop
Marek Szyprowski
2015-04-14
2
-9
/
+13
*
|
usb: dwc3: gadget: add common endpoint configuration for dwc3 udc driver
Marek Szyprowski
2015-04-14
2
-1
/
+31
*
|
usb: dwc3: add a workaround for too small OUT requests
Marek Szyprowski
2015-04-14
1
-0
/
+8
*
|
usb: dwc3: make dwc3_set_mode to static
Joonyoung Shim
2015-04-14
2
-2
/
+1
*
|
usb: dwc3: Remove BIT(x) macro from DWC3's gadget code
Lukasz Majewski
2015-04-14
2
-2
/
+2
*
|
usb: composite: Add .reset callback to usb_gadget_driver structure
Lukasz Majewski
2015-04-14
1
-0
/
+1
*
|
usb: modify usb_gadget_handle_interrupts to take controller index
Kishon Vijay Abraham I
2015-04-14
9
-15
/
+15
*
|
usb: gadget: defer setting maxpacket till ->setup()
Kishon Vijay Abraham I
2015-04-14
2
-2
/
+4
*
|
usb: dwc3: Makefile: Make dwc3 driver compile in u-boot
Kishon Vijay Abraham I
2015-04-14
2
-33
/
+4
*
|
usb: dwc3: Add chained TRB support for ep0
Kishon Vijay Abraham I
2015-04-14
2
-19
/
+55
*
|
usb: dwc3: ep0: preparation for implementing chained TRB
Kishon Vijay Abraham I
2015-04-14
1
-8
/
+12
*
|
dwc3: flush the buffers before using it
Kishon Vijay Abraham I
2015-04-14
4
-3
/
+27
*
|
usb: dwc3: TI PHY: PHY driver for dwc3 in TI platforms
Kishon Vijay Abraham I
2015-04-14
1
-0
/
+309
*
|
usb: dwc3: dwc3-omap: add interrupt status API to check for interrupts
Kishon Vijay Abraham I
2015-04-14
1
-0
/
+20
*
|
dwc3: dwc3-omap: add support for multiple dwc3-omap controllers
Kishon Vijay Abraham I
2015-04-14
1
-6
/
+20
*
|
usb: dwc3: dwc3-omap: change probe and remove to uboot init and uboot exit code
Kishon Vijay Abraham I
2015-04-14
1
-89
/
+39
*
|
include: dwc3-omap-uboot: add a structure for populating dwc3-omap platform data
Kishon Vijay Abraham I
2015-04-14
1
-7
/
+0
[next]