Re: [PATCH v6 2/9] rtc: at91sam9: use standard readl/writel functions instead of raw versions

2014-09-23 Thread Nicolas Ferre
Can be good to know why... here. Otherwise, you can add my: Acked-by: Nicolas Ferre On 22/09/2014 17:42, Boris BREZILLON : > Signed-off-by: Boris BREZILLON > Acked-by: Alexandre Belloni > --- > drivers/rtc/rtc-at91sam9.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > di

[PATCH v6 2/9] rtc: at91sam9: use standard readl/writel functions instead of raw versions

2014-09-22 Thread Boris BREZILLON
Signed-off-by: Boris BREZILLON Acked-by: Alexandre Belloni --- drivers/rtc/rtc-at91sam9.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/rtc/rtc-at91sam9.c b/drivers/rtc/rtc-at91sam9.c index 51f0038..74a9ca0 100644 --- a/drivers/rtc/rtc-at91sam9.c +++ b/drive