[GIT PULL] auxdisplay for v5.6-rc6

From: Miguel Ojeda
Date: Tue Mar 10 2020 - 12:14:00 EST


Hi Linus,

Please pull these small changes for auxdisplay.

Cheers,
Miguel

The following changes since commit 98d54f81e36ba3bf92172791eba5ca5bd813989b:

Linux 5.6-rc4 (2020-03-01 16:38:46 -0600)

are available in the Git repository at:

https://github.com/ojeda/linux.git tags/auxdisplay-for-linus-v5.6-rc6

for you to fetch changes up to 2f920c0f0e29268827c2894c6e8f237a78159718:

auxdisplay: charlcd: replace zero-length array with flexible-array member (2020-03-06 22:18:07 +0100)

----------------------------------------------------------------
A few minor auxdisplay improvements:

- charlcd: replace zero-length array with flexible-array member
From the kernel-wide cleanup Gustavo A. R. Silva is performing

- img-ascii-lcd: convert to devm_platform_ioremap_resource
From Yangtao Li

- Fix Kconfig indentation
From Krzysztof Kozlowski

----------------------------------------------------------------
Gustavo A. R. Silva (1):
auxdisplay: charlcd: replace zero-length array with flexible-array member

Krzysztof Kozlowski (1):
auxdisplay: Fix Kconfig indentation

Yangtao Li (1):
auxdisplay: img-ascii-lcd: convert to devm_platform_ioremap_resource

drivers/auxdisplay/Kconfig | 16 ++++++++--------
drivers/auxdisplay/charlcd.c | 2 +-
drivers/auxdisplay/img-ascii-lcd.c | 4 +---
3 files changed, 10 insertions(+), 12 deletions(-)