
Hi Tom,
The following changes since commit 832bfad7451e2e7bd23c96edff2be050905ac3f6:
libfdt: Fix signedness comparison warnings (2020-11-10 14:31:08 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-15nov20
for you to fetch changes up to a3e458524c15710e4ac9ce1556a5f0898084d09a:
cros_ec: Handling EC_CMD_GET_NEXT_EVENT (2020-11-14 15:23:41 -0700)
---------------------------------------------------------------- Minor fixes/improvements to 'patman status'
---------------------------------------------------------------- Heinrich Schuchardt (1): cros_ec: Handling EC_CMD_GET_NEXT_EVENT
Simon Glass (8): patman: Refactor how the default subcommand works patman: Correct Change-Ids error message args patman: Update defaults in subparsers patman: Allow specifying the patchwork URL patman: Add a setting for the Patchwork URL patman: Add a Series-patchwork-url option cros_ec: Correct collection of EC hash cros_ec: Increase command timeout for flash erase
drivers/misc/cros_ec.c | 16 +++++++---- drivers/misc/cros_ec_lpc.c | 5 +++- drivers/misc/cros_ec_sandbox.c | 10 +++++++ tools/patman/README | 7 +++++ tools/patman/control.py | 10 +++++-- tools/patman/func_test.py | 40 +++++++++++++++++--------- tools/patman/gitutil.py | 10 +++---- tools/patman/main.py | 64 ++++++++++++++++++++++++------------------ tools/patman/patchstream.py | 4 +-- tools/patman/series.py | 2 +- tools/patman/settings.py | 28 ++++++++++++++---- tools/patman/status.py | 29 +++++++++++-------- 12 files changed, 149 insertions(+), 76 deletions(-)
Regards, Simon

On Sun, Nov 15, 2020 at 07:11:35AM -0700, Simon Glass wrote:
Hi Tom,
The following changes since commit 832bfad7451e2e7bd23c96edff2be050905ac3f6:
libfdt: Fix signedness comparison warnings (2020-11-10 14:31:08 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-dm.git tags/dm-pull-15nov20
for you to fetch changes up to a3e458524c15710e4ac9ce1556a5f0898084d09a:
cros_ec: Handling EC_CMD_GET_NEXT_EVENT (2020-11-14 15:23:41 -0700)
Applied to u-boot/master, thanks!
participants (2)
-
Simon Glass
-
Tom Rini