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

2025-05-30 Thread Raag Jadav
On Wed, May 28, 2025 at 04:51:09PM +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 v11 04/10] mtd: intel-dg: register with mtd

2025-05-28 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