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: Add dm_scan_other() to locate board-specific devices
Simon Glass
2014-07-23
1
-0
/
+8
*
|
|
dm: Improve errors and warnings in lists_bind_fdt()
Simon Glass
2014-07-23
1
-3
/
+13
*
|
|
dm: Add child_pre_probe() and child_post_remove() methods
Simon Glass
2014-07-23
1
-1
/
+15
*
|
|
dm: Introduce per-child data for devices
Simon Glass
2014-07-23
1
-0
/
+26
*
|
|
dm: Add functions to access a device's children
Simon Glass
2014-07-23
1
-0
/
+93
*
|
|
dm: Provide a function to scan child FDT nodes
Simon Glass
2014-07-23
1
-15
/
+18
*
|
|
dm: Avoid accessing uclasses before they are ready
Simon Glass
2014-07-23
1
-0
/
+2
*
|
|
dm: Allow a device to be found by its FDT offset
Simon Glass
2014-07-23
1
-0
/
+35
*
|
|
dm: Introduce device sequence numbering
Simon Glass
2014-07-23
2
-0
/
+106
*
|
|
dm: Move uclass error checking/probing into a function
Simon Glass
2014-07-23
1
-6
/
+22
*
|
|
Add a flag indicating when the serial console is ready
Simon Glass
2014-07-23
1
-0
/
+1
*
|
|
dm: Support driver model prior to relocation
Simon Glass
2014-07-23
1
-0
/
+25
*
|
|
dm: Allow drivers to be marked 'before relocation'
Simon Glass
2014-07-23
3
-9
/
+14
*
|
|
dm: Provide a way to shut down driver model
Simon Glass
2014-07-23
1
-0
/
+8
*
|
|
dm: Make sure that the root device is probed
Simon Glass
2014-07-23
1
-0
/
+3
*
|
|
stdio: Pass device pointer to stdio methods
Simon Glass
2014-07-23
9
-31
/
+73
*
|
|
stdio: Remove redundant code around stdio_register() calls
Simon Glass
2014-07-23
2
-4
/
+0
*
|
|
dm: gpio: Don't use the driver model uclass for SPL
Simon Glass
2014-07-23
1
-0
/
+2
|
/
/
*
|
AHCI: Increase link timeout to 200ms
Ian Campbell
2014-07-22
1
-1
/
+1
*
|
serial: ns16550: use a const variable instead of macro
Masahiro Yamada
2014-07-22
1
-3
/
+3
*
|
serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor
Masahiro Yamada
2014-07-22
1
-7
/
+3
*
|
serial: ns16550: drop CONFIG_OMAP1610 from the special case
Masahiro Yamada
2014-07-22
1
-6
/
+0
*
|
driver/usb: include upper/lower_32_bits() from linux/compat.h
Lijun Pan
2014-07-22
1
-4
/
+2
*
|
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2014-07-21
2
-2
/
+77
|
\
\
|
*
|
fsl_i2c: add support for 3rd and 4th I2C
Shengzhou Liu
2014-07-16
1
-2
/
+20
|
*
|
i2c, omap24xx: add i2c deblock sequenz
Heiko Schocher
2014-07-16
1
-0
/
+57
*
|
|
mmc: prevent some warnings with make W=1
Jeroen Hofstee
2014-07-18
2
-4
/
+4
*
|
|
dirvers: mmc: use __weak
Jeroen Hofstee
2014-07-18
1
-11
/
+9
*
|
|
dm: add missing includes
Jeroen Hofstee
2014-07-18
2
-0
/
+2
*
|
|
mtd: cfi_flash: fix clang warning
Jeroen Hofstee
2014-07-18
1
-1
/
+1
|
/
/
*
|
usb: phy: omap_usb_phy: implement usb_phy_power() for AM437x
Felipe Balbi
2014-07-09
1
-1
/
+16
*
|
usb: host: xhci: make sure to power up PHY
Felipe Balbi
2014-07-09
1
-0
/
+1
*
|
board: gdsys: Make gdsys osd hardware detection more robust
Dirk Eibach
2014-07-07
1
-1
/
+0
*
|
i2c: IHS I2C master driver
Dirk Eibach
2014-07-07
2
-0
/
+205
*
|
blackfin: Fix warning about undefined function
Vasili Galka
2014-07-07
1
-0
/
+1
*
|
mpc8xx: remove v37 board support
Masahiro Yamada
2014-07-07
1
-7
/
+1
*
|
mpc8xx: remove rbc823 board support
Masahiro Yamada
2014-07-07
1
-66
/
+1
*
|
mpc8xx: remove RPXlite_dw, quantum board support
Masahiro Yamada
2014-07-07
4
-89
/
+0
*
|
tpm: don't use unneeded double brackets
Jeroen Hofstee
2014-07-07
1
-1
/
+1
*
|
build: define CPU only when arch/${ARCH}/cpu/${CPU} exists
Masahiro Yamada
2014-07-07
1
-1
/
+1
*
|
Merge branch 'master' of git://git.denx.de/u-boot-i2c
Tom Rini
2014-07-07
1
-17
/
+27
|
\
\
|
|
/
|
/
|
|
*
i2c: tegra: dump alen in debug statements
Stephen Warren
2014-07-03
1
-4
/
+4
|
*
i2c: tegra: write clean data to TX FIFO
Stephen Warren
2014-07-03
1
-5
/
+7
|
*
i2c: tegra: use repeated start for reads
Stephen Warren
2014-07-03
1
-8
/
+16
*
|
watchdog/denali: Adding DesignWare watchdog driver support
Chin Liang See
2014-07-05
2
-0
/
+75
*
|
arm: ep9315: Return back Cirrus Logic EDB9315A board support
Sergey Kostanbaev
2014-07-04
4
-0
/
+314
*
|
gpio: spear_gpio: Fix gpio_set_value() implementation
Axel Lin
2014-07-04
1
-1
/
+4
*
|
armv8/fsl-lsch3: Add support to load and start MC Firmware
J. German Rivera
2014-07-03
3
-0
/
+275
*
|
ARMv8/FSL_LSCH3: Add FSL_LSCH3 SoC
York Sun
2014-07-03
1
-0
/
+5
|
/
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-07-02
16
-40
/
+1035
|
\
[prev]
[next]