aboutsummaryrefslogtreecommitdiff
path: root/tools/patman/checkpatch.py
AgeCommit message (Expand)AuthorFilesLines
2022-03-02patman: Correct pylint errorsSimon Glass1-1/+3
2022-02-09patman: Rename Color() method to build()Simon Glass1-5/+5
2022-02-09patman: Convert camel case in gitutil.pySimon Glass1-1/+1
2022-02-09patman: Convert camel case in checkpatch.pySimon Glass1-11/+11
2022-02-09patman: Convert camel case in command.pySimon Glass1-1/+1
2021-04-29patman: Parse checkpatch by message instead of by lineEvan Benn1-84/+134
2020-11-05patman: Improve handling of filesSimon Glass1-3/+8
2020-11-05patman: Don't ignore lines starting with hashSimon Glass1-2/+5
2020-07-24patman: Move main code out to a control moduleSimon Glass1-0/+6
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-6/+0
2020-07-20patman: Move main code out to a control moduleSimon Glass1-0/+6
2020-07-09patman: Decode output from the '--show-types' optionSimon Glass1-9/+15
2020-06-11patman: Complain if a checkpatch line is not understoodSimon Glass1-0/+2
2020-06-11patman: Support warnings in the patch subjectSimon Glass1-1/+6
2020-06-11patman: Handle checkpatch output with notes and codeSimon Glass1-1/+10
2020-06-11patman: Don't try to process checkpatch lines twiceSimon Glass1-3/+8
2020-06-11patman: Support emacs mode with checkpatchSimon Glass1-3/+7
2020-06-11patman: Fix 'warning' typoSimon Glass1-1/+1
2020-04-26patman: Move to absolute importsSimon Glass1-3/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-08patman: Format checkpatch messages for IDE throwbackSimon Glass1-2/+3
2016-10-09patman: Make print statements python 3.x safePaul Burton1-8/+8
2016-09-18patman: Adjust command.Output() to raise an error by defaultSimon Glass1-1/+2
2014-08-21tools, scripts: refactor error-out statements of Python scriptsMasahiro Yamada1-3/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-04-04patman: Fix up checkpatch parsing to deal with 'CHECK' linesSimon Glass1-42/+68
2013-01-31patman: Allow use outside of u-boot treeVadim Bendebury1-5/+5
2013-01-31patman: Look for checkpatch in the scripts directoryDoug Anderson1-1/+3
2012-10-15patman: Handle checkpatch.pl not providing file/line infoSimon Glass1-2/+3
2012-04-21Add 'patman' patch generation, checking and submission scriptSimon Glass1-0/+161