[GIT PULL] auxdisplay for v5.3-rc5
From: Miguel Ojeda
Date: Thu Aug 15 2019 - 11:34:10 EST
Hi Linus,
Please pull these few fixes for auxdisplay for this cycle.
Cheers,
Miguel
The following changes since commit e21a712a9685488f5ce80495b37b9fdbe96c230d:
Linux 5.3-rc3 (2019-08-04 18:40:12 -0700)
are available in the Git repository at:
https://github.com/ojeda/linux.git tags/auxdisplay-for-linus-v5.3-rc5
for you to fetch changes up to 6c4d6bc5486466e3a67cc47270001d0b4a26eed4:
auxdisplay: Fix a typo in cfag12864b-example.c (2019-08-08 20:00:18 +0200)
----------------------------------------------------------------
A few minor auxdisplay improvements:
- A couple of small header cleanups for charlcd
From Masahiro Yamada
- A trivial typo fix for the sampels of cfag12864b
From Masahiro Yamada
- An Kconfig help text improvement for charlcd
From Mans Rullgard
- An error path fix for panel
From zhengbin
----------------------------------------------------------------
Mans Rullgard (1):
auxdisplay: charlcd: add help text for backlight initial state
Masahiro Yamada (2):
auxdisplay: charlcd: move charlcd.h to drivers/auxdisplay
auxdisplay: charlcd: add include guard to charlcd.h
Masanari Iida (1):
auxdisplay: Fix a typo in cfag12864b-example.c
zhengbin (1):
auxdisplay: panel: need to delete scan_timer when misc_register fails in panel_attach
drivers/auxdisplay/Kconfig | 5 +++++
drivers/auxdisplay/charlcd.c | 2 +-
{include/misc => drivers/auxdisplay}/charlcd.h | 5 +++++
drivers/auxdisplay/hd44780.c | 3 +--
drivers/auxdisplay/panel.c | 4 +++-
samples/auxdisplay/cfag12864b-example.c | 2 +-
6 files changed, 16 insertions(+), 5 deletions(-)
rename {include/misc => drivers/auxdisplay}/charlcd.h (94%)