All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Route RISC-V SoC drivers/firmware/DT via the soc tree
@ 2022-11-09 21:22 ` Conor Dooley
  0 siblings, 0 replies; 17+ messages in thread
From: Conor Dooley @ 2022-11-09 21:22 UTC (permalink / raw)
  To: Emil Renner Berthing, Arnd Bergmann, Palmer Dabbelt
  Cc: Paul Walmsley, Albert Ou, Nicolas Ferre, soc, linux-kernel,
	linux-riscv, Conor Dooley

From: Conor Dooley <conor.dooley@microchip.com>

Spoke to Palmer today at the linux-riscv pw sync-up (see [0] for anyone
that may see this and is interested), and he said go for it w/
MAINTAINERS changes. Routing patches this way was proposed by Palmer @
[1] where Arnd & I had a wee bit of back and forth about the maintainers
entries required.

I've CC'ed soc@kernel.org with the expectation that this series will go
via the soc tree with Palmer's ack.

I noticed while running the maintainers pattern check that I had messed
up the i2c driver in an earlier submission - I think that Lukas may have
flagged that but since It's not been fixed I've tacked on a patch for
that too since I'm already in the area...

Thanks,
Conor.

0 - https://lore.kernel.org/linux-riscv/mhng-775d4068-6c1e-48a4-a1dc-b4a76ff26bb3@palmer-ri-x1c9a/
1 - https://lore.kernel.org/linux-riscv/mhng-e4210f56-fcc3-4db8-abdb-d43b3ebe695d@palmer-ri-x1c9a/

Conor Dooley (4):
  MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees
  MAINTAINERS: generify the Microchip RISC-V entry name
  MAINTAINERS: add an entry for StarFive devicetrees
  MAINTAINERS: repair Microchip corei2c driver entry

 MAINTAINERS | 34 ++++++++++++++++++++++++++++++----
 1 file changed, 30 insertions(+), 4 deletions(-)

-- 
2.37.2


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

* [PATCH v1 0/4] Route RISC-V SoC drivers/firmware/DT via the soc tree
@ 2022-11-09 21:22 ` Conor Dooley
  0 siblings, 0 replies; 17+ messages in thread
From: Conor Dooley @ 2022-11-09 21:22 UTC (permalink / raw)
  To: Emil Renner Berthing, Arnd Bergmann, Palmer Dabbelt
  Cc: Paul Walmsley, Albert Ou, Nicolas Ferre, soc, linux-kernel,
	linux-riscv, Conor Dooley

From: Conor Dooley <conor.dooley@microchip.com>

Spoke to Palmer today at the linux-riscv pw sync-up (see [0] for anyone
that may see this and is interested), and he said go for it w/
MAINTAINERS changes. Routing patches this way was proposed by Palmer @
[1] where Arnd & I had a wee bit of back and forth about the maintainers
entries required.

I've CC'ed soc@kernel.org with the expectation that this series will go
via the soc tree with Palmer's ack.

I noticed while running the maintainers pattern check that I had messed
up the i2c driver in an earlier submission - I think that Lukas may have
flagged that but since It's not been fixed I've tacked on a patch for
that too since I'm already in the area...

Thanks,
Conor.

0 - https://lore.kernel.org/linux-riscv/mhng-775d4068-6c1e-48a4-a1dc-b4a76ff26bb3@palmer-ri-x1c9a/
1 - https://lore.kernel.org/linux-riscv/mhng-e4210f56-fcc3-4db8-abdb-d43b3ebe695d@palmer-ri-x1c9a/

Conor Dooley (4):
  MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees
  MAINTAINERS: generify the Microchip RISC-V entry name
  MAINTAINERS: add an entry for StarFive devicetrees
  MAINTAINERS: repair Microchip corei2c driver entry

 MAINTAINERS | 34 ++++++++++++++++++++++++++++++----
 1 file changed, 30 insertions(+), 4 deletions(-)

-- 
2.37.2


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* [PATCH v1 1/4] MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees
  2022-11-09 21:22 ` Conor Dooley
@ 2022-11-09 21:22   ` Conor Dooley
  -1 siblings, 0 replies; 17+ messages in thread
From: Conor Dooley @ 2022-11-09 21:22 UTC (permalink / raw)
  To: Emil Renner Berthing, Arnd Bergmann, Palmer Dabbelt
  Cc: Paul Walmsley, Albert Ou, Nicolas Ferre, soc, linux-kernel,
	linux-riscv, Conor Dooley

From: Conor Dooley <conor.dooley@microchip.com>

Following some discussion both on & off list, I have volunteered to take
over maintaining the miscellaneous RISC-V devicetrees & soc drivers from
Palmer to ease his load.

So far only SiFive and Microchip have stuff in drivers/soc. For the
former, a SiFive entry exists with a dead GitHub repo - so remove that
to avoid confusion since the patches for drivers/soc & devicetrees will
be routed via my tree & other drivers go through their subsystem trees.
The Microchip directory only contains a RISC-V driver for now, but is
likely to contain drivers for other archs in the future. To that end,
change the PolarFire SoC entry to specifically mention the RISC-V driver
& the new directory level entry does not mention an architecture.

CC: Arnd Bergmann <arnd@arndb.de>
CC: Nicolas Ferre <nicolas.ferre@microchip.com>
CC: Palmer Dabbelt <palmer@dabbelt.com>
Link: https://lore.kernel.org/linux-riscv/mhng-e4210f56-fcc3-4db8-abdb-d43b3ebe695d@palmer-ri-x1c9a/
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
 MAINTAINERS | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 046ff06ff97f..b88ced1ff72c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13627,6 +13627,12 @@ S:	Supported
 F:	drivers/misc/atmel-ssc.c
 F:	include/linux/atmel-ssc.h
 
+MICROCHIP SOC DRIVERS
+M:	Conor Dooley <conor@kernel.org>
+S:	Supported
+T:	git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
+F:	drivers/soc/microchip/
+
 MICROCHIP USB251XB DRIVER
 M:	Richard Leitner <richard.leitner@skidata.com>
 L:	linux-usb@vger.kernel.org
@@ -17749,12 +17755,21 @@ F:	drivers/mailbox/mailbox-mpfs.c
 F:	drivers/pci/controller/pcie-microchip-host.c
 F:	drivers/reset/reset-mpfs.c
 F:	drivers/rtc/rtc-mpfs.c
-F:	drivers/soc/microchip/
+F:	drivers/soc/microchip/mpfs-sys-controller.c
 F:	drivers/spi/spi-microchip-core-qspi.c
 F:	drivers/spi/spi-microchip-core.c
 F:	drivers/usb/musb/mpfs.c
 F:	include/soc/microchip/mpfs.h
 
+RISC-V MISC SOC SUPPORT
+M:	Conor Dooley <conor@kernel.org>
+L:	linux-riscv@lists.infradead.org
+S:	Maintained
+Q:	https://patchwork.kernel.org/project/linux-riscv/list/
+T:	git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
+F:	Documentation/devicetree/bindings/riscv/
+F:	arch/riscv/boot/dts/
+
 RNBD BLOCK DRIVERS
 M:	Md. Haris Iqbal <haris.iqbal@ionos.com>
 M:	Jack Wang <jinpu.wang@ionos.com>
@@ -18781,7 +18796,6 @@ M:	Palmer Dabbelt <palmer@dabbelt.com>
 M:	Paul Walmsley <paul.walmsley@sifive.com>
 L:	linux-riscv@lists.infradead.org
 S:	Supported
-T:	git https://github.com/sifive/riscv-linux.git
 N:	sifive
 K:	[^@]sifive
 
@@ -18800,6 +18814,13 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
 F:	drivers/dma/sf-pdma/
 
+SIFIVE SOC DRIVERS
+M:	Conor Dooley <conor@kernel.org>
+L:	linux-riscv@lists.infradead.org
+S:	Maintained
+T:	git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
+F:	drivers/soc/sifive/
+
 SILEAD TOUCHSCREEN DRIVER
 M:	Hans de Goede <hdegoede@redhat.com>
 L:	linux-input@vger.kernel.org
-- 
2.37.2


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

* [PATCH v1 1/4] MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees
@ 2022-11-09 21:22   ` Conor Dooley
  0 siblings, 0 replies; 17+ messages in thread
From: Conor Dooley @ 2022-11-09 21:22 UTC (permalink / raw)
  To: Emil Renner Berthing, Arnd Bergmann, Palmer Dabbelt
  Cc: Paul Walmsley, Albert Ou, Nicolas Ferre, soc, linux-kernel,
	linux-riscv, Conor Dooley

From: Conor Dooley <conor.dooley@microchip.com>

Following some discussion both on & off list, I have volunteered to take
over maintaining the miscellaneous RISC-V devicetrees & soc drivers from
Palmer to ease his load.

So far only SiFive and Microchip have stuff in drivers/soc. For the
former, a SiFive entry exists with a dead GitHub repo - so remove that
to avoid confusion since the patches for drivers/soc & devicetrees will
be routed via my tree & other drivers go through their subsystem trees.
The Microchip directory only contains a RISC-V driver for now, but is
likely to contain drivers for other archs in the future. To that end,
change the PolarFire SoC entry to specifically mention the RISC-V driver
& the new directory level entry does not mention an architecture.

CC: Arnd Bergmann <arnd@arndb.de>
CC: Nicolas Ferre <nicolas.ferre@microchip.com>
CC: Palmer Dabbelt <palmer@dabbelt.com>
Link: https://lore.kernel.org/linux-riscv/mhng-e4210f56-fcc3-4db8-abdb-d43b3ebe695d@palmer-ri-x1c9a/
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
 MAINTAINERS | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 046ff06ff97f..b88ced1ff72c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -13627,6 +13627,12 @@ S:	Supported
 F:	drivers/misc/atmel-ssc.c
 F:	include/linux/atmel-ssc.h
 
+MICROCHIP SOC DRIVERS
+M:	Conor Dooley <conor@kernel.org>
+S:	Supported
+T:	git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
+F:	drivers/soc/microchip/
+
 MICROCHIP USB251XB DRIVER
 M:	Richard Leitner <richard.leitner@skidata.com>
 L:	linux-usb@vger.kernel.org
@@ -17749,12 +17755,21 @@ F:	drivers/mailbox/mailbox-mpfs.c
 F:	drivers/pci/controller/pcie-microchip-host.c
 F:	drivers/reset/reset-mpfs.c
 F:	drivers/rtc/rtc-mpfs.c
-F:	drivers/soc/microchip/
+F:	drivers/soc/microchip/mpfs-sys-controller.c
 F:	drivers/spi/spi-microchip-core-qspi.c
 F:	drivers/spi/spi-microchip-core.c
 F:	drivers/usb/musb/mpfs.c
 F:	include/soc/microchip/mpfs.h
 
+RISC-V MISC SOC SUPPORT
+M:	Conor Dooley <conor@kernel.org>
+L:	linux-riscv@lists.infradead.org
+S:	Maintained
+Q:	https://patchwork.kernel.org/project/linux-riscv/list/
+T:	git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
+F:	Documentation/devicetree/bindings/riscv/
+F:	arch/riscv/boot/dts/
+
 RNBD BLOCK DRIVERS
 M:	Md. Haris Iqbal <haris.iqbal@ionos.com>
 M:	Jack Wang <jinpu.wang@ionos.com>
@@ -18781,7 +18796,6 @@ M:	Palmer Dabbelt <palmer@dabbelt.com>
 M:	Paul Walmsley <paul.walmsley@sifive.com>
 L:	linux-riscv@lists.infradead.org
 S:	Supported
-T:	git https://github.com/sifive/riscv-linux.git
 N:	sifive
 K:	[^@]sifive
 
@@ -18800,6 +18814,13 @@ S:	Maintained
 F:	Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
 F:	drivers/dma/sf-pdma/
 
+SIFIVE SOC DRIVERS
+M:	Conor Dooley <conor@kernel.org>
+L:	linux-riscv@lists.infradead.org
+S:	Maintained
+T:	git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
+F:	drivers/soc/sifive/
+
 SILEAD TOUCHSCREEN DRIVER
 M:	Hans de Goede <hdegoede@redhat.com>
 L:	linux-input@vger.kernel.org
-- 
2.37.2


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* [PATCH v1 2/4] MAINTAINERS: generify the Microchip RISC-V entry name
  2022-11-09 21:22 ` Conor Dooley
@ 2022-11-09 21:22   ` Conor Dooley
  -1 siblings, 0 replies; 17+ messages in thread
From: Conor Dooley @ 2022-11-09 21:22 UTC (permalink / raw)
  To: Emil Renner Berthing, Arnd Bergmann, Palmer Dabbelt
  Cc: Paul Walmsley, Albert Ou, Nicolas Ferre, soc, linux-kernel,
	linux-riscv, Conor Dooley

From: Conor Dooley <conor.dooley@microchip.com>

These drivers work on our other FPGAs, for example the non-SoC PolarFire
connected to an FU-540 via chiplink. Make the entry a wee bit more
generic to match. While at it, remove the / from the heading so that it
matches other, neighbouring RISC-V entries.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b88ced1ff72c..a57c90be001f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17732,7 +17732,7 @@ F:	arch/riscv/
 N:	riscv
 K:	riscv
 
-RISC-V/MICROCHIP POLARFIRE SOC SUPPORT
+RISC-V MICROCHIP FPGA SUPPORT
 M:	Conor Dooley <conor.dooley@microchip.com>
 M:	Daire McNamara <daire.mcnamara@microchip.com>
 L:	linux-riscv@lists.infradead.org
-- 
2.37.2


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

* [PATCH v1 2/4] MAINTAINERS: generify the Microchip RISC-V entry name
@ 2022-11-09 21:22   ` Conor Dooley
  0 siblings, 0 replies; 17+ messages in thread
From: Conor Dooley @ 2022-11-09 21:22 UTC (permalink / raw)
  To: Emil Renner Berthing, Arnd Bergmann, Palmer Dabbelt
  Cc: Paul Walmsley, Albert Ou, Nicolas Ferre, soc, linux-kernel,
	linux-riscv, Conor Dooley

From: Conor Dooley <conor.dooley@microchip.com>

These drivers work on our other FPGAs, for example the non-SoC PolarFire
connected to an FU-540 via chiplink. Make the entry a wee bit more
generic to match. While at it, remove the / from the heading so that it
matches other, neighbouring RISC-V entries.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index b88ced1ff72c..a57c90be001f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17732,7 +17732,7 @@ F:	arch/riscv/
 N:	riscv
 K:	riscv
 
-RISC-V/MICROCHIP POLARFIRE SOC SUPPORT
+RISC-V MICROCHIP FPGA SUPPORT
 M:	Conor Dooley <conor.dooley@microchip.com>
 M:	Daire McNamara <daire.mcnamara@microchip.com>
 L:	linux-riscv@lists.infradead.org
-- 
2.37.2


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* [PATCH v1 3/4] MAINTAINERS: add an entry for StarFive devicetrees
  2022-11-09 21:22 ` Conor Dooley
@ 2022-11-09 21:22   ` Conor Dooley
  -1 siblings, 0 replies; 17+ messages in thread
From: Conor Dooley @ 2022-11-09 21:22 UTC (permalink / raw)
  To: Emil Renner Berthing, Arnd Bergmann, Palmer Dabbelt
  Cc: Paul Walmsley, Albert Ou, Nicolas Ferre, soc, linux-kernel,
	linux-riscv, Conor Dooley

From: Conor Dooley <conor.dooley@microchip.com>

Emil looks after the downstream StarFive stuff, and agreed to look after
the upstream ones too.

CC: Emil Renner Berthing <kernel@esmil.dk>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a57c90be001f..040d49af9bdb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19622,6 +19622,11 @@ M:	Ion Badulescu <ionut@badula.org>
 S:	Odd Fixes
 F:	drivers/net/ethernet/adaptec/starfire*
 
+STARFIVE DEVICETREES
+M:	Emil Renner Berthing <kernel@esmil.dk>
+S:	Maintained
+F:	arch/riscv/boot/dts/starfive/
+
 STARFIVE JH7100 CLOCK DRIVERS
 M:	Emil Renner Berthing <kernel@esmil.dk>
 S:	Maintained
-- 
2.37.2


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

* [PATCH v1 3/4] MAINTAINERS: add an entry for StarFive devicetrees
@ 2022-11-09 21:22   ` Conor Dooley
  0 siblings, 0 replies; 17+ messages in thread
From: Conor Dooley @ 2022-11-09 21:22 UTC (permalink / raw)
  To: Emil Renner Berthing, Arnd Bergmann, Palmer Dabbelt
  Cc: Paul Walmsley, Albert Ou, Nicolas Ferre, soc, linux-kernel,
	linux-riscv, Conor Dooley

From: Conor Dooley <conor.dooley@microchip.com>

Emil looks after the downstream StarFive stuff, and agreed to look after
the upstream ones too.

CC: Emil Renner Berthing <kernel@esmil.dk>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
 MAINTAINERS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index a57c90be001f..040d49af9bdb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19622,6 +19622,11 @@ M:	Ion Badulescu <ionut@badula.org>
 S:	Odd Fixes
 F:	drivers/net/ethernet/adaptec/starfire*
 
+STARFIVE DEVICETREES
+M:	Emil Renner Berthing <kernel@esmil.dk>
+S:	Maintained
+F:	arch/riscv/boot/dts/starfive/
+
 STARFIVE JH7100 CLOCK DRIVERS
 M:	Emil Renner Berthing <kernel@esmil.dk>
 S:	Maintained
-- 
2.37.2


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* [PATCH v1 4/4] MAINTAINERS: repair Microchip corei2c driver entry
  2022-11-09 21:22 ` Conor Dooley
@ 2022-11-09 21:22   ` Conor Dooley
  -1 siblings, 0 replies; 17+ messages in thread
From: Conor Dooley @ 2022-11-09 21:22 UTC (permalink / raw)
  To: Emil Renner Berthing, Arnd Bergmann, Palmer Dabbelt
  Cc: Paul Walmsley, Albert Ou, Nicolas Ferre, soc, linux-kernel,
	linux-riscv, Conor Dooley, Lukas Bulwahn

From: Conor Dooley <conor.dooley@microchip.com>

The driver was renamed before application but the relevant change did
not propagate to the MAINTAINERS patch that was applied. Repair it.

CC: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
I'd swear you reported this at some stage Lukas but I didn't see
anything when I took a quick look on lore.
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 040d49af9bdb..269e284570fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17750,7 +17750,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/i2c/busses/i2c-microchip-corei2c.c
 F:	drivers/mailbox/mailbox-mpfs.c
 F:	drivers/pci/controller/pcie-microchip-host.c
 F:	drivers/reset/reset-mpfs.c
-- 
2.37.2


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

* [PATCH v1 4/4] MAINTAINERS: repair Microchip corei2c driver entry
@ 2022-11-09 21:22   ` Conor Dooley
  0 siblings, 0 replies; 17+ messages in thread
From: Conor Dooley @ 2022-11-09 21:22 UTC (permalink / raw)
  To: Emil Renner Berthing, Arnd Bergmann, Palmer Dabbelt
  Cc: Paul Walmsley, Albert Ou, Nicolas Ferre, soc, linux-kernel,
	linux-riscv, Conor Dooley, Lukas Bulwahn

From: Conor Dooley <conor.dooley@microchip.com>

The driver was renamed before application but the relevant change did
not propagate to the MAINTAINERS patch that was applied. Repair it.

CC: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
---
I'd swear you reported this at some stage Lukas but I didn't see
anything when I took a quick look on lore.
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 040d49af9bdb..269e284570fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17750,7 +17750,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/i2c/busses/i2c-microchip-corei2c.c
 F:	drivers/mailbox/mailbox-mpfs.c
 F:	drivers/pci/controller/pcie-microchip-host.c
 F:	drivers/reset/reset-mpfs.c
-- 
2.37.2


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: [PATCH v1 3/4] MAINTAINERS: add an entry for StarFive devicetrees
  2022-11-09 21:22   ` Conor Dooley
@ 2022-11-10  8:48     ` Emil Renner Berthing
  -1 siblings, 0 replies; 17+ messages in thread
From: Emil Renner Berthing @ 2022-11-10  8:48 UTC (permalink / raw)
  To: Conor Dooley
  Cc: Arnd Bergmann, Palmer Dabbelt, Paul Walmsley, Albert Ou,
	Nicolas Ferre, soc, linux-kernel, linux-riscv, Conor Dooley

On Wed, 9 Nov 2022 at 22:23, Conor Dooley <conor@kernel.org> wrote:
>
> From: Conor Dooley <conor.dooley@microchip.com>
>
> Emil looks after the downstream StarFive stuff, and agreed to look after
> the upstream ones too.
>
> CC: Emil Renner Berthing <kernel@esmil.dk>
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>

Thanks!

Acked-by: Emil Renner Berthing <kernel@esmil.dk>

> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a57c90be001f..040d49af9bdb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19622,6 +19622,11 @@ M:     Ion Badulescu <ionut@badula.org>
>  S:     Odd Fixes
>  F:     drivers/net/ethernet/adaptec/starfire*
>
> +STARFIVE DEVICETREES
> +M:     Emil Renner Berthing <kernel@esmil.dk>
> +S:     Maintained
> +F:     arch/riscv/boot/dts/starfive/
> +
>  STARFIVE JH7100 CLOCK DRIVERS
>  M:     Emil Renner Berthing <kernel@esmil.dk>
>  S:     Maintained
> --
> 2.37.2
>

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

