[GIT PULL] auxdisplay for 6.13-1

From: Andy Shevchenko
Date: Wed Nov 06 2024 - 06:44:16 EST


Hi Linus,

New cycle new tiny update to auxdisplay subsystem. The changes were
a few weeks in Linux Next without reported problems. Please, apply
to v6.13-rc1 (or to current cycle if you want, there shouldn't be
any dependencies or conflicts),

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplay.git tags/auxdisplay-v6.13-1

for you to fetch changes up to 0b028ff7e70ecbe5240ad92e36a664af5cf7f382:

auxdisplay: Remove unused functions (2024-10-08 20:48:18 +0300)

----------------------------------------------------------------
auxdisplay for v6.13-1

* Move Holtek 16k33 driver to use agnostic i2c_get_match_data()
* Miscellaneuous cleanups

The following is an automated git shortlog grouped by driver:

cfag12864b:
- Remove unused functions

ht16k33:
- Make use of i2c_get_match_data()
- Drop explicit initialization of struct i2c_device_id::driver_data to 0

lcd2s:
- Drop explicit initialization of struct i2c_device_id::driver_data to 0

----------------------------------------------------------------
Andy Shevchenko (1):
auxdisplay: ht16k33: Make use of i2c_get_match_data()

Dr. David Alan Gilbert (1):
auxdisplay: Remove unused functions

Uwe Kleine-König (1):
auxdisplay: Drop explicit initialization of struct i2c_device_id::driver_data to 0

drivers/auxdisplay/cfag12864b.c | 12 ------------
drivers/auxdisplay/ht16k33.c | 10 +++++-----
drivers/auxdisplay/lcd2s.c | 2 +-
include/linux/cfag12864b.h | 17 -----------------
4 files changed, 6 insertions(+), 35 deletions(-)

--
With Best Regards,
Andy Shevchenko