public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] refactoring on the s2mps11 device driver
@ 2016-01-19  8:52 Andi Shyti
  2016-01-19  8:52 ` [PATCH v2 1/3] clk: s2mps11: allocate only one structure for clock init Andi Shyti
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andi Shyti @ 2016-01-19  8:52 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: Sangbeom Kim, Krzysztof Kozlowski, Michael Turquette,
	Stephen Boyd, linux-kernel, linux-clk, Andi Shyti, Andi Shyti,
	Yadwinder Singh Brar

Hi,

This patchset contains some code refactoring on the s2mps11 clock
device driver. The main goal is to remove some dead code and
improve its readability.

Compared to the first version there is a patch more:

 - the order of the patches has changed
 - the second patch has been added and it merges a for loop inside
   a previous one
 - the 3rd patch (which in the first version was the 1st)
   contains some more redundant variables removal.

The patches have been applied on next-20160115 and tested on
Odroid Xu4.

Thanks,
Andi

Andi Shyti (3):
  clk: s2mps11: allocate only one structure for clock init
  clk: s2mps11: merge two for loop in one
  clk: s2mps11: remove redundant code

 drivers/clk/clk-s2mps11.c | 102 +++++++++++-----------------------------------
 1 file changed, 24 insertions(+), 78 deletions(-)

-- 
2.7.0.rc3

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

end of thread, other threads:[~2016-01-19 23:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19  8:52 [PATCH v2 0/3] refactoring on the s2mps11 device driver Andi Shyti
2016-01-19  8:52 ` [PATCH v2 1/3] clk: s2mps11: allocate only one structure for clock init Andi Shyti
2016-01-19 23:35   ` Krzysztof Kozlowski
2016-01-19  8:52 ` [PATCH v2 2/3] clk: s2mps11: merge two for loop in one Andi Shyti
2016-01-19 23:38   ` Krzysztof Kozlowski
2016-01-19  8:52 ` [PATCH v2 3/3] clk: s2mps11: remove redundant code Andi Shyti
2016-01-19 23:42   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox