summaryrefslogtreecommitdiff
path: root/scripts/checkpatch.pl
AgeCommit message (Expand)Author
2022-02-03scripts/checkpatch.pl: Resync with v5.16Simon Glass
2022-01-14checkpatch: report ERROR only on disabling of fdt and initrd relocationHou Zhiqiang
2021-09-01scripts/checkpatch.pl: Resync with v5.13Tom Rini
2021-05-24checkpatch: require quotes around section name in the __section() macroMarek BehĂșn
2021-04-29patman: Parse checkpatch by message instead of by lineEvan Benn
2021-04-12checkpatch: Add warnings for using strn(cat|cpy)Sean Anderson
2021-02-24cmd: fdt: skip board specific fixup using env variableWasim Khan
2020-12-13checkpatch: Add warnings for unexpected struct namesSimon Glass
2020-10-14checkpatch.pl: Make CONFIG_IS_ENABLED(CONFIG_*) an errorAlper Nebi Yasak
2020-08-27checkpatch.pl: Make fdt / initrd relocation disabling an errorTom Rini
2020-08-03checkpatch: Don't allow common.h and dm.h in headersSimon Glass
2020-07-09checkpatch: Don't warn about PREFER_IF in headers/DT filesSimon Glass
2020-07-01checkpatch.pl: Fully re-sync with v5.7Tom Rini
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