Re: [U-Boot] [PATCH] serial: UniPhier: borrow macros from linux/serial_reg.h

2014-11-11 Thread Masahiro YAMADA
2014-10-30 12:11 GMT+09:00 Masahiro Yamada : > The same bit-field macros are defined in include/linux/serial_reg.h > so let's include it and delete duplicated defines. > > Also, remove unnecessary inclusion of . > > Signed-off-by: Masahiro Yamada Applied to u-boot-uniphier/master. -- Best Reg

[U-Boot] [PATCH] serial: UniPhier: borrow macros from linux/serial_reg.h

2014-10-29 Thread Masahiro Yamada
The same bit-field macros are defined in include/linux/serial_reg.h so let's include it and delete duplicated defines. Also, remove unnecessary inclusion of . Signed-off-by: Masahiro Yamada --- drivers/serial/serial_uniphier.c | 15 ++- 1 file changed, 2 insertions(+), 13 deletions