aboutsummaryrefslogtreecommitdiff
path: root/tools/patman
AgeCommit message (Expand)Author
2023-11-14patman: Correct Python 3.6 behaviourSimon Glass
2023-11-14patman: Avoid using func_test at top levelSimon Glass
2023-11-14patman: Correct easy pylint warnings in __main__Simon Glass
2023-11-14patman: Move the main program into a functionSimon Glass
2023-11-14patman: Split out arg parsing into its own fileSimon Glass
2023-11-02buildman: Support upstream branch name containing /Simon Glass
2023-11-02patman: Add a 'keep_change_id' settingMaxim Cournoyer
2023-10-24patman: Add a little documentation on the checkpatch testsSimon Glass
2023-10-24checkpatch.pl: Make common.h check boarderTom Rini
2023-09-23patman: Respect include directive on Git config lookupFei Shao
2023-09-23tools: Fix patman launcher script.Maxim Cournoyer
2023-04-28tools: Fall back to importlib_resources on Python 3.6Jan Kiszka
2023-04-28patman: fix class TestFunctionalHeinrich Schuchardt
2023-04-23patman: Declare the future Series memorySimon Glass
2023-03-08patman: Check patches in parallelSimon Glass
2023-03-08patman: Run get_maintainer.pl in parallelSimon Glass
2023-03-08patman: Refactor MakeCcFile() into two functionsSimon Glass
2023-03-08patman: Drop an incorrect comment about git amSimon Glass
2023-03-08doc: Add notes on how to install patman and binmanSimon Glass
2023-03-08patman: Add support for building a patman PyPi packageSimon Glass
2023-03-08patman: Avoid importing test_checkpatch before it is neededSimon Glass
2023-03-08patman: Move library functions into a library directorySimon Glass
2023-03-08Remove concurrencytestSimon Glass
2023-03-08Revert "patman: test_util: Print test stdout/stderr within test summaries"Simon Glass
2023-02-14checkpatch: Add a warning for pre-schema driver model tagsSimon Glass
2023-01-18patman: symlink top level .checkpatch.confMaxim Cournoyer
2023-01-18Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'"Maxim Cournoyer
2023-01-05patman: add '--get-maintainer-script' argumentMaxim Cournoyer
2023-01-05patman: additionally honor a local .patman config fileMaxim Cournoyer
2023-01-05patman: fail early in Setup when provided config file does not existMaxim Cournoyer
2023-01-05patman: set the default config_fname argument value to NoneMaxim Cournoyer
2023-01-05patman: import gitutil module where it is neededMaxim Cournoyer
2023-01-05patman: replace deprecated SafeConfigParser with ConfigParserMaxim Cournoyer
2023-01-05patman: fix pep8 warnings in settings moduleMaxim Cournoyer
2023-01-05patman: document default 'send' commandMaxim Cournoyer
2023-01-05patman: document how to run test suite via pytestMaxim Cournoyer
2023-01-05patman: hide the 'test' command unless test data is availableMaxim Cournoyer
2023-01-05patman: add pytest configuration fileMaxim Cournoyer
2023-01-05patman: rename main script to __main__.pyMaxim Cournoyer
2023-01-05patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'Maxim Cournoyer
2023-01-05patman: locate test data files via __file__ and pathlibMaxim Cournoyer
2023-01-05patman: cosmetic: Fix PEP 8 warnings for the gitutil module.Maxim Cournoyer
2023-01-05patman: locate README.rst via importlibMaxim Cournoyer
2023-01-05patman: fix installation of README.rst data fileMaxim Cournoyer
2023-01-05patman: remove extraneous importsMaxim Cournoyer
2023-01-05patman: Switch to setuptoolsSean Anderson
2022-12-23checkpatch.pl: Update CONFIG logic in U-Boot sectionTom Rini
2022-08-26patman: Tidy up unnecessary blank lines and numbersSimon Glass
2022-08-26patman: Fix version tableSimon Glass
2022-08-20patman: Don't buffer test output with a single testSimon Glass