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
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm: tpm: Convert I2C driver to driver model
Simon Glass
2015-08-31
8
-350
/
+207
*
exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devices
Simon Glass
2015-08-31
6
-6
/
+33
*
tpm: Check that parse_byte_string() has data to parse
Simon Glass
2015-08-31
1
-0
/
+2
*
dm: tpm: sandbox: Convert TPM driver to driver model
Simon Glass
2015-08-31
3
-12
/
+50
*
tpm: Report tpm errors on the command line
Simon Glass
2015-08-31
1
-22
/
+24
*
dm: i2c: Add a command to adjust the offset length
Simon Glass
2015-08-31
1
-0
/
+33
*
dm: tpm: Convert the TPM command and library to driver model
Simon Glass
2015-08-31
3
-6
/
+53
*
dm: tpm: Add a uclass for Trusted Platform Modules
Simon Glass
2015-08-31
10
-286
/
+630
*
tpm: tpm_tis_i2c: Tidy up delays
Simon Glass
2015-08-31
2
-31
/
+28
*
tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefix
Simon Glass
2015-08-31
1
-55
/
+58
*
tpm: tpm_tis_i2c: Simplify init code
Simon Glass
2015-08-31
1
-23
/
+10
*
tpm: tpm_tis_i2c: Move definitions into the header file
Simon Glass
2015-08-31
2
-335
/
+335
*
tpm: tpm_tis_i2c: Merge struct tpm into tpm_chip
Simon Glass
2015-08-31
2
-15
/
+10
*
tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chip
Simon Glass
2015-08-31
2
-44
/
+25
*
tpm: tpm_tis_i2c: Drop struct tpm_vendor_specific
Simon Glass
2015-08-31
2
-60
/
+35
*
tpm: tpm_tis_i2c: Drop unnecessary methods
Simon Glass
2015-08-31
2
-12
/
+4
*
tpm: Move the I2C TPM code into one file
Simon Glass
2015-08-31
4
-618
/
+550
*
tpm: Convert drivers to use SPDX
Simon Glass
2015-08-31
2
-29
/
+4
*
tpm: Convert board config TPM options to Kconfig
Simon Glass
2015-08-31
16
-16
/
+36
*
tpm: Add Kconfig options for TPMs
Simon Glass
2015-08-31
3
-0
/
+82
*
tpm: Drop two unused options
Simon Glass
2015-08-31
2
-8
/
+0
*
tpm: Remove old pre-driver-model I2C code
Simon Glass
2015-08-31
3
-179
/
+7
*
exynos: Rise ARM voltage to 1.1V for chained bootloaders
Misha Komarovskiy
2015-08-31
1
-3
/
+4
*
buildman: Correct 'Series-cover-cc' detection logic
Simon Glass
2015-08-31
1
-1
/
+1
*
drivers: kconfig: Sort driver menu in alphabetical order
Bin Meng
2015-08-31
1
-24
/
+26
*
drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menu
Bin Meng
2015-08-31
1
-2
/
+2
*
drivers: kconfig: Move "Generic Driver Options" menu to the top
Bin Meng
2015-08-31
1
-2
/
+2
*
dm: core: Add Kconfig for simple bus driver
Marek Vasut
2015-08-31
3
-6
/
+17
*
dm: Use dev_get_addr() where possible
Simon Glass
2015-08-31
20
-29
/
+26
*
dm: simplify uclass_foreach_dev() implementation
Masahiro Yamada
2015-08-31
1
-7
/
+2
*
ARM: dts: uniphier: add ProXstream2 and PH1-LD6b SoC/board support
Masahiro Yamada
2015-08-31
4
-2
/
+334
*
ARM: dts: uniphier: add PH1-Pro5 SoC support
Masahiro Yamada
2015-08-31
1
-0
/
+216
*
ARM: dts: uniphier: sync with Linux
Masahiro Yamada
2015-08-31
9
-107
/
+472
*
serial: uniphier: drop platform data support
Masahiro Yamada
2015-08-31
2
-44
/
+15
*
ARM: uniphier: enable SPL_OF_CONTROL
Masahiro Yamada
2015-08-31
14
-67
/
+31
*
ARM: uniphier: select SPL_DM rather than default in defconfig
Masahiro Yamada
2015-08-30
5
-4
/
+1
*
ARM: uniphier: remove unused macro
Masahiro Yamada
2015-08-30
1
-2
/
+0
*
ARM: uniphier: fix build error when CONFIG_DEBUG_LL is defined
Masahiro Yamada
2015-08-30
1
-0
/
+2
*
mtd: denali_spl: do not allocate page_buffer in .bss section
Masahiro Yamada
2015-08-30
1
-20
/
+12
*
tools/atmelimage.c: Fix warning when debug is enabled
Tom Rini
2015-08-28
1
-1
/
+1
*
ARM: OMAP5/AM43xx: remove enabling USB clocks from enable_basic_clocks()
Kishon Vijay Abraham I
2015-08-28
2
-42
/
+0
*
board: ti: invoke clock API to enable and disable clocks
Kishon Vijay Abraham I
2015-08-28
4
-0
/
+10
*
ARM: AM43xx: Add functions to enable and disable USB clocks
Kishon Vijay Abraham I
2015-08-28
2
-0
/
+73
*
ARM: OMAP5: Add functions to enable and disable USB clocks
Kishon Vijay Abraham I
2015-08-28
2
-0
/
+101
*
board: ti: OMAP5: added USB initializtion code
Kishon Vijay Abraham I
2015-08-28
2
-0
/
+81
*
board: ti: beagle_x15: added USB initializtion code
Kishon Vijay Abraham I
2015-08-28
2
-1
/
+112
*
include: configs: am43xx_evm: add 'usb stop' in usbboot env
Kishon Vijay Abraham I
2015-08-28
1
-0
/
+2
*
board: ti: remove duplicate initialization of vbus_id_status
Kishon Vijay Abraham I
2015-08-28
2
-4
/
+0
*
TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xx
Kishon Vijay Abraham I
2015-08-28
1
-4
/
+11
*
ARM: DRA7: Enable clocks for USB OTGSS2 and USB PHY2
Kishon Vijay Abraham I
2015-08-28
4
-0
/
+23
[next]