diff options
author | Rob Herring <[email protected]> | 2014-12-26 13:47:30 -0600 |
---|---|---|
committer | Rob Herring <[email protected]> | 2015-01-13 13:46:24 -0600 |
commit | 7d1f90188a64ba14c7b465547dba0b91a97075cf (patch) | |
tree | c1ebce66b0586a1c443eb890d8d35e8e7adcd875 | |
parent | eaa27f34e91a14cdceed26ed6c6793ec1d186115 (diff) |
MAINTAINERS: drop DT regex matching on of_get_property and of_match_table
The regex matching on of_get_property and of_match_table cause Grant and
me to be copied on loads of drivers as well as be listed as maintainers
of those drivers. I believe the intent here was to check for documenting
of properties, but that has proven horribly ineffective. checkpatch now
at least partially covers this checking compatible strings. So remove
these regex's to reduce the firehose somewhat.
Cc: Grant Likely <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3589d67437f8..94cc4b9873bf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -696,7 +696,7 @@ L: [email protected] (moderated for non-subscribers) W: http://blackfin.uclinux.org/ S: Supported F: sound/soc/blackfin/* - + ANALOG DEVICES INC IIO DRIVERS M: Lars-Peter Clausen <[email protected]> M: Michael Hennerich <[email protected]> @@ -6984,8 +6984,6 @@ S: Maintained F: drivers/of/ F: include/linux/of*.h F: scripts/dtc/ -K: of_get_property -K: of_match_table OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS M: Rob Herring <[email protected]> |