summaryrefslogtreecommitdiff
path: root/tools/patman
AgeCommit message (Expand)Author
2020-07-09checkpatch: Don't warn about PREFER_IF in headers/DT filesSimon Glass
2020-07-09patman: Add tests for the rest of the checkpatch checksSimon Glass
2020-07-09patman: Decode output from the '--show-types' optionSimon Glass
2020-07-09patman: Add a test for the 'possible new uclass' checkSimon Glass
2020-07-09patman: Rename test.py to test_checkpatch.pySimon Glass
2020-07-09patman: Drop import of test_util in test_utilSimon Glass
2020-07-09patman: Avoid importing gitutil in settingsSimon Glass
2020-07-09patman: Pass in maintainer dirs to avoid and importSimon Glass
2020-07-09patman: Use a dict in gitutil to avoid importing seriesSimon Glass
2020-07-09patman: Avoid circular dependency between command and toolsSimon Glass
2020-07-09patman: Drop unnecessary import in gitutilSimon Glass
2020-06-11patman: Complain if a checkpatch line is not understoodSimon Glass
2020-06-11patman: Support warnings in the patch subjectSimon Glass
2020-06-11patman: Handle checkpatch output with notes and codeSimon Glass
2020-06-11patman: Don't try to process checkpatch lines twiceSimon Glass
2020-06-11patman: Support emacs mode with checkpatchSimon Glass
2020-06-11patman: Fix 'warning' typoSimon Glass
2020-05-29patman: Modify functional tests for new behaviorSean Anderson
2020-05-29patman: Support multi-line changes in changelogsSean Anderson
2020-05-29patman: Add new tags for finer-grained changelog controlSean Anderson
2020-05-29patman: Suppress empty changelog entriesSean Anderson
2020-05-29patman: Add an option to create patches without binary contentsBin Meng
2020-05-29patman: Sort the command line optionsBin Meng
2020-04-26patman: Tidy up sys.path changesSimon Glass
2020-04-26patman: Move to absolute importsSimon Glass
2020-04-26binman: Move to absolute importsSimon Glass
2020-04-26patman: Move test running/reporting to test_utilSimon Glass
2020-04-26patman: Drop the python2 code in test coverageSimon Glass
2020-04-26binman: Rename the main moduleSimon Glass
2020-04-26patman: Drop Python 2 StringIO codeSimon Glass
2020-04-26patman: Drop references to __future__Simon Glass
2020-04-26patman: Rename the main moduleSimon Glass
2020-04-21patman: Support limiting output to a single lineSimon Glass
2020-04-21patman: Support erasing a previously unfinished text lineSimon Glass
2020-04-21patman: Update flushing Print() for Python 3Simon Glass
2020-04-16patman: Apply the cc limit to the cover letter alsoSimon Glass
2019-11-14patman: fix coverletter cc list with nullsRobert Beckett
2019-11-14patman: fix some typos in commentsAnatolij Gustschin
2019-11-04patman: Move to use Python 3Simon Glass
2019-11-04patman: Use unicode for file I/OSimon Glass
2019-11-04patman: Adjust 'command' to return strings instead of bytesSimon Glass
2019-10-27patman: separate emails in CC list with NULsDmitry Torokhov
2019-10-15patman: Use the Change-Id, version, and prefix in the Message-IdDouglas Anderson
2019-10-15binman: Use the Makefile for u_boot_ucode_ptrSimon Glass
2019-10-15patman: Update command.Run() to handle failure betterSimon Glass
2019-10-15patman: Drop binary parameterSimon Glass
2019-07-29patman: Reset the output directory when it is removedSimon Glass
2019-07-29binman: Support replacing data in a cbfsSimon Glass
2019-07-29binman: Add a bit of logging in entries when packingSimon Glass
2019-07-29patman: Update tout to avoid open-coding the debug levelsSimon Glass