Re: [PATCH] clocksource: atmel-st: select REGMAP_MMIO

2015-03-19 Thread Alexandre Belloni
On 19/03/2015 at 09:02:16 +0100, Boris Brezillon wrote : > > diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig > > index 168035883afa..3cc97b217019 100644 > > --- a/drivers/clocksource/Kconfig > > +++ b/drivers/clocksource/Kconfig > > @@ -146,6 +146,7 @@ config ATMEL_PIT > > c

Re: [PATCH] clocksource: atmel-st: select REGMAP_MMIO

2015-03-19 Thread Boris Brezillon
Hi Alexandre, On Wed, 18 Mar 2015 12:06:35 +0100 Alexandre Belloni wrote: > Enforce REGMAP_MMIO selection as the driver needs it. Else, it will still > compile with some warning about X1, x2 or sr being used uninitialized. > > Reported-by: fengguang...@intel.com > Signed-off-by: Alexandre Bello

[PATCH] clocksource: atmel-st: select REGMAP_MMIO

2015-03-18 Thread Alexandre Belloni
Enforce REGMAP_MMIO selection as the driver needs it. Else, it will still compile with some warning about X1, x2 or sr being used uninitialized. Reported-by: fengguang...@intel.com Signed-off-by: Alexandre Belloni --- Daniel, I think this should go through the at91 tree as the patch introducing