From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751717AbcFCHS2 (ORCPT ); Fri, 3 Jun 2016 03:18:28 -0400 Received: from mailout3.w1.samsung.com ([210.118.77.13]:34348 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750816AbcFCHS0 (ORCPT ); Fri, 3 Jun 2016 03:18:26 -0400 X-AuditID: cbfec7f4-f796c6d000001486-49-57512f3e1bae Subject: Re: [PATCH 25/34] clk: s2mps11: Migrate to clk_hw based OF and registration APIs To: Stephen Boyd , Michael Turquette , Stephen Boyd References: <20160601231533.9354-1-stephen.boyd@linaro.org> <20160601231533.9354-26-stephen.boyd@linaro.org> Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Andi Shyti From: Krzysztof Kozlowski X-Enigmail-Draft-Status: N1110 Message-id: <57512F3D.8090201@samsung.com> Date: Fri, 03 Jun 2016 09:18:21 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-version: 1.0 In-reply-to: <20160601231533.9354-26-stephen.boyd@linaro.org> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFnrHLMWRmVeSWpSXmKPExsVy+t/xy7p2+oHhBq2rbCy2H3nGavH6haHF psfXWC0+9txjtbi8aw6bxcVTrhY/znSzWMy9eoDJgcPj/Y1Wdo/Lfb1MHneu7WHz2Lyk3qNv yypGj8+b5ALYorhsUlJzMstSi/TtErgyPu1pZi/YyVZxetl/1gbG5axdjJwcEgImEtN2XmeE sMUkLtxbzwZiCwksZZS4tDyii5ELyH7GKHF64hVmkISwQLTE7Y3LWEESIgINjBJPjhxih+jI k5h+8RsbSIJZoINR4sWTHhaQBJuAscTm5UvYIFbISfR2TwKL8wpoSVw8PwGsmUVAVWL2xwdg J4kKREjM2v6DCaJGUOLH5Htg9ZwCthL97feBajiAFuhJ3L+oBRJmFpCX2LzmLfMERsFZSDpm IVTNQlK1gJF5FaNoamlyQXFSeq6hXnFibnFpXrpecn7uJkZILHzZwbj4mNUhRgEORiUe3hUL AsKFWBPLiitzDzFKcDArifAmawWGC/GmJFZWpRblxxeV5qQWH2KU5mBREuedu+t9iJBAemJJ anZqakFqEUyWiYNTqoHRtrbmkFj1gfOdb0o/7lguWj2VJ21z90TjnydEsizubhPIuDlJ9w+3 8H6hC8Uhc1LZHjTyNLYc657y4OCpTxO4oqdOr/WZyP6hWmtGG8+GR/xCnyv4WS5Uef2XzjFZ 0yt4Z7Zn/yxx7xyJmSzC3zJ2Jm9jcmNeVv+qo2LmyU/zblov3HPmuXS9EktxRqKhFnNRcSIA E6a5PIECAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/02/2016 01:15 AM, Stephen Boyd wrote: > Now that we have clk_hw based provider APIs to register clks, we > can get rid of struct clk pointers while registering clks in > these drivers, allowing us to move closer to a clear split of > consumer and provider clk APIs. > > Cc: Andi Shyti > Cc: Krzysztof Kozlowski > Signed-off-by: Stephen Boyd > --- > > See commit 58657d189a2f and it's children for details on this > new registration API. > > drivers/clk/clk-s2mps11.c | 21 +++++++++------------ > 1 file changed, 9 insertions(+), 12 deletions(-) Looks and works correct: Reviewed-by: Krzysztof Kozlowski Tested-by: Krzysztof Kozlowski Best regards, Krzysztof