Re: [PATCH] mtd: rawnand: denali: get ->setup_data_interface() working again

2019-01-18 Thread Miquel Raynal
Hi Masahiro, Masahiro Yamada wrote on Fri, 18 Jan 2019 14:30:38 +0900: > Commit 7a08dbaedd36 ("mtd: rawnand: Move ->setup_data_interface() to > nand_controller_ops") missed to invert the if-conditonal for denali. > Since then, the Denali NAND driver cannnot invoke setup_data_interface. > > Fixe

Re: [PATCH] mtd: rawnand: denali: get ->setup_data_interface() working again

2019-01-17 Thread Masahiro Yamada
On Fri, Jan 18, 2019 at 3:19 PM Boris Brezillon wrote: > > On Fri, 18 Jan 2019 14:30:38 +0900 > Masahiro Yamada wrote: > > > Commit 7a08dbaedd36 ("mtd: rawnand: Move ->setup_data_interface() to > > nand_controller_ops") missed to invert the if-conditonal for denali. > > Since then, the Denali NAN

Re: [PATCH] mtd: rawnand: denali: get ->setup_data_interface() working again

2019-01-17 Thread Boris Brezillon
On Fri, 18 Jan 2019 14:30:38 +0900 Masahiro Yamada wrote: > Commit 7a08dbaedd36 ("mtd: rawnand: Move ->setup_data_interface() to > nand_controller_ops") missed to invert the if-conditonal for denali. > Since then, the Denali NAND driver cannnot invoke setup_data_interface. > > Fixes: 7a08dbaedd3