From patchwork Mon Oct 16 15:15:53 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 13423528 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 52D26CDB474 for ; Mon, 16 Oct 2023 15:16:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: List-Subscribe:List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: MIME-Version:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=DmuSo2QG70zS6unI+S2B+tsVefJ1eoHsow6+JvPPYDE=; b=Znu IFXKob+PbU9v1ZkeH6amTMBja2QMH2d/dc99WS0zlJ6wOiirmP3XIXlJZfZqCLi/yQgzd+8inwaX3 Xelnjj1HNZIfuEzZ7tLmaYicxlOc4BSZOhdybK/bDeKACMTHRqKA8HV/4BevQVbdbdip5KfPcF6fe AgFL+GDj0mAZul8S7aoTnA6mU71SjLoQgr+EKOnmRuERba1cJc5rvb9tbIzYpocidFZtJCBkXxaFC TWNbW/VkH5qohURbdFI23ogP8wU/VTtUKk9mgzPVm2KTcrTMg0MJy0fA+XPkWF3JBI8yTxAC14HlS jCu3qqYZlmkOYb9fFSiP3cPpX7sETIA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qsPK7-009xD4-0a; Mon, 16 Oct 2023 15:16:03 +0000 Received: from sin.source.kernel.org ([2604:1380:40e1:4800::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qsPK3-009xCK-1e for linux-riscv@lists.infradead.org; Mon, 16 Oct 2023 15:16:01 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 6D9D8CE111C; Mon, 16 Oct 2023 15:15:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A343C433C7; Mon, 16 Oct 2023 15:15:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697469356; bh=vEzJGBXUu/OKelM/2/t55GZH/fvxsRTVz4U9XMjAYJ8=; h=Date:From:List-Id:To:List-Id:Cc:Subject:From; b=YIX69MX6AFf0/bu6OatlhiAjwC4MEyIKIxTk3Ozqu1q9tL4/MHIxWy1aWMGEPBiGP aw1O5RsnRLhShVeOii9u6GOTDS1Nzfgs26EDvA5Ofee8kj6Jx8iGYAwRVM1KUFfrjp eEczjpMPOPAMfP+L9GzVXW6d7A0ZbiWKe25GoleUefiWjhbnlrp0tIHFjh+4THIut5 z8qCNB1EcIZdoVVG43O/0ddsmc4+wXwL+erFhmgjJXtxX3g/rI5ctxe6zGMWjUn4mp n50GjKWQ330NWAauSn7zd+uSLOmHqC6secgKYxBWf1k3XXEyfRR4Ihy5HXj7tCU0c0 WKCSFfFD5s29g== Date: Mon, 16 Oct 2023 16:15:53 +0100 From: Conor Dooley To: soc@kernel.org Cc: conor@kernel.org, palmer@dabbelt.com, linux-riscv@lists.infradead.org, soc@kernel.org Subject: [GIT PULL] RISC-V SoC drivers for v6.7 Message-ID: <20231016-predator-affiliate-e8affd3a7be9@spud> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231016_081559_744728_130D1C8D X-CRM114-Status: UNSURE ( 9.12 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org Hey Arnd, Please pull a small number of soc driver changes for 6.7 Thanks, Conor. The following changes since commit 0bb80ecc33a8fb5a682236443c1e740d5c917d1d: Linux 6.6-rc1 (2023-09-10 16:28:41 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-soc-for-v6.7 for you to fetch changes up to 22dedf8f4570897f15e156ac5547cef93e802182: soc/microchip: mpfs-sys-controller: Convert to platform remove callback returning void (2023-09-25 11:17:09 +0100) ---------------------------------------------------------------- RISC-V SoC drivers for v6.7 Minor changes here only. There's the treewide remove callback work from Uwe, some of my own gradual conversion of SOC_ Kconfig options and a selection of the ARM AMBA protocol required for the crypto driver on StarFive JH7110 SoCs. The latter was supposed to be in v6.6, but I forgot to send a PR. Signed-off-by: Conor Dooley ---------------------------------------------------------------- Conor Dooley (1): soc: sifive: replace SOC_FOO with ARCH_FOO Jia Jie Ho (1): riscv: Kconfig: Add select ARM_AMBA to SOC_STARFIVE Uwe Kleine-König (1): soc/microchip: mpfs-sys-controller: Convert to platform remove callback returning void arch/riscv/Kconfig.socs | 1 + drivers/soc/microchip/mpfs-sys-controller.c | 6 ++---- drivers/soc/sifive/Kconfig | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-)