public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V2 1/8] led: add initial support for bcm6858
Date: Fri, 29 Mar 2019 20:15:30 +0100	[thread overview]
Message-ID: <844ebbf0-b06e-07f9-c85a-df8860f46aad@gmail.com> (raw)
In-Reply-To: <1553270528-23011-1-git-send-email-philippe.reynes@softathome.com>



Am 22.03.19 um 17:02 schrieb Philippe Reynes:
> The driver add the support of the led IP on bcm6858.
> This led IP can drive up to 32 leds, and can handle
> blinking.
> 
> Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>
> ---
> Changelog:
> v2:
> - use const for array bcm6858_flash_rate (thanks Daniel)
> - use int for array bcm6858_flash_rate (thanks Daniel)
> 
>  doc/device-tree-bindings/leds/leds-bcm6858.txt |  51 +++++
>  drivers/led/Kconfig                            |   7 +
>  drivers/led/Makefile                           |   1 +
>  drivers/led/led_bcm6858.c                      | 250 +++++++++++++++++++++++++
>  4 files changed, 309 insertions(+)
>  create mode 100644 doc/device-tree-bindings/leds/leds-bcm6858.txt
>  create mode 100644 drivers/led/led_bcm6858.c
> 

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
-- 
- Daniel

  parent reply	other threads:[~2019-03-29 19:15 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-22 16:02 [U-Boot] [PATCH V2 1/8] led: add initial support for bcm6858 Philippe Reynes
2019-03-22 16:02 ` [U-Boot] [PATCH V2 2/8] dt: bcm6858: add led controller Philippe Reynes
2019-04-24 13:28   ` [U-Boot] [U-Boot,V2,2/8] " Tom Rini
2019-03-22 16:02 ` [U-Boot] [PATCH V2 3/8] dt: bcm968580xref: enable " Philippe Reynes
2019-04-24 13:28   ` [U-Boot] [U-Boot, V2, " Tom Rini
2019-03-22 16:02 ` [U-Boot] [PATCH V2 4/8] bcm968580xref: enable led support Philippe Reynes
2019-04-24 13:28   ` [U-Boot] [U-Boot,V2,4/8] " Tom Rini
2019-03-22 16:02 ` [U-Boot] [PATCH V2 5/8] led: bcm6858: allow to use this driver on ARCH_963158 Philippe Reynes
2019-04-24 13:28   ` [U-Boot] [U-Boot, V2, " Tom Rini
2019-03-22 16:02 ` [U-Boot] [PATCH V2 6/8] dt: bcm63158: add led controller Philippe Reynes
2019-04-24 13:29   ` [U-Boot] [U-Boot,V2,6/8] " Tom Rini
2019-03-22 16:02 ` [U-Boot] [PATCH V2 7/8] dt: bcm963158: enable " Philippe Reynes
2019-04-24 13:29   ` [U-Boot] [U-Boot,V2,7/8] " Tom Rini
2019-03-22 16:02 ` [U-Boot] [PATCH V2 8/8] bcm963158: enable led support Philippe Reynes
2019-04-24 13:29   ` [U-Boot] [U-Boot,V2,8/8] " Tom Rini
2019-03-29 19:15 ` Daniel Schwierzeck [this message]
2019-04-24 13:28 ` [U-Boot] [U-Boot,V2,1/8] led: add initial support for bcm6858 Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=844ebbf0-b06e-07f9-c85a-df8860f46aad@gmail.com \
    --to=daniel.schwierzeck@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox