Re: [PATCH v2 14/30] patman: Move code for sending into its own module

2025-05-23 Thread Simon Glass
The control module includes much of the implementation of patman's 'send' feature. As a first step to separating this out, move the sending code into its own file. Signed-off-by: Simon Glass --- (no changes since v1) tools/patman/__main__.py | 2 +- tools/patman/control.py | 161 +

[PATCH v2 14/30] patman: Move code for sending into its own module

2025-05-04 Thread Simon Glass
The control module includes much of the implementation of patman's 'send' feature. As a first step to separating this out, move the sending code into its own file. Signed-off-by: Simon Glass --- (no changes since v1) tools/patman/__main__.py | 2 +- tools/patman/control.py | 161 +