Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755334AbbBFTmt (ORCPT ); Fri, 6 Feb 2015 14:42:49 -0500 Received: from smtp.codeaurora.org ([198.145.11.231]:52810 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752644AbbBFTmr (ORCPT ); Fri, 6 Feb 2015 14:42:47 -0500 From: Stephen Boyd To: Mike Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, Sylwester Nawrocki , Alban Browaeys , Tomeu Vizoso Subject: [PATCH v2 0/3] CCF fixes/cleanup for per-user series Date: Fri, 6 Feb 2015 11:42:42 -0800 Message-Id: <1423251765-2947-1-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 2.3.0.rc1.33.g42e4583 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1258 Lines: 30 Here are some fixes from yesterdays's dive into the fallout from the per-user constraints patches. We should do a final sweep later to rename local variables with type struct clk_core to core. Changes from v1: * Picked up tags * Dropped clk.h include in last patch * Handled IS_ERR() retrurn from __clk_create_clk() in clkdev in first patch * Removed dead comment in last patch Stephen Boyd (3): clkdev: Always allocate a struct clk and call __clk_get() w/ CCF clk: Rename child_node to clks_node to avoid confusion clk: Replace of_clk_get_by_clkspec() with of_clk_get_from_provider() drivers/clk/clk-conf.c | 7 +++--- drivers/clk/clk.c | 60 +++++++++++++++++++++++++++----------------------- drivers/clk/clk.h | 22 ++++++++++++++---- drivers/clk/clkdev.c | 57 ++++++++++------------------------------------- 4 files changed, 66 insertions(+), 80 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- 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/