From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel.thompson@linaro.org (Daniel Thompson) Date: Mon, 6 Jun 2016 14:48:01 +0100 Subject: [PATCH 30/34] clk: stm32f3: Migrate to clk_hw based OF and registration APIs In-Reply-To: <20160601231533.9354-31-stephen.boyd@linaro.org> References: <20160601231533.9354-1-stephen.boyd@linaro.org> <20160601231533.9354-31-stephen.boyd@linaro.org> Message-ID: <8dcaca11-b193-64d2-8fa6-7f3f031b328b@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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