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 <ro...@protonic.nl> > --- > 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 <r...@kernel.org> > 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