• Sudhakar Rajashekhara's avatar
    Staging: panel: Add support for TI CLCD interface · 77943d31
    Sudhakar Rajashekhara authored
    On TI DA850/OMAP-L138 EVM, HD44780 (24x2) LCD panel is being
    used[1], but it is interfaced through the SoC specific LCD
    interface and not through parallel port. A parallel port
    driver has been developed which interfaces to the panel driver
    through the SoC specific LCD interface.
    
    Basically, both the serial and parallel interfaces supported
    by the panel driver do not suit the specific interface SoC is
    supporting so, a new interface type has been introduced.
    
    Ideally the panel driver should be de-coupled from parallel
    and serial port related items but this patch is something
    that can be merged in the meantime.
    
    [1]Specification of the character LCD interface on TI DA850/OMAP-L138:
    http://www.ti.com/litv/pdf/sprufm0a.
    Signed-off-by: default avatarSudhakar Rajashekhara <sudhakar.raj@ti.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
    77943d31
panel.c 60 KB