Re: [PATCH] frv: Use OFFSET macro in DEF_*REG()

2017-04-23 Thread Masahiro Yamada
2017-04-18 18:59 GMT+09:00 David Howells : > Matthias Kaehlcke wrote: > >> Avoid code duplication by using OFFSET() in DEF_*REG() instead of >> replicating the macro. >> >> Signed-off-by: Matthias Kaehlcke > > Reviewed-by: David Howells

Re: [PATCH] frv: Use OFFSET macro in DEF_*REG()

2017-04-23 Thread Masahiro Yamada
2017-04-18 18:59 GMT+09:00 David Howells : > Matthias Kaehlcke wrote: > >> Avoid code duplication by using OFFSET() in DEF_*REG() instead of >> replicating the macro. >> >> Signed-off-by: Matthias Kaehlcke > > Reviewed-by: David Howells > -- Applied to linux-kbuild/kbuild. -- Best Regards

Re: [PATCH] frv: Use OFFSET macro in DEF_*REG()

2017-04-18 Thread Masahiro Yamada
Hi David, 2017-04-18 18:59 GMT+09:00 David Howells : > Matthias Kaehlcke wrote: > >> Avoid code duplication by using OFFSET() in DEF_*REG() instead of >> replicating the macro. >> >> Signed-off-by: Matthias Kaehlcke > > Reviewed-by:

Re: [PATCH] frv: Use OFFSET macro in DEF_*REG()

2017-04-18 Thread Masahiro Yamada
Hi David, 2017-04-18 18:59 GMT+09:00 David Howells : > Matthias Kaehlcke wrote: > >> Avoid code duplication by using OFFSET() in DEF_*REG() instead of >> replicating the macro. >> >> Signed-off-by: Matthias Kaehlcke > > Reviewed-by: David Howells Ah, I've just noticed you are the last frv

Re: [PATCH] frv: Use OFFSET macro in DEF_*REG()

2017-04-18 Thread David Howells
Matthias Kaehlcke wrote: > Avoid code duplication by using OFFSET() in DEF_*REG() instead of > replicating the macro. > > Signed-off-by: Matthias Kaehlcke Reviewed-by: David Howells

Re: [PATCH] frv: Use OFFSET macro in DEF_*REG()

2017-04-18 Thread David Howells
Matthias Kaehlcke wrote: > Avoid code duplication by using OFFSET() in DEF_*REG() instead of > replicating the macro. > > Signed-off-by: Matthias Kaehlcke Reviewed-by: David Howells

Re: [PATCH] frv: Use OFFSET macro in DEF_*REG()

2017-04-18 Thread Masahiro Yamada
2017-04-18 5:35 GMT+09:00 Matthias Kaehlcke : > El Mon, Apr 03, 2017 at 12:46:36PM -0700 Matthias Kaehlcke ha dit: > >> Avoid code duplication by using OFFSET() in DEF_*REG() instead of >> replicating the macro. >> >> Signed-off-by: Matthias Kaehlcke > >

Re: [PATCH] frv: Use OFFSET macro in DEF_*REG()

2017-04-18 Thread Masahiro Yamada
2017-04-18 5:35 GMT+09:00 Matthias Kaehlcke : > El Mon, Apr 03, 2017 at 12:46:36PM -0700 Matthias Kaehlcke ha dit: > >> Avoid code duplication by using OFFSET() in DEF_*REG() instead of >> replicating the macro. >> >> Signed-off-by: Matthias Kaehlcke > > Ping, any feedback on this patch? > >

Re: [PATCH] frv: Use OFFSET macro in DEF_*REG()

2017-04-17 Thread Matthias Kaehlcke
El Mon, Apr 03, 2017 at 12:46:36PM -0700 Matthias Kaehlcke ha dit: > Avoid code duplication by using OFFSET() in DEF_*REG() instead of > replicating the macro. > > Signed-off-by: Matthias Kaehlcke Ping, any feedback on this patch? Thanks Matthias

Re: [PATCH] frv: Use OFFSET macro in DEF_*REG()

2017-04-17 Thread Matthias Kaehlcke
El Mon, Apr 03, 2017 at 12:46:36PM -0700 Matthias Kaehlcke ha dit: > Avoid code duplication by using OFFSET() in DEF_*REG() instead of > replicating the macro. > > Signed-off-by: Matthias Kaehlcke Ping, any feedback on this patch? Thanks Matthias

[PATCH] frv: Use OFFSET macro in DEF_*REG()

2017-04-03 Thread Matthias Kaehlcke
Avoid code duplication by using OFFSET() in DEF_*REG() instead of replicating the macro. Signed-off-by: Matthias Kaehlcke --- arch/frv/kernel/asm-offsets.c | 19 --- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/arch/frv/kernel/asm-offsets.c

[PATCH] frv: Use OFFSET macro in DEF_*REG()

2017-04-03 Thread Matthias Kaehlcke
Avoid code duplication by using OFFSET() in DEF_*REG() instead of replicating the macro. Signed-off-by: Matthias Kaehlcke --- arch/frv/kernel/asm-offsets.c | 19 --- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/arch/frv/kernel/asm-offsets.c