Re: [PATCH v3 8/9] ubi: implement support for LED activity

2024-08-22 Thread Christian Marangi
On Sun, Aug 18, 2024 at 09:32:32PM +0200, Michael Nazzareno Trimarchi wrote: > Hi > > On Sun, Aug 18, 2024 at 6:24 PM Christian Marangi > wrote: > > > > On Wed, Aug 14, 2024 at 10:17:18AM +0200, Michael Nazzareno Trimarchi wrote: > > > Hi all > > > > > > On Wed, Aug 14, 2024 at 6:34 AM Heiko Sch

Re: [PATCH v3 8/9] ubi: implement support for LED activity

2024-08-18 Thread Michael Nazzareno Trimarchi
Hi On Sun, Aug 18, 2024 at 6:24 PM Christian Marangi wrote: > > On Wed, Aug 14, 2024 at 10:17:18AM +0200, Michael Nazzareno Trimarchi wrote: > > Hi all > > > > On Wed, Aug 14, 2024 at 6:34 AM Heiko Schocher wrote: > > > > > > Hello Christian, > > > > > > On 12.08.24 12:32, Christian Marangi wrot

Re: [PATCH v3 8/9] ubi: implement support for LED activity

2024-08-18 Thread Christian Marangi
On Wed, Aug 14, 2024 at 10:17:18AM +0200, Michael Nazzareno Trimarchi wrote: > Hi all > > On Wed, Aug 14, 2024 at 6:34 AM Heiko Schocher wrote: > > > > Hello Christian, > > > > On 12.08.24 12:32, Christian Marangi wrote: > > > Implement support for LED activity. If the feature is enabled, > > > m

Re: [PATCH v3 8/9] ubi: implement support for LED activity

2024-08-18 Thread Christian Marangi
On Wed, Aug 14, 2024 at 06:33:12AM +0200, Heiko Schocher wrote: > Hello Christian, > > On 12.08.24 12:32, Christian Marangi wrote: > > Implement support for LED activity. If the feature is enabled, > > make the defined ACTIVITY LED to signal ubi write operation. > > > > Signed-off-by: Christian M

Re: [PATCH v3 8/9] ubi: implement support for LED activity

2024-08-14 Thread Michael Nazzareno Trimarchi
Hi all On Wed, Aug 14, 2024 at 6:34 AM Heiko Schocher wrote: > > Hello Christian, > > On 12.08.24 12:32, Christian Marangi wrote: > > Implement support for LED activity. If the feature is enabled, > > make the defined ACTIVITY LED to signal ubi write operation. > > > > Signed-off-by: Christian Ma

Re: [PATCH v3 8/9] ubi: implement support for LED activity

2024-08-13 Thread Heiko Schocher
Hello Christian, On 12.08.24 12:32, Christian Marangi wrote: Implement support for LED activity. If the feature is enabled, make the defined ACTIVITY LED to signal ubi write operation. Signed-off-by: Christian Marangi --- cmd/ubi.c | 17 +++-- 1 file changed, 15 insertions(+), 2

[PATCH v3 8/9] ubi: implement support for LED activity

2024-08-12 Thread Christian Marangi
Implement support for LED activity. If the feature is enabled, make the defined ACTIVITY LED to signal ubi write operation. Signed-off-by: Christian Marangi --- cmd/ubi.c | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/cmd/ubi.c b/cmd/ubi.c index 0e62e44932