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