From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1ED93C001DC for ; Thu, 20 Jul 2023 12:43:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231178AbjGTMm7 (ORCPT ); Thu, 20 Jul 2023 08:42:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48578 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231293AbjGTMmy (ORCPT ); Thu, 20 Jul 2023 08:42:54 -0400 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B82CA2135 for ; Thu, 20 Jul 2023 05:42:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689856973; x=1721392973; h=message-id:date:mime-version:cc:subject:to:references: from:in-reply-to:content-transfer-encoding; bh=JaJ/lkSSzUjKz6n6+OtO6yZ6zwybCck47wRM8qdASR0=; b=S8WhkuoCjSs5pjYBV9ify5G8xIlFeRvT5A7oL+PIY9n9B6JEaJA5ZsQU XMyXUNcLnNbMLMqmwFvho7zLRSse+CE1N54nkjXZRXr4pSMwYb3EL2Pfi bR9AiPPqouUhr3VjVxW68x+tUni73SZOcT1Ay2jWZ9qmuEqrzYaLhQs3m H3QBvCbmgUHim/J2wPeqk8EtZfSpcOKvdqnAUkheFlO+mRBfzEpTPUfwD 5y+MO39ZRNi1QUuLcOhwLTcoaL2AYnnQnnr2zVgwSDKO15XfSHn9pIzvE I/xxjeTS3sGv7UvdgQJeEfvSjpV4GsijUUk1prMp8CCGxWnJ4QzS4l/to A==; X-IronPort-AV: E=McAfee;i="6600,9927,10776"; a="397594575" X-IronPort-AV: E=Sophos;i="6.01,218,1684825200"; d="scan'208";a="397594575" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2023 05:42:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10776"; a="701605663" X-IronPort-AV: E=Sophos;i="6.01,218,1684825200"; d="scan'208";a="701605663" Received: from blu2-mobl.ccr.corp.intel.com (HELO [10.252.191.109]) ([10.252.191.109]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Jul 2023 05:42:47 -0700 Message-ID: <376985dd-a8b9-b86a-3c12-4633dd4505d7@linux.intel.com> Date: Thu, 20 Jul 2023 20:42:43 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.13.0 Cc: baolu.lu@linux.intel.com, Palmer Dabbelt , Albert Ou , Anup Patel , Sunil V L , Nick Kossifidis , Sebastien Boeuf , iommu@lists.linux.dev, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, linux@rivosinc.com Subject: Re: [PATCH 04/11] MAINTAINERS: Add myself for RISC-V IOMMU driver Content-Language: en-US To: Tomasz Jeznach , Joerg Roedel , Will Deacon , Robin Murphy , Paul Walmsley References: From: Baolu Lu In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023/7/20 3:33, Tomasz Jeznach wrote: > Signed-off-by: Tomasz Jeznach > --- > 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 > +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 > M: Daire McNamara Best regards, baolu