Message ID | e1578b96b9c75433d8c49b6a173ff47a64675c2b.1689792825.git.tjeznach@rivosinc.com (mailing list archive) |
---|---|
State | Awaiting Upstream, archived |
Headers | show |
Series | Linux RISC-V IOMMU Support | expand |
Context | Check | Description |
---|---|---|
conchuod/cover_letter | success | Series has a cover letter |
conchuod/tree_selection | success | Guessed tree name to be for-next at HEAD 471aba2e4760 |
conchuod/fixes_present | success | Fixes tag not required for -next series |
conchuod/maintainers_pattern | success | MAINTAINERS pattern errors before the patch: 4 and now 4 |
conchuod/verify_signedoff | success | Signed-off-by tag matches author and committer |
conchuod/kdoc | success | Errors and warnings before: 0 this patch: 0 |
conchuod/build_rv64_clang_allmodconfig | success | Errors and warnings before: 9 this patch: 9 |
conchuod/module_param | success | Was 0 now: 0 |
conchuod/build_rv64_gcc_allmodconfig | success | Errors and warnings before: 9 this patch: 9 |
conchuod/build_rv32_defconfig | fail | Build failed |
conchuod/dtb_warn_rv64 | success | Errors and warnings before: 3 this patch: 3 |
conchuod/header_inline | success | No static functions without inline keyword in header files |
conchuod/checkpatch | warning | WARNING: Missing commit description - Add an appropriate one |
conchuod/build_rv64_nommu_k210_defconfig | success | Build OK |
conchuod/verify_fixes | success | No Fixes tag |
conchuod/build_rv64_nommu_virt_defconfig | success | Build OK |
On 2023/7/20 3:33, Tomasz Jeznach wrote: > Signed-off-by: Tomasz Jeznach <tjeznach@rivosinc.com> > --- > 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 <tjeznach@rivosinc.com> > +L: linux-riscv@lists.infradead.org Please add the iommu subsystem mailing list. iommu@lists.linux.dev 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 <conor.dooley@microchip.com> > M: Daire McNamara <daire.mcnamara@microchip.com> Best regards, baolu
On Thu, Jul 20, 2023 at 5:42 AM Baolu Lu <baolu.lu@linux.intel.com> wrote: > > On 2023/7/20 3:33, Tomasz Jeznach wrote: > > Signed-off-by: Tomasz Jeznach <tjeznach@rivosinc.com> > > --- > > 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 <tjeznach@rivosinc.com> > > +L: linux-riscv@lists.infradead.org > > Please add the iommu subsystem mailing list. > > iommu@lists.linux.dev > > 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 <conor.dooley@microchip.com> > > M: Daire McNamara <daire.mcnamara@microchip.com> > > Best regards, > baolu regards, - Tomasz
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 <tjeznach@rivosinc.com> +L: linux-riscv@lists.infradead.org +S: Maintained +F: Documentation/devicetree/bindings/iommu/riscv,iommu.yaml +F: drivers/iommu/riscv/ + RISC-V MICROCHIP FPGA SUPPORT M: Conor Dooley <conor.dooley@microchip.com> M: Daire McNamara <daire.mcnamara@microchip.com>
Signed-off-by: Tomasz Jeznach <tjeznach@rivosinc.com> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)