MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)
So far when I added bindings for the platform I never added them to
our MAINTAINERS entry. No time like the present to improve the coverage.
Suggested-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
I have another maintainers change queued, I'll send this via soc along
with it unless there are any objections.
CC: Mark Brown <broonie@kernel.org>
CC: Wolfram Sang <wsa@kernel.org>
CC: Thierry Reding <thierry.reding@gmail.com>
CC: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
CC: Jassi Brar <jassisinghbrar@gmail.com>
CC: Linus Walleij <linus.walleij@linaro.org>
CC: Bartosz Golaszewski <brgl@bgdev.pl>
CC: Wolfgang Grandegger <wg@grandegger.com>
CC: Marc Kleine-Budde <mkl@pengutronix.de>
CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
CC: Arnd Bergmann <arnd@arndb.de>
CC: Olof Johansson <olof@lixom.net>
CC: Michael Turquette <mturquette@baylibre.com>
CC: Stephen Boyd <sboyd@kernel.org>
---
MAINTAINERS | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index cf7906eaa5ca..295941b6a413 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17525,6 +17525,15 @@ M: Conor Dooley <conor.dooley@microchip.com>
M: Daire McNamara <daire.mcnamara@microchip.com>
L: linux-riscv@lists.infradead.org
S: Supported
+F: Documentation/devicetree/bindings/clock/microchip,mpfs.yaml
+F: Documentation/devicetree/bindings/gpio/microchip,mpfs-gpio.yaml
+F: Documentation/devicetree/bindings/i2c/microchip,corei2c.yaml
+F: Documentation/devicetree/bindings/mailbox/microchip,mpfs-mailbox.yaml
+F: Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml
+F: Documentation/devicetree/bindings/pwm/microchip,corepwm.yaml
+F: Documentation/devicetree/bindings/soc/microchip/microchip,mpfs-sys-controller.yaml
+F: Documentation/devicetree/bindings/spi/microchip,mpfs-spi.yaml
+F: Documentation/devicetree/bindings/usb/microchip,mpfs-musb.yaml
F: arch/riscv/boot/dts/microchip/
F: drivers/char/hw_random/mpfs-rng.c
F: drivers/clk/microchip/clk-mpfs.c
base-commit: 899926f2ccb4453c51943f6738a71b2c5ad98b71
--
2.36.1
On Fri, Aug 5, 2022 at 3:49 PM Conor Dooley <conor.dooley@microchip.com> wrote: > So far when I added bindings for the platform I never added them to > our MAINTAINERS entry. No time like the present to improve the coverage. > > Suggested-by: Mark Brown <broonie@kernel.org> > Signed-off-by: Conor Dooley <conor.dooley@microchip.com> > --- > I have another maintainers change queued, I'll send this via soc along > with it unless there are any objections. > > CC: Mark Brown <broonie@kernel.org> > CC: Wolfram Sang <wsa@kernel.org> > CC: Thierry Reding <thierry.reding@gmail.com> > CC: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> > CC: Jassi Brar <jassisinghbrar@gmail.com> > CC: Linus Walleij <linus.walleij@linaro.org> > CC: Bartosz Golaszewski <brgl@bgdev.pl> > CC: Wolfgang Grandegger <wg@grandegger.com> > CC: Marc Kleine-Budde <mkl@pengutronix.de> > CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > CC: Arnd Bergmann <arnd@arndb.de> > CC: Olof Johansson <olof@lixom.net> > CC: Michael Turquette <mturquette@baylibre.com> > CC: Stephen Boyd <sboyd@kernel.org> The Subject on this patch is wrong? Yours, Linus Walleij
On 19/08/2022 23:13, Linus Walleij wrote: > On Fri, Aug 5, 2022 at 3:49 PM Conor Dooley <conor.dooley@microchip.com> wrote: > >> So far when I added bindings for the platform I never added them to >> our MAINTAINERS entry. No time like the present to improve the coverage. >> >> Suggested-by: Mark Brown <broonie@kernel.org> >> Signed-off-by: Conor Dooley <conor.dooley@microchip.com> >> --- >> I have another maintainers change queued, I'll send this via soc along >> with it unless there are any objections. >> >> CC: Mark Brown <broonie@kernel.org> >> CC: Wolfram Sang <wsa@kernel.org> >> CC: Thierry Reding <thierry.reding@gmail.com> >> CC: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> >> CC: Jassi Brar <jassisinghbrar@gmail.com> >> CC: Linus Walleij <linus.walleij@linaro.org> >> CC: Bartosz Golaszewski <brgl@bgdev.pl> >> CC: Wolfgang Grandegger <wg@grandegger.com> >> CC: Marc Kleine-Budde <mkl@pengutronix.de> >> CC: Greg Kroah-Hartman <gregkh@linuxfoundation.org> >> CC: Arnd Bergmann <arnd@arndb.de> >> CC: Olof Johansson <olof@lixom.net> >> CC: Michael Turquette <mturquette@baylibre.com> >> CC: Stephen Boyd <sboyd@kernel.org> > > The Subject on this patch is wrong? How so?
On Sat, Aug 20, 2022 at 12:21 AM <Conor.Dooley@microchip.com> wrote: > On 19/08/2022 23:13, Linus Walleij wrote: > > > > The Subject on this patch is wrong? > > How so? It says it adds bindings but it adds a maintainer for the bindings. Which is implicit since it is patching MAINTAINERS. No big deal, sorry for an early morning OCD-thing from my side. Yours, Linus Walleij
On 05.08.2022 14:49:09, Conor Dooley wrote: > So far when I added bindings for the platform I never added them to > our MAINTAINERS entry. No time like the present to improve the coverage. > > Suggested-by: Mark Brown <broonie@kernel.org> > Signed-off-by: Conor Dooley <conor.dooley@microchip.com> > --- > I have another maintainers change queued, I'll send this via soc along > with it unless there are any objections. > > CC: Mark Brown <broonie@kernel.org> > CC: Wolfram Sang <wsa@kernel.org> > CC: Thierry Reding <thierry.reding@gmail.com> > CC: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> > CC: Jassi Brar <jassisinghbrar@gmail.com> > CC: Linus Walleij <linus.walleij@linaro.org> > CC: Bartosz Golaszewski <brgl@bgdev.pl> > CC: Wolfgang Grandegger <wg@grandegger.com> > CC: Marc Kleine-Budde <mkl@pengutronix.de> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> # for can Marc -- Pengutronix e.K. | Marc Kleine-Budde | Embedded Linux | https://www.pengutronix.de | Vertretung West/Dortmund | Phone: +49-231-2826-924 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
© 2016 - 2026 Red Hat, Inc.