• A
    OMAPDSS: RFBI: Maintain copy of number of data lines in driver data · 475989b7
    Archit Taneja 提交于
    The RFBI driver currently relies on the omap_dss_device struct to configure the
    number of data lines as specified by the panel. This makes the RFBI interface
    driver dependent on the omap_dss_device struct.
    
    Make the RFBI driver data maintain it's own data lines field. A panel driver
    is expected to call omapdss_rfbi_set_data_lines() to configure the pixel format
    before enabling the interface or calling omap_rfbi_configure().
    Signed-off-by: NArchit Taneja <archit@ti.com>
    475989b7
rfbi.c 23.5 KB