Re: [PATCH v3 3/8] watchdog: at91rm9200: use the regmap from mfd

2015-01-12 Thread Guenter Roeck
On Mon, Jan 12, 2015 at 04:36:58PM +0100, Alexandre Belloni wrote: > The system timer MFD driver is providing a regmap. Use it to access the > registers. > > Signed-off-by: Alexandre Belloni > Acked-by: Boris Brezillon Reviewed-by: Guenter Roeck > --- > drivers/watchdog/Kconfig | 2

[PATCH v3 3/8] watchdog: at91rm9200: use the regmap from mfd

2015-01-12 Thread Alexandre Belloni
The system timer MFD driver is providing a regmap. Use it to access the registers. Signed-off-by: Alexandre Belloni Acked-by: Boris Brezillon --- drivers/watchdog/Kconfig | 2 +- drivers/watchdog/at91rm9200_wdt.c | 25 - 2 files changed, 13 insertions(+), 14 de