On Wed, 2011-03-02 at 14:13 -0800, adharmap at codeaurora.org wrote:
quoted hunk ↗ jump to hunk
diff --git a/MAINTAINERS b/MAINTAINERS
The patch subject is not quite correct.
You're adding patterns, not maintainers.
quoted hunk ↗ jump to hunk
index 696cb18..97107fd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -905,6 +905,12 @@ F: drivers/mmc/host/msm_sdcc.h
F: drivers/tty/serial/msm_serial.h
F: drivers/tty/serial/msm_serial.c
F: drivers/platform/msm/
+F: drivers/mfd/pm8921-core.c
+F: drivers/mfd/pm8xxx-mpp.c
+F: include/linux/mfd/pm8921.h
+F: include/linux/mfd/pm8xxx/
+F: drivers/gpio/pm8xxx-gpio.c
+F: drivers/mfd/pm8xxx-irq.c
My preference is to keep these in alphabetic order.
Another option is a wildcard pattern match like:
F: drivers/*/pm8???-*
instead of:
F: drivers/gpio/pm8xxx-gpio.c
F: drivers/mfd/pm8921-core.c
F: drivers/mfd/pm8xxx-irq.c
F: drivers/mfd/pm8xxx-mpp.c