On Tue, 30 Jun 2020 at 22:08, Alex Nemirovsky
<[email protected]> wrote:
>
> From: Jway Lin <[email protected]>
>
> Add Cortina Access LED controller support for CAxxxx SOCs
>
> Signed-off-by: Jway Lin <[email protected]>
> Signed-off-by: Alex Nemirovsky <[email protected]>
> CC: Simon Glass <[email protected]>
>
> Add head file fixed link error and remove unused flashing function
>
> ---
>
> Changes in v9:
> - Remove unused LED blink function
> - Include log.h and linux/bitops.h to avoid compile warnings
>
> Changes in v8:
> - No code change
> - Split out individual driver from Cortina Package 2 patch series
> to help streamline acceptence into master
>
> Changes in v7:
> - rename OFFSET to SHIFT from macros
> - add additinal struct comments
> - Reading the DT should really happen in the ofdata_to_platdata method
>
> Changes in v4:
> - remove unused macros
> - remove cortina prefix from macros
> - remove use BSS variable
> - further cleanup to meet code style guidelines
> - add additinal struct comments
> - rename DT blink rate symbol
>
>  MAINTAINERS               |   8 +-
>  drivers/led/Kconfig       |   8 ++
>  drivers/led/Makefile      |   1 +
>  drivers/led/led_cortina.c | 298 
> ++++++++++++++++++++++++++++++++++++++++++++++
>  4 files changed, 314 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/led/led_cortina.c

Reviewed-by: Simon Glass <[email protected]>

Reply via email to