[U-Boot] Please pull u-boot-dm
Simon Glass
sjg at chromium.org
Tue Sep 12 10:58:47 UTC 2017
Hi Tom,
Here is an assortment of minor changes related to driver model,
sandbox and patman/other tools.
The following changes since commit c98ac3487e413c71e5d36322ef3324b21c6f60f9:
Prepare v2017.09 (2017-09-11 14:10:40 -0400)
are available in the git repository at:
git://git.denx.de/u-boot-dm.git
for you to fetch changes up to ee87a097b0f66158ce2985940a5f28ba15a3552d:
dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in
dm_do_test (2017-09-11 21:43:58 -0600)
----------------------------------------------------------------
Bin Meng (2):
sandbox: Introduce Kconfig option for 32/64 bit host
sandbox: Convert SANDBOX_BITS_PER_LONG to Kconfig
Chris Packham (1):
patman: add support for omitting bouncing addresses
Jean-Jacques Hiblot (1):
blk: dm: make blk_create_device() take a number of block instead of a size
Patrice Chotard (2):
dm: core: add clocks node scan
dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test
Simon Glass (5):
dm: core: Drop use of strlcpy()
dm: core: Show driver name with 'dm tree'
genconfig.py: Print defconfig next to warnings
dm: core: Add ofnode_for_each_subnode()
moveconfig: Use fd.write() instead of print >>
arch/arm/mach-tegra/xusb-padctl-common.c | 8 ++------
arch/sandbox/Kconfig | 22 +++++++++++++++++++++
arch/sandbox/dts/test.dts | 10 ++++++----
board/sandbox/README.sandbox | 7 +++----
doc/bounces | 3 +++
drivers/block/blk-uclass.c | 8 ++++----
drivers/block/sandbox.c | 2 +-
drivers/core/dump.c | 8 +++-----
drivers/core/ofnode.c | 9 +++++----
drivers/core/root.c | 34 ++++++++++++++++++++++++++++++--
drivers/misc/cros_ec.c | 3 +--
drivers/power/pmic/pmic-uclass.c | 4 +---
drivers/scsi/scsi.c | 2 +-
include/blk.h | 8 ++++----
include/dm/ofnode.h | 24 ++++++++++++++++++++++
include/dm/root.h | 14 +++++++++++++
lib/libfdt/pylibfdt/libfdt.i | 2 ++
scripts/config_whitelist.txt | 1 -
test/dm/blk.c | 6 +++---
test/dm/test-main.c | 2 +-
tools/buildman/kconfiglib.py | 22 +++++++++++++++------
tools/genboardscfg.py | 7 +++++--
tools/moveconfig.py | 6 +++---
tools/patman/README | 12 +++++++++++
tools/patman/series.py | 5 +++++
tools/patman/settings.py | 18 +++++++++++++++++
26 files changed, 191 insertions(+), 56 deletions(-)
create mode 100644 doc/bounces
Regards,
Simon
More information about the U-Boot
mailing list