Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752482AbbBKKNs (ORCPT ); Wed, 11 Feb 2015 05:13:48 -0500 Received: from bhuna.collabora.co.uk ([93.93.135.160]:45300 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751065AbbBKKNq (ORCPT ); Wed, 11 Feb 2015 05:13:46 -0500 From: Javier Martinez Canillas To: Mike Turquette Cc: Stephen Boyd , Tomeu Vizoso , =?UTF-8?q?Emilio=20L=C3=B3pez?= , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Javier Martinez Canillas Subject: [PATCH 0/2] clk: Some fixes for the per-user clk API changes. Date: Wed, 11 Feb 2015 11:13:29 +0100 Message-Id: <1423649612-31746-1-git-send-email-javier.martinez@collabora.co.uk> X-Mailer: git-send-email 2.1.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 804 Lines: 23 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/