Linux clock framework development
 help / color / mirror / Atom feed
* [PATCH 0/2] s2mps11 code refactoring
@ 2016-01-18  8:25 Andi Shyti
  2016-01-18  8:25 ` [PATCH 1/2] clk: s2mps11: remove redundant variable Andi Shyti
  2016-01-18  8:25 ` [PATCH 2/2] clk: s2mps11: allocate only one structure for clock init Andi Shyti
  0 siblings, 2 replies; 10+ messages in thread
From: Andi Shyti @ 2016-01-18  8:25 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: Sangbeom Kim, Krzysztof Kozlowski, Michael Turquette,
	Stephen Boyd, linux-kernel, linux-clk, Andi Shyti, Andi Shyti

Hi,

the two patches are related to some refactoring of the s2mps11
device driver.

The first patch is quite trivial, but it removes a variable which
I consider redundant and doesn't improve any readability.

The second patch is removing some structures which will be never
used in the kernel. The structure removed are merged in a single
more generic structure.

Thanks,
Andi

Andi Shyti (2):
  clk: s2mps11: remove redundant variable
  clk: s2mps11: allocate only one structure for clock init

 drivers/clk/clk-s2mps11.c | 82 +++++++++++++----------------------------------
 1 file changed, 23 insertions(+), 59 deletions(-)

-- 
2.6.4

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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18  8:25 [PATCH 0/2] s2mps11 code refactoring Andi Shyti
2016-01-18  8:25 ` [PATCH 1/2] clk: s2mps11: remove redundant variable Andi Shyti
2016-01-18 23:34   ` Krzysztof Kozlowski
2016-01-18  8:25 ` [PATCH 2/2] clk: s2mps11: allocate only one structure for clock init Andi Shyti
2016-01-18 23:44   ` Krzysztof Kozlowski
2016-01-19  0:42   ` Yadwinder Singh Brar
2016-01-19  0:48     ` Krzysztof Kozlowski
2016-01-19  1:11       ` Yadwinder Singh Brar
2016-01-19  2:43     ` Andi Shyti
2016-01-19  8:00       ` Yadwinder Singh Brar

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