2023-07-19 19:41:25

by Tomasz Jeznach

[permalink] [raw]
Subject: [PATCH 04/11] MAINTAINERS: Add myself for RISC-V IOMMU driver

Signed-off-by: Tomasz Jeznach <[email protected]>
---
MAINTAINERS | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index aee340630eca..d28b1b99f4c6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18270,6 +18270,13 @@ F: arch/riscv/
N: riscv
K: riscv

+RISC-V IOMMU
+M: Tomasz Jeznach <[email protected]>
+L: [email protected]
+S: Maintained
+F: Documentation/devicetree/bindings/iommu/riscv,iommu.yaml
+F: drivers/iommu/riscv/
+
RISC-V MICROCHIP FPGA SUPPORT
M: Conor Dooley <[email protected]>
M: Daire McNamara <[email protected]>
--
2.34.1



2023-07-20 13:30:02

by Baolu Lu

[permalink] [raw]
Subject: Re: [PATCH 04/11] MAINTAINERS: Add myself for RISC-V IOMMU driver

On 2023/7/20 3:33, Tomasz Jeznach wrote:
> Signed-off-by: Tomasz Jeznach <[email protected]>
> ---
> MAINTAINERS | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index aee340630eca..d28b1b99f4c6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18270,6 +18270,13 @@ F: arch/riscv/
> N: riscv
> K: riscv
>
> +RISC-V IOMMU
> +M: Tomasz Jeznach <[email protected]>
> +L: [email protected]

Please add the iommu subsystem mailing list.

[email protected]

It's the right place to discuss iommu drivers.

> +S: Maintained
> +F: Documentation/devicetree/bindings/iommu/riscv,iommu.yaml
> +F: drivers/iommu/riscv/
> +
> RISC-V MICROCHIP FPGA SUPPORT
> M: Conor Dooley <[email protected]>
> M: Daire McNamara <[email protected]>

Best regards,
baolu

2023-07-20 18:08:18

by Tomasz Jeznach

[permalink] [raw]
Subject: Re: [PATCH 04/11] MAINTAINERS: Add myself for RISC-V IOMMU driver

On Thu, Jul 20, 2023 at 5:42 AM Baolu Lu <[email protected]> wrote:
>
> On 2023/7/20 3:33, Tomasz Jeznach wrote:
> > Signed-off-by: Tomasz Jeznach <[email protected]>
> > ---
> > MAINTAINERS | 7 +++++++
> > 1 file changed, 7 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index aee340630eca..d28b1b99f4c6 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -18270,6 +18270,13 @@ F: arch/riscv/
> > N: riscv
> > K: riscv
> >
> > +RISC-V IOMMU
> > +M: Tomasz Jeznach <[email protected]>
> > +L: [email protected]
>
> Please add the iommu subsystem mailing list.
>
> [email protected]
>
> It's the right place to discuss iommu drivers.
>

ack. will add in the next version. Thanks

> > +S: Maintained
> > +F: Documentation/devicetree/bindings/iommu/riscv,iommu.yaml
> > +F: drivers/iommu/riscv/
> > +
> > RISC-V MICROCHIP FPGA SUPPORT
> > M: Conor Dooley <[email protected]>
> > M: Daire McNamara <[email protected]>
>
> Best regards,
> baolu

regards,
- Tomasz