From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH v2 0/4] scripts/checkpatch.pl: rebase on top of upstream v5.1
Date: Wed, 15 May 2019 11:36:40 +0200 [thread overview]
Message-ID: <20190515093644.9691-1-a.fatoum@pengutronix.de> (raw)
"v1" is at <20190219141647.2537-3-a.fatoum@pengutronix.de>
Changes since v1:
- added dts/Bindings to compatible search patch (by Antony)
- split barebox-specific changes into a separate commit (by Sascha)
- split checkpatch.pl dependencies into a separate commit
- changed spdxcheck.py to not require LICENSES/{exceptions, other}
- removed exceptions/, other/ directories
Ahmad Fatoum (4):
LICENSES: remove empty other, exceptions directories
checkpatch: add upstream checkpatch v5.1 dependencies
checkpatch: import as-is from Linux v5.1
checkpatch: apply barebox-specific modifications
LICENSES/exceptions/.gitignore | 0
LICENSES/other/.gitignore | 0
scripts/checkpatch.pl | 4677 ++++++++++++++++++++++++++----
scripts/cleanfile | 178 ++
scripts/cleanpatch | 260 ++
scripts/const_structs.checkpatch | 2 +
scripts/get_maintainer.pl | 11 +
scripts/spdxcheck.py | 292 ++
scripts/spelling.txt | 1413 +++++++++
9 files changed, 6253 insertions(+), 580 deletions(-)
delete mode 100644 LICENSES/exceptions/.gitignore
delete mode 100644 LICENSES/other/.gitignore
create mode 100755 scripts/cleanfile
create mode 100755 scripts/cleanpatch
create mode 100644 scripts/const_structs.checkpatch
create mode 100755 scripts/get_maintainer.pl
create mode 100755 scripts/spdxcheck.py
create mode 100644 scripts/spelling.txt
--
2.20.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2019-05-15 9:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-15 9:36 Ahmad Fatoum [this message]
2019-05-15 9:36 ` [PATCH v2 1/4] LICENSES: remove empty other, exceptions directories Ahmad Fatoum
2019-05-15 9:36 ` [PATCH v2 2/4] checkpatch: add upstream checkpatch v5.1 dependencies Ahmad Fatoum
2019-05-15 9:36 ` [PATCH v2 3/4] checkpatch: import as-is from Linux v5.1 Ahmad Fatoum
2019-05-15 9:36 ` [PATCH v2 4/4] checkpatch: apply barebox-specific modifications Ahmad Fatoum
2019-05-21 7:19 ` [PATCH v2 0/4] scripts/checkpatch.pl: rebase on top of upstream v5.1 Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190515093644.9691-1-a.fatoum@pengutronix.de \
--to=a.fatoum@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox