Re: [PATCH v5 07/11] mtd: implement support for LED activity

2024-10-02 Thread Simon Glass
On Tue, 1 Oct 2024 at 06:25, Christian Marangi wrote: > > Implement support for LED activity. If the feature is enabled, > make the defined ACTIVITY LED to signal mtd operations. > > LED activity is implemented HERE and not in the subsystem side to limit > any performance degradation in case multi

[PATCH v5 07/11] mtd: implement support for LED activity

2024-10-01 Thread Christian Marangi
Implement support for LED activity. If the feature is enabled, make the defined ACTIVITY LED to signal mtd operations. LED activity is implemented HERE and not in the subsystem side to limit any performance degradation in case multiple call to MTD subsystem read/write are done. Signed-off-by: Chr