From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752168AbcFFNsH (ORCPT ); Mon, 6 Jun 2016 09:48:07 -0400 Received: from mail-wm0-f50.google.com ([74.125.82.50]:32804 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751792AbcFFNsE (ORCPT ); Mon, 6 Jun 2016 09:48:04 -0400 Subject: Re: [PATCH 30/34] clk: stm32f3: 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-31-stephen.boyd@linaro.org> Cc: linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org From: Daniel Thompson Message-ID: <8dcaca11-b193-64d2-8fa6-7f3f031b328b@linaro.org> Date: Mon, 6 Jun 2016 14:48:01 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 In-Reply-To: <20160601231533.9354-31-stephen.boyd@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/06/16 00:15, Stephen Boyd wrote: Minor nit but the subject is wrong [IIRC stm32f3 cannot run Linux ;-)]. Daniel. > 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: Daniel Thompson > Signed-off-by: Stephen Boyd