Hi Tom, This is for the -next branch
https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/14617 The following changes since commit a95410696d21d38b629c61a09c100197c5fc533a: Merge branch '2023-01-02-platform-updates' into next (2023-01-02 18:07:41 -0500) are available in the Git repository at: git://git.denx.de/u-boot-dm.git tags/dm-next-5jan23 for you to fetch changes up to 8c042fb7f9f475367804b26a892fd522ad8fcfcc: patman: add '--get-maintainer-script' argument (2023-01-05 19:21:57 -0700) ---------------------------------------------------------------- patman enhancements and fixes ---------------------------------------------------------------- Maxim Cournoyer (18): patman: remove extraneous imports patman: fix installation of README.rst data file patman: locate README.rst via importlib patman: cosmetic: Fix PEP 8 warnings for the gitutil module. patman: locate test data files via __file__ and pathlib patman: invoke the checkpatch.pl script with '--u-boot' and '--strict' patman: rename main script to __main__.py patman: add pytest configuration file patman: hide the 'test' command unless test data is available patman: document how to run test suite via pytest patman: document default 'send' command patman: fix pep8 warnings in settings module patman: replace deprecated SafeConfigParser with ConfigParser patman: import gitutil module where it is needed patman: set the default config_fname argument value to None patman: fail early in Setup when provided config file does not exist patman: additionally honor a local .patman config file patman: add '--get-maintainer-script' argument Sean Anderson (1): patman: Switch to setuptools Yuepeng Xing (1): test:dm:fix typo test/dm/blk.c | 2 +- test/dm/button.c | 4 +- test/dm/gpio.c | 4 +- test/dm/host.c | 2 +- test/dm/remoteproc.c | 2 +- test/dm/scmi.c | 2 +- test/dm/spmi.c | 2 +- test/dm/test-fdt.c | 2 +- tools/patman/__init__.py | 2 +- tools/patman/{main.py => __main__.py} | 33 ++++++++++------- tools/patman/checkpatch.py | 2 +- tools/patman/control.py | 12 +++--- tools/patman/func_test.py | 55 +++++++++++++++++++++++++-- tools/patman/get_maintainer.py | 57 +++++++++++++++++----------- tools/patman/gitutil.py | 107 +++++++++++++++++++++++++++++++++-------------------- tools/patman/patman | 2 +- tools/patman/patman.rst | 38 +++++++++++++++++-- tools/patman/pytest.ini | 2 + tools/patman/series.py | 9 +++-- tools/patman/settings.py | 101 ++++++++++++++++++++++++++++++++------------------ tools/patman/setup.py | 4 +- tools/patman/test_settings.py | 67 +++++++++++++++++++++++++++++++++ 22 files changed, 368 insertions(+), 143 deletions(-) rename tools/patman/{main.py => __main__.py} (88%) create mode 100644 tools/patman/pytest.ini create mode 100644 tools/patman/test_settings.py Regards, Simon