[GIT PULL] auxdisplay for v5.15-rc1

From: Miguel Ojeda
Date: Wed Sep 08 2021 - 20:09:01 EST


Hi Linus,

Please pull these improvements for auxdisplay.

These were sitting in my queue for a long time.

(And apologies for the late PR)

Cheers,
Miguel

The following changes since commit 614124bea77e452aa6df7a8714e8bc820b489922:

Linux 5.13-rc5 (2021-06-06 15:47:27 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 24ebc044c72ee6e88dc902a0041bac672f012537:

auxdisplay: Replace symbolic permissions with octal permissions (2021-07-16 07:42:35 +0200)

----------------------------------------------------------------
An assortment of improvements for auxdisplay:

- Replace symbolic permissions with octal permissions (Jinchao Wang)

- ks0108: Switch to use module_parport_driver() (Andy Shevchenko)

- charlcd: Drop unneeded initializers and switch to C99 style (Andy Shevchenko)

- hd44780: Fix oops on module unloading (Lars Poeschel)

- Add I2C gpio expander example (Ralf Schlatterbeck)

----------------------------------------------------------------
Andy Shevchenko (2):
auxdisplay: charlcd: Drop unneeded initializers and switch to C99 style
auxdisplay: ks0108: Switch to use module_parport_driver()

Jinchao Wang (1):
auxdisplay: Replace symbolic permissions with octal permissions

Lars Poeschel (1):
auxdisplay: hd44780: Fix oops on module unloading

Ralf Schlatterbeck (1):
auxdisplay: Add I2C gpio expander example

.../bindings/auxdisplay/hit,hd44780.yaml | 31 +++++++++++++++++++++-
drivers/auxdisplay/cfag12864b.c | 2 +-
drivers/auxdisplay/charlcd.c | 4 +--
drivers/auxdisplay/hd44780.c | 2 +-
drivers/auxdisplay/ks0108.c | 18 +++----------
5 files changed, 36 insertions(+), 21 deletions(-)