mbox series

[0/3] auxdisplay: ht16k33: Improvement, fix, and json-schema conversion

Message ID 20210118123538.564597-1-geert@linux-m68k.org
Headers show
Series auxdisplay: ht16k33: Improvement, fix, and json-schema conversion | expand

Message

Geert Uytterhoeven Jan. 18, 2021, 12:35 p.m. UTC
Hi Robin, Rob, Miguel,

This patch series contains various updates for the Holtek HT16K33 LED
controller with keyscan DT bindings and driver:
  1. Make the keypad function optional, from an old patch by Robin that seem to
     have fallen through the cracks,
  2. Fix the default brightness range,
  3. Convert DT bindings to json-schema.

Thanks!

Geert Uytterhoeven (2):
  dt-bindings: auxdisplay: ht16k33: Fix default-brightness-level range
  dt-bindings: auxdisplay: ht16k33: Convert to json-schema

Robin van der Gracht (1):
  dt-bindings: auxdisplay: ht16k33: Keyscan function should be optional

 .../bindings/auxdisplay/holtek,ht16k33.yaml   | 77 +++++++++++++++++++
 .../devicetree/bindings/display/ht16k33.txt   | 40 ----------
 MAINTAINERS                                   |  2 +-
 drivers/auxdisplay/ht16k33.c                  | 14 ++--
 4 files changed, 84 insertions(+), 49 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/auxdisplay/holtek,ht16k33.yaml
 delete mode 100644 Documentation/devicetree/bindings/display/ht16k33.txt

Comments

Miguel Ojeda Jan. 23, 2021, 12:47 p.m. UTC | #1
On Mon, Jan 18, 2021 at 2:36 PM robin <robin@protonic.nl> wrote:
>

> Thanks for digging this up. Not sure why this was dropped. I still think

> it's usefull.


Not intentional -- probably slipped, sorry.

Cheers,
Miguel
Miguel Ojeda Jan. 25, 2021, 9:19 p.m. UTC | #2
On Mon, Jan 18, 2021 at 1:35 PM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>

> From: Robin van der Gracht <robin@protonic.nl>

>

> Keyscan should be optional to support simple LED matrix displays (output

> only).


Applied to -next, thanks!

Cheers,
Miguel
Miguel Ojeda Jan. 25, 2021, 9:20 p.m. UTC | #3
On Mon, Jan 18, 2021 at 1:35 PM Geert Uytterhoeven <geert@linux-m68k.org> wrote:
>

> V4 changed the range from 0..15 to 1..16 in the driver, to match the

> dimming set hardware register, but forgot to update the DT binding

> documentation.


Applied to -next, thanks!

Cheers,
Miguel