From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@freescale.com (Shawn Guo) Date: Wed, 23 Apr 2014 14:57:51 +0800 Subject: [PATCH 0/4] ARM: imx: shared gate support for i.MX clk_gate2 clock In-Reply-To: <20140422025408.GA31659@MrMyself> References: <1397883693-26101-1-git-send-email-shawn.guo@freescale.com> <20140422025408.GA31659@MrMyself> Message-ID: <20140423065749.GA2523@dragon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Apr 22, 2014 at 10:54:11AM +0800, Nicolin Chen wrote: > Hi all, > > On Sat, Apr 19, 2014 at 01:01:29PM +0800, Shawn Guo wrote: > > We're constantly running into the situation on i.MX that multiple clocks > > share the single gate. Since we already have i.MX specific gate clock > > implementation due to 2-bits gate, the series takes Gerhard's approach > > to add shared gate support for i.MX clk_gate2 clock. > > > > Shawn Guo (4): > > ARM: imx: define struct clk_gate2 on our own > > ARM: imx: lock is always valid for clk_gate2 > > ARM: imx: add shared gate clock support > > ARM: imx6q: add the missing esai_ahb clock > > I've simply tested these patches on both for-next and 3.10.y baseline > and it works fine. Hope we can apply them soon. Thanks for testing, Nicolin. I just applied the series, and will get it into linux-next for wider testing soon. Shawn