From mboxrd@z Thu Jan 1 00:00:00 1970 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.subspace.kernel.org (Postfix) with ESMTPS id B5C7D13DDDE; Thu, 11 Apr 2024 07:07:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712819271; cv=none; b=Jk0W+gx6xNAk3VDvHWsju+M0JyA9fZXauim8N4vciNhV+4LAfNg7MMKT+/OLlGOQZTQttVhd3Ls4F40lra91KZKs6vupb/7OsKUlqpFqS3WVBJy+LnND7q2Dm7GHA6ogzkobSUDFZA7PU+1hRysnfjWEoMymgggvbEBpwG2H4YU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712819271; c=relaxed/simple; bh=Eg7nKhlQ45pThDmInT2Pa1BtHQZJf9V/GW2+v72Y/Mo=; h=Message-ID:Content-Type:MIME-Version:In-Reply-To:References: Subject:From:Cc:To:Date; b=mywQ99+hoZKZ26kAlqBS9IN98nb0SuojIO/n5DUvOBHtrjhucXFBqRCKuVlpf1/0dLIFAoETunGeAr6/tMYBhVHEl/HqLWq8n/Kx7hCadXTXHvfEQXXmOmkYgn0OManFKoab9BnSu/xsGAlXH2mXbckdQp7nC11ZL9zSTgYh4eE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Hx0elqZ2; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Hx0elqZ2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 456FDC433C7; Thu, 11 Apr 2024 07:07:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1712819271; bh=Eg7nKhlQ45pThDmInT2Pa1BtHQZJf9V/GW2+v72Y/Mo=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=Hx0elqZ25lfBI3qu9ExJoALiB8EBOQTiRMso2dzTuIlFts6YWT8fYoAWmp6VylQ0V mspLu0J/kFkSXNjh4edmv7H+aMZfX3OWLKc5WApPfwJ8NP+gPy8XrcP//ZGd2L2f1K XLXOorBu3DRMQVpe+whzSj2KbFz62zOOL2yao4AXWT5YG2eXbajiEsyl049k/llyN9 vPjUatvjFqJk916L0u1XksBfmlWaZhwXTuIIum5YZHgrIzMHQ71voeUs6qjLCiG4xo 6FMfcN07UKC+gbJG97xmJH3wF889JNj7C12FogkwY3ODqjlDaZc6/m2TWoiq3okpwi 5G3rZrXsT34QQ== Message-ID: Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-clk@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: Subject: Re: [PATCH v9 4/6] clk: sophgo: Add clock support for SG2000 SoC From: Stephen Boyd Cc: Jisheng Zhang , Liu Gui , Jingbao Qiu , dlan@gentoo.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-riscv@lists.infradead.org To: Albert Ou , Chao Wei , Chen Wang , Conor Dooley , Inochi Amaoto , Krzysztof Kozlowski , Michael Turquette , Palmer Dabbelt , Paul Walmsley , Rob Herring Date: Thu, 11 Apr 2024 00:07:49 -0700 User-Agent: alot/0.10 Quoting Inochi Amaoto (2024-03-09 01:02:54) > Add init code for SG2000 SoC. >=20 > Signed-off-by: Inochi Amaoto > Link: https://github.com/sophgo/sophgo-doc/releases/tag/sg2000-datasheet-= v1.0-alpha > --- Applied to clk-next