From patchwork Wed Feb 21 16:44:29 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Conor Dooley X-Patchwork-Id: 13565968 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 3A85DC5478A for ; Wed, 21 Feb 2024 16:44:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id E7CC7C433F1; Wed, 21 Feb 2024 16:44:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 009E8C433C7; Wed, 21 Feb 2024 16:44:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708533872; bh=adPCF7GE4pA1OZWsyJfWUEapm8IoQ3KpCeHzSdFyfs8=; h=Date:From:List-Id:To:Cc:Subject:From; b=H2r5ZGbd7dIT1epkPmsHO7eC6iFBmFOGdRA6K8FfYaih5RPZxKnX5r33BMYS2uhZH LPI+SP7qZqgN8ZR/tGRWlisG5Esq4NLZBvvLSanQ5bO5Mo8OG+GujDiNe/PBc+FZd8 qk5DJUCT2tf1RDGUcvFbYEkt7bIM4zkfIZ54/sdzoX+RPjGWRJshP7ebz0oHmElDqz ZdR/aB+1PhLiwKeDKGTlRj6l4VdbNf1muOhMTHUYIpe8w/v8pYi1Pu3dHwtITnMRy7 Mui0yRlW8kQdLLvc6b+idNnDXKmRYUAZMHp/kflL2ysxx1SOAHvg0ikw7bs++w1VTD vu5s/7+4Gzwkg== Date: Wed, 21 Feb 2024 16:44:29 +0000 From: Conor Dooley List-Id: To: soc@kernel.org Cc: conor@kernel.org, linux-riscv@lists.infradead.org Subject: [GIT PULL] RISC-V SoC driver fixes for v6.8-rc6 Message-ID: <20240221-irate-outrage-cf7f96f83074@spud> MIME-Version: 1.0 Content-Disposition: inline Arnd, Yet another 1 patch PR. Cheers, Conor. The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d: Linux 6.8-rc1 (2024-01-21 14:11:32 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git/ riscv-soc-drivers-fixes-for-v6.8-rc6 for you to fetch changes up to 6dd9a236042e305d7b69ee92db7347bf5943e7d3: soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt (2024-01-22 16:39:40 +0000) ---------------------------------------------------------------- RISC-V SoC driver fixes for v6.8-rc6 A fix for a kconfig symbol whose help text has been unhelpful since its introduction. Signed-off-by: Conor Dooley ---------------------------------------------------------------- Geert Uytterhoeven (1): soc: microchip: Fix POLARFIRE_SOC_SYS_CTRL input prompt drivers/soc/microchip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)