* Re: [PATCH v1 3/4] MAINTAINERS: add an entry for StarFive devicetrees
@ 2022-11-10  8:48     ` Emil Renner Berthing
  0 siblings, 0 replies; 17+ messages in thread
From: Emil Renner Berthing @ 2022-11-10  8:48 UTC (permalink / raw)
  To: Conor Dooley
  Cc: Arnd Bergmann, Palmer Dabbelt, Paul Walmsley, Albert Ou,
	Nicolas Ferre, soc, linux-kernel, linux-riscv, Conor Dooley

On Wed, 9 Nov 2022 at 22:23, Conor Dooley <conor@kernel.org> wrote:
>
> From: Conor Dooley <conor.dooley@microchip.com>
>
> Emil looks after the downstream StarFive stuff, and agreed to look after
> the upstream ones too.
>
> CC: Emil Renner Berthing <kernel@esmil.dk>
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>

Thanks!

Acked-by: Emil Renner Berthing <kernel@esmil.dk>

> ---
>  MAINTAINERS | 5 +++++
>  1 file changed, 5 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a57c90be001f..040d49af9bdb 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -19622,6 +19622,11 @@ M:     Ion Badulescu <ionut@badula.org>
>  S:     Odd Fixes
>  F:     drivers/net/ethernet/adaptec/starfire*
>
> +STARFIVE DEVICETREES
> +M:     Emil Renner Berthing <kernel@esmil.dk>
> +S:     Maintained
> +F:     arch/riscv/boot/dts/starfive/
> +
>  STARFIVE JH7100 CLOCK DRIVERS
>  M:     Emil Renner Berthing <kernel@esmil.dk>
>  S:     Maintained
> --
> 2.37.2
>

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: [PATCH v1 1/4] MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees
  2022-11-09 21:22   ` Conor Dooley
@ 2022-11-14  8:59     ` Nicolas Ferre
  -1 siblings, 0 replies; 17+ messages in thread
From: Nicolas Ferre @ 2022-11-14  8:59 UTC (permalink / raw)
  To: Conor Dooley, Emil Renner Berthing, Arnd Bergmann, Palmer Dabbelt
  Cc: Paul Walmsley, Albert Ou, soc, linux-kernel, linux-riscv, Conor Dooley

On 09/11/2022 at 22:22, Conor Dooley wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
> 
> Following some discussion both on & off list, I have volunteered to take
> over maintaining the miscellaneous RISC-V devicetrees & soc drivers from
> Palmer to ease his load.
> 
> So far only SiFive and Microchip have stuff in drivers/soc. For the
> former, a SiFive entry exists with a dead GitHub repo - so remove that
> to avoid confusion since the patches for drivers/soc & devicetrees will
> be routed via my tree & other drivers go through their subsystem trees.
> The Microchip directory only contains a RISC-V driver for now, but is
> likely to contain drivers for other archs in the future. To that end,
> change the PolarFire SoC entry to specifically mention the RISC-V driver
> & the new directory level entry does not mention an architecture.
> 
> CC: Arnd Bergmann <arnd@arndb.de>
> CC: Nicolas Ferre <nicolas.ferre@microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Thanks Conor, best regards,
   Nicolas

> CC: Palmer Dabbelt <palmer@dabbelt.com>
> Link: https://lore.kernel.org/linux-riscv/mhng-e4210f56-fcc3-4db8-abdb-d43b3ebe695d@palmer-ri-x1c9a/
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
>   MAINTAINERS | 25 +++++++++++++++++++++++--
>   1 file changed, 23 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 046ff06ff97f..b88ced1ff72c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13627,6 +13627,12 @@ S:     Supported
>   F:     drivers/misc/atmel-ssc.c
>   F:     include/linux/atmel-ssc.h
> 
> +MICROCHIP SOC DRIVERS
> +M:     Conor Dooley <conor@kernel.org>
> +S:     Supported
> +T:     git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
> +F:     drivers/soc/microchip/
> +
>   MICROCHIP USB251XB DRIVER
>   M:     Richard Leitner <richard.leitner@skidata.com>
>   L:     linux-usb@vger.kernel.org
> @@ -17749,12 +17755,21 @@ F:    drivers/mailbox/mailbox-mpfs.c
>   F:     drivers/pci/controller/pcie-microchip-host.c
>   F:     drivers/reset/reset-mpfs.c
>   F:     drivers/rtc/rtc-mpfs.c
> -F:     drivers/soc/microchip/
> +F:     drivers/soc/microchip/mpfs-sys-controller.c
>   F:     drivers/spi/spi-microchip-core-qspi.c
>   F:     drivers/spi/spi-microchip-core.c
>   F:     drivers/usb/musb/mpfs.c
>   F:     include/soc/microchip/mpfs.h
> 
> +RISC-V MISC SOC SUPPORT
> +M:     Conor Dooley <conor@kernel.org>
> +L:     linux-riscv@lists.infradead.org
> +S:     Maintained
> +Q:     https://patchwork.kernel.org/project/linux-riscv/list/
> +T:     git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
> +F:     Documentation/devicetree/bindings/riscv/
> +F:     arch/riscv/boot/dts/
> +
>   RNBD BLOCK DRIVERS
>   M:     Md. Haris Iqbal <haris.iqbal@ionos.com>
>   M:     Jack Wang <jinpu.wang@ionos.com>
> @@ -18781,7 +18796,6 @@ M:      Palmer Dabbelt <palmer@dabbelt.com>
>   M:     Paul Walmsley <paul.walmsley@sifive.com>
>   L:     linux-riscv@lists.infradead.org
>   S:     Supported
> -T:     git https://github.com/sifive/riscv-linux.git
>   N:     sifive
>   K:     [^@]sifive
> 
> @@ -18800,6 +18814,13 @@ S:     Maintained
>   F:     Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
>   F:     drivers/dma/sf-pdma/
> 
> +SIFIVE SOC DRIVERS
> +M:     Conor Dooley <conor@kernel.org>
> +L:     linux-riscv@lists.infradead.org
> +S:     Maintained
> +T:     git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
> +F:     drivers/soc/sifive/
> +
>   SILEAD TOUCHSCREEN DRIVER
>   M:     Hans de Goede <hdegoede@redhat.com>
>   L:     linux-input@vger.kernel.org
> --
> 2.37.2
> 

-- 
Nicolas Ferre


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

* Re: [PATCH v1 1/4] MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees
@ 2022-11-14  8:59     ` Nicolas Ferre
  0 siblings, 0 replies; 17+ messages in thread
