From mboxrd@z Thu Jan 1 00:00:00 1970 From: shawn.guo@freescale.com (Shawn Guo) Date: Sat, 19 Apr 2014 13:01:29 +0800 Subject: [PATCH 0/4] ARM: imx: shared gate support for i.MX clk_gate2 clock Message-ID: <1397883693-26101-1-git-send-email-shawn.guo@freescale.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 .../devicetree/bindings/clock/imx6q-clock.txt | 1 + arch/arm/mach-imx/clk-gate2.c | 47 ++++++++++++++-------- arch/arm/mach-imx/clk-imx6q.c | 7 +++- arch/arm/mach-imx/clk.h | 13 +++++- 4 files changed, 48 insertions(+), 20 deletions(-) -- 1.8.3.2