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
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
cros_ec: Remove the old tunnel code
Simon Glass
2015-08-05
1
-267
/
+1
*
cros_ec: Support the LDO access method used by spring
Simon Glass
2015-08-05
1
-10
/
+11
*
dm: cros_ec: Convert the I2C tunnel code to use driver model
Simon Glass
2015-08-05
1
-5
/
+88
*
misc: led: pca9551_led: Fix problem with multiple blink frequencies
Stefan Roese
2015-07-27
1
-10
/
+22
*
dm: test: Add a test for the system controller uclass
Simon Glass
2015-07-21
2
-0
/
+28
*
sandbox: Use the reset driver to handle reset
Simon Glass
2015-07-21
1
-1
/
+1
*
sandbox: Add a warm and cold reset driver
Simon Glass
2015-07-21
2
-0
/
+101
*
dm: reset: Allow reset_walk() to return
Simon Glass
2015-07-21
1
-6
/
+25
*
dm: Add a system reset uclass
Simon Glass
2015-07-21
3
-0
/
+72
*
driver/fsl_debug_server: Fix the DDR hide logic for LS2085a
Bhupesh Sharma
2015-07-20
1
-0
/
+5
*
sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulation
Simon Glass
2015-05-14
1
-0
/
+2
*
sandbox: Add missing errno.h includes in a few files
Simon Glass
2015-05-14
2
-0
/
+2
*
misc: led: Add PCA9551 LED driver
Stefan Roese
2015-05-08
3
-0
/
+169
*
cros_ec: Handle the single duplex requirement in cros_ec
Simon Glass
2015-05-05
1
-3
/
+20
*
cros_ec: Show the protocol version in the debug message
Simon Glass
2015-05-05
1
-1
/
+2
*
x86: Set serial port IRQ for SMSC LPC47M
Bin Meng
2015-04-29
1
-1
/
+2
*
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2015-04-24
3
-0
/
+268
|
\
|
*
armv8/ls2085aqds: NAND boot support
Scott Wood
2015-04-23
1
-0
/
+12
|
*
driver/fsl_ifc: Add support to finalize CS1, CS3 address binding
Prabhakar Kushwaha
2015-04-23
1
-0
/
+9
|
*
armv8/fsl-lsch3: Add Freescale Debug Server driver
Bhupesh Sharma
2015-04-21
2
-0
/
+247
*
|
cmd_led: Extend led command to support blinking and more leds
Stefan Roese
2015-04-23
1
-0
/
+14
|
/
*
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
4
-8
/
+8
*
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
*
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: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-04-16
4
-7
/
+7
*
fsl_sec_mon: Add driver for Security Monitor block of Freescale
gaurav rana
2015-03-05
3
-0
/
+155
*
dm: cros_ec: Convert to Kconfig
Simon Glass
2015-02-19
1
-1
/
+47
*
dm: Expand and complete Kconfig in drivers/
Simon Glass
2015-02-12
1
-0
/
+9
*
dm: cros_ec: Convert cros_ec_i2c over to driver model
Simon Glass
2015-01-29
1
-53
/
+29
*
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: spi: Move slave details to child platdata
Simon Glass
2015-01-29
1
-19
/
+0
*
dm: cros_ec: Remove use of fdtdec GPIO support
Simon Glass
2015-01-29
1
-18
/
+6
*
i2c_eeprom: include <linux/err.h> to fix build error
Masahiro Yamada
2015-01-05
1
-0
/
+1
*
x86: Add a simple superio driver for SMSC LPC47M
Bin Meng
2014-12-13
2
-0
/
+34
*
dm: Add a simple EEPROM driver
Simon Glass
2014-12-11
2
-0
/
+52
*
dm: i2c: Add an I2C EEPROM simulator
Simon Glass
2014-12-11
2
-0
/
+171
*
mxc_ocotp: Do not disable the OCOTP clock after every access
Fabio Estevam
2014-12-01
1
-2
/
+0
*
mxs_ocotp: clear the error flag before initiating write operation
Hector Palacios
2014-12-01
1
-0
/
+2
*
mxs_ocotp: check for errors from the OTP controller after writing
Hector Palacios
2014-12-01
1
-0
/
+7
*
mxs_ocotp: prevent error path from returning success
Hector Palacios
2014-12-01
1
-4
/
+1
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2014-11-24
1
-0
/
+1
|
\
|
*
cros_ec: Fix uninitialised variable in cros_ec.c
Simon Glass
2014-11-22
1
-0
/
+1
*
|
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
2014-11-23
1
-1
/
+1
*
|
replace DIV_ROUND with DIV_ROUND_CLOSEST
Masahiro Yamada
2014-11-20
1
-2
/
+2
|
/
*
Merge git://git.denx.de/u-boot-x86
Tom Rini
2014-10-23
1
-2
/
+2
|
\
[next]