summaryrefslogtreecommitdiff
path: root/tools/patman
AgeCommit message (Expand)Author
2023-05-25patman: Move library functions into a library directorySimon Glass
2023-04-12checkpatch: 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
2022-08-20patman: Put the coverage command-line lastSimon Glass
2022-08-13patman: Add documentation to doc/Simon Glass
2022-07-26patman: By default don't pass "--no-tree" to checkpatch for linuxDouglas Anderson
2022-06-28patman: Fix defaults not propagating to subparsersSean Anderson
2022-06-28patman: test_util: Print test stdout/stderr within test summariesAlper Nebi Yasak
2022-06-28patman: test_util: Customize unittest test results for more infoAlper Nebi Yasak
2022-06-28patman: test_util: Use unittest text runner to print test resultsAlper Nebi Yasak
2022-06-28patman: test_util: Handle nonexistent tests while loading testsAlper Nebi Yasak
2022-06-28patman: test_util: Fix printing results for failed testsAlper Nebi Yasak
2022-03-18patman: Define Commit.path in the constructorSimon Glass
2022-03-02patman: Correct pylint errorsSimon Glass
2022-02-09patman: Convert camel case in terminal.pySimon Glass
2022-02-09patman: Rename Color() method to build()Simon Glass
2022-02-09patman: Rename Print() to Tprint()Simon Glass
2022-02-09patman: Convert camel case in tout.pySimon Glass
2022-02-09patman: Convert camel case in test_util.pySimon Glass
2022-02-09patman: Convert camel case in test_checkpatch.pySimon Glass
2022-02-09patman: Convert camel case in project.pySimon Glass
2022-02-09patman: Convert camel case in gitutil.pySimon Glass
2022-02-09patman: Convert camel case in get_maintainer.pySimon Glass
2022-02-09patman: Convert camel case in func_test.pySimon Glass
2022-02-09patman: Convert camel case in cros_subprocess.pySimon Glass
2022-02-09patman: Convert camel case in commit.pySimon Glass