commit | 31d718158ead5a387051f0cdd96513aa7befa45b | [log] [tgz] |
---|---|---|
author | Christian Marangi <ansuelsmth@gmail.com> | Tue Oct 01 14:24:40 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 10 16:02:20 2024 -0600 |
tree | 96bdf186dc966367518c3b89ce9df64b892487b3 | |
parent | 1165ba0b4d3fff13980af9ea56271613d7602fb6 [diff] |
mtd: implement support for LED activity 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: Christian Marangi <ansuelsmth@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>