aboutsummaryrefslogtreecommitdiff
path: root/tools/patman
AgeCommit message (Expand)AuthorFilesLines
2024-03-21patman: Properly document the patchwork_url settingDouglas Anderson1-4/+4
2024-01-13doc: fix three-dash references in reStructuredTextGrzegorz Szymaszek1-1/+1
2023-12-13tools: Move python tools to version 0.0.6Simon Glass1-2/+2
2023-12-13patman: Update the run scriptSimon Glass1-1/+1
2023-12-13doc: Update documentation URLSimon Glass1-1/+1
2023-11-14patman: Correct Python 3.6 behaviourSimon Glass1-3/+3
2023-11-14patman: Avoid using func_test at top levelSimon Glass1-1/+0
2023-11-14patman: Correct easy pylint warnings in __main__Simon Glass1-16/+16
2023-11-14patman: Move the main program into a functionSimon Glass1-60/+67
2023-11-14patman: Split out arg parsing into its own fileSimon Glass2-113/+150
2023-11-02buildman: Support upstream branch name containing /Simon Glass1-2/+3
2023-11-02patman: Add a 'keep_change_id' settingMaxim Cournoyer5-13/+45
2023-10-24patman: Add a little documentation on the checkpatch testsSimon Glass1-0/+49
2023-10-24checkpatch.pl: Make common.h check boarderTom Rini1-2/+7
2023-09-23patman: Respect include directive on Git config lookupFei Shao1-2/+2
2023-09-23tools: Fix patman launcher script.Maxim Cournoyer1-1/+1
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-08patman: Check patches in parallelSimon Glass1-20/+26
2023-03-08patman: Run get_maintainer.pl in parallelSimon Glass2-3/+32
2023-03-08patman: Refactor MakeCcFile() into two functionsSimon Glass1-24/+57
2023-03-08patman: 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-18patman: symlink top level .checkpatch.confMaxim Cournoyer1-0/+1
2023-01-18Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'"Maxim Cournoyer1-1/+1
2023-01-05patman: add '--get-maintainer-script' argumentMaxim Cournoyer7-40/+127
2023-01-05patman: additionally honor a local .patman config fileMaxim Cournoyer3-5/+94
2023-01-05patman: fail early in Setup when provided config file does not existMaxim Cournoyer1-1/+5
2023-01-05patman: set the default config_fname argument value to NoneMaxim Cournoyer2-5/+6
2023-01-05patman: import gitutil module where it is neededMaxim Cournoyer2-5/+6
2023-01-05patman: replace deprecated SafeConfigParser with ConfigParserMaxim Cournoyer1-14/+14
2023-01-05patman: fix pep8 warnings in settings moduleMaxim Cournoyer1-17/+21
2023-01-05patman: document default 'send' commandMaxim Cournoyer1-1/+2
2023-01-05patman: document how to run test suite via pytestMaxim Cournoyer1-0/+6
2023-01-05patman: hide the 'test' command unless test data is availableMaxim Cournoyer2-3/+10
2023-01-05patman: add pytest configuration fileMaxim Cournoyer1-0/+2
2023-01-05patman: rename main script to __main__.pyMaxim Cournoyer3-2/+2
2023-01-05patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'Maxim Cournoyer1-1/+1
2023-01-05patman: locate test data files via __file__ and pathlibMaxim Cournoyer1-2/+6
2023-01-05patman: cosmetic: Fix PEP 8 warnings for the gitutil module.Maxim Cournoyer1-41/+65
2023-01-05patman: locate README.rst via importlibMaxim Cournoyer1-5/+3
2023-01-05patman: fix installation of README.rst data fileMaxim Cournoyer1-1/+1
2023-01-05patman: remove extraneous importsMaxim Cournoyer1-4/+1