From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Fri, 22 Apr 2016 14:49:23 -0700 Subject: [PATCH v2 05/13] clk: divider: Add hw based registration APIs In-Reply-To: <1461277324-27185-6-git-send-email-sboyd@codeaurora.org> References: <1461277324-27185-1-git-send-email-sboyd@codeaurora.org> <1461277324-27185-6-git-send-email-sboyd@codeaurora.org> Message-ID: <20160422214923.GJ13149@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/21, Stephen Boyd wrote: > Add registration APIs in the clk divider code to return struct > clk_hw pointers instead of struct clk pointers. This way we hide > the struct clk pointer from providers unless they need to use > consumer facing APIs. > > 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