From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A9BD9C38A02 for ; Sun, 30 Oct 2022 12:02:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229668AbiJ3MCV (ORCPT ); Sun, 30 Oct 2022 08:02:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52870 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229441AbiJ3MCS (ORCPT ); Sun, 30 Oct 2022 08:02:18 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C8A78C771; Sun, 30 Oct 2022 05:02:17 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 81F87B80DA7; Sun, 30 Oct 2022 12:02:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7CE1CC433D6; Sun, 30 Oct 2022 12:02:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667131335; bh=HRszhxNcL2xa9zIHaXT7CIUphxF72yX5b9TQHNkKxnE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jJuv/zABSSkBJJ3P9HwYtusgSfxCzmrjBDhvS9BTNEp8KVcZrhE2nvgQTF5DaLoxo zHIBIA3g7z9TcJlfw5aAk5UhK+9CLletD7tWH5AYzKZFhUYzHB8pBV/6K+TkZrIEf5 7iu4d89NMBD293J3ijZ8/srtsjaCNryGPL25mvGRvleWAgZE5+Ek5R5sTCMJziN8S6 JFKjKJBG9aOqwUhgbk0qs0IIkgNL2UISvQ9B6e+9W8nGbYfmBb/h9qhmz4Ycm1Bb0p j1Bdw0Kpp03KKAVzR4YvY3DwiSLf8W9Bo9XDNGB1gpBMooctV7QE2dv3xfam0hfff/ ivUN0dmq48Mxg== Date: Sun, 30 Oct 2022 12:02:09 +0000 From: Conor Dooley To: Paul Walmsley , Palmer Dabbelt , Albert Ou , Michael Turquette , Stephen Boyd , Greg Kroah-Hartman , Jiri Slaby , Conor Dooley Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH 0/6] RISC-V: stop selecting device drivers in Kconfig.socs Message-ID: References: <20221005171348.167476-1-conor@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221005171348.167476-1-conor@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 05, 2022 at 06:13:43PM +0100, Conor Dooley wrote: > From: Conor Dooley > > As my RFC [0] series doing the symbol name changes has not yet reached > consensus, I've split out the removal of device driver selects into a > new series. I kept the plic as a direct select - although given how Maz > is treating the SiFive plic driver as the RISC-V plic driver, maybe that > should just be selected by default at an arch level... > > I assume the individual patches can go via their subsystems & I'll > resubmit the arch/riscv patches a cycle later? I'm not in any rush. Hey, What's the story here with the two serial patches, they just waiting for an Ack? I think these are archived on the riscv patchwork, so if that is the case I'll unarchive them and mark as needing one. Thanks, Conor. > > 0 - https://lore.kernel.org/linux-riscv/20220923185605.1900083-1-conor@kernel.org/ > > Conor Dooley (6): > clk: sifive: select by default if SOC_SIFIVE > serial: sifive: select by default if SOC_SIFIVE > serial: sifive: select by default if SOC_CANAAN > riscv: stop selecting the PolarFire SoC clock driver > riscv: stop selecting SiFive clock and serial drivers directly > riscv: stop directly selecting drivers for SOC_CANAAN > > arch/riscv/Kconfig.socs | 8 -------- > drivers/clk/sifive/Kconfig | 4 +++- > drivers/tty/serial/Kconfig | 2 ++ > 3 files changed, 5 insertions(+), 9 deletions(-) > > -- > 2.37.3 >