lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20211106142747.GA19096@kernel.org>
Date:   Sat, 6 Nov 2021 15:27:47 +0100
From:   Miguel Ojeda <ojeda@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Geert Uytterhoeven <geert@...ux-m68k.org>,
        Mianhan Liu <liumh1@...nghaitech.edu.cn>,
        Huiquan Deng <denghuiquan@...rlc.com>,
        Miguel Ojeda <ojeda@...nel.org>, linux-kernel@...r.kernel.org
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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