Re: [PATCH v3] auxdisplay: ht16k33: Driver for LED controller.

From: Rob Herring
Date: Sun Feb 21 2016 - 21:56:38 EST


On Thu, Feb 18, 2016 at 10:44:02AM +0100, Robin van der Gracht wrote:
> This is a driver for the Holtek HT16K33 LED controller with keyscan.
>
> Signed-off-by: Robin van der Gracht <robin@xxxxxxxxxxx>
> ---
> Changes in v3:
> - Renamed device-tree property 'refresh-rate' to 'refresh-rate-hz'
> - Renamed device-tree property 'default-brightness' to 'default-brightness-level'
> - Realligned the strings in the documentation (ht16k33.txt).
>
> .../devicetree/bindings/display/ht16k33.txt | 42 ++

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/auxdisplay/Kconfig | 9 +
> drivers/auxdisplay/Makefile | 1 +
> drivers/auxdisplay/ht16k33.c | 574 +++++++++++++++++++++
> 4 files changed, 626 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/display/ht16k33.txt
> create mode 100644 drivers/auxdisplay/ht16k33.c