From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Wed, 24 Aug 2016 16:12:32 -0700 Subject: [PATCH 10/34] clk: axm5516: Migrate to clk_hw based OF and registration APIs In-Reply-To: <20160601231533.9354-11-stephen.boyd@linaro.org> References: <20160601231533.9354-1-stephen.boyd@linaro.org> <20160601231533.9354-11-stephen.boyd@linaro.org> Message-ID: <20160824231232.GM19826@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/01, 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. Make thing simple by using the > existing clk_hw array and implementing a custom DT clk provider > get function to map the clk spec id to a clk_hw pointer. > > Cc: Anders Berg > Signed-off-by: Stephen Boyd > --- Applied to clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project