Re: [PATCH v2] mfd: dm355evm_msp: Convert LEDs to GPIO descriptor table

2020-08-28 Thread Lee Jones
On Wed, 26 Aug 2020, Linus Walleij wrote: > This converts the DaVinci DM355EVM LEDs to use GPIO > descriptor look-ups. > > Cc: Sekhar Nori > Cc: Bartosz Golaszewski > Signed-off-by: Linus Walleij > --- > ChangeLog v1->v2: > - Moved out all the tables and device definition to the top > of the

[PATCH v2] mfd: dm355evm_msp: Convert LEDs to GPIO descriptor table

2020-08-26 Thread Linus Walleij
This converts the DaVinci DM355EVM LEDs to use GPIO descriptor look-ups. Cc: Sekhar Nori Cc: Bartosz Golaszewski Signed-off-by: Linus Walleij --- ChangeLog v1->v2: - Moved out all the tables and device definition to the top of the file to not have static locals inside the function. --- drive