Re: [U-Boot] [PATCH] mtd: nand: denali_dt: Add reset support

2018-09-06 Thread Masahiro Yamada
Hi Marek, 2018-09-06 17:02 GMT+09:00 Marek Vasut : > On 09/06/2018 03:46 AM, Masahiro Yamada wrote: >> 2018-09-05 17:31 GMT+09:00 Marek Vasut : >>> On 08/24/2018 03:10 PM, Marek Vasut wrote: On 08/24/2018 03:05 PM, Masahiro Yamada wrote: > Hi Marek, Hi, > 2018-08-21 22

Re: [U-Boot] [PATCH] mtd: nand: denali_dt: Add reset support

2018-09-06 Thread Marek Vasut
On 09/06/2018 03:46 AM, Masahiro Yamada wrote: > 2018-09-05 17:31 GMT+09:00 Marek Vasut : >> On 08/24/2018 03:10 PM, Marek Vasut wrote: >>> On 08/24/2018 03:05 PM, Masahiro Yamada wrote: Hi Marek, >>> >>> Hi, >>> 2018-08-21 22:57 GMT+09:00 Marek Vasut : > Add optional reset support in

Re: [U-Boot] [PATCH] mtd: nand: denali_dt: Add reset support

2018-09-05 Thread Masahiro Yamada
2018-09-05 17:31 GMT+09:00 Marek Vasut : > On 08/24/2018 03:10 PM, Marek Vasut wrote: >> On 08/24/2018 03:05 PM, Masahiro Yamada wrote: >>> Hi Marek, >> >> Hi, >> >>> 2018-08-21 22:57 GMT+09:00 Marek Vasut : Add optional reset support into the Denali NAND driver. In case there is a valid

Re: [U-Boot] [PATCH] mtd: nand: denali_dt: Add reset support

2018-09-05 Thread Marek Vasut
On 08/24/2018 03:10 PM, Marek Vasut wrote: > On 08/24/2018 03:05 PM, Masahiro Yamada wrote: >> Hi Marek, > > Hi, > >> 2018-08-21 22:57 GMT+09:00 Marek Vasut : >>> Add optional reset support into the Denali NAND driver. In case there is >>> a valid reset entry in the DT, the reset gets deasserted

Re: [U-Boot] [PATCH] mtd: nand: denali_dt: Add reset support

2018-08-24 Thread Marek Vasut
On 08/24/2018 03:05 PM, Masahiro Yamada wrote: > Hi Marek, Hi, > 2018-08-21 22:57 GMT+09:00 Marek Vasut : >> Add optional reset support into the Denali NAND driver. In case there is >> a valid reset entry in the DT, the reset gets deasserted before the NAND >> controller gets used. >> >> Signed-o

Re: [U-Boot] [PATCH] mtd: nand: denali_dt: Add reset support

2018-08-24 Thread Masahiro Yamada
Hi Marek, 2018-08-21 22:57 GMT+09:00 Marek Vasut : > Add optional reset support into the Denali NAND driver. In case there is > a valid reset entry in the DT, the reset gets deasserted before the NAND > controller gets used. > > Signed-off-by: Marek Vasut > Cc: Masahiro Yamada > --- > drivers/

[U-Boot] [PATCH] mtd: nand: denali_dt: Add reset support

2018-08-21 Thread Marek Vasut
Add optional reset support into the Denali NAND driver. In case there is a valid reset entry in the DT, the reset gets deasserted before the NAND controller gets used. Signed-off-by: Marek Vasut Cc: Masahiro Yamada --- drivers/mtd/nand/denali_dt.c | 9 + 1 file changed, 9 insertions(+)