All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] clk.c cleanups
@ 2015-05-01  0:14 Stephen Boyd
  2015-05-01  0:14 ` [PATCH 1/6] clk: s/clk/core/ for struct clk_core Stephen Boyd
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Stephen Boyd @ 2015-05-01  0:14 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd
  Cc: linux-kernel, linux-clk, Tomeu Vizoso, Dong Aisheng

Here are some cleanups spurned by some patches from Dong Aisheng.
No functionality is changed, just reordering of code, etc.

Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Cc: Dong Aisheng <aisheng.dong@freescale.com>

Dong Aisheng (1):
  clk: Squash __clk_{enable,disable}() into callers

Stephen Boyd (5):
  clk: s/clk/core/ for struct clk_core
  clk: Drop unnecessary OOM prints
  clk: Remove impossible if condition in clk_core_get_phase()
  clk: Remove forward declared function prototypes
  clk: Update some comments to reflect reality

 drivers/clk/clk.c | 1572 +++++++++++++++++++++++++----------------------------
 1 file changed, 755 insertions(+), 817 deletions(-)

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-05-13  3:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-01  0:14 [PATCH 0/6] clk.c cleanups Stephen Boyd
2015-05-01  0:14 ` [PATCH 1/6] clk: s/clk/core/ for struct clk_core Stephen Boyd
2015-05-01  0:14 ` [PATCH 2/6] clk: Squash __clk_{enable,disable}() into callers Stephen Boyd
2015-05-01  0:14 ` [PATCH 3/6] clk: Drop unnecessary OOM prints Stephen Boyd
2015-05-01  0:14 ` [PATCH 4/6] clk: Remove impossible if condition in clk_core_get_phase() Stephen Boyd
2015-05-01  0:14 ` [PATCH 5/6] clk: Remove forward declared function prototypes Stephen Boyd
2015-05-01  0:14 ` [PATCH 6/6] clk: Update some comments to reflect reality Stephen Boyd
2015-05-13  3:12 ` [PATCH 0/6] clk.c cleanups Michael Turquette
2015-05-13  3:12   ` Michael Turquette

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.