projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d206a76
)
dtc: Enable dtc interrupt_provider check
author
Rob Herring
<robh@kernel.org>
Tue, 13 Feb 2024 19:34:30 +0000
(13:34 -0600)
committer
Arnd Bergmann
<arnd@arndb.de>
Thu, 29 Feb 2024 12:20:27 +0000
(13:20 +0100)
Now that all the interrupt warnings have been fixed, enable
'interrupt_provider' check by default. This will also enable
'interrupt_map' check.
Signed-off-by: Rob Herring <robh@kernel.org>
Link:
https://lore.kernel.org/r/20240213-arm-dt-cleanups-v1-6-f2dee1292525@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
scripts/Makefile.lib
patch
|
blob
|
history
diff --git
a/scripts/Makefile.lib
b/scripts/Makefile.lib
index cd5b181060f151f2c28186feb5b96db37ee04da9..fce35e4657f5473de09592b8c787c1f0459cbb60 100644
(file)
--- a/
scripts/Makefile.lib
+++ b/
scripts/Makefile.lib
@@
-340,7
+340,7
@@
quiet_cmd_gzip = GZIP $@
# DTC
# ---------------------------------------------------------------------------
DTC ?= $(objtree)/scripts/dtc/dtc
-DTC_FLAGS +=
-Wno-interrupt_provider
\
+DTC_FLAGS += \
-Wno-unique_unit_address
# Disable noisy checks by default
@@
-358,7
+358,6
@@
endif
ifneq ($(findstring 2,$(KBUILD_EXTRA_WARN)),)
DTC_FLAGS += -Wnode_name_chars_strict \
-Wproperty_name_chars_strict \
- -Winterrupt_provider \
-Wunique_unit_address
endif