From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751367AbbEGIPx (ORCPT ); Thu, 7 May 2015 04:15:53 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:43610 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750780AbbEGIPq (ORCPT ); Thu, 7 May 2015 04:15:46 -0400 Date: Thu, 7 May 2015 10:15:42 +0200 From: Sascha Hauer To: Stephen Boyd Cc: Mike Turquette , YH Chen , linux-kernel@vger.kernel.org, Henry Chen , linux-mediatek@lists.infradead.org, kernel@pengutronix.de, Matthias Brugger , Yingjoe Chen , Eddie Huang , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v12] clk: Add common clock support for Mediatek MT8135 and MT8173 Message-ID: <20150507081542.GQ6325@pengutronix.de> References: <1429778143-2074-1-git-send-email-s.hauer@pengutronix.de> <20150506055410.GC10871@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150506055410.GC10871@codeaurora.org> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain X-Uptime: 10:15:15 up 51 days, 20:07, 83 users, load average: 0.13, 0.12, 0.16 User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: sha@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 05, 2015 at 10:54:10PM -0700, Stephen Boyd wrote: > On 04/23, Sascha Hauer wrote: > > The following changes since commit 39a8804455fb23f09157341d3ba7db6d7ae6ee76: > > > > Linux 4.0 (2015-04-12 15:12:50 -0700) > > > > are available in the git repository at: > > > > git://git.pengutronix.de/git/sha/linux-2.6.git tags/v4.0-clk-mediatek-v12 > > > > for you to fetch changes up to e0ebeaa8a3f4a762cb9c2780170445aad15915d1: > > > > dt-bindings: ARM: Mediatek: Document devicetree bindings for clock/reset controllers (2015-04-23 10:22:34 +0200) > > > > ---------------------------------------------------------------- > > This patchset contains the initial common clock support for Mediatek SoCs. > > Mediatek SoC's clock architecture comprises of various PLLs, dividers, muxes > > and clock gates. > > Applied to clk-next. Thanks Stephen. I just sent a followup patch for the node names in the examples. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | From mboxrd@z Thu Jan 1 00:00:00 1970 From: s.hauer@pengutronix.de (Sascha Hauer) Date: Thu, 7 May 2015 10:15:42 +0200 Subject: [PATCH v12] clk: Add common clock support for Mediatek MT8135 and MT8173 In-Reply-To: <20150506055410.GC10871@codeaurora.org> References: <1429778143-2074-1-git-send-email-s.hauer@pengutronix.de> <20150506055410.GC10871@codeaurora.org> Message-ID: <20150507081542.GQ6325@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, May 05, 2015 at 10:54:10PM -0700, Stephen Boyd wrote: > On 04/23, Sascha Hauer wrote: > > The following changes since commit 39a8804455fb23f09157341d3ba7db6d7ae6ee76: > > > > Linux 4.0 (2015-04-12 15:12:50 -0700) > > > > are available in the git repository at: > > > > git://git.pengutronix.de/git/sha/linux-2.6.git tags/v4.0-clk-mediatek-v12 > > > > for you to fetch changes up to e0ebeaa8a3f4a762cb9c2780170445aad15915d1: > > > > dt-bindings: ARM: Mediatek: Document devicetree bindings for clock/reset controllers (2015-04-23 10:22:34 +0200) > > > > ---------------------------------------------------------------- > > This patchset contains the initial common clock support for Mediatek SoCs. > > Mediatek SoC's clock architecture comprises of various PLLs, dividers, muxes > > and clock gates. > > Applied to clk-next. Thanks Stephen. I just sent a followup patch for the node names in the examples. Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |