Skip to content
Snippets Groups Projects
  • Dario Binacchi's avatar
    ff94c15a
    video: omap: add panel driver · ff94c15a
    Dario Binacchi authored and Lokesh Vutla's avatar Lokesh Vutla committed
    
    The previous version of am335x-fb.c contained the functionalities of two
    drivers that this patch has split. It was a video type driver that used
    the same registration compatible string that now registers a panel type
    driver. The proof of this is that two compatible strings were referred
    to within the same driver.
    There are now two drivers, each with its own compatible string,
    functions and API.
    Furthermore, the panel driver, in addition to decoding the display
    timings, is now also able to manage the backlight.
    
    Signed-off-by: default avatarDario Binacchi <dariobin@libero.it>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
    ff94c15a
    History
    video: omap: add panel driver
    Dario Binacchi authored and Lokesh Vutla's avatar Lokesh Vutla committed
    
    The previous version of am335x-fb.c contained the functionalities of two
    drivers that this patch has split. It was a video type driver that used
    the same registration compatible string that now registers a panel type
    driver. The proof of this is that two compatible strings were referred
    to within the same driver.
    There are now two drivers, each with its own compatible string,
    functions and API.
    Furthermore, the panel driver, in addition to decoding the display
    timings, is now also able to manage the backlight.
    
    Signed-off-by: default avatarDario Binacchi <dariobin@libero.it>
    Reviewed-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>