lkml.org 
[lkml]   [2021]   [Nov]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[GIT PULL] auxdisplay for v5.16
The following changes since commit 519d81956ee277b4419c723adfb154603c2565ba:

Linux 5.15-rc6 (2021-10-17 20:00:13 -1000)

are available in the Git repository at:

https://github.com/ojeda/linux.git tags/auxdisplay-for-linus-v5.16

for you to fetch changes up to 97fbb29fc1ebde6ce362e3d0a9473d4c6dec7442:

MAINTAINERS: Add DT Bindings for Auxiliary Display Drivers (2021-10-22 00:21:33 +0200)

----------------------------------------------------------------
Auxdisplay improvements:

- 4-digit 7-segment and quad alphanumeric display support for
the ht16k33 driver, allowing the user to display and scroll
text messages, from Geert Uytterhoeven.

- An assortment of fixes and cleanups from Geert Uytterhoeven.

- Header cleanups from Mianhan Liu.

- Whitespace cleanup from Huiquan Deng.
----------------------------------------------------------------
Geert Uytterhoeven (22):
uapi: Add <linux/map_to_14segment.h>
dt-bindings: auxdisplay: ht16k33: Document Adafruit segment displays
auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string
auxdisplay: img-ascii-lcd: Add helper variable dev
auxdisplay: img-ascii-lcd: Convert device attribute to sysfs_emit()
auxdisplay: Extract character line display core support
auxdisplay: linedisp: Use kmemdup_nul() helper
auxdisplay: linedisp: Add support for changing scroll rate
auxdisplay: ht16k33: Connect backlight to fbdev
auxdisplay: ht16k33: Fix frame buffer device blanking
auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize()
auxdisplay: ht16k33: Remove unneeded error check in keypad probe()
auxdisplay: ht16k33: Convert to simple i2c probe function
auxdisplay: ht16k33: Add helper variable dev
auxdisplay: ht16k33: Move delayed work
auxdisplay: ht16k33: Extract ht16k33_brightness_set()
auxdisplay: ht16k33: Extract frame buffer probing
auxdisplay: ht16k33: Add support for segment displays
dt-bindings: auxdisplay: ht16k33: Document LED subnode
auxdisplay: ht16k33: Add LED support
auxdisplay: ht16k33: Make use of device properties
MAINTAINERS: Add DT Bindings for Auxiliary Display Drivers

Huiquan Deng (1):
auxdisplay: cfag12864bfb: code indent should use tabs where possible

Mianhan Liu (3):
auxdisplay: cfag12864bfb: remove superfluous header files
auxdisplay: ks0108: remove superfluous header files
auxdisplay: ht16k33: remove superfluous header files

.../bindings/auxdisplay/holtek,ht16k33.yaml | 32 +-
MAINTAINERS | 1 +
drivers/auxdisplay/Kconfig | 12 +-
drivers/auxdisplay/Makefile | 1 +
drivers/auxdisplay/cfag12864bfb.c | 9 +-
drivers/auxdisplay/ht16k33.c | 501 ++++++++++++++++-----
drivers/auxdisplay/img-ascii-lcd.c | 205 ++-------
drivers/auxdisplay/ks0108.c | 3 -
drivers/auxdisplay/line-display.c | 261 +++++++++++
drivers/auxdisplay/line-display.h | 43 ++
include/uapi/linux/map_to_14segment.h | 241 ++++++++++
11 files changed, 1023 insertions(+), 286 deletions(-)
create mode 100644 drivers/auxdisplay/line-display.c
create mode 100644 drivers/auxdisplay/line-display.h
create mode 100644 include/uapi/linux/map_to_14segment.h

\
 
 \ /
  Last update: 2021-11-06 15:28    [W:1.504 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site