Re: [PATCH] mtd: nand: raw: mt7621-nand: allow writing ecc region in raw mode

2024-03-15 Thread 高惟杰
On Wed, 2024-03-13 at 07:41 +0100, Michael Nazzareno Trimarchi wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > Hi > > On Wed, Mar 13, 2024 at 4:38 AM Weijie Gao > wrote: > > > > Allow writing ecc parity regi

Re: [PATCH] mtd: nand: raw: mt7621-nand: allow writing ecc region in raw mode

2024-03-12 Thread Michael Nazzareno Trimarchi
Hi On Wed, Mar 13, 2024 at 4:38 AM Weijie Gao wrote: > > Allow writing ecc parity region in raw mode. This makes sure the > nand write.raw command can write the flash data as-is. > > Change-Id: Ibed3bdf13c9cf81e54041c5ac7a78192b97dcedc > Signed-off-by: Weijie Gao > CR-Id: WCNCR00180092 I think

[PATCH] mtd: nand: raw: mt7621-nand: allow writing ecc region in raw mode

2024-03-12 Thread Weijie Gao
Allow writing ecc parity region in raw mode. This makes sure the nand write.raw command can write the flash data as-is. Change-Id: Ibed3bdf13c9cf81e54041c5ac7a78192b97dcedc Signed-off-by: Weijie Gao CR-Id: WCNCR00180092 --- drivers/mtd/nand/raw/mt7621_nand.c | 6 +++--- 1 file changed, 3 inserti