Re: [PATCH v4] mtd: rawnand: macronix: OTP access for MX30LFxG18AC

2023-06-15 Thread liao jaime
Hi Miquel > > Hello, > > avkras...@sberdevices.ru wrote on Tue, 23 May 2023 13:16:34 +0300: > > > This adds support for OTP area access on MX30LFxG18AC chip series. > > Jaime, any feedback on this? Will you test it? > > How are we supposed to test the OTP is locked? I see this is still an > open

Re: [PATCH v4] mtd: rawnand: macronix: OTP access for MX30LFxG18AC

2023-06-14 Thread Arseniy Krasnov
On 14.06.2023 12:22, Arseniy Krasnov wrote: > Hello Miquel and Jaime! > > On 14.06.2023 12:10, Miquel Raynal wrote: >> Hi liao, >> >> jaimeliao...@gmail.com wrote on Wed, 14 Jun 2023 17:06:16 +0800: >> >>> Hi Miquel >>> >>> Hello, avkras...@sberdevices.ru wrote on Tue, 23 Ma

Re: [PATCH v4] mtd: rawnand: macronix: OTP access for MX30LFxG18AC

2023-06-14 Thread Arseniy Krasnov
Hello Miquel and Jaime! On 14.06.2023 12:10, Miquel Raynal wrote: > Hi liao, > > jaimeliao...@gmail.com wrote on Wed, 14 Jun 2023 17:06:16 +0800: > >> Hi Miquel >> >> >>> >>> Hello, >>> >>> avkras...@sberdevices.ru wrote on Tue, 23 May 2023 13:16:34 +0300: >>> This adds support for OTP ar

Re: [PATCH v4] mtd: rawnand: macronix: OTP access for MX30LFxG18AC

2023-06-14 Thread Miquel Raynal
Hi liao, jaimeliao...@gmail.com wrote on Wed, 14 Jun 2023 17:06:16 +0800: > Hi Miquel > > > > > > Hello, > > > > avkras...@sberdevices.ru wrote on Tue, 23 May 2023 13:16:34 +0300: > > > > > This adds support for OTP area access on MX30LFxG18AC chip series. > > > > Jaime, any feedback on thi

Re: [PATCH v4] mtd: rawnand: macronix: OTP access for MX30LFxG18AC

2023-06-12 Thread Miquel Raynal
Hello, avkras...@sberdevices.ru wrote on Tue, 23 May 2023 13:16:34 +0300: > This adds support for OTP area access on MX30LFxG18AC chip series. Jaime, any feedback on this? Will you test it? How are we supposed to test the OTP is locked? I see this is still an open point. > > Signed-off-by: Ar

[PATCH v4] mtd: rawnand: macronix: OTP access for MX30LFxG18AC

2023-05-24 Thread Arseniy Krasnov
This adds support for OTP area access on MX30LFxG18AC chip series. Signed-off-by: Arseniy Krasnov --- v1 -> v2: * Add slab.h include due to kernel test robot error. v2 -> v3: * Use 'uint64_t' as input argument for 'do_div()' instead of 'unsigned long' due to kernel test robot error.