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
*
Merge branch 'master' of git://git.denx.de/u-boot-ubi
Tom Rini
2015-02-04
1
-0
/
+8
|
\
|
*
ubi: reset mtd_devs when ubi part fail
Heiko Schocher
2015-01-28
1
-0
/
+8
*
|
Merge branch 'master' of git://git.denx.de/u-boot-ti
Tom Rini
2015-02-02
1
-0
/
+4
|
\
\
|
*
|
omap3: mmc: add 1.8v bias setting for MMC1
Albert ARIBAUD \(3ADEV\)
2015-01-29
1
-0
/
+4
|
|
/
*
|
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Tom Rini
2015-02-02
3
-13
/
+17
|
\
\
|
*
|
sunxi: mmc: Add 'sunxi_' prefix to the static functions
Siarhei Siamashka
2015-02-02
1
-7
/
+7
|
*
|
sunxi: video: Force h/vsync active high when using ext. vga dac on some boards
Hans de Goede
2015-02-02
1
-3
/
+9
|
*
|
sunxi: rsb: Move rsb_set_device_mode() call to rsb_init()
Hans de Goede
2015-02-02
1
-3
/
+1
|
|
/
*
|
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2015-01-31
4
-2
/
+93
|
\
\
|
*
|
net/designware: add error message on DMA reset timeout
Alexey Brodkin
2015-01-30
1
-1
/
+3
|
*
|
net: phy: micrel: add support for KSZ8895 switch in SMI mode
Philippe De Muyter
2015-01-30
1
-0
/
+58
|
*
|
Add MS7206SE ethernet support
Yoshinori Sato
2015-01-30
1
-1
/
+30
|
*
|
net: tsec: Fix NULL access in case init_phy() fails
Claudiu Manoil
2015-01-30
1
-0
/
+2
|
|
/
*
|
Merge branch 'master' of git://git.denx.de/u-boot-dm
Tom Rini
2015-01-30
55
-569
/
+2016
|
\
\
|
*
|
dm: cros_ec: Convert cros_ec_i2c over to driver model
Simon Glass
2015-01-29
1
-53
/
+29
|
*
|
dm: i2c: Add two more I2C init functions to the compatibility layer
Simon Glass
2015-01-29
1
-2
/
+12
|
*
|
dm: i2c: dts: Support an offset-len device tree property
Simon Glass
2015-01-29
1
-1
/
+2
|
*
|
dm: i2c: s3c24x0: adjust to dm-i2c api
Przemyslaw Marczak
2015-01-29
1
-43
/
+194
|
*
|
dm: i2c-uclass-compat: fix missed argument
Przemyslaw Marczak
2015-01-29
1
-1
/
+1
|
*
|
DM: crypto/fsl - Add Freescale rsa DM driver
Ruchika Gupta
2015-01-29
7
-0
/
+129
|
*
|
DM: crypto/rsa_mod_exp: Add rsa Modular Exponentiation DM driver
Ruchika Gupta
2015-01-29
5
-0
/
+83
|
*
|
dm: cros_ec_spi: Remove old pre-driver-model code
Simon Glass
2015-01-29
1
-49
/
+2
|
*
|
dm: cros_ec: Don't require protocol 3 support
Simon Glass
2015-01-29
1
-4
/
+6
|
*
|
dm: core: Ignore disabled devices when binding
Simon Glass
2015-01-29
1
-0
/
+5
|
*
|
dm: i2c: Move slave details to child platdata
Simon Glass
2015-01-29
6
-87
/
+39
|
*
|
dm: spi: Move slave details to child platdata
Simon Glass
2015-01-29
5
-63
/
+56
|
*
|
dm: spi: Set up the spi_slave device pointer in child_pre_probe()
Simon Glass
2015-01-29
1
-0
/
+10
|
*
|
dm: core: Allow uclass to set up a device's child before it is probed
Simon Glass
2015-01-29
2
-0
/
+17
|
*
|
dm: sandbox: sf: Tidy up the error handling in sandbox_sf_probe()
Simon Glass
2015-01-29
1
-2
/
+5
|
*
|
dm: core: Allow the uclass to set up a device's child after binding
Simon Glass
2015-01-29
1
-5
/
+16
|
*
|
dm: spi: Move the per-child data size to the uclass
Simon Glass
2015-01-29
9
-8
/
+1
|
*
|
dm: core: Allow uclasses to specify private data for a device's children
Simon Glass
2015-01-29
2
-0
/
+8
|
*
|
dm: core: Add a flag to control sequence numbering
Simon Glass
2015-01-29
4
-15
/
+16
|
*
|
dm: core: Add a function to get a device's uclass ID
Simon Glass
2015-01-29
1
-0
/
+5
|
*
|
dm: core: Add a post_bind method for parents
Simon Glass
2015-01-29
1
-0
/
+12
|
*
|
dm: core: Allow uclasses to specify platdata for a device's children
Simon Glass
2015-01-29
1
-0
/
+4
|
*
|
dm: core: Allow parents to have platform data for their children
Simon Glass
2015-01-29
2
-2
/
+32
|
*
|
dm: core: Allocate platform data when binding a device
Simon Glass
2015-01-29
2
-13
/
+17
|
*
|
dm: core: Tidy up error handling in device_bind()
Simon Glass
2015-01-29
1
-8
/
+10
|
*
|
dm: core: Set device tree node for root device
Simon Glass
2015-01-29
1
-0
/
+3
|
*
|
dm: i2c: Provide an offset length parameter where needed
Simon Glass
2015-01-29
3
-9
/
+11
|
*
|
dm: i2c: Add a compatbility layer
Simon Glass
2015-01-29
2
-0
/
+99
|
*
|
dm: i2c: Rename driver model I2C functions to permit compatibility
Simon Glass
2015-01-29
3
-8
/
+9
|
*
|
dm: spi: Remove use of fdtdec GPIO support
Simon Glass
2015-01-29
1
-34
/
+28
|
*
|
dm: usb: Remove use of fdtdec GPIO support
Simon Glass
2015-01-29
3
-30
/
+28
|
*
|
dm: mmc: Remove use of fdtdec GPIO support
Simon Glass
2015-01-29
2
-35
/
+21
|
*
|
dm: tegra: nand: Remove use of fdtdec GPIO support
Simon Glass
2015-01-29
1
-5
/
+4
|
*
|
dm: tegra: video: Remove use of fdtdec GPIO support
Simon Glass
2015-01-29
1
-34
/
+20
|
*
|
dm: exynos: Add a GPIO translation function
Simon Glass
2015-01-29
1
-1
/
+12
|
*
|
dm: tegra: Add a GPIO translation function
Simon Glass
2015-01-29
1
-0
/
+18
[next]