Re: [PATCH 4/6] mfd: arizona: Add gating of external MCLKn clocks

2016-10-04 Thread Lee Jones
On Fri, 30 Sep 2016, Charles Keepax wrote: > On Tue, Sep 13, 2016 at 02:11:50PM +0100, Lee Jones wrote: > > On Tue, 13 Sep 2016, Charles Keepax wrote: > > > > > On Tue, Sep 13, 2016 at 01:44:57PM +0100, Lee Jones wrote: > > > > On Fri, 02 Sep 2016, Charles Keepax wrote: > > > > > > > > > From: S

Re: [PATCH 4/6] mfd: arizona: Add gating of external MCLKn clocks

2016-09-30 Thread Charles Keepax
On Tue, Sep 13, 2016 at 02:11:50PM +0100, Lee Jones wrote: > On Tue, 13 Sep 2016, Charles Keepax wrote: > > > On Tue, Sep 13, 2016 at 01:44:57PM +0100, Lee Jones wrote: > > > On Fri, 02 Sep 2016, Charles Keepax wrote: > > > > > > > From: Sylwester Nawrocki > > > > > > > > This patch adds reques

Re: [PATCH 4/6] mfd: arizona: Add gating of external MCLKn clocks

2016-09-14 Thread Mark Brown
On Tue, Sep 13, 2016 at 01:44:57PM +0100, Lee Jones wrote: > On Fri, 02 Sep 2016, Charles Keepax wrote: > Acked-for-MFD-by: Lee Jones > Can I take this? The easiest thing would be if you applied it and then sent me a pull request. signature.asc Description: PGP signature

Re: [PATCH 4/6] mfd: arizona: Add gating of external MCLKn clocks

2016-09-13 Thread Lee Jones
On Tue, 13 Sep 2016, Charles Keepax wrote: > On Tue, Sep 13, 2016 at 01:44:57PM +0100, Lee Jones wrote: > > On Fri, 02 Sep 2016, Charles Keepax wrote: > > > > > From: Sylwester Nawrocki > > > > > > This patch adds requesting of the clocks supplied on MCLK1, MCLK2 pins, > > > gating of the 32k c

Re: [PATCH 4/6] mfd: arizona: Add gating of external MCLKn clocks

2016-09-13 Thread Charles Keepax
On Tue, Sep 13, 2016 at 01:44:57PM +0100, Lee Jones wrote: > On Fri, 02 Sep 2016, Charles Keepax wrote: > > > From: Sylwester Nawrocki > > > > This patch adds requesting of the clocks supplied on MCLK1, MCLK2 pins, > > gating of the 32k clock is added to the arizona_clk32k_enable(), > > arizona_

Re: [PATCH 4/6] mfd: arizona: Add gating of external MCLKn clocks

2016-09-13 Thread Lee Jones
On Fri, 02 Sep 2016, Charles Keepax wrote: > From: Sylwester Nawrocki > > This patch adds requesting of the clocks supplied on MCLK1, MCLK2 pins, > gating of the 32k clock is added to the arizona_clk32k_enable(), > arizona_clk32k_disable() helpers. > > It's a temporary change until the CODEC's

[PATCH 4/6] mfd: arizona: Add gating of external MCLKn clocks

2016-09-02 Thread Charles Keepax
From: Sylwester Nawrocki This patch adds requesting of the clocks supplied on MCLK1, MCLK2 pins, gating of the 32k clock is added to the arizona_clk32k_enable(), arizona_clk32k_disable() helpers. It's a temporary change until the CODEC's clock controller gets exposed through the clk API and is h