From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932296AbbJMVWg (ORCPT ); Tue, 13 Oct 2015 17:22:36 -0400 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:50995 "EHLO mail-gw3-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932072AbbJMVWe (ORCPT ); Tue, 13 Oct 2015 17:22:34 -0400 X-IronPort-AV: E=Sophos;i="5.17,680,1437462000"; d="scan'208";a="77365095" From: Jon Mason To: Michael Turquette , Stephen Boyd CC: Florian Fainelli , Hauke Mehrtens , Ray Jui , Scott Branden , , , , , Subject: [PATCH 0/5] ARM: dts: add device tree support for NS, NSP, and NS2 clocks Date: Tue, 13 Oct 2015 17:22:22 -0400 Message-ID: <1444771347-11382-1-git-send-email-jonmason@broadcom.com> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series adds device tree support for the Broadcom Northstar, Northstar Plus, and Northstar 2 clocks. This is being sent as a separate patch series due to the the clk maintainer(s) not wanting to pull in device tree changes into the clk repo. This series is an RFC due to a potential merge "race" between the device tree changes and the clk changes. If the device tree changes go in before the clk changes, there is a window where there are non-working clk entries in the device tree. So, these patches will be officially pushed once the clk changes are merged. Thanks, Jon