From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawnguo@kernel.org (Shawn Guo) Date: Wed, 11 Jul 2018 16:43:03 +0800 Subject: [PATCH 1/2] clk: imx6sll: add GPIO LPCGs In-Reply-To: <153091072630.143105.2849049240391576710@swboyd.mtv.corp.google.com> References: <1529649154-5724-1-git-send-email-Anson.Huang@nxp.com> <153091072630.143105.2849049240391576710@swboyd.mtv.corp.google.com> Message-ID: <20180711084302.GB6959@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Jul 06, 2018 at 01:58:46PM -0700, Stephen Boyd wrote: > Quoting Anson Huang (2018-06-21 23:32:33) > > According to Reference Manual Rev.0, 06/2017, > > there are GPIO LPCGs defined in CCM CCGRs, > > add them into clock tree. > > > > Signed-off-by: Anson Huang > > --- > > Applied to clk-next Stephen, If you can apply this patch to topic branch 'clk-imx-gpio-gates', I will be able to pick up patch #2 for this cycle. For future cycles, I think the topic branch can be named more generic, so that any clk patches that DT ones have a dependency on can go there. And then I can apply all those DT patches by pulling in this topic branch. Shawn