• A
    OMAPDSS: n8x0 panel: handle gpio data in panel driver · 64f93897
    Archit Taneja 提交于
    The n8x0 panel driver leaves gpio configurations to the platform_enable and
    disable calls in the platform's board file. These should happen in the panel
    driver itself.
    
    A platform data struct called panel_n8x0_data already exists to hold gpio
    numbers and other platform data. However, the gpio requests are expected to be
    done in the board file and not the panel driver.
    
    Request all the gpios in the panel driver so that the board files which use
    the the panel don't need to do it. This will help in removing the need for the
    panel drivers to have platform related callbacks.
    Signed-off-by: NArchit Taneja <archit@ti.com>
    64f93897
panel-n8x0.c 13.7 KB