From: Nicolas Ferre @ 2022-11-14  8:59 UTC (permalink / raw)
  To: Conor Dooley, Emil Renner Berthing, Arnd Bergmann, Palmer Dabbelt
  Cc: Paul Walmsley, Albert Ou, soc, linux-kernel, linux-riscv, Conor Dooley

On 09/11/2022 at 22:22, Conor Dooley wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
> 
> Following some discussion both on & off list, I have volunteered to take
> over maintaining the miscellaneous RISC-V devicetrees & soc drivers from
> Palmer to ease his load.
> 
> So far only SiFive and Microchip have stuff in drivers/soc. For the
> former, a SiFive entry exists with a dead GitHub repo - so remove that
> to avoid confusion since the patches for drivers/soc & devicetrees will
> be routed via my tree & other drivers go through their subsystem trees.
> The Microchip directory only contains a RISC-V driver for now, but is
> likely to contain drivers for other archs in the future. To that end,
> change the PolarFire SoC entry to specifically mention the RISC-V driver
> & the new directory level entry does not mention an architecture.
> 
> CC: Arnd Bergmann <arnd@arndb.de>
> CC: Nicolas Ferre <nicolas.ferre@microchip.com>

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Thanks Conor, best regards,
   Nicolas

> CC: Palmer Dabbelt <palmer@dabbelt.com>
> Link: https://lore.kernel.org/linux-riscv/mhng-e4210f56-fcc3-4db8-abdb-d43b3ebe695d@palmer-ri-x1c9a/
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
>   MAINTAINERS | 25 +++++++++++++++++++++++--
>   1 file changed, 23 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 046ff06ff97f..b88ced1ff72c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13627,6 +13627,12 @@ S:     Supported
>   F:     drivers/misc/atmel-ssc.c
>   F:     include/linux/atmel-ssc.h
> 
> +MICROCHIP SOC DRIVERS
> +M:     Conor Dooley <conor@kernel.org>
> +S:     Supported
> +T:     git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
> +F:     drivers/soc/microchip/
> +
>   MICROCHIP USB251XB DRIVER
>   M:     Richard Leitner <richard.leitner@skidata.com>
>   L:     linux-usb@vger.kernel.org
> @@ -17749,12 +17755,21 @@ F:    drivers/mailbox/mailbox-mpfs.c
>   F:     drivers/pci/controller/pcie-microchip-host.c
>   F:     drivers/reset/reset-mpfs.c
>   F:     drivers/rtc/rtc-mpfs.c
> -F:     drivers/soc/microchip/
> +F:     drivers/soc/microchip/mpfs-sys-controller.c
>   F:     drivers/spi/spi-microchip-core-qspi.c
>   F:     drivers/spi/spi-microchip-core.c
>   F:     drivers/usb/musb/mpfs.c
>   F:     include/soc/microchip/mpfs.h
> 
> +RISC-V MISC SOC SUPPORT
> +M:     Conor Dooley <conor@kernel.org>
> +L:     linux-riscv@lists.infradead.org
> +S:     Maintained
> +Q:     https://patchwork.kernel.org/project/linux-riscv/list/
> +T:     git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
> +F:     Documentation/devicetree/bindings/riscv/
> +F:     arch/riscv/boot/dts/
> +
>   RNBD BLOCK DRIVERS
>   M:     Md. Haris Iqbal <haris.iqbal@ionos.com>
>   M:     Jack Wang <jinpu.wang@ionos.com>
> @@ -18781,7 +18796,6 @@ M:      Palmer Dabbelt <palmer@dabbelt.com>
>   M:     Paul Walmsley <paul.walmsley@sifive.com>
>   L:     linux-riscv@lists.infradead.org
>   S:     Supported
> -T:     git https://github.com/sifive/riscv-linux.git
>   N:     sifive
>   K:     [^@]sifive
> 
> @@ -18800,6 +18814,13 @@ S:     Maintained
>   F:     Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
>   F:     drivers/dma/sf-pdma/
> 
> +SIFIVE SOC DRIVERS
> +M:     Conor Dooley <conor@kernel.org>
> +L:     linux-riscv@lists.infradead.org
> +S:     Maintained
> +T:     git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
> +F:     drivers/soc/sifive/
> +
>   SILEAD TOUCHSCREEN DRIVER
>   M:     Hans de Goede <hdegoede@redhat.com>
>   L:     linux-input@vger.kernel.org
> --
> 2.37.2
> 

-- 
Nicolas Ferre


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

* Re: [PATCH v1 0/4] Route RISC-V SoC drivers/firmware/DT via the soc tree
  2022-11-09 21:22 ` Conor Dooley
                   ` (4 preceding siblings ...)
  (?)
@ 2022-11-14 13:00 ` patchwork-bot+linux-soc
  -1 siblings, 0 replies; 17+ messages in thread
From: patchwork-bot+linux-soc @ 2022-11-14 13:00 UTC (permalink / raw)
  To: Conor Dooley; +Cc: soc

Hello:

This series was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Wed,  9 Nov 2022 21:22:16 +0000 you wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
> 
> Spoke to Palmer today at the linux-riscv pw sync-up (see [0] for anyone
> that may see this and is interested), and he said go for it w/
> MAINTAINERS changes. Routing patches this way was proposed by Palmer @
> [1] where Arnd & I had a wee bit of back and forth about the maintainers
> entries required.
> 
> [...]

Here is the summary with links:
  - [v1,1/4] MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees
    (no matching commit)
  - [v1,2/4] MAINTAINERS: generify the Microchip RISC-V entry name
    https://git.kernel.org/soc/soc/c/d10728ff93b5
  - [v1,3/4] MAINTAINERS: add an entry for StarFive devicetrees
    https://git.kernel.org/soc/soc/c/94803f9e1623
  - [v1,4/4] MAINTAINERS: repair Microchip corei2c driver entry
    https://git.kernel.org/soc/soc/c/d7f6fc14e513

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

* Re: [PATCH v1 1/4] MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees
  2022-11-09 21:22   ` Conor Dooley
