[GIT PULL] auxdisplay for v5.18-rc1

From: Miguel Ojeda
Date: Thu Mar 31 2022 - 12:45:10 EST


Hi Linus,

A late but non-urgent PR for auxdisplay. It has been ~10 days in -next.

Cheers,
Miguel

The following changes since commit 09688c0166e76ce2fb85e86b9d99be8b0084cdf9:

Linux 5.17-rc8 (2022-03-13 13:23:37 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 13de23494f387315c6cfab6fe78fbed7d1b25586:

auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy() (2022-03-18 20:31:14 +0100)

----------------------------------------------------------------
A few auxdisplay's lcd2s improvements from Andy Shevchenko.

----------------------------------------------------------------
Andy Shevchenko (5):
auxdisplay: lcd2s: Fix multi-line comment style
auxdisplay: lcd2s: make use of device property API
auxdisplay: lcd2s: use module_i2c_driver to simplify the code
auxdisplay: lcd2s: Switch to i2c ->probe_new()
auxdisplay: lcd2s: Use array size explicitly in lcd2s_gotoxy()

drivers/auxdisplay/lcd2s.c | 55 ++++++++++++++--------------------------------
1 file changed, 17 insertions(+), 38 deletions(-)