devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND/PULL PATCH 0/2] MAINTAINERS updates for PolarFire SoC
@ 2022-08-10 14:02 Conor Dooley
  2022-08-10 14:02 ` [RESEND PATCH 1/2] MAINTAINERS: add PolarFire SoC dt bindings Conor Dooley
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Conor Dooley @ 2022-08-10 14:02 UTC (permalink / raw)
  To: soc, Daire McNamara
  Cc: Mark Brown, Wolfram Sang, Thierry Reding, Uwe Kleine-König,
	Jassi Brar, Linus Walleij, Bartosz Golaszewski,
	Greg Kroah-Hartman, Arnd Bergmann, Olof Johansson,
	Michael Turquette, Stephen Boyd, devicetree, linux-riscv,
	Conor Dooley

Hey Arnd,

Could you please take the following two patches via the soc tree when
you get a chance?

The first is adding coverage for "my" dt-bindings as suggested by Mark.
I CCed all the subsystem maintainers on a V1 a week ago & I've added
them explicity to the patch text this time as CCs. Correct me if I am
wrong, but I am operating on the assumption that their Acks are not
required here. Hopefully increasing the binding coverage is non
controversial!

The second patch is a resend of a patch that was deferred to later in
the merge window avoid messing about with a 4th conflict in the entry.

Thanks,
Conor.

Conor Dooley (2):
  MAINTAINERS: add PolarFire SoC dt bindings
  MAINTAINERS: add the Polarfire SoC's i2c driver

 MAINTAINERS | 10 ++++++++++
 1 file changed, 10 insertions(+)


base-commit: 4e23eeebb2e57f5a28b36221aa776b5a1122dde5
-- 
2.36.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [RESEND PATCH 1/2] MAINTAINERS: add PolarFire SoC dt bindings
  2022-08-10 14:02 [RESEND/PULL PATCH 0/2] MAINTAINERS updates for PolarFire SoC Conor Dooley
@ 2022-08-10 14:02 ` Conor Dooley
  2022-08-10 17:11   ` Uwe Kleine-König
  2022-08-10 14:02 ` [RESEND PATCH 2/2] MAINTAINERS: add the Polarfire SoC's i2c driver Conor Dooley
  2022-08-26  0:15 ` [RESEND/PULL PATCH 0/2] MAINTAINERS updates for PolarFire SoC Palmer Dabbelt
  2 siblings, 1 reply; 8+ messages in thread
From: Conor Dooley @ 2022-08-10 14:02 UTC (permalink / raw)
  To: soc, Daire McNamara
  Cc: Mark Brown, Wolfram Sang, Thierry Reding, Uwe Kleine-König,
	Jassi Brar, Linus Walleij, Bartosz Golaszewski,
	Greg Kroah-Hartman, Arnd Bergmann, Olof Johansson,
	Michael Turquette, Stephen Boyd, devicetree, linux-riscv,
	Conor Dooley, Marc Kleine-Budde

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.

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: 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>
Suggested-by: Mark Brown <broonie@kernel.org>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> # for can
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 868bbf31603d..fd0f10a110e7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17512,6 +17512,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
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [RESEND PATCH 2/2] MAINTAINERS: add the Polarfire SoC's i2c driver
  2022-08-10 14:02 [RESEND/PULL PATCH 0/2] MAINTAINERS updates for PolarFire SoC Conor Dooley
  2022-08-10 14:02 ` [RESEND PATCH 1/2] MAINTAINERS: add PolarFire SoC dt bindings Conor Dooley
@ 2022-08-10 14:02 ` Conor Dooley
  2022-08-26  0:15 ` [RESEND/PULL PATCH 0/2] MAINTAINERS updates for PolarFire SoC Palmer Dabbelt
  2 siblings, 0 replies; 8+ messages in thread
From: Conor Dooley @ 2022-08-10 14:02 UTC (permalink / raw)
  To: soc, Daire McNamara
  Cc: Mark Brown, Wolfram Sang, Thierry Reding, Uwe Kleine-König,
	Jassi Brar, Linus Walleij, Bartosz Golaszewski,
	Greg Kroah-Hartman, Arnd Bergmann, Olof Johansson,
	Michael Turquette, Stephen Boyd, devicetree, linux-riscv,
	Conor Dooley, linux-i2c

Add the newly added i2c controller driver to the existing entry for
PolarFire SoC.

