From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753749AbbBFATc (ORCPT ); Thu, 5 Feb 2015 19:19:32 -0500 Received: from smtp.codeaurora.org ([198.145.11.231]:49080 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751283AbbBFATa (ORCPT ); Thu, 5 Feb 2015 19:19:30 -0500 From: Stephen Boyd To: Mike Turquette , Stephen Boyd Cc: linux-kernel@vger.kernel.org, Sylwester Nawrocki , Alban Browaeys , Tomeu Vizoso Subject: [PATCH 0/3] CCF fixes/cleanup for per-user series Date: Thu, 5 Feb 2015 16:19:25 -0800 Message-Id: <1423181968-32149-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 Here are some fixes from today'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. 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 | 6 ++--- drivers/clk/clk.c | 59 ++++++++++++++++++++++++++++---------------------- drivers/clk/clk.h | 16 ++++++++++---- drivers/clk/clkdev.c | 55 ++++++++-------------------------------------- include/linux/clkdev.h | 5 ++++- 5 files changed, 61 insertions(+), 80 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project