From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Fri, 28 Nov 2014 12:06:36 +0000 Subject: [PATCH 2/4] clk: Add INFRA and PERI clocks for Mediatek MT8135. In-Reply-To: <1417174490-6845-3-git-send-email-jamesjj.liao@mediatek.com> References: <1417174490-6845-1-git-send-email-jamesjj.liao@mediatek.com> <1417174490-6845-3-git-send-email-jamesjj.liao@mediatek.com> Message-ID: <20141128120636.GD25883@leverpostej> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Nov 28, 2014 at 11:34:48AM +0000, James Liao wrote: > This patch adds clock gates support for Mediatek SoCs, and adds clocks of > INFRA sys and PERI sys for MT8135. > > Signed-off-by: James Liao > --- > drivers/clk/mediatek/Makefile | 2 +- > drivers/clk/mediatek/clk-gate.c | 151 +++++++++++++++++++ > drivers/clk/mediatek/clk-gate.h | 48 ++++++ > drivers/clk/mediatek/clk-mt8135.c | 260 +++++++++++++++++++++++++++++++++ > include/dt-bindings/clock/mt8135-clk.h | 62 ++++++++ Please fold the include/dt-bindings changes into the DT documentation patch, and put that earlier in the series. Mark. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Rutland Subject: Re: [PATCH 2/4] clk: Add INFRA and PERI clocks for Mediatek MT8135. Date: Fri, 28 Nov 2014 12:06:36 +0000 Message-ID: <20141128120636.GD25883@leverpostej> References: <1417174490-6845-1-git-send-email-jamesjj.liao@mediatek.com> <1417174490-6845-3-git-send-email-jamesjj.liao@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1417174490-6845-3-git-send-email-jamesjj.liao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Rob Herring , Matthias Brugger , Mike Turquette , "srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org" , "srv_jamesjj.liao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org" , Sascha Hauer , "eddie.huang-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org" , Pawel Moll , Ian Campbell , Kumar Gala , Russell King , Catalin Marinas , Vladimir Murzin , Ashwin Chaugule , "Joe.C" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" List-Id: devicetree@vger.kernel.org On Fri, Nov 28, 2014 at 11:34:48AM +0000, James Liao wrote: > This patch adds clock gates support for Mediatek SoCs, and adds clocks of > INFRA sys and PERI sys for MT8135. > > Signed-off-by: James Liao > --- > drivers/clk/mediatek/Makefile | 2 +- > drivers/clk/mediatek/clk-gate.c | 151 +++++++++++++++++++ > drivers/clk/mediatek/clk-gate.h | 48 ++++++ > drivers/clk/mediatek/clk-mt8135.c | 260 +++++++++++++++++++++++++++++++++ > include/dt-bindings/clock/mt8135-clk.h | 62 ++++++++ Please fold the include/dt-bindings changes into the DT documentation patch, and put that earlier in the series. Mark. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751222AbaK1MGo (ORCPT ); Fri, 28 Nov 2014 07:06:44 -0500 Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:33382 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750895AbaK1MGm (ORCPT ); Fri, 28 Nov 2014 07:06:42 -0500 Date: Fri, 28 Nov 2014 12:06:36 +0000 From: Mark Rutland To: James Liao Cc: Rob Herring , Matthias Brugger , Mike Turquette , "srv_heupstream@mediatek.com" , "srv_jamesjj.liao@mediatek.com" , Sascha Hauer , "eddie.huang@mediatek.com" , Pawel Moll , Ian Campbell , Kumar Gala , Russell King , Catalin Marinas , Vladimir Murzin , Ashwin Chaugule , "Joe.C" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH 2/4] clk: Add INFRA and PERI clocks for Mediatek MT8135. Message-ID: <20141128120636.GD25883@leverpostej> References: <1417174490-6845-1-git-send-email-jamesjj.liao@mediatek.com> <1417174490-6845-3-git-send-email-jamesjj.liao@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1417174490-6845-3-git-send-email-jamesjj.liao@mediatek.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 On Fri, Nov 28, 2014 at 11:34:48AM +0000, James Liao wrote: > This patch adds clock gates support for Mediatek SoCs, and adds clocks of > INFRA sys and PERI sys for MT8135. > > Signed-off-by: James Liao > --- > drivers/clk/mediatek/Makefile | 2 +- > drivers/clk/mediatek/clk-gate.c | 151 +++++++++++++++++++ > drivers/clk/mediatek/clk-gate.h | 48 ++++++ > drivers/clk/mediatek/clk-mt8135.c | 260 +++++++++++++++++++++++++++++++++ > include/dt-bindings/clock/mt8135-clk.h | 62 ++++++++ Please fold the include/dt-bindings changes into the DT documentation patch, and put that earlier in the series. Mark.