public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Miguel Ojeda <ojeda@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
	Mianhan Liu <liumh1@shanghaitech.edu.cn>,
	Huiquan Deng <denghuiquan@cdjrlc.com>,
	Miguel Ojeda <ojeda@kernel.org>,
	linux-kernel@vger.kernel.org
Subject: [GIT PULL] auxdisplay for v5.16
Date: Sat, 6 Nov 2021 15:27:47 +0100	[thread overview]
Message-ID: <20211106142747.GA19096@kernel.org> (raw)

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

             reply	other threads:[~2021-11-06 14:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-06 14:27 Miguel Ojeda [this message]
2021-11-07 19:14 ` [GIT PULL] auxdisplay for v5.16 pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2021-12-28 15:45 Miguel Ojeda
2021-12-28 20:11 ` pr-tracker-bot

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=20211106142747.GA19096@kernel.org \
    --to=ojeda@kernel.org \
    --cc=denghuiquan@cdjrlc.com \
    --cc=geert@linux-m68k.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=liumh1@shanghaitech.edu.cn \
    --cc=torvalds@linux-foundation.org \
    /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