All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] clk: keystone: Fix some error handling paths
@ 2016-10-24 20:43 ` Christophe JAILLET
  0 siblings, 0 replies; 18+ messages in thread
From: Christophe JAILLET @ 2016-10-24 20:43 UTC (permalink / raw)
  To: lars, dan.carpenter, ssantosh, mturquette, sboyd
  Cc: linux-clk, linux-kernel, kernel-janitors, Christophe JAILLET

The first of these 3 patches is a v2 of a patch posted earlier.
The main change in this v2 is the propagation of the error returned by
'clk_register_pll()'.

The 2nd one is completely un-related and fixes some typo in error messages
spoted while looking at the file.

Finaly, the 3rd one refactors the '_of_pll_clk_init' function in order to
factorize some cleanups in case of error and to add some missing 'iounmap()'
calls if 'clk_register_pll()' fails.

These patches are un-compiled. I get some errors for some reasons in my build
environment. I've not checked further the root cause of these build errors
but I guess that my plateform is not what is expected to build this code.

Christophe JAILLET (3):
  clk: keystone: Fix an error checking
  clk: keystone: Fix some error messages
  clk: keystone: Fix missing iounmap calls in an error handling path

 drivers/clk/keystone/pll.c | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

-- 
2.9.3


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

end of thread, other threads:[~2016-11-04  5:43 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-24 20:43 [PATCH 0/3] clk: keystone: Fix some error handling paths Christophe JAILLET
2016-10-24 20:43 ` Christophe JAILLET
2016-10-24 20:43 ` [PATCH 1/3] clk: keystone: Fix an error checking Christophe JAILLET
2016-10-24 20:43   ` Christophe JAILLET
2016-11-02  0:22   ` Stephen Boyd
2016-11-02  0:22     ` Stephen Boyd
2016-11-04  5:43     ` Christophe JAILLET
2016-11-04  5:43       ` Christophe JAILLET
2016-10-24 20:43 ` [PATCH 2/3] clk: keystone: Fix some error messages Christophe JAILLET
2016-10-24 20:43   ` Christophe JAILLET
2016-10-24 20:43 ` [PATCH 3/3] clk: keystone: Fix missing iounmap calls in an error handling path Christophe JAILLET
2016-10-24 20:43   ` Christophe JAILLET
2016-10-25  7:08   ` walter harms
2016-10-25  7:08     ` walter harms
2016-10-25 20:35     ` Stephen Boyd
2016-10-25 20:35       ` Stephen Boyd
2016-10-26 12:14   ` walter harms
2016-10-28  0:19   ` Stephen Boyd

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.