diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-08-02 01:13:26 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-08-02 12:03:41 -0400 |
commit | d945fa0da7db9ace61fbb2140cfdb1e2d2b24e7e (patch) | |
tree | 8c2fc48fe22a371efbedfaf5e58cfd731ecdc284 /MAINTAINERS | |
parent | aac285c6cb9622f1cc05ed162604bf5ad2da9a8d (diff) |
MAINTAINERS: Add keyword match for of_match_table to device tree section
If a patch is working with an of_match_table it's probably adding an OF
binding to a driver in which case the binding ought to be reviewed by the
device tree folks to make sure that things like the device matches are set
up correctly.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index c9c6324a7a9f..0d2fcda465eb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -4722,6 +4722,7 @@ S: Maintained | |||
4722 | F: drivers/of | 4722 | F: drivers/of |
4723 | F: include/linux/of*.h | 4723 | F: include/linux/of*.h |
4724 | K: of_get_property | 4724 | K: of_get_property |
4725 | K: of_match_table | ||
4725 | 4726 | ||
4726 | OPENRISC ARCHITECTURE | 4727 | OPENRISC ARCHITECTURE |
4727 | M: Jonas Bonn <jonas@southpole.se> | 4728 | M: Jonas Bonn <jonas@southpole.se> |