All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] auxdisplay for v5.16
@ 2021-12-28 15:45 Miguel Ojeda
  2021-12-28 20:11 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Miguel Ojeda @ 2021-12-28 15:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Luiz Sampaio, Miguel Ojeda, linux-kernel

Hi Linus,

Please pull a couple small changes for v5.16 or v5.17.

Cheers,
Miguel

The following changes since commit 136057256686de39cc3a07c2e39ef6bc43003ff6:

  Linux 5.16-rc2 (2021-11-21 13:47:39 -0800)

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 4daa9ff89ef27be43c15995412d6aee393a78200:

  auxdisplay: charlcd: checking for pointer reference before dereferencing (2021-11-24 11:46:52 +0100)

----------------------------------------------------------------
A couple improvements for auxdisplay:

  - charlcd: checking for pointer reference before dereferencing.

  - charlcd: fixing coding style issue.

----------------------------------------------------------------
Luiz Sampaio (2):
      auxdisplay: charlcd: fixing coding style issue
      auxdisplay: charlcd: checking for pointer reference before dereferencing

 drivers/auxdisplay/charlcd.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] auxdisplay for v5.16
  2021-12-28 15:45 [GIT PULL] auxdisplay for v5.16 Miguel Ojeda
@ 2021-12-28 20:11 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-12-28 20:11 UTC (permalink / raw)
  To: Miguel Ojeda; +Cc: Linus Torvalds, Luiz Sampaio, Miguel Ojeda, linux-kernel

The pull request you sent on Tue, 28 Dec 2021 16:45:16 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ecf71de775a049cbfa6298deceb8ba2083331171

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] auxdisplay for v5.16
  2021-11-06 14:27 Miguel Ojeda
@ 2021-11-07 19:14 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2021-11-07 19:14 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Linus Torvalds, Geert Uytterhoeven, Mianhan Liu, Huiquan Deng,
	Miguel Ojeda, linux-kernel

The pull request you sent on Sat, 6 Nov 2021 15:27:47 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e582e08ec059cc9a93d5d154a6429fc4779cf275

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] auxdisplay for v5.16
@ 2021-11-06 14:27 Miguel Ojeda
  2021-11-07 19:14 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Miguel Ojeda @ 2021-11-06 14:27 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Geert Uytterhoeven, Mianhan Liu, Huiquan Deng, Miguel Ojeda,
	linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-28 20:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-28 15:45 [GIT PULL] auxdisplay for v5.16 Miguel Ojeda
2021-12-28 20:11 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2021-11-06 14:27 Miguel Ojeda
2021-11-07 19:14 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.