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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E85E5C433EF for ; Fri, 15 Oct 2021 15:09:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C7C616120C for ; Fri, 15 Oct 2021 15:09:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240730AbhJOPLW (ORCPT ); Fri, 15 Oct 2021 11:11:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:57972 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237257AbhJOPLW (ORCPT ); Fri, 15 Oct 2021 11:11:22 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 492BF61056; Fri, 15 Oct 2021 15:09:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1634310555; bh=vemMaujZS0eEhi2E4iV1vo1T0qqzoJ2xCHNgtkE3Y64=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=dA0W2T3UDOHvFucllLOmixcicpvkR6Ll9p4DeaFhkMTSJ32NXTwH3rfFDfZbd238c +27zU0Eg8pdztd45eoyAXtWG3N5pHYkIVWbKIeiJldIWV+eejqh54ndqpqdrIdpiph bXdv4HXUKZw7E/vW70aiOfsiD49YXUBVNnM3RwiRR9KD2orJv2TzaSllj7kUMxI97+ uFdhlQWG5QNiODzMg6aEYbPgxPCTql66SPfeUYmPccofDuy7zTiySuhzeFwM04GUrj oGRJj4JNNjjl9On3hF+YxRkT4nSKg8KLa73HIj4H8eSxTIgRbNeAtuk7Vb8MQSiYKt gzduhwIkpdOtQ== Subject: Re: [PATCH v4 2/2] [RFT] clk: samsung: exynos5433: update apollo and atlas clock probing To: Will McVicker Cc: kernel-team@android.com, Marek Szyprowski , linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Michael Turquette , Stephen Boyd , Krzysztof Kozlowski References: <20211014195347.3635601-1-willmcvicker@google.com> <20211014195347.3635601-3-willmcvicker@google.com> From: Sylwester Nawrocki Message-ID: Date: Fri, 15 Oct 2021 17:09:11 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20211014195347.3635601-3-willmcvicker@google.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On 14.10.2021 21:53, Will McVicker wrote: > Use the samsung common clk driver to initialize the apollo and atlas > clocks. This removes their custom init functions and uses the > samsung_cmu_register_one() instead. > > Signed-off-by: Will McVicker Patch applied, thank you.