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 4E8E3C43219 for ; Mon, 17 Oct 2022 21:07:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229829AbiJQVHu (ORCPT ); Mon, 17 Oct 2022 17:07:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42440 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229982AbiJQVHY (ORCPT ); Mon, 17 Oct 2022 17:07:24 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 08915647E6; Mon, 17 Oct 2022 14:07:23 -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 90D70B81ACB; Mon, 17 Oct 2022 21:07:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3E280C433C1; Mon, 17 Oct 2022 21:07:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666040841; bh=9fZvPQ6FH4+BSR67d3rvJb0rl7mn1fy9ZWDE+8emsZY=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=uuB1yBzqtJUBiAgzUwLG3e267P0N3b3+y8NM3FAwPCErwlfNhNNcXD+FdQKUvfdtW 1tQIh6ah1kqlHOGh0iw2UNhee2T3wR8Ds/MqN/4PbTaf+WPpj+d24RpmAQ4HH8jbwu L98VL6LGAZf2ifkHgI4pF0sbgSrwEDHA6qtPMfWMzwnNEdLoCv3F4MCmapE7pI7VAH mn2DkXnw4YCVicpPHuwDXKLilfQ3RBZ5crk71fHh22Otlkgd1Im/xdU/0NYZ+79gT7 y5PIZCZiZnIen4r/YJ4CBUYo7MHON7PCF9x1U23oNAG0kNkXhpevPQ+/CghUQccUvE Ht3edwh0MDHQQ== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20221005171348.167476-2-conor@kernel.org> References: <20221005171348.167476-1-conor@kernel.org> <20221005171348.167476-2-conor@kernel.org> Subject: Re: [PATCH 1/6] clk: sifive: select by default if SOC_SIFIVE From: Stephen Boyd Cc: linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-serial@vger.kernel.org To: Albert Ou , Conor Dooley , Conor Dooley , Greg Kroah-Hartman , Jiri Slaby , Michael Turquette , Palmer Dabbelt , Paul Walmsley Date: Mon, 17 Oct 2022 14:07:18 -0700 User-Agent: alot/0.10 Message-Id: <20221017210721.3E280C433C1@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org Quoting Conor Dooley (2022-10-05 10:13:44) > From: Conor Dooley >=20 > With the aim of dropping direct selects of drivers from Kconfig.socs, > default the SiFive clock drivers to the value of SOC_SIFIVE. >=20 > Signed-off-by: Conor Dooley > --- Applied to clk-fixes