summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)AuthorFilesLines
2021-05-24checkpatch: require quotes around section name in the __section() macroMarek BehĂșn1-1/+1
2021-04-29patman: Parse checkpatch by message instead of by lineEvan Benn1-8/+10
2021-04-13checkpatch: Add warnings for using strn(cat|cpy)Sean Anderson1-0/+6
2021-02-25cmd: fdt: skip board specific fixup using env variableWasim Khan1-0/+6
2020-12-14checkpatch: Add warnings for unexpected struct namesSimon Glass1-0/+38
2020-10-14checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an errorAlper Nebi Yasak1-0/+6
2020-08-27checkpatch.pl: Make fdt / initrd relocation disabling an errorTom Rini1-0/+6
2020-08-04checkpatch: Don't allow common.h and dm.h in headersSimon Glass1-2/+8
2020-07-10checkpatch: Don't warn about PREFER_IF in headers/DT filesSimon Glass1-1/+1
2020-07-01checkpatch.pl: Fully re-sync with v5.7Tom Rini1-106/+302
2020-06-05checkpatch.pl: Add check for defining CONFIG_CMD_xxx via config filesTom Rini1-0/+6
2020-06-05checkpatch.pl: Request if() instead #ifdefSimon Glass1-0/+6
2020-06-05checkpatch.pl: Request a test when a new command is addedSimon Glass1-0/+6
2020-06-05checkpatch.pl: Warn if the flattree API is usedSimon Glass1-0/+6
2020-06-05checkpatch.pl: Add a check for tests needed for uclassesSimon Glass1-0/+6
2020-06-05checkpatch.pl: Add a U-Boot optionSimon Glass1-0/+12
2020-06-05checkpatch.pl: Update to v5.7Simon Glass1-165/+63
2019-11-23tools: checkpatch: Restore 'debug' and 'printf' to logFunctions listJames Byrne1-0/+2
2019-10-31checkpatch.pl: update from Linux kernel v5.4-rc3Heinrich Schuchardt1-113/+333
2018-04-10checkpatch.pl: update from Linux kernel v4.16Heinrich Schuchardt1-190/+300
2017-10-29checkpatch: Support wide stringsHeinrich Schuchardt1-3/+4
2017-09-15checkpatch.pl: Add warning for new __packed additionsHeinrich Schuchardt1-0/+7
2017-09-15checkpatch: update from Linux v4.13-rc6Heinrich Schuchardt1-422/+2222
2017-02-08checkpatch: Port spelling to checkpatchDan Murphy1-0/+81
2016-10-07Various, accumulated typos collected from around the tree.Robert P. J. Day1-2/+2
2016-01-04checkpatch: fix left brace warningHeiko Schocher1-5/+5
2014-09-25checkpatch: remove unnecessary + after {8,8}Joe Perches1-1/+1
2014-03-04scripts: update checkpatch.pl to latest upstream versionTom Rini1-208/+1067
2014-02-27checkpatch.pl: Add warning for new __packed additionsTom Rini1-0/+5
2013-12-13Makefile: Move some scripts imported from LinuxMasahiro Yamada1-0/+3709