From patchwork Sat Apr 6 10:06:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 13619764 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 0E9D0C67861 for ; Sat, 6 Apr 2024 10:06:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id B7D77C43390; Sat, 6 Apr 2024 10:06:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA48CC433C7; Sat, 6 Apr 2024 10:06:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712397971; bh=UswHsrNV9LSeiyLlBYcDPf/vvgGKaBRTaQl35aQpCDc=; h=Date:From:List-Id:To:List-Id:Cc:Subject:From; b=VZ5uNINX072DB9IKMo3gqFXi/GARYuPvnzBL0E1f6GG12qBhRYesfmgGK4hBsNT7m /43xUhCptY05BfA7pqQ9/xNOpO834aZKAYmTL666o9FjVwa6jmfkWc8GYxRGborA5X nzWE6qQdnJYliBLLBpiljbKph5UpyE4hfrBbUbwmYD0X/dCxN6sT/xK+TVtd7ys9IX tSY55ImhJ6xCTkZ60fyzECiywXSI2d8av3kfJFVGZWFxzhAmgWWscbdtzxrQ6rG1CK 37QJC3ow8wBlx0ozLiJ93A1SjGsmWQ7HGrYDw7y7MeQjp7+TVBL2NP5Kb4zLV4BTXb NKd7CXvvubXnA== Date: Sat, 6 Apr 2024 11:06:08 +0100 From: Conor Dooley List-Id: To: soc@kernel.org List-Id: Cc: linux-riscv@lists.infradead.org, soc@kernel.org Subject: [GIT PULL] RISC-V SoC driver fixes for v6.9-rc3 Message-ID: <20240406-botch-disband-efc69b8236be@spud> MIME-Version: 1.0 Content-Disposition: inline Hey Arnd, A single patch for ya, needed to fix boot on the JH7100. Cheers, Conor. The following changes since commit 4cece764965020c22cff7665b18a012006359095: Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-soc-fixes-for-v6.9-rc3 for you to fetch changes up to c90847bcbfb65d0f1c48fcc73a2b3a2d4ceac6a1: cache: sifive_ccache: Partially convert to a platform driver (2024-03-28 22:40:56 +0000) ---------------------------------------------------------------- RISC-V SoC driver fixes for v6.9-rc3 A fix for the ccache driver which no longer probed after the PLIC driver was converted to a platform driver. The JH7100 SoC depends on this driver to provide cache management ops that must be registered with an arch_initcall, so the ccache driver is partly converted to a platform driver, registering only the cache management ops with the initcall and the debug/edac register provision features of the driver as a platform driver. Signed-off-by: Conor Dooley ---------------------------------------------------------------- Samuel Holland (1): cache: sifive_ccache: Partially convert to a platform driver drivers/cache/sifive_ccache.c | 72 +++++++++++++++++++++++++++---------------- 1 file changed, 46 insertions(+), 26 deletions(-)