summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2020-06-04checkpatch.pl: Add check for defining CONFIG_CMD_xxx via config filesTom Rini
2020-06-04checkpatch.pl: Request if() instead #ifdefSimon Glass
2020-06-04checkpatch.pl: Request a test when a new command is addedSimon Glass
2020-06-04checkpatch.pl: Warn if the flattree API is usedSimon Glass
2020-06-04checkpatch.pl: Add a check for tests needed for uclassesSimon Glass
2020-06-04checkpatch.pl: Add a U-Boot optionSimon Glass
2020-06-04checkpatch.pl: Update to v5.7Simon Glass
2019-11-23tools: checkpatch: Restore 'debug' and 'printf' to logFunctions listJames Byrne
2019-10-31checkpatch.pl: update from Linux kernel v5.4-rc3Heinrich Schuchardt
2018-04-10checkpatch.pl: update from Linux kernel v4.16Heinrich Schuchardt
2017-10-29checkpatch: Support wide stringsHeinrich Schuchardt
2017-09-15checkpatch.pl: Add warning for new __packed additionsHeinrich Schuchardt
2017-09-14checkpatch: update from Linux v4.13-rc6Heinrich Schuchardt
2017-02-08checkpatch: Port spelling to checkpatchDan Murphy
2016-10-06Various, accumulated typos collected from around the tree.Robert P. J. Day
2016-01-04checkpatch: fix left brace warningHeiko Schocher
2014-09-25checkpatch: remove unnecessary + after {8,8}Joe Perches
2014-03-04scripts: update checkpatch.pl to latest upstream versionTom Rini
2014-02-26checkpatch.pl: Add warning for new __packed additionsTom Rini
2013-12-13Makefile: Move some scripts imported from LinuxMasahiro Yamada