This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from b5013d084e03 Merge tag '5.16-rc-part1-smb3-client-fixes' of git://git.s [...] new d08fd747d0ed Compiler Attributes: remove GCC 5.1 mention new 7c00621dcaee compiler_types: mark __compiletime_assert failure as __noreturn new e54ffb96e6f4 Merge tag 'compiler-attributes-for-linus-v5.16' of git://g [...] new c353d7ce76bf uapi: Add <linux/map_to_14segment.h> new ae53c6963f5a dt-bindings: auxdisplay: ht16k33: Document Adafruit segmen [...] new afcb5a811ff3 auxdisplay: img-ascii-lcd: Fix lock-up when displaying emp [...] new 7b88e5530f4d auxdisplay: img-ascii-lcd: Add helper variable dev new 12a19324ebd9 auxdisplay: img-ascii-lcd: Convert device attribute to sys [...] new 7e76aece6f03 auxdisplay: Extract character line display core support new 364f2c392f2b auxdisplay: linedisp: Use kmemdup_nul() helper new d79141c39fe1 auxdisplay: linedisp: Add support for changing scroll rate new 80f9eb70fd92 auxdisplay: ht16k33: Connect backlight to fbdev new 840fe2583325 auxdisplay: ht16k33: Fix frame buffer device blanking new fb61e137c004 auxdisplay: ht16k33: Use HT16K33_FB_SIZE in ht16k33_initialize() new 11b92913d1ca auxdisplay: ht16k33: Remove unneeded error check in keypad [...] new e66b4f4f5279 auxdisplay: ht16k33: Convert to simple i2c probe function new d08a44d86f9e auxdisplay: ht16k33: Add helper variable dev new 85d93b165f81 auxdisplay: ht16k33: Move delayed work new b37cc2202705 auxdisplay: ht16k33: Extract ht16k33_brightness_set() new fcbb3c356eae auxdisplay: ht16k33: Extract frame buffer probing new a0428724cf9b auxdisplay: ht16k33: Add support for segment displays new 2904c01428e7 dt-bindings: auxdisplay: ht16k33: Document LED subnode new c223d9c636ed auxdisplay: ht16k33: Add LED support new 5d343f7c458c auxdisplay: ht16k33: Make use of device properties new 83bb3d512fc2 auxdisplay: cfag12864bfb: remove superfluous header files new 2b7ea42e7e29 auxdisplay: ks0108: remove superfluous header files new 1515b849f726 auxdisplay: ht16k33: remove superfluous header files new 4e5d74fc6b04 auxdisplay: cfag12864bfb: code indent should use tabs wher [...] new 97fbb29fc1eb MAINTAINERS: Add DT Bindings for Auxiliary Display Drivers new e582e08ec059 Merge tag 'auxdisplay-for-linus-v5.16' of git://github.com [...] new c80be257a4cd i2c: xgene-slimpro: Fix wrong pointer passed to PTR_ERR() new 6b75d88fa81b Merge branch 'i2c/for-current' of git://git.kernel.org/pub [...]
The 32 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../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 ++ drivers/i2c/busses/i2c-xgene-slimpro.c | 2 +- include/linux/compiler_attributes.h | 1 - include/linux/compiler_types.h | 8 +- include/uapi/linux/map_to_14segment.h | 241 ++++++++++ 14 files changed, 1031 insertions(+), 289 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