public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: Some fixes for the per-user clk API changes.
@ 2015-02-11 10:13 Javier Martinez Canillas
  2015-02-11 10:13 ` [PATCH 1/2] clk: Don't dereference parent clock if is NULL Javier Martinez Canillas
  2015-02-11 10:13 ` [PATCH 2/2] clk: composite: Set clk_core to composite rate and mux components Javier Martinez Canillas
  0 siblings, 2 replies; 7+ messages in thread
From: Javier Martinez Canillas @ 2015-02-11 10:13 UTC (permalink / raw)
  To: Mike Turquette
  Cc: Stephen Boyd, Tomeu Vizoso, Emilio López, linux-samsung-soc,
	linux-kernel, Javier Martinez Canillas

Hello,

I found a couple of issues with todays' next (tag next-20150211) when
booting an Exynos5420 Peach Pit Chromebook. These were regressions
introduced when converting the clk API to return a per-user clk.

This series is composed of the following trivial fixes:

Javier Martinez Canillas (2):
  clk: Don't dereference parent clock if is NULL
  clk: composite: Set clk_core to composite rate and mux components

 drivers/clk/clk-composite.c | 2 ++
 drivers/clk/clk.c           | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

Best regards,
Javier

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-11 10:13 [PATCH 0/2] clk: Some fixes for the per-user clk API changes Javier Martinez Canillas
2015-02-11 10:13 ` [PATCH 1/2] clk: Don't dereference parent clock if is NULL Javier Martinez Canillas
2015-02-11 18:54   ` Stephen Boyd
2015-02-12 13:35     ` Javier Martinez Canillas
2015-02-11 10:13 ` [PATCH 2/2] clk: composite: Set clk_core to composite rate and mux components Javier Martinez Canillas
2015-02-11 18:50   ` Stephen Boyd
2015-02-12 13:27     ` Javier Martinez Canillas

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