public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] auxdisplay for v5.1-rc2
@ 2019-03-23 17:13 Miguel Ojeda
  2019-03-24 18:40 ` pr-tracker-bot
  2019-03-24 21:10 ` Linus Torvalds
  0 siblings, 2 replies; 4+ messages in thread
From: Miguel Ojeda @ 2019-03-23 17:13 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Andy Shevchenko, Mans Rullgard, Geert Uytterhoeven,
	Ksenija Stanojevic, Randy Dunlap, Miguel Ojeda, linux-kernel

Hi Linus,

Please pull these fixes and improvements for auxdisplay.

Cheers,
Miguel

The following changes since commit 1c163f4c7b3f621efff9b28a47abb36f7378d783:

  Linux 5.0 (2019-03-03 15:21:29 -0800)

are available in the Git repository at:

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

for you to fetch changes up to cc5d04d840d62d7c75e268c51da7cd0be2ee03c0:

  auxdisplay: charlcd: make backlight initial state configurable (2019-03-17 08:48:45 +0100)

----------------------------------------------------------------
A few fixes and improvements for auxdisplay:

  - Series to fix a memory leak in hd44780
    while introducing charlcd_free().
    From Andy Shevchenko

  - Series to clean up the Kconfig menus and
    a couple of improvements for charlcd.
    From Mans Rullgard

----------------------------------------------------------------
Andy Shevchenko (5):
      auxdisplay: hd44780: Fix memory leak on ->remove()
      auxdisplay: charlcd: Move to_priv() to charlcd namespace
      auxdisplay: charlcd: Introduce charlcd_free() helper
      auxdisplay: panel: Convert to use charlcd_free()
      auxdisplay: hd44780: Convert to use charlcd_free()

Mans Rullgard (3):
      auxdisplay: deconfuse configuration
      auxdisplay: charlcd: simplify init message display
      auxdisplay: charlcd: make backlight initial state configurable

 drivers/auxdisplay/Kconfig   | 38 ++++++++++++++++++++++++++----
 drivers/auxdisplay/Makefile  |  2 +-
 drivers/auxdisplay/charlcd.c | 55 ++++++++++++++++++++++++++++----------------
 drivers/auxdisplay/hd44780.c |  4 +++-
 drivers/auxdisplay/panel.c   |  4 ++--
 include/misc/charlcd.h       |  1 +
 6 files changed, 75 insertions(+), 29 deletions(-)

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

end of thread, other threads:[~2019-03-24 22:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-23 17:13 [GIT PULL] auxdisplay for v5.1-rc2 Miguel Ojeda
2019-03-24 18:40 ` pr-tracker-bot
2019-03-24 21:10 ` Linus Torvalds
2019-03-24 22:01   ` Miguel Ojeda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox