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