From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932414AbbJMVKf (ORCPT ); Tue, 13 Oct 2015 17:10:35 -0400 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:20560 "EHLO mail-gw3-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932088AbbJMVKb (ORCPT ); Tue, 13 Oct 2015 17:10:31 -0400 X-IronPort-AV: E=Sophos;i="5.17,680,1437462000"; d="scan'208";a="77363824" Date: Tue, 13 Oct 2015 17:10:13 -0400 From: Jon Mason To: Michael Turquette , Stephen Boyd CC: Florian Fainelli , Hauke Mehrtens , Ray Jui , Scott Branden , , , , , Subject: Re: [PATCH v2 0/10] clk: iproc: add support for BCM NS, NSP, and NS2 Message-ID: <20151013211013.GL12512@broadcom.com> References: <1444770485-11210-1-git-send-email-jonmason@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1444770485-11210-1-git-send-email-jonmason@broadcom.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Oops, this should be 0/7 not 0/10 On Tue, Oct 13, 2015 at 05:07:58PM -0400, Jon Mason wrote: > > v2 - Added a patch to change the Cygnus clk macros to uppercase, > removed the device tree changes from the series (will send out those as > an RFC), and other minor changes that Stephen Boyd requested. > > This patch series adds support for the Broadcom Northstar, Northstar > Plus, and Northstar 2 clocks. Some slight modifications were necessary > to clk-iproc-pll to get Northstar and Northstar Plus working, due to > differences in register layout. This is the reason why the first patch > is necessary. Some more modifications were necessary to clk-iproc-pll > to get Northstar 2 working, due to differences in register layout (and > resulting fallout in Cygnus and NSP). This is the reason why the sixth > and seventh patches are necessary. The fifth patch is clean-up to > prevent accidentally forgetting to adjust for the base write errata > (which happened a few times, but was caught in internal review). > > Thanks, > Jon