Re: [PATCH 2/2] mfd: madera: Add support for requesting the supply clocks

2019-08-13 Thread Charles Keepax
On Tue, Aug 13, 2019 at 08:18:14AM +0100, Lee Jones wrote: > On Mon, 12 Aug 2019, Charles Keepax wrote: > > On Mon, Aug 12, 2019 at 11:38:53AM +0100, Lee Jones wrote: > > > On Tue, 06 Aug 2019, Charles Keepax wrote: > > > > > > > Add the ability to get the clock for each clock input pin of the chi

Re: [PATCH 2/2] mfd: madera: Add support for requesting the supply clocks

2019-08-13 Thread Lee Jones
On Mon, 12 Aug 2019, Charles Keepax wrote: > On Mon, Aug 12, 2019 at 11:38:53AM +0100, Lee Jones wrote: > > On Tue, 06 Aug 2019, Charles Keepax wrote: > > > > > Add the ability to get the clock for each clock input pin of the chip > > > and enable MCLK2 since that is expected to be a permanently

Re: [PATCH 2/2] mfd: madera: Add support for requesting the supply clocks

2019-08-12 Thread Richard Fitzgerald
On 12/08/19 17:09, Charles Keepax wrote: On Mon, Aug 12, 2019 at 11:38:53AM +0100, Lee Jones wrote: On Tue, 06 Aug 2019, Charles Keepax wrote: Add the ability to get the clock for each clock input pin of the chip and enable MCLK2 since that is expected to be a permanently enabled 32kHz clock.

Re: [PATCH 2/2] mfd: madera: Add support for requesting the supply clocks

2019-08-12 Thread Charles Keepax
On Mon, Aug 12, 2019 at 11:38:53AM +0100, Lee Jones wrote: > On Tue, 06 Aug 2019, Charles Keepax wrote: > > > Add the ability to get the clock for each clock input pin of the chip > > and enable MCLK2 since that is expected to be a permanently enabled > > 32kHz clock. > > > > Signed-off-by: Charl

Re: [PATCH 2/2] mfd: madera: Add support for requesting the supply clocks

2019-08-12 Thread Lee Jones
On Tue, 06 Aug 2019, Charles Keepax wrote: > Add the ability to get the clock for each clock input pin of the chip > and enable MCLK2 since that is expected to be a permanently enabled > 32kHz clock. > > Signed-off-by: Charles Keepax > --- > drivers/mfd/madera-core.c | 24

[PATCH 2/2] mfd: madera: Add support for requesting the supply clocks

2019-08-06 Thread Charles Keepax
Add the ability to get the clock for each clock input pin of the chip and enable MCLK2 since that is expected to be a permanently enabled 32kHz clock. Signed-off-by: Charles Keepax --- drivers/mfd/madera-core.c | 24 +++- include/linux/mfd/madera/core.h | 11 +++