aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-31dm: core: allow device_bind() to not return a device pointerMasahiro Yamada3-6/+8
2015-08-31tegra: nyan: Enable TPM command and driverSimon Glass1-0/+5
2015-08-31tpm: Enable 'tpmtest' command for Chrome OS boards with TPMsSimon Glass8-0/+8
2015-08-31dm: tpm: Add a 'tpmtest' commandSimon Glass3-0/+575
2015-08-31tpm: Add functions to access flags and permissionsSimon Glass2-1/+99
2015-08-31tpm: Add a 'tpm info' commandSimon Glass1-0/+26
2015-08-31dm: tpm: Convert LPC driver to driver modelSimon Glass4-155/+137
2015-08-31dm: tpm: Convert I2C driver to driver modelSimon Glass8-350/+207
2015-08-31exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devicesSimon Glass6-6/+33
2015-08-31tpm: Check that parse_byte_string() has data to parseSimon Glass1-0/+2
2015-08-31dm: tpm: sandbox: Convert TPM driver to driver modelSimon Glass3-12/+50
2015-08-31tpm: Report tpm errors on the command lineSimon Glass1-22/+24
2015-08-31dm: i2c: Add a command to adjust the offset lengthSimon Glass1-0/+33
2015-08-31dm: tpm: Convert the TPM command and library to driver modelSimon Glass3-6/+53
2015-08-31dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass10-286/+630
2015-08-31tpm: tpm_tis_i2c: Tidy up delaysSimon Glass2-31/+28
2015-08-31tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefixSimon Glass1-55/+58
2015-08-31tpm: tpm_tis_i2c: Simplify init codeSimon Glass1-23/+10
2015-08-31tpm: tpm_tis_i2c: Move definitions into the header fileSimon Glass2-335/+335
2015-08-31tpm: tpm_tis_i2c: Merge struct tpm into tpm_chipSimon Glass2-15/+10
2015-08-31tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chipSimon Glass2-44/+25
2015-08-31tpm: tpm_tis_i2c: Drop struct tpm_vendor_specificSimon Glass2-60/+35
2015-08-31tpm: tpm_tis_i2c: Drop unnecessary methodsSimon Glass2-12/+4
2015-08-31tpm: Move the I2C TPM code into one fileSimon Glass4-618/+550
2015-08-31tpm: Convert drivers to use SPDXSimon Glass2-29/+4
2015-08-31tpm: Convert board config TPM options to KconfigSimon Glass16-16/+36
2015-08-31tpm: Add Kconfig options for TPMsSimon Glass3-0/+82
2015-08-31tpm: Drop two unused optionsSimon Glass2-8/+0
2015-08-31tpm: Remove old pre-driver-model I2C codeSimon Glass3-179/+7
2015-08-31exynos: Rise ARM voltage to 1.1V for chained bootloadersMisha Komarovskiy1-3/+4
2015-08-31buildman: Correct 'Series-cover-cc' detection logicSimon Glass1-1/+1
2015-08-31drivers: kconfig: Sort driver menu in alphabetical orderBin Meng1-24/+26
2015-08-31drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menuBin Meng1-2/+2
2015-08-31drivers: kconfig: Move "Generic Driver Options" menu to the topBin Meng1-2/+2
2015-08-31dm: core: Add Kconfig for simple bus driverMarek Vasut3-6/+17
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass20-29/+26
2015-08-31dm: simplify uclass_foreach_dev() implementationMasahiro Yamada1-7/+2
2015-08-31ARM: dts: uniphier: add ProXstream2 and PH1-LD6b SoC/board supportMasahiro Yamada4-2/+334
2015-08-31ARM: dts: uniphier: add PH1-Pro5 SoC supportMasahiro Yamada1-0/+216
2015-08-31ARM: dts: uniphier: sync with LinuxMasahiro Yamada9-107/+472
2015-08-31serial: uniphier: drop platform data supportMasahiro Yamada2-44/+15
2015-08-31ARM: uniphier: enable SPL_OF_CONTROLMasahiro Yamada14-67/+31
2015-08-30ARM: uniphier: select SPL_DM rather than default in defconfigMasahiro Yamada5-4/+1
2015-08-30ARM: uniphier: remove unused macroMasahiro Yamada1-2/+0
2015-08-30ARM: uniphier: fix build error when CONFIG_DEBUG_LL is definedMasahiro Yamada1-0/+2
2015-08-30mtd: denali_spl: do not allocate page_buffer in .bss sectionMasahiro Yamada1-20/+12
2015-08-28tools/atmelimage.c: Fix warning when debug is enabledTom Rini1-1/+1
2015-08-28ARM: OMAP5/AM43xx: remove enabling USB clocks from enable_basic_clocks()Kishon Vijay Abraham I2-42/+0
2015-08-28board: ti: invoke clock API to enable and disable clocksKishon Vijay Abraham I4-0/+10
2015-08-28ARM: AM43xx: Add functions to enable and disable USB clocksKishon Vijay Abraham I2-0/+73