[U-Boot] Please pull u-boot-dm

Simon Glass sjg at chromium.org
Wed Mar 29 23:51:04 UTC 2017


Hi Tom,

Herewith some fairly minor changes from my patchwork queue.


The following changes since commit 5cf618ee60a752d058a767372ca1ecb8d9c09b16:

  Merge git://git.denx.de/u-boot-arc (2017-03-24 08:19:30 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-dm.git

for you to fetch changes up to 44d5c371a63e56eb53866b645e75396fa1d95510:

  Add single register pin controller driver (2017-03-26 13:23:42 -0600)

----------------------------------------------------------------
Felix Brack (1):
      Add single register pin controller driver

Hou Zhiqiang (1):
      pci: correct a function description

James Balean (1):
      Ensure device tree DTS is compiled

Patrice Chotard (1):
      reset: Add STi reset support

Vignesh R (1):
      libfdt: use CONFIG_IS_ENABLED for OF_LIBFDT

mario.six at gdsys.cc (3):
      tpm: Add function to load keys via their parent's SHA1 hash
      cmd: tpm: Fix flush command
      lib: tpm: Add command to list resources

 arch/arm/Kconfig                 |   1 +
 cmd/tpm.c                        | 162 ++++++++++++++++++++++++---
 drivers/pci/pci-uclass.c         |   5 +-
 drivers/pinctrl/Kconfig          |  10 ++
 drivers/pinctrl/Makefile         |   1 +
 drivers/pinctrl/pinctrl-single.c | 142 ++++++++++++++++++++++++
 drivers/reset/Kconfig            |   8 ++
 drivers/reset/Makefile           |   1 +
 drivers/reset/sti-reset.c        | 320
+++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/tpm/Kconfig              |  15 +++
 dts/Makefile                     |  13 ++-
 include/tpm.h                    |  12 ++
 lib/fdtdec.c                     |   2 +-
 lib/tpm.c                        |  40 +++++++
 14 files changed, 711 insertions(+), 21 deletions(-)
 create mode 100644 drivers/pinctrl/pinctrl-single.c
 create mode 100644 drivers/reset/sti-reset.c

Regards,
Simon


More information about the U-Boot mailing list