From patchwork Mon Nov 21 17:24:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 13051457 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 89E87C4332F for ; Mon, 21 Nov 2022 17:24:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 6C8EEC433D6; Mon, 21 Nov 2022 17:24:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5425CC433C1; Mon, 21 Nov 2022 17:24:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1669051455; bh=ITOwNpfu8qXwCaHtGeJVM+VyLpA0Z+2LYI12CiSpsIk=; h=Date:From:List-Id:To:Cc:Subject:From; b=LcPBJ1wEzq2r4FWd5pmb73BK6DMKw68/GmxBtbM6CXo7Do7DxpEazEhi2XyH6ujgv oDQ8QAMD4FVaqBKhCVKy+saD1GkMkzEfYAXdEwZVAdJzEyRgLu1XhMWS9EreWGfLWg 5z62WaQNoe3ssRlNPZx1aXpUE3LzKf++9oahohdPFct4yXGpxl4SHEI37IkUgvZZAe Uiobf5ACnHijOVV9/N7ucu4rE8K/OlIRGpQyLguy2J9YyRjgqbPODEjY5nsGJmD/ws ZzuJsBAi/VX4E3190jJ8fPtZ0XQAKER0maLe/gPyZeIIlPowAT9jb7t2AHzF0qb6QM Ca4Sta9ecm6jg== Date: Mon, 21 Nov 2022 17:24:11 +0000 From: Conor Dooley List-Id: To: soc@kernel.org Cc: linux-riscv@lists.infradead.org, palmer@dabbelt.com, conor@kernel.org Subject: RISC-V SoC Drivers for v6.2 Message-ID: MIME-Version: 1.0 Content-Disposition: inline Hey Arnd, Same stuff applies here: lmk if there's something you'd rather see changed. Perhaps you'd prefer to see PRs per vendor? Although I think that's less likely to matter here than in the DT stuff. Again, I'll try to get the PR out a bit earlier next time. Not too much to see here, Yang Yingliang has added some error handling to the setup of the driver that reports SiFive cache topology information. I've put it on -next given how far we are in the release cycle, feel free to put it on fixes if you disagree :) Thanks, Conor. The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ tags/riscv-soc-for-v6.2-mw0 for you to fetch changes up to 8fbf94fea0b4e187ca9100936c5429f96b8a4e44: soc: sifive: ccache: fix missing of_node_put() in sifive_ccache_init() (2022-11-09 22:01:31 +0000) ---------------------------------------------------------------- RISC-V SoC drivers for v6.2 SiFive: - add probe error handling to the ccache driver ---------------------------------------------------------------- Yang Yingliang (3): soc: sifive: ccache: fix missing iounmap() in error path in sifive_ccache_init() soc: sifive: ccache: fix missing free_irq() in error path in sifive_ccache_init() soc: sifive: ccache: fix missing of_node_put() in sifive_ccache_init() drivers/soc/sifive/sifive_ccache.c | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-