aboutsummaryrefslogtreecommitdiffstats
path: root/tools/patman/checkpatch.py
Commit message (Expand)AuthorAgeFilesLines
* patman: Check patches in parallelSimon Glass2023-03-081-20/+26
* patman: Move library functions into a library directorySimon Glass2023-03-081-2/+2
* Revert "patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'"Maxim Cournoyer2023-01-181-1/+1
* patman: invoke the checkpatch.pl script with '--u-boot' and '--strict'Maxim Cournoyer2023-01-051-1/+1
* patman: By default don't pass "--no-tree" to checkpatch for linuxDouglas Anderson2022-07-261-4/+7
* patman: Correct pylint errorsSimon Glass2022-03-021-1/+3
* patman: Rename Color() method to build()Simon Glass2022-02-091-5/+5
* patman: Convert camel case in gitutil.pySimon Glass2022-02-091-1/+1
* patman: Convert camel case in checkpatch.pySimon Glass2022-02-091-11/+11
* patman: Convert camel case in command.pySimon Glass2022-02-091-1/+1
* patman: Parse checkpatch by message instead of by lineEvan Benn2021-04-291-84/+134
* patman: Improve handling of filesSimon Glass2020-11-051-3/+8
* patman: Don't ignore lines starting with hashSimon Glass2020-11-051-2/+5
* patman: Move main code out to a control moduleSimon Glass2020-07-241-0/+6
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-6/+0
* patman: Move main code out to a control moduleSimon Glass2020-07-201-0/+6
* patman: Decode output from the '--show-types' optionSimon Glass2020-07-091-9/+15
* patman: Complain if a checkpatch line is not understoodSimon Glass2020-06-111-0/+2
* patman: Support warnings in the patch subjectSimon Glass2020-06-111-1/+6
* patman: Handle checkpatch output with notes and codeSimon Glass2020-06-111-1/+10
* patman: Don't try to process checkpatch lines twiceSimon Glass2020-06-111-3/+8
* patman: Support emacs mode with checkpatchSimon Glass2020-06-111-3/+7
* patman: Fix 'warning' typoSimon Glass2020-06-111-1/+1
* patman: Move to absolute importsSimon Glass2020-04-261-3/+5
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* patman: Format checkpatch messages for IDE throwbackSimon Glass2017-02-081-2/+3
* patman: Make print statements python 3.x safePaul Burton2016-10-091-8/+8
* patman: Adjust command.Output() to raise an error by defaultSimon Glass2016-09-181-1/+2
* tools, scripts: refactor error-out statements of Python scriptsMasahiro Yamada2014-08-211-3/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* patman: Fix up checkpatch parsing to deal with 'CHECK' linesSimon Glass2013-04-041-42/+68
* patman: Allow use outside of u-boot treeVadim Bendebury2013-01-311-5/+5
* patman: Look for checkpatch in the scripts directoryDoug Anderson2013-01-311-1/+3
* patman: Handle checkpatch.pl not providing file/line infoSimon Glass2012-10-151-2/+3
* Add 'patman' patch generation, checking and submission scriptSimon Glass2012-04-211-0/+161