Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752184AbbEZWJk (ORCPT ); Tue, 26 May 2015 18:09:40 -0400 Received: from mailapp01.imgtec.com ([195.59.15.196]:61819 "EHLO mailapp01.imgtec.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751375AbbEZWJj (ORCPT ); Tue, 26 May 2015 18:09:39 -0400 From: Ezequiel Garcia To: , , "Mike Turquette" , CC: Andrew Bresticker , James Hartley , James Hogan , , , , Ezequiel Garcia Subject: [PATCH 0/3] clk: pistachio: Assorted fixes Date: Tue, 26 May 2015 19:01:06 -0300 Message-ID: <1432677669-29581-1-git-send-email-ezequiel.garcia@imgtec.com> X-Mailer: git-send-email 2.3.3 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.100.200.175] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1279 Lines: 37 This patchset contains a few fixes for the Pistachio clock driver. This is based on the series "clk: pistachio: Assorted changes" (http://permalink.gmane.org/gmane.linux.kernel/1960107). I've dropped the patches related to the fractional and integer PLLs rate change and left only the fixes, as the rest might need some polishing. Here's a brief summary of the patches: Patches 1 and 2 clean up the PLL lock handling. Patch 3 adds some very useful sanity checks on integer and fractions PLL set_rate(), to make sure the parameters are modified only when it's legal to do so. None of these are really urgent fixes so this is all v4.2 material. Hope we are still in time! Ezequiel Garcia (2): clk: pistachio: Add a pll_lock() helper for clarity clk: pistachio: Lock the PLL when enabled upon rate change Kevin Cernekee (1): clk: pistachio: Add sanity checks on PLL configuration drivers/clk/pistachio/clk-pll.c | 115 ++++++++++++++++++++++++++++++++-------- 1 file changed, 93 insertions(+), 22 deletions(-) -- 2.3.3 -- 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/