Re: [PATCH v1] mtd: rawnand: meson: always use OOB bytes during write

2025-03-17 Thread Arseniy Krasnov
Hi, thanks! On 17.03.2025 09:09, Michael Nazzareno Trimarchi wrote: > Hi Arseniy > > On Sun, Dec 22, 2024 at 10:23 PM Arseniy Krasnov < > avkras...@salutedevices.com> wrote: > >> If 'oob_required' is not set by the caller (for example 'oobbuf' is NULL), >> then driver doesn't copy OOB data from

Re: [PATCH v1] mtd: rawnand: meson: always use OOB bytes during write

2025-03-16 Thread Michael Nazzareno Trimarchi
Hi Arseniy On Sun, Dec 22, 2024 at 10:23 PM Arseniy Krasnov < avkras...@salutedevices.com> wrote: > If 'oob_required' is not set by the caller (for example 'oobbuf' is NULL), > then driver doesn't copy OOB data from 'oob_poi' to special controller > structures, so zeroes will be written as OOB. B

Re: [PATCH v1] mtd: rawnand: meson: always use OOB bytes during write

2025-02-12 Thread Arseniy Krasnov
Hi, sorry, but i don't see it merged. Is it ok? Thanks On 24.12.2024 16:56, Michael Nazzareno Trimarchi wrote: > Hi > > Yes > > Michael > > On Tue, Dec 24, 2024 at 8:55 AM Arseniy Krasnov > wrote: >> >> >> >> On 23.12.2024 15:57, Michael Nazzareno Trimarchi wrote: >>> On Sun, Dec 22, 2024 at

Re: [PATCH v1] mtd: rawnand: meson: always use OOB bytes during write

2024-12-24 Thread Michael Nazzareno Trimarchi
Hi Yes Michael On Tue, Dec 24, 2024 at 8:55 AM Arseniy Krasnov wrote: > > > > On 23.12.2024 15:57, Michael Nazzareno Trimarchi wrote: > > On Sun, Dec 22, 2024 at 10:23 PM Arseniy Krasnov > > wrote: > >> > >> If 'oob_required' is not set by the caller (for example 'oobbuf' is NULL), > >> then d

Re: [PATCH v1] mtd: rawnand: meson: always use OOB bytes during write

2024-12-23 Thread Arseniy Krasnov
On 23.12.2024 15:57, Michael Nazzareno Trimarchi wrote: > On Sun, Dec 22, 2024 at 10:23 PM Arseniy Krasnov > wrote: >> >> If 'oob_required' is not set by the caller (for example 'oobbuf' is NULL), >> then driver doesn't copy OOB data from 'oob_poi' to special controller >> structures, so zeroes

Re: [PATCH v1] mtd: rawnand: meson: always use OOB bytes during write

2024-12-23 Thread Michael Nazzareno Trimarchi
On Sun, Dec 22, 2024 at 10:23 PM Arseniy Krasnov wrote: > > If 'oob_required' is not set by the caller (for example 'oobbuf' is NULL), > then driver doesn't copy OOB data from 'oob_poi' to special controller > structures, so zeroes will be written as OOB. But, generic raw NAND logic > in 'nand_bas

[PATCH v1] mtd: rawnand: meson: always use OOB bytes during write

2024-12-22 Thread Arseniy Krasnov
If 'oob_required' is not set by the caller (for example 'oobbuf' is NULL), then driver doesn't copy OOB data from 'oob_poi' to special controller structures, so zeroes will be written as OOB. But, generic raw NAND logic in 'nand_base.c' already handles case when OOB is not required to write by fill