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-27 10:07:42 +01:00
parent ba0c4008f2
commit 24e7625085
2 changed files with 1527 additions and 3 deletions
+3 -3
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'
]
File diff suppressed because it is too large Load Diff