Searched hist:"01 ec46dfa633a52ccfe38d4a194460d6adb2ba00" (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/auxdisplay/ |
H A D | hd44780_common.h | diff 01ec46dfa633a52ccfe38d4a194460d6adb2ba00 Tue Nov 03 10:58:17 CET 2020 Lars Poeschel <poeschel@lemonage.de> auxdisplay: Move init_display to hd44780_common
The init_display function is moved over to hd44780_common. charlcd uses it via its ops function pointer and drivers initialize the ops with the common hd44780_common_init_display function.
Reviewed-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Lars Poeschel <poeschel@lemonage.de> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
|
H A D | hd44780_common.c | diff 01ec46dfa633a52ccfe38d4a194460d6adb2ba00 Tue Nov 03 10:58:17 CET 2020 Lars Poeschel <poeschel@lemonage.de> auxdisplay: Move init_display to hd44780_common
The init_display function is moved over to hd44780_common. charlcd uses it via its ops function pointer and drivers initialize the ops with the common hd44780_common_init_display function.
Reviewed-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Lars Poeschel <poeschel@lemonage.de> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
|
H A D | charlcd.h | diff 01ec46dfa633a52ccfe38d4a194460d6adb2ba00 Tue Nov 03 10:58:17 CET 2020 Lars Poeschel <poeschel@lemonage.de> auxdisplay: Move init_display to hd44780_common
The init_display function is moved over to hd44780_common. charlcd uses it via its ops function pointer and drivers initialize the ops with the common hd44780_common_init_display function.
Reviewed-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Lars Poeschel <poeschel@lemonage.de> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
|
H A D | hd44780.c | diff 01ec46dfa633a52ccfe38d4a194460d6adb2ba00 Tue Nov 03 10:58:17 CET 2020 Lars Poeschel <poeschel@lemonage.de> auxdisplay: Move init_display to hd44780_common
The init_display function is moved over to hd44780_common. charlcd uses it via its ops function pointer and drivers initialize the ops with the common hd44780_common_init_display function.
Reviewed-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Lars Poeschel <poeschel@lemonage.de> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
|
H A D | panel.c | diff 01ec46dfa633a52ccfe38d4a194460d6adb2ba00 Tue Nov 03 10:58:17 CET 2020 Lars Poeschel <poeschel@lemonage.de> auxdisplay: Move init_display to hd44780_common
The init_display function is moved over to hd44780_common. charlcd uses it via its ops function pointer and drivers initialize the ops with the common hd44780_common_init_display function.
Reviewed-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Lars Poeschel <poeschel@lemonage.de> Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
|