[PATCH v4 05/10] mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macros

2020-05-06 Thread Christophe Kerello
This patch removes custom macros and uses FIELD_PREP and FIELD_GET macros. Signed-off-by: Christophe Kerello Reviewed-by: Miquel Raynal --- Changes in v3: - add Miquel reviewed-by tag drivers/mtd/nand/raw/stm32_fmc2_nand.c | 177 - 1 file changed, 85 insertions

Re: [PATCH v4 05/10] mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macros

2020-05-11 Thread Miquel Raynal
On Wed, 2020-05-06 at 09:11:14 UTC, Christophe Kerello wrote: > This patch removes custom macros and uses FIELD_PREP and FIELD_GET macros. > > Signed-off-by: Christophe Kerello > Reviewed-by: Miquel Raynal Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, than