From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Fri, 2 Jun 2017 15:39:46 -0700 Subject: [PATCH V3 1/3] clk: add clk_bulk_get accessories In-Reply-To: <1495201746-31841-2-git-send-email-aisheng.dong@nxp.com> References: <1495201746-31841-1-git-send-email-aisheng.dong@nxp.com> <1495201746-31841-2-git-send-email-aisheng.dong@nxp.com> Message-ID: <20170602223946.GV20170@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 05/19, Dong Aisheng wrote: > These helper function allows drivers to get several clk consumers in > one operation. If any of the clk cannot be acquired then any clks > that were got will be put before returning to the caller. > > This can relieve the driver owners' life who needs to handle many clocks, > as well as each clock error reporting. > > Cc: Michael Turquette > Cc: Stephen Boyd > Cc: Russell King > Cc: Geert Uytterhoeven > Cc: "Rafael J. Wysocki" > Cc: Viresh Kumar > Cc: Mark Brown > Cc: Shawn Guo > Cc: Fabio Estevam > Cc: Sascha Hauer > Cc: Anson Huang > Cc: Robin Gong > Cc: Bai Ping > Cc: Leonard Crestez > Cc: Octavian Purdila > Signed-off-by: Dong Aisheng > --- Applied to clk-bulk-get and merged into clk-next -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project