RE: [PATCH v10 04/10] mtd: intel-dg: register with mtd

2025-05-22 Thread Usyskin, Alexander
> Subject: Re: [PATCH v10 04/10] mtd: intel-dg: register with mtd > > On Thu, May 15, 2025 at 04:33:39PM +0300, Alexander Usyskin wrote: > > Register the on-die nvm device with the mtd subsystem. > > Refcount nvm object on _get and _put mtd callbacks. > > For erase

Re: [PATCH v10 04/10] mtd: intel-dg: register with mtd

2025-05-21 Thread Raag Jadav
On Thu, May 15, 2025 at 04:33:39PM +0300, Alexander Usyskin wrote: > Register the on-die nvm device with the mtd subsystem. > Refcount nvm object on _get and _put mtd callbacks. > For erase operation address and size should be 4K aligned. > For write operation address and size has to be 4bytes alig

[PATCH v10 04/10] mtd: intel-dg: register with mtd

2025-05-15 Thread Alexander Usyskin
Register the on-die nvm device with the mtd subsystem. Refcount nvm object on _get and _put mtd callbacks. For erase operation address and size should be 4K aligned. For write operation address and size has to be 4bytes aligned. CC: Rodrigo Vivi CC: Lucas De Marchi Acked-by: Miquel Raynal Co-de