From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Fri, 22 Apr 2016 15:58:28 -0700 Subject: [PATCH v2 09/13] clk: fractional-divider: Add hw based registration APIs In-Reply-To: <1461277324-27185-10-git-send-email-sboyd@codeaurora.org> References: <1461277324-27185-1-git-send-email-sboyd@codeaurora.org> <1461277324-27185-10-git-send-email-sboyd@codeaurora.org> Message-ID: <20160422225828.GZ13149@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 fractional 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