]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
auxdisplay: Introduce hd44780_common.[ch]
authorLars Poeschel <poeschel@lemonage.de>
Tue, 3 Nov 2020 09:58:05 +0000 (10:58 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Wed, 4 Nov 2020 10:04:02 +0000 (11:04 +0100)
commit718e05ed92ecac0d9d3954bcc8064527c3ce7565
treee724e59f1c8e189aa82ef9585a10c412f4e13007
parent66ce7d5c1e124b497f45aead50df1dc3c2873382
auxdisplay: Introduce hd44780_common.[ch]

There is some hd44780 specific code in charlcd and this code is used by
multiple drivers. To make charlcd independent from this device specific
code this has to be moved to a place where the multiple drivers can
share their common code. This common place is now introduced as
hd44780_common.

Reviewed-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
drivers/auxdisplay/Kconfig
drivers/auxdisplay/Makefile
drivers/auxdisplay/hd44780.c
drivers/auxdisplay/hd44780_common.c [new file with mode: 0644]
drivers/auxdisplay/hd44780_common.h [new file with mode: 0644]
drivers/auxdisplay/panel.c