linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] auxdisplay for v5.11
@ 2020-12-13  4:24 Miguel Ojeda
  2020-12-14 19:51 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Miguel Ojeda @ 2020-12-13  4:24 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Lars Poeschel, Willy Tarreau, Dan Carpenter, Randy Dunlap,
	Miguel Ojeda, linux-kernel

Hi Linus,

This time there have been quite a few changes in auxdisplay thanks to
a refactor by Lars Poeschel to share code in order to introduce a new driver.

I am sending these earlier than usual. Please also note I am using
a different email address than usual, too.

Cheers,
Miguel

The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

  Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 351dcacc6d774258be9fec6f51c14f8ff38243f6:

  auxdisplay: panel: Remove redundant charlcd_ops structures (2020-11-16 17:13:37 +0100)

----------------------------------------------------------------
A bigger set of changes than usual for auxdisplay:

  - Significant refactor work to make charlcd independent
    of device, i.e. hd44780 (Lars Poeschel)

  - New driver: lcd2s (Lars Poeschel)

  - Fixes on top of the rework while being tested in -next
    (Lars Poeschel, Dan Carpenter and kernel test robot)

----------------------------------------------------------------
Dan Carpenter (1):
      auxdisplay: fix use after free in lcd2s_i2c_remove()

Lars Poeschel (28):
      auxdisplay: Use an enum for charlcd backlight on/off ops
      auxdisplay: Introduce hd44780_common.[ch]
      auxdisplay: Move hwidth and bwidth to struct hd44780_common
      auxdisplay: Move ifwidth to struct hd44780_common
      auxdisplay: Move write_data pointer to hd44780_common
      auxdisplay: Move write_cmd pointers to hd44780 drivers
      auxdisplay: Move addr out of charlcd_priv
      auxdisplay: hd44780_common_print
      auxdisplay: provide hd44780_common_gotoxy
      auxdisplay: add home to charlcd_ops
      auxdisplay: Move clear_display to hd44780_common
      auxdisplay: make charlcd_backlight visible to hd44780_common
      auxdisplay: Make use of enum for backlight on / off
      auxdisplay: Move init_display to hd44780_common
      auxdisplay: implement various hd44780_common_ functions
      auxdisplay: cleanup unnecessary hd44780 code in charlcd
      auxdisplay: Move char redefine code to hd44780_common
      auxdisplay: Call charlcd_backlight in place
      auxdisplay: hd44780_common: Reduce clear_display timeout
      auxdisplay: hd44780: Remove clear_fast
      auxdisplay: charlcd: replace last device specific stuff
      auxdisplay: Change gotoxy calling interface
      auxdisplay: charlcd: Do not print chars at end of line
      auxdisplay: lcd2s DT binding doc
      auxdisplay: add a driver for lcd2s character display
      auxdisplay: hd44780_common: Fix build error
      auxdisplay: panel: Fix missing print function pointer
      auxdisplay: panel: Remove redundant charlcd_ops structures

kernel test robot (1):
      auxdisplay: fix platform_no_drv_owner.cocci warnings

 .../bindings/auxdisplay/modtronix,lcd2s.yaml       |  58 +++
 .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
 drivers/auxdisplay/Kconfig                         |  33 +-
 drivers/auxdisplay/Makefile                        |   2 +
 drivers/auxdisplay/charlcd.c                       | 412 ++++++---------------
 drivers/auxdisplay/charlcd.h                       |  86 ++++-
 drivers/auxdisplay/hd44780.c                       | 120 ++++--
 drivers/auxdisplay/hd44780_common.c                | 361 ++++++++++++++++++
 drivers/auxdisplay/hd44780_common.h                |  33 ++
 drivers/auxdisplay/lcd2s.c                         | 402 ++++++++++++++++++++
 drivers/auxdisplay/panel.c                         | 173 ++++-----
 11 files changed, 1218 insertions(+), 464 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/auxdisplay/modtronix,lcd2s.yaml
 create mode 100644 drivers/auxdisplay/hd44780_common.c
 create mode 100644 drivers/auxdisplay/hd44780_common.h
 create mode 100644 drivers/auxdisplay/lcd2s.c

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

* Re: [GIT PULL] auxdisplay for v5.11
  2020-12-13  4:24 [GIT PULL] auxdisplay for v5.11 Miguel Ojeda
@ 2020-12-14 19:51 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-12-14 19:51 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: Linus Torvalds, Lars Poeschel, Willy Tarreau, Dan Carpenter,
	Randy Dunlap, Miguel Ojeda, linux-kernel

The pull request you sent on Sun, 13 Dec 2020 05:24:50 +0100:

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

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

Thank you!

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

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

end of thread, other threads:[~2020-12-14 19:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-13  4:24 [GIT PULL] auxdisplay for v5.11 Miguel Ojeda
2020-12-14 19:51 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).