Acked-by: Wolfram Sang <wsa@kernel.org>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
CC: linux-i2c@vger.kernel.org

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index fd0f10a110e7..148c9b03759a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17524,6 +17524,7 @@ 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
+F:	drivers/i2c/busses/i2c-microchip-core.c
 F:	drivers/mailbox/mailbox-mpfs.c
 F:	drivers/pci/controller/pcie-microchip-host.c
 F:	drivers/soc/microchip/
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [RESEND PATCH 1/2] MAINTAINERS: add PolarFire SoC dt bindings
  2022-08-10 14:02 ` [RESEND PATCH 1/2] MAINTAINERS: add PolarFire SoC dt bindings Conor Dooley
@ 2022-08-10 17:11   ` Uwe Kleine-König
  2022-08-26  0:15     ` Palmer Dabbelt
  0 siblings, 1 reply; 8+ messages in thread
From: Uwe Kleine-König @ 2022-08-10 17:11 UTC (permalink / raw)
  To: Conor Dooley
  Cc: soc, Daire McNamara, Mark Brown, Wolfram Sang, Thierry Reding,
	Jassi Brar, Linus Walleij, Bartosz Golaszewski,
	Greg Kroah-Hartman, Arnd Bergmann, Olof Johansson,
	Michael Turquette, Stephen Boyd, devicetree, linux-riscv,
	Marc Kleine-Budde

[-- Attachment #1: Type: text/plain, Size: 2331 bytes --]

On Wed, Aug 10, 2022 at 03:02:43PM +0100, 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.
> 
> 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>

Acked-by: 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: 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>
> Suggested-by: Mark Brown <broonie@kernel.org>
> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> # for can
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
>  MAINTAINERS | 9 +++++++++
>  1 file changed, 9 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 868bbf31603d..fd0f10a110e7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -17512,6 +17512,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
> -- 
> 2.36.1
> 
> 

-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | https://www.pengutronix.de/ |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [RESEND PATCH 1/2] MAINTAINERS: add PolarFire SoC dt bindings
  2022-08-10 17:11   ` Uwe Kleine-König
@ 2022-08-26  0:15     ` Palmer Dabbelt
  0 siblings, 0 replies; 8+ messages in thread
From: Palmer Dabbelt @ 2022-08-26  0:15 UTC (permalink / raw)
  To: u.kleine-koenig
  Cc: conor.dooley, soc, daire.mcnamara, broonie, wsa, thierry.reding,
	jassisinghbrar, linus.walleij, brgl, Greg KH, Arnd Bergmann,
	Olof Johansson, mturquette, sboyd, devicetree, linux-riscv, mkl

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2619 bytes --]

On Wed, 10 Aug 2022 10:11:24 PDT (-0700), u.kleine-koenig@pengutronix.de wrote:
> On Wed, Aug 10, 2022 at 03:02:43PM +0100, 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.
>> 
>> 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>
>
> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>

Looks like git-am isn't handling the UTF here, not sure what's up but 
it's probably just something broken with my email setup.  I fixed it up 
manually, but apologies if I've missed one in the past.

>> CC: Jassi Brar <jassisinghbrar@gmail.com>
>> CC: Linus Walleij <linus.walleij@linaro.org>
>> CC: Bartosz Golaszewski <brgl@bgdev.pl>
>> 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>
>> Suggested-by: Mark Brown <broonie@kernel.org>
>> Acked-by: Marc Kleine-Budde <mkl@pengutronix.de> # for can
>> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
>> ---
>>  MAINTAINERS | 9 +++++++++
>>  1 file changed, 9 insertions(+)
>> 
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 868bbf31603d..fd0f10a110e7 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -17512,6 +17512,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
>> -- 
>> 2.36.1
>> 
>> 
>
> -- 
> Pengutronix e.K.                           | Uwe Kleine-König            |
> Industrial Linux Solutions                 | https://www.pengutronix.de/ |

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [RESEND/PULL PATCH 0/2] MAINTAINERS updates for PolarFire SoC
  2022-08-10 14:02 [RESEND/PULL PATCH 0/2] MAINTAINERS updates for PolarFire SoC Conor Dooley
  2022-08-10 14:02 ` [RESEND PATCH 1/2] MAINTAINERS: add PolarFire SoC dt bindings Conor Dooley
  2022-08-10 14:02 ` [RESEND PATCH 2/2] MAINTAINERS: add the Polarfire SoC's i2c driver Conor Dooley
@ 2022-08-26  0:15 ` Palmer Dabbelt
  2022-08-26  6:22   ` Conor.Dooley
  2 siblings, 1 reply; 8+ messages in thread
From: Palmer Dabbelt @ 2022-08-26  0:15 UTC (permalink / raw)
  To: conor.dooley
  Cc: soc, daire.mcnamara, broonie, wsa, thierry.reding,
	u.kleine-koenig, jassisinghbrar, linus.walleij, brgl, Greg KH,
	Arnd Bergmann, Olof Johansson, mturquette, sboyd, devicetree,
	linux-riscv, conor.dooley

On Wed, 10 Aug 2022 07:02:42 PDT (-0700), conor.dooley@microchip.com wrote:
> Hey Arnd,
>
> Could you please take the following two patches via the soc tree when
> you get a chance?
>
> The first is adding coverage for "my" dt-bindings as suggested by Mark.
> I CCed all the subsystem maintainers on a V1 a week ago & I've added
> them explicity to the patch text this time as CCs. Correct me if I am
> wrong, but I am operating on the assumption that their Acks are not
> required here. Hopefully increasing the binding coverage is non
> controversial!
>
> The second patch is a resend of a patch that was deferred to later in
> the merge window avoid messing about with a 4th conflict in the entry.
>
> Thanks,
> Conor.
>
> Conor Dooley (2):
>   MAINTAINERS: add PolarFire SoC dt bindings
>   MAINTAINERS: add the Polarfire SoC's i2c driver
>
>  MAINTAINERS | 10 ++++++++++
>  1 file changed, 10 insertions(+)
>
>
> base-commit: 4e23eeebb2e57f5a28b36221aa776b5a1122dde5

Thanks, these are on fixes.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [RESEND/PULL PATCH 0/2] MAINTAINERS updates for PolarFire SoC
  2022-08-26  0:15 ` [RESEND/PULL PATCH 0/2] MAINTAINERS updates for PolarFire SoC Palmer Dabbelt
