Hi Tom, This is for -next
But I based it on master to avoid pulling in other people's commits. I hope that works OK. The following changes since commit be79009f3b9bbdbce283e67a865121e576d790ea: Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2020-06-09 09:17:24 -0400) are available in the Git repository at: git://git.denx.de/u-boot-dm.git tags/dm-pull-12jun20 for you to fetch changes up to cea8f2c995b9d87af6ef42f967402e1c8a3506db: doc: driver-model: fix typo in design.rst (2020-06-11 20:52:11 -0600) ---------------------------------------------------------------- patman improvements to allow it to work with Zephyr change to how sequence numbers are assigned to devices minor fixes and improvements ---------------------------------------------------------------- Bin Meng (2): fdtdec: Fix the types of addr and size in fdtdec_add_reserved_memory() fdtdec: Honor #address-cells and #size-cells in fdtdec_add_reserved_memory() Dario Binacchi (1): doc: driver-model: fix typo in design.rst Heinrich Schuchardt (4): doc: driver-model: there is no UCLASS_SATA doc: move README.log to HTML documentation log: clean up Kconfig log: check argument of 'log level' command Marcus Comstedt (1): libfdt: Remove superfluous NUL character from overlay symbols Michael Walle (3): usb: provide a device tree node to USB devices dm: core: fix dev_read_alias_highest_id() without libfdt dm: uclass: don't assign aliased seq numbers Ovidiu Panait (1): buildman: Remove _of_#_ from results directory paths Patrick Delaunay (1): doc: log: correct option name CONFIG_LOG_MAX_LEVEL Pratyush Yadav (1): regmap: Check for out-of-range offsets before mapping them Simon Glass (6): patman: Fix 'warning' typo patman: Support emacs mode with checkpatch patman: Don't try to process checkpatch lines twice patman: Handle checkpatch output with notes and code patman: Support warnings in the patch subject patman: Complain if a checkpatch line is not understood MAINTAINERS | 1 + arch/sandbox/dts/test.dts | 13 ++- cmd/log.c | 14 ++- common/Kconfig | 159 ++++++++++++++++--------------- doc/README.log | 5 +- doc/develop/index.rst | 1 + doc/develop/logging.rst | 290 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ doc/driver-model/design.rst | 4 +- drivers/core/regmap.c | 8 +- drivers/core/uclass.c | 21 ++-- drivers/usb/host/usb-uclass.c | 41 +++++++- include/configs/sandbox.h | 6 +- include/dm/read.h | 2 + lib/fdtdec.c | 6 +- scripts/dtc/libfdt/fdt_overlay.c | 5 +- test/dm/eth.c | 14 +-- test/dm/test-fdt.c | 22 ++++- test/dm/usb.c | 22 +++++ tools/buildman/builder.py | 10 +- tools/buildman/test.py | 8 +- tools/patman/checkpatch.py | 43 +++++++-- 21 files changed, 559 insertions(+), 136 deletions(-) create mode 100644 doc/develop/logging.rst Regards, Simon