summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-03rockchip: Bring in RK3288 device tree file includes and bindingsSimon Glass
2015-09-03rockchip: Add serial supportSimon Glass
2015-09-03arm: reset: Avoid a build error when the reset uclass is enabledSimon Glass
2015-09-03dm: Provide better debugging when a device fails to bindSimon Glass
2015-09-03dm: Improve handling of a missing uclassSimon Glass
2015-09-03mmc: Support bypass mode with the get_mmc_clk() methodSimon Glass
2015-09-03dm: led: Tidy up SPL options for the led and led-gpioSimon Glass
2015-09-03pinctrl: Add the concept of peripheral IDsSimon Glass
2015-09-03pinctrl: Add help text to KconfigSimon Glass
2015-08-31Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2015-08-31Merge git://git.denx.de/u-boot-dmTom Rini
2015-08-31sunxi: increase SYS_MONITOR_LENBoris Brezillon
2015-08-31dts: fix dependency of OF_SPL_REMOVE_PROPSMasahiro Yamada
2015-08-31pinctrl: sandbox: add sandbox pinctrl driverMasahiro Yamada
2015-08-31pinctrl: add pin control uclass supportMasahiro Yamada
2015-08-31dm: core: allow device_bind() to not return a device pointerMasahiro Yamada
2015-08-31tegra: nyan: Enable TPM command and driverSimon Glass
2015-08-31tpm: Enable 'tpmtest' command for Chrome OS boards with TPMsSimon Glass
2015-08-31dm: tpm: Add a 'tpmtest' commandSimon Glass
2015-08-31tpm: Add functions to access flags and permissionsSimon Glass
2015-08-31tpm: Add a 'tpm info' commandSimon Glass
2015-08-31dm: tpm: Convert LPC driver to driver modelSimon Glass
2015-08-31dm: tpm: Convert I2C driver to driver modelSimon Glass
2015-08-31exynos: x86: dts: Add tpm nodes to the device tree for Chrome OS devicesSimon Glass
2015-08-31tpm: Check that parse_byte_string() has data to parseSimon Glass
2015-08-31dm: tpm: sandbox: Convert TPM driver to driver modelSimon Glass
2015-08-31tpm: Report tpm errors on the command lineSimon Glass
2015-08-31dm: i2c: Add a command to adjust the offset lengthSimon Glass
2015-08-31dm: tpm: Convert the TPM command and library to driver modelSimon Glass
2015-08-31dm: tpm: Add a uclass for Trusted Platform ModulesSimon Glass
2015-08-31tpm: tpm_tis_i2c: Tidy up delaysSimon Glass
2015-08-31tpm: tpm_tis_i2c: Use a consistent tpm_tis_i2c_ prefixSimon Glass
2015-08-31tpm: tpm_tis_i2c: Simplify init codeSimon Glass
2015-08-31tpm: tpm_tis_i2c: Move definitions into the header fileSimon Glass
2015-08-31tpm: tpm_tis_i2c: Merge struct tpm into tpm_chipSimon Glass
2015-08-31tpm: tpm_tis_i2c: Merge struct tpm_dev into tpm_chipSimon Glass
2015-08-31tpm: tpm_tis_i2c: Drop struct tpm_vendor_specificSimon Glass
2015-08-31tpm: tpm_tis_i2c: Drop unnecessary methodsSimon Glass
2015-08-31tpm: Move the I2C TPM code into one fileSimon Glass
2015-08-31tpm: Convert drivers to use SPDXSimon Glass
2015-08-31tpm: Convert board config TPM options to KconfigSimon Glass
2015-08-31tpm: Add Kconfig options for TPMsSimon Glass
2015-08-31tpm: Drop two unused optionsSimon Glass
2015-08-31tpm: Remove old pre-driver-model I2C codeSimon Glass
2015-08-31exynos: Rise ARM voltage to 1.1V for chained bootloadersMisha Komarovskiy
2015-08-31buildman: Correct 'Series-cover-cc' detection logicSimon Glass
2015-08-31drivers: kconfig: Sort driver menu in alphabetical orderBin Meng
2015-08-31drivers: kconfig: Move PHYS_TO_BUS to "Device Drivers" menuBin Meng
2015-08-31drivers: kconfig: Move "Generic Driver Options" menu to the topBin Meng
2015-08-31dm: core: Add Kconfig for simple bus driverMarek Vasut