Re: [PATCH] mtd: rawnand: denali: include instead of

2018-11-11 Thread Miquel Raynal
Hi Masahiro, Masahiro Yamada wrote on Tue, 16 Oct 2018 13:33:21 +0900: > The reason of including here is just for BIT() and > GENMASK macros. > > Since commit 8bd9cb51daac8 ("locking/atomics, asm-generic: Move some > macros from to a new file"), > is enough for such compile-time macros. >

Re: [PATCH] mtd: rawnand: denali: include instead of

2018-11-11 Thread Miquel Raynal
Hi Masahiro, Masahiro Yamada wrote on Tue, 16 Oct 2018 13:33:21 +0900: > The reason of including here is just for BIT() and > GENMASK macros. > > Since commit 8bd9cb51daac8 ("locking/atomics, asm-generic: Move some > macros from to a new file"), > is enough for such compile-time macros. >

Re: [PATCH] mtd: rawnand: denali: include instead of

2018-10-16 Thread Boris Brezillon
On Tue, 16 Oct 2018 13:33:21 +0900 Masahiro Yamada wrote: > The reason of including here is just for BIT() and > GENMASK macros. > > Since commit 8bd9cb51daac8 ("locking/atomics, asm-generic: Move some > macros from to a new file"), > is enough for such compile-time macros. > >

Re: [PATCH] mtd: rawnand: denali: include instead of

2018-10-16 Thread Boris Brezillon
On Tue, 16 Oct 2018 13:33:21 +0900 Masahiro Yamada wrote: > The reason of including here is just for BIT() and > GENMASK macros. > > Since commit 8bd9cb51daac8 ("locking/atomics, asm-generic: Move some > macros from to a new file"), > is enough for such compile-time macros. > >

[PATCH] mtd: rawnand: denali: include instead of

2018-10-15 Thread Masahiro Yamada
The reason of including here is just for BIT() and GENMASK macros. Since commit 8bd9cb51daac8 ("locking/atomics, asm-generic: Move some macros from to a new file"), is enough for such compile-time macros. Signed-off-by: Masahiro Yamada --- drivers/mtd/nand/raw/denali.h | 2 +- 1 file

[PATCH] mtd: rawnand: denali: include instead of

2018-10-15 Thread Masahiro Yamada
The reason of including here is just for BIT() and GENMASK macros. Since commit 8bd9cb51daac8 ("locking/atomics, asm-generic: Move some macros from to a new file"), is enough for such compile-time macros. Signed-off-by: Masahiro Yamada --- drivers/mtd/nand/raw/denali.h | 2 +- 1 file