patman: Add a helper for managing cseries

Add a module which includes helper functions for dealing with Cseries
objects.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-05-10 13:05:03 +02:00
parent ba0c4008f2
commit 24e7625085
2 changed files with 1527 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
# SPDX-License-Identifier: GPL-2.0+
__all__ = [
'checkpatch', 'cmdline', 'commit', 'control',
'database', 'func_test',
'get_maintainer', '__main__', 'patchstream', 'patchwork', 'project',
'checkpatch', 'cmdline', 'commit', 'control', 'cser_helper',
'database', 'func_test', 'get_maintainer', '__main__', 'patchstream',
'patchwork', 'project',
'send', 'series', 'settings', 'setup', 'status', 'test_checkpatch',
'test_common', 'test_settings'
]

1524
tools/patman/cser_helper.py Normal file

File diff suppressed because it is too large Load Diff