Re: [PATCH 08/25] corvus: Migrate CONFIG_*_LED out of CONFIG namespace

2022-04-08 Thread Tom Rini
On Wed, Mar 30, 2022 at 06:07:18PM -0400, Tom Rini wrote: > This code is only used on the corvus platform, so migrate the LED on/off > code to this platform and remove it from the CONFIG namespace. In > theory, this should likely be moved to the modern GPIO LED driver as a > further cleanup. > >

Re: [PATCH 08/25] corvus: Migrate CONFIG_*_LED out of CONFIG namespace

2022-03-30 Thread Heiko Schocher
Hello Tom, On 31.03.22 00:07, Tom Rini wrote: > This code is only used on the corvus platform, so migrate the LED on/off > code to this platform and remove it from the CONFIG namespace. In > theory, this should likely be moved to the modern GPIO LED driver as a > further cleanup. > > Cc: Heiko S

[PATCH 08/25] corvus: Migrate CONFIG_*_LED out of CONFIG namespace

2022-03-30 Thread Tom Rini
This code is only used on the corvus platform, so migrate the LED on/off code to this platform and remove it from the CONFIG namespace. In theory, this should likely be moved to the modern GPIO LED driver as a further cleanup. Cc: Heiko Schocher Signed-off-by: Tom Rini --- board/siemens/corvus