Re: [PATCH] mfd: syscon: Make use of of_iomap

2016-08-09 Thread Lee Jones
On Sun, 07 Aug 2016, Andrey Smirnov wrote: > Use of_iomap instead of explicitly calling of_address_to_resource() and > ioremap(). > > Signed-off-by: Andrey Smirnov > --- > drivers/mfd/syscon.c | 7 +-- > 1 file changed, 1 insertion(+), 6 deletions(-) Applied, thanks. > diff --git a/driver

Re: [PATCH] mfd: syscon: Make use of of_iomap

2016-08-07 Thread Arnd Bergmann
On Sunday, August 7, 2016 10:08:19 AM CEST Andrey Smirnov wrote: > Use of_iomap instead of explicitly calling of_address_to_resource() and > ioremap(). > > Signed-off-by: Andrey Smirnov > Acked-by: Arnd Bergmann

[PATCH] mfd: syscon: Make use of of_iomap

2016-08-07 Thread Andrey Smirnov
Use of_iomap instead of explicitly calling of_address_to_resource() and ioremap(). Signed-off-by: Andrey Smirnov --- drivers/mfd/syscon.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/drivers/mfd/syscon.c b/drivers/mfd/syscon.c index 2f2225e..55b883d 100644 --- a/driv