Message ID | 1415061173-9338-1-git-send-email-balbi@ti.com |
---|---|
State | New |
Headers | show |
On Mon, Nov 03, 2014 at 06:32:53PM -0600, Felipe Balbi wrote: > These files are very important to the healt > of the OMAP architecture, specially when it > comes to PM support which currently we have > working for at least OMAP3 and we'd like > to know about any changes being made to our > PMICs and IRQ controllers. > > Signed-off-by: Felipe Balbi <balbi@ti.com> > --- I wonder if we should list file-by-file since some of hte tps devices are rather used by NVidia and other SoCs. If you prefer, I'll go grep around on our DTS files and list one-by-one, no issues. > MAINTAINERS | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 3c64271..4fc2a2c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6594,6 +6594,16 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git > S: Maintained > F: arch/arm/*omap*/ > F: drivers/i2c/busses/i2c-omap.c > +F: drivers/irqchip/irq-omap-intc.c > +F: drivers/mfd/*omap*.c > +F: drivers/mfd/menelaus.c > +F: drivers/mfd/palmas.c > +F: drivers/mfd/tps6*.c > +F: drivers/mfd/twl4030*.c > +F: drivers/regulator/palmas-regulator*.c > +F: drivers/regulator/pbias-regulator.c > +F: drivers/regulator/tps6*.c > +F: drivers/regulator/twl*.c > F: include/linux/i2c-omap.h > > OMAP DEVICE TREE SUPPORT > -- > 2.1.0.GIT >
* Felipe Balbi <balbi@ti.com> [141103 16:43]: > On Mon, Nov 03, 2014 at 06:32:53PM -0600, Felipe Balbi wrote: > > These files are very important to the healt > > of the OMAP architecture, specially when it > > comes to PM support which currently we have > > working for at least OMAP3 and we'd like > > to know about any changes being made to our > > PMICs and IRQ controllers. > > > > Signed-off-by: Felipe Balbi <balbi@ti.com> > > --- > > I wonder if we should list file-by-file since some of hte tps devices > are rather used by NVidia and other SoCs. > > If you prefer, I'll go grep around on our DTS files and list one-by-one, > no issues. Yes probably a good idea to cut down the email traffic a bit. Regards, Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/MAINTAINERS b/MAINTAINERS index 3c64271..4fc2a2c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6594,6 +6594,16 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git S: Maintained F: arch/arm/*omap*/ F: drivers/i2c/busses/i2c-omap.c +F: drivers/irqchip/irq-omap-intc.c +F: drivers/mfd/*omap*.c +F: drivers/mfd/menelaus.c +F: drivers/mfd/palmas.c +F: drivers/mfd/tps6*.c +F: drivers/mfd/twl4030*.c +F: drivers/regulator/palmas-regulator*.c +F: drivers/regulator/pbias-regulator.c +F: drivers/regulator/tps6*.c +F: drivers/regulator/twl*.c F: include/linux/i2c-omap.h OMAP DEVICE TREE SUPPORT
These files are very important to the healt of the OMAP architecture, specially when it comes to PM support which currently we have working for at least OMAP3 and we'd like to know about any changes being made to our PMICs and IRQ controllers. Signed-off-by: Felipe Balbi <balbi@ti.com> --- MAINTAINERS | 10 ++++++++++ 1 file changed, 10 insertions(+)