From patchwork Wed Nov 9 21:22:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 13038081 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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id F3C6FC433FE for ; Wed, 9 Nov 2022 21:23:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id C381BC433D6; Wed, 9 Nov 2022 21:23:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 94B11C433D7; Wed, 9 Nov 2022 21:23:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668028996; bh=MvIVgV3xfPsJb+6elt3A8/mzJcCC4+OyW4aN+AtJR4o=; h=From:To:List-Id:Cc:Subject:Date:From; b=eaY7B3H999dBQlWBOal7vrDQeUvvMJcORULbQO0dPqxaopr+1OW4HVyPBrHo48dO5 MY/I56eQRnyWmcsbXRo2W8U3qkWF/ZdPUvK6XzMfgZGXsETRKrtzvJGCE+oEyMnLkQ oMr2ijjlWi3PBck2+r4wRzKuD9jxsC9uhT0EXjDSRcwNx3pRGkg7qOz03LCNS208u3 BDNrLa5pvvsS+tZI7BPsqtirdxQFsJ0lvByOJIBH3a/t2GviUzRP+8kWOkjPx2RIdE bMOKxD9x4AdOLRN0tSEudSoCxY13eJvLagUjKg1f7bPxCVMZN0b2cIR5TltlOnu0Lf wVESKPFM8QI5w== From: Conor Dooley To: Emil Renner Berthing , Arnd Bergmann , Palmer Dabbelt List-Id: Cc: Paul Walmsley , Albert Ou , Nicolas Ferre , soc@kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org, Conor Dooley Subject: [PATCH v1 0/4] Route RISC-V SoC drivers/firmware/DT via the soc tree Date: Wed, 9 Nov 2022 21:22:16 +0000 Message-Id: <20221109212219.1598355-1-conor@kernel.org> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 From: Conor Dooley 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(-)