diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2017-03-10 15:15:18 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-17 07:10:49 +0100 |
commit | ac201479cc695cb0140e425b9ca8ab2ecdcd2f0d (patch) | |
tree | 78929b3866d2bc0af026c538cd20b72de477c5da /drivers/scsi/stex.c | |
parent | auxdisplay: charlcd: Extract character LCD core from misc/panel (diff) | |
download | linux-ac201479cc695cb0140e425b9ca8ab2ecdcd2f0d.tar.xz linux-ac201479cc695cb0140e425b9ca8ab2ecdcd2f0d.zip |
auxdisplay: charlcd: Add support for 4-bit interfaces
In 4-bit mode, 8-bit commands and data are written using two raw writes
to the data interface: high nibble first, low nibble last. This must be
handled by the low-level driver.
However, as we don't know in which mode (4-bit or 8-bit) nor 4-bit phase
the LCD was left, initialization must always be handled using raw
writes, and needs to configure the LCD for 8-bit mode first.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/scsi/stex.c')
0 files changed, 0 insertions, 0 deletions