@ 2022-08-26  6:22   ` Conor.Dooley
  2022-08-26 14:33     ` Palmer Dabbelt
  0 siblings, 1 reply; 8+ messages in thread
From: Conor.Dooley @ 2022-08-26  6:22 UTC (permalink / raw)
  To: palmer, arnd
  Cc: soc, Daire.McNamara, broonie, wsa, thierry.reding,
	u.kleine-koenig, jassisinghbrar, linus.walleij, brgl, gregkh,
	olof, mturquette, sboyd, devicetree, linux-riscv

On 26/08/2022 01:15, Palmer Dabbelt wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
> 
> On Wed, 10 Aug 2022 07:02:42 PDT (-0700), conor.dooley@microchip.com wrote:
>> Hey Arnd,
>>
>> Could you please take the following two patches via the soc tree when
>> you get a chance?

> Thanks, these are on fixes.

I think these already were applied by Arnd. I guess the soc patchwork
bot does not CC the people on the original mail, only the author.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [RESEND/PULL PATCH 0/2] MAINTAINERS updates for PolarFire SoC
  2022-08-26  6:22   ` Conor.Dooley
@ 2022-08-26 14:33     ` Palmer Dabbelt
  0 siblings, 0 replies; 8+ messages in thread
From: Palmer Dabbelt @ 2022-08-26 14:33 UTC (permalink / raw)
  To: Conor.Dooley
  Cc: Arnd Bergmann, soc, Daire.McNamara, broonie, wsa, thierry.reding,
	u.kleine-koenig, jassisinghbrar, linus.walleij, brgl, Greg KH,
	Olof Johansson, mturquette, sboyd, devicetree, linux-riscv

On Thu, 25 Aug 2022 23:22:07 PDT (-0700), Conor.Dooley@microchip.com wrote:
> On 26/08/2022 01:15, Palmer Dabbelt wrote:
>> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>> 
>> On Wed, 10 Aug 2022 07:02:42 PDT (-0700), conor.dooley@microchip.com wrote:
>>> Hey Arnd,
>>>
>>> Could you please take the following two patches via the soc tree when
>>> you get a chance?
> 
>> Thanks, these are on fixes.
> 
> I think these already were applied by Arnd. I guess the soc patchwork
> bot does not CC the people on the original mail, only the author.

Ok, I've dropped them.  Thanks!

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-08-26 14:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-10 14:02 [RESEND/PULL PATCH 0/2] MAINTAINERS updates for PolarFire SoC Conor Dooley
2022-08-10 14:02 ` [RESEND PATCH 1/2] MAINTAINERS: add PolarFire SoC dt bindings Conor Dooley
2022-08-10 17:11   ` Uwe Kleine-König
2022-08-26  0:15     ` Palmer Dabbelt
2022-08-10 14:02 ` [RESEND PATCH 2/2] MAINTAINERS: add the Polarfire SoC's i2c driver Conor Dooley
2022-08-26  0:15 ` [RESEND/PULL PATCH 0/2] MAINTAINERS updates for PolarFire SoC Palmer Dabbelt
2022-08-26  6:22   ` Conor.Dooley
2022-08-26 14:33     ` Palmer Dabbelt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).