@ 2022-11-14 19:44     ` Palmer Dabbelt
  -1 siblings, 0 replies; 17+ messages in thread
From: Palmer Dabbelt @ 2022-11-14 19:44 UTC (permalink / raw)
  To: Conor Dooley
  Cc: kernel, Arnd Bergmann, Paul Walmsley, aou, nicolas.ferre, soc,
	linux-kernel, linux-riscv, Conor Dooley

On Wed, 09 Nov 2022 13:22:17 PST (-0800), Conor Dooley wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
>
> Following some discussion both on & off list, I have volunteered to take
> over maintaining the miscellaneous RISC-V devicetrees & soc drivers from
> Palmer to ease his load.
>
> So far only SiFive and Microchip have stuff in drivers/soc. For the
> former, a SiFive entry exists with a dead GitHub repo - so remove that
> to avoid confusion since the patches for drivers/soc & devicetrees will
> be routed via my tree & other drivers go through their subsystem trees.
> The Microchip directory only contains a RISC-V driver for now, but is
> likely to contain drivers for other archs in the future. To that end,
> change the PolarFire SoC entry to specifically mention the RISC-V driver
> & the new directory level entry does not mention an architecture.
>
> CC: Arnd Bergmann <arnd@arndb.de>
> CC: Nicolas Ferre <nicolas.ferre@microchip.com>
> CC: Palmer Dabbelt <palmer@dabbelt.com>
> Link: https://lore.kernel.org/linux-riscv/mhng-e4210f56-fcc3-4db8-abdb-d43b3ebe695d@palmer-ri-x1c9a/
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
>  MAINTAINERS | 25 +++++++++++++++++++++++--
>  1 file changed, 23 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 046ff06ff97f..b88ced1ff72c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13627,6 +13627,12 @@ S:	Supported
>  F:	drivers/misc/atmel-ssc.c
>  F:	include/linux/atmel-ssc.h
>
> +MICROCHIP SOC DRIVERS
> +M:	Conor Dooley <conor@kernel.org>
> +S:	Supported
> +T:	git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
> +F:	drivers/soc/microchip/
> +
>  MICROCHIP USB251XB DRIVER
>  M:	Richard Leitner <richard.leitner@skidata.com>
>  L:	linux-usb@vger.kernel.org
> @@ -17749,12 +17755,21 @@ F:	drivers/mailbox/mailbox-mpfs.c
>  F:	drivers/pci/controller/pcie-microchip-host.c
>  F:	drivers/reset/reset-mpfs.c
>  F:	drivers/rtc/rtc-mpfs.c
> -F:	drivers/soc/microchip/
> +F:	drivers/soc/microchip/mpfs-sys-controller.c
>  F:	drivers/spi/spi-microchip-core-qspi.c
>  F:	drivers/spi/spi-microchip-core.c
>  F:	drivers/usb/musb/mpfs.c
>  F:	include/soc/microchip/mpfs.h
>
> +RISC-V MISC SOC SUPPORT
> +M:	Conor Dooley <conor@kernel.org>
> +L:	linux-riscv@lists.infradead.org
> +S:	Maintained
> +Q:	https://patchwork.kernel.org/project/linux-riscv/list/
> +T:	git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
> +F:	Documentation/devicetree/bindings/riscv/
> +F:	arch/riscv/boot/dts/
> +
>  RNBD BLOCK DRIVERS
>  M:	Md. Haris Iqbal <haris.iqbal@ionos.com>
>  M:	Jack Wang <jinpu.wang@ionos.com>
> @@ -18781,7 +18796,6 @@ M:	Palmer Dabbelt <palmer@dabbelt.com>
>  M:	Paul Walmsley <paul.walmsley@sifive.com>
>  L:	linux-riscv@lists.infradead.org
>  S:	Supported
> -T:	git https://github.com/sifive/riscv-linux.git
>  N:	sifive
>  K:	[^@]sifive
>
> @@ -18800,6 +18814,13 @@ S:	Maintained
>  F:	Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
>  F:	drivers/dma/sf-pdma/
>
> +SIFIVE SOC DRIVERS
> +M:	Conor Dooley <conor@kernel.org>
> +L:	linux-riscv@lists.infradead.org
> +S:	Maintained
> +T:	git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
> +F:	drivers/soc/sifive/
> +
>  SILEAD TOUCHSCREEN DRIVER
>  M:	Hans de Goede <hdegoede@redhat.com>
>  L:	linux-input@vger.kernel.org

Acked-by: Palmer Dabbelt <palmer@rivosinc.com>

Thanks!

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

* Re: [PATCH v1 1/4] MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees
@ 2022-11-14 19:44     ` Palmer Dabbelt
  0 siblings, 0 replies; 17+ messages in thread
From: Palmer Dabbelt @ 2022-11-14 19:44 UTC (permalink / raw)
  To: Conor Dooley
  Cc: kernel, Arnd Bergmann, Paul Walmsley, aou, nicolas.ferre, soc,
	linux-kernel, linux-riscv, Conor Dooley

On Wed, 09 Nov 2022 13:22:17 PST (-0800), Conor Dooley wrote:
> From: Conor Dooley <conor.dooley@microchip.com>
>
> Following some discussion both on & off list, I have volunteered to take
> over maintaining the miscellaneous RISC-V devicetrees & soc drivers from
> Palmer to ease his load.
>
> So far only SiFive and Microchip have stuff in drivers/soc. For the
> former, a SiFive entry exists with a dead GitHub repo - so remove that
> to avoid confusion since the patches for drivers/soc & devicetrees will
> be routed via my tree & other drivers go through their subsystem trees.
> The Microchip directory only contains a RISC-V driver for now, but is
> likely to contain drivers for other archs in the future. To that end,
> change the PolarFire SoC entry to specifically mention the RISC-V driver
> & the new directory level entry does not mention an architecture.
>
> CC: Arnd Bergmann <arnd@arndb.de>
> CC: Nicolas Ferre <nicolas.ferre@microchip.com>
> CC: Palmer Dabbelt <palmer@dabbelt.com>
> Link: https://lore.kernel.org/linux-riscv/mhng-e4210f56-fcc3-4db8-abdb-d43b3ebe695d@palmer-ri-x1c9a/
> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
> ---
>  MAINTAINERS | 25 +++++++++++++++++++++++--
>  1 file changed, 23 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 046ff06ff97f..b88ced1ff72c 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -13627,6 +13627,12 @@ S:	Supported
>  F:	drivers/misc/atmel-ssc.c
>  F:	include/linux/atmel-ssc.h
>
> +MICROCHIP SOC DRIVERS
> +M:	Conor Dooley <conor@kernel.org>
> +S:	Supported
> +T:	git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
> +F:	drivers/soc/microchip/
> +
>  MICROCHIP USB251XB DRIVER
>  M:	Richard Leitner <richard.leitner@skidata.com>
>  L:	linux-usb@vger.kernel.org
> @@ -17749,12 +17755,21 @@ F:	drivers/mailbox/mailbox-mpfs.c
>  F:	drivers/pci/controller/pcie-microchip-host.c
>  F:	drivers/reset/reset-mpfs.c
>  F:	drivers/rtc/rtc-mpfs.c
> -F:	drivers/soc/microchip/
> +F:	drivers/soc/microchip/mpfs-sys-controller.c
>  F:	drivers/spi/spi-microchip-core-qspi.c
>  F:	drivers/spi/spi-microchip-core.c
>  F:	drivers/usb/musb/mpfs.c
>  F:	include/soc/microchip/mpfs.h
>
> +RISC-V MISC SOC SUPPORT
> +M:	Conor Dooley <conor@kernel.org>
> +L:	linux-riscv@lists.infradead.org
> +S:	Maintained
> +Q:	https://patchwork.kernel.org/project/linux-riscv/list/
> +T:	git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
> +F:	Documentation/devicetree/bindings/riscv/
> +F:	arch/riscv/boot/dts/
> +
>  RNBD BLOCK DRIVERS
>  M:	Md. Haris Iqbal <haris.iqbal@ionos.com>
>  M:	Jack Wang <jinpu.wang@ionos.com>
> @@ -18781,7 +18796,6 @@ M:	Palmer Dabbelt <palmer@dabbelt.com>
>  M:	Paul Walmsley <paul.walmsley@sifive.com>
>  L:	linux-riscv@lists.infradead.org
>  S:	Supported
> -T:	git https://github.com/sifive/riscv-linux.git
>  N:	sifive
>  K:	[^@]sifive
>
> @@ -18800,6 +18814,13 @@ S:	Maintained
>  F:	Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
>  F:	drivers/dma/sf-pdma/
>
> +SIFIVE SOC DRIVERS
> +M:	Conor Dooley <conor@kernel.org>
> +L:	linux-riscv@lists.infradead.org
> +S:	Maintained
> +T:	git https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/
> +F:	drivers/soc/sifive/
> +
>  SILEAD TOUCHSCREEN DRIVER
>  M:	Hans de Goede <hdegoede@redhat.com>
>  L:	linux-input@vger.kernel.org

Acked-by: Palmer Dabbelt <palmer@rivosinc.com>

Thanks!

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

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

end of thread, other threads:[~2022-11-14 19:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09 21:22 [PATCH v1 0/4] Route RISC-V SoC drivers/firmware/DT via the soc tree Conor Dooley
2022-11-09 21:22 ` Conor Dooley
2022-11-09 21:22 ` [PATCH v1 1/4] MAINTAINERS: add entries for misc. RISC-V SoC drivers and devicetrees Conor Dooley
2022-11-09 21:22   ` Conor Dooley
2022-11-14  8:59   ` Nicolas Ferre
2022-11-14  8:59     ` Nicolas Ferre
2022-11-14 19:44   ` Palmer Dabbelt
2022-11-14 19:44     ` Palmer Dabbelt
2022-11-09 21:22 ` [PATCH v1 2/4] MAINTAINERS: generify the Microchip RISC-V entry name Conor Dooley
2022-11-09 21:22   ` Conor Dooley
2022-11-09 21:22 ` [PATCH v1 3/4] MAINTAINERS: add an entry for StarFive devicetrees Conor Dooley
2022-11-09 21:22   ` Conor Dooley
2022-11-10  8:48   ` Emil Renner Berthing
2022-11-10  8:48     ` Emil Renner Berthing
2022-11-09 21:22 ` [PATCH v1 4/4] MAINTAINERS: repair Microchip corei2c driver entry Conor Dooley
2022-11-09 21:22   ` Conor Dooley
2022-11-14 13:00 ` [PATCH v1 0/4] Route RISC-V SoC drivers/firmware/DT via the soc tree patchwork-bot+linux-soc

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.