Hi Tom, The following changes since commit 9f13b6d147dc74f2400ce18d9d4005ba53f21fd3:
ARM: AM335x: mux: change mmc0 cd pinmux from mmc0_sdcd to gpio (2015-10-22 14:44:03 -0400) are available in the git repository at: git://git.denx.de/u-boot-dm.git for you to fetch changes up to 4ea5243a3a2fbc59bbcdd401d75f1744bcd6280f: fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BIT (2015-10-23 09:42:28 -0600) ---------------------------------------------------------------- Christophe Ricard (4): dm: tpm: Move tpm_tis_i2c to tpm_i2c_infineon dm: tpm: Add Driver Model support for tpm_atmel_twi driver dm: tpm: Remove every compilation switch for TPM driver model dm: tpm: Every TPM drivers should depends on DM_TPM Simon Glass (7): dm: Rename dev_get_parentdata() to dev_get_parent_priv() dm: core: Adjust device.h header file order dm: core: Fix device flag whitespace dm: core: Tidy up devres comments dm: core: Remove a comment about dropping per_child_auto_alloc_size dm: core: Tidy up comments in device.h dm: tpm: Drop CONFIG_DM_TPM Stephen Warren (1): fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BIT Thomas Chou (1): env: export fdt_blob to the environment variable README | 4 +- common/board_r.c | 3 + common/cmd_tpm.c | 13 +-- common/cmd_usb.c | 10 +- common/usb_hub.c | 4 +- common/usb_storage.c | 2 +- .../controlcenterd_36BIT_SDCARD_DEVELOP_defconfig | 2 + configs/controlcenterd_36BIT_SDCARD_defconfig | 2 + .../controlcenterd_TRAILBLAZER_DEVELOP_defconfig | 2 + configs/controlcenterd_TRAILBLAZER_defconfig | 2 + configs/nyan-big_defconfig | 2 +- configs/peach-pi_defconfig | 2 +- configs/peach-pit_defconfig | 2 +- configs/snow_defconfig | 2 +- configs/spring_defconfig | 2 +- doc/README.fdt-control | 5 +- doc/driver-model/usb-info.txt | 4 +- drivers/core/device.c | 2 +- drivers/misc/cros_ec_spi.c | 4 +- drivers/mtd/spi/sf_dataflash.c | 2 +- drivers/mtd/spi/sf_probe.c | 2 +- drivers/spi/fsl_qspi.c | 2 +- drivers/spi/ich.c | 2 +- drivers/spi/soft_spi.c | 2 +- drivers/spi/spi-uclass.c | 8 +- drivers/tpm/Kconfig | 15 +-- drivers/tpm/Makefile | 4 +- drivers/tpm/tpm_atmel_twi.c | 68 ++++++++---- drivers/tpm/{tpm_tis_i2c.c => tpm_tis_infineon.c} | 5 +- drivers/tpm/{tpm_tis_i2c.h => tpm_tis_infineon.h} | 0 drivers/tpm/tpm_tis_lpc.c | 1 - drivers/usb/eth/smsc95xx.c | 4 +- drivers/usb/eth/usb_ether.c | 2 +- drivers/usb/host/ehci-hcd.c | 6 +- drivers/usb/host/usb-uclass.c | 8 +- drivers/usb/host/xhci.c | 4 +- drivers/usb/musb-new/usb-compat.h | 10 +- include/dm/device.h | 119 +++++++++++---------- include/pci.h | 2 +- include/spi.h | 2 +- include/tis.h | 60 ----------- include/tpm.h | 6 -- include/usb.h | 2 +- lib/Kconfig | 1 + lib/fdtdec.c | 14 +-- lib/tpm.c | 20 +--- test/dm/bus.c | 26 ++--- 47 files changed, 209 insertions(+), 257 deletions(-) rename drivers/tpm/{tpm_tis_i2c.c => tpm_tis_infineon.c} (99%) rename drivers/tpm/{tpm_tis_i2c.h => tpm_tis_infineon.h} (100%) delete mode 100644 include/tis.h Regards, Simon _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot