Re: [PATCH v2 1/6] ARM: ep93xx: ts72xx: Use DEFINE_RES_MEM macros where applicable

2017-11-29 Thread Alexander Sverdlin
Hi! On 21/11/17 15:31, Lukasz Majewski wrote: > This commit cleans up the code by using dedicated macros instead of > full definitions. > > Signed-off-by: Lukasz Majewski Acked-by: Alexander Sverdlin > --- > Changes for v2: > - None > --- >

Re: [PATCH v2 1/6] ARM: ep93xx: ts72xx: Use DEFINE_RES_MEM macros where applicable

2017-11-29 Thread Alexander Sverdlin
Hi! On 21/11/17 15:31, Lukasz Majewski wrote: > This commit cleans up the code by using dedicated macros instead of > full definitions. > > Signed-off-by: Lukasz Majewski Acked-by: Alexander Sverdlin > --- > Changes for v2: > - None > --- > arch/arm/mach-ep93xx/ts72xx.c | 18

[PATCH v2 1/6] ARM: ep93xx: ts72xx: Use DEFINE_RES_MEM macros where applicable

2017-11-21 Thread Lukasz Majewski
This commit cleans up the code by using dedicated macros instead of full definitions. Signed-off-by: Lukasz Majewski --- Changes for v2: - None --- arch/arm/mach-ep93xx/ts72xx.c | 18 +++--- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git

[PATCH v2 1/6] ARM: ep93xx: ts72xx: Use DEFINE_RES_MEM macros where applicable

2017-11-21 Thread Lukasz Majewski
This commit cleans up the code by using dedicated macros instead of full definitions. Signed-off-by: Lukasz Majewski --- Changes for v2: - None --- arch/arm/mach-ep93xx/ts72xx.c | 18 +++--- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/arch/arm/mach-ep93xx/ts72xx.c