Re: [PATCH] ARM: Feroceon: use of_iomap() to map register base

2015-08-13 Thread Olof Johansson
On Sat, Aug 08, 2015 at 09:11:39PM +0900, Masahiro Yamada wrote: > The sequence of of_address_to_resource() and ioremap() can be > replaced with of_iomap(). > > Signed-off-by: Masahiro Yamada Acked-by: Olof Johansson Please submit this to Russell's patch tracker, he's usually the one who

Re: [PATCH] ARM: Feroceon: use of_iomap() to map register base

2015-08-13 Thread Olof Johansson
On Sat, Aug 08, 2015 at 09:11:39PM +0900, Masahiro Yamada wrote: The sequence of of_address_to_resource() and ioremap() can be replaced with of_iomap(). Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com Acked-by: Olof Johansson o...@lixom.net Please submit this to Russell's patch

[PATCH] ARM: Feroceon: use of_iomap() to map register base

2015-08-08 Thread Masahiro Yamada
The sequence of of_address_to_resource() and ioremap() can be replaced with of_iomap(). Signed-off-by: Masahiro Yamada --- arch/arm/mm/cache-feroceon-l2.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/arm/mm/cache-feroceon-l2.c b/arch/arm/mm/cache-feroceon-l2.c

[PATCH] ARM: Feroceon: use of_iomap() to map register base

2015-08-08 Thread Masahiro Yamada
The sequence of of_address_to_resource() and ioremap() can be replaced with of_iomap(). Signed-off-by: Masahiro Yamada yamada.masah...@socionext.com --- arch/arm/mm/cache-feroceon-l2.c | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/arch/arm/mm/cache-feroceon-l2.c