summaryrefslogtreecommitdiff
path: root/tools/patman
AgeCommit message (Expand)AuthorFilesLines
2023-04-28tools: Fall back to importlib_resources on Python 3.6Jan Kiszka1-1/+5
2023-04-28patman: fix class TestFunctionalHeinrich Schuchardt1-2/+2
2023-04-23patman: Declare the future Series memorySimon Glass1-0/+3
2023-03-09patman: Check patches in parallelSimon Glass1-20/+26
2023-03-09patman: Run get_maintainer.pl in parallelSimon Glass2-3/+32
2023-03-09patman: Refactor MakeCcFile() into two functionsSimon Glass1-24/+57
2023-03-09patman: Drop an incorrect comment about git amSimon Glass1-1/+1
2023-03-08doc: Add notes on how to install patman and binmanSimon Glass1-0/+12
2023-03-08patman: Add support for building a patman PyPi packageSimon Glass1-0/+29
2023-03-08patman: Avoid importing test_checkpatch before it is neededSimon Glass1-1/+1
2023-03-08patman: Move library functions into a library directorySimon Glass17-1824/+22
2023-03-08Remove concurrencytestSimon Glass1-2/+2
2023-03-08Revert "patman: test_util: Print test stdout/stderr within test summaries"Simon Glass1-32/+1
2023-02-14checkpatch: Add a warning for pre-schema driver model tagsSimon Glass1-0/+6
2023-01-19patman: symlink top level .checkpatch.confMaxim Cournoyer1-0/+1
2023-01-19Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'"Maxim Cournoyer1-1/+1
2023-01-06patman: add '--get-maintainer-script' argumentMaxim Cournoyer7-40/+127
2023-01-06patman: additionally honor a local .patman config fileMaxim Cournoyer3-5/+94
2023-01-06patman: fail early in Setup when provided config file does not existMaxim Cournoyer1-1/+5
2023-01-06patman: set the default config_fname argument value to NoneMaxim Cournoyer2-5/+6
2023-01-06patman: import gitutil module where it is neededMaxim Cournoyer2-5/+6
2023-01-06patman: replace deprecated SafeConfigParser with ConfigParserMaxim Cournoyer1-14/+14
2023-01-06patman: fix pep8 warnings in settings moduleMaxim Cournoyer1-17/+21
2023-01-06patman: document default 'send' commandMaxim Cournoyer1-1/+2
2023-01-06patman: document how to run test suite via pytestMaxim Cournoyer1-0/+6
2023-01-06patman: hide the 'test' command unless test data is availableMaxim Cournoyer2-3/+10
2023-01-06patman: add pytest configuration fileMaxim Cournoyer1-0/+2
2023-01-06patman: rename main script to __main__.pyMaxim Cournoyer3-2/+2
2023-01-06patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'Maxim Cournoyer1-1/+1
2023-01-06patman: locate test data files via __file__ and pathlibMaxim Cournoyer1-2/+6
2023-01-06patman: cosmetic: Fix PEP 8 warnings for the gitutil module.Maxim Cournoyer1-41/+65
2023-01-06patman: locate README.rst via importlibMaxim Cournoyer1-5/+3
2023-01-06patman: fix installation of README.rst data fileMaxim Cournoyer1-1/+1
2023-01-06patman: remove extraneous importsMaxim Cournoyer1-4/+1
2023-01-06patman: Switch to setuptoolsSean Anderson1-1/+1
2022-12-23checkpatch.pl: Update CONFIG logic in U-Boot sectionTom Rini1-1/+1
2022-08-27patman: Tidy up unnecessary blank lines and numbersSimon Glass1-30/+15
2022-08-27patman: Fix version tableSimon Glass1-1/+1
2022-08-21patman: Don't buffer test output with a single testSimon Glass1-2/+2
2022-08-21patman: Put the coverage command-line lastSimon Glass1-2/+1
2022-08-13patman: Add documentation to doc/Simon Glass3-252/+308
2022-07-26patman: By default don't pass "--no-tree" to checkpatch for linuxDouglas Anderson4-8/+19
2022-06-28patman: Fix defaults not propagating to subparsersSean Anderson1-1/+6
2022-06-28patman: test_util: Print test stdout/stderr within test summariesAlper Nebi Yasak1-1/+32
2022-06-28patman: test_util: Customize unittest test results for more infoAlper Nebi Yasak1-0/+46
2022-06-28patman: test_util: Use unittest text runner to print test resultsAlper Nebi Yasak2-42/+24
2022-06-28patman: test_util: Handle nonexistent tests while loading testsAlper Nebi Yasak1-16/+5
2022-06-28patman: test_util: Fix printing results for failed testsAlper Nebi Yasak1-1/+1
2022-03-18patman: Define Commit.path in the constructorSimon Glass1-0/+2
2022-03-02patman: Correct pylint errorsSimon Glass9-33/+28