11 May, 2020

1 commit

  • Current operations structure has provided disable callback, but
    there is no API from dsi_host uclass to use it.

    Add this disable host interface, so that dsi bridge can call it
    to disable host

    Signed-off-by: Ye Li
    (cherry picked from commit f051226ae38d6035c52629fe12f3d661c9891be1)

    Ye Li
     

14 Oct, 2019

1 commit

  • Display Serial Interface (DSI) host can usefully be modelled
    as their own uclass.
    DSI defines a serial bus and a communication protocol
    between the host and the device (panel, bridge).

    Signed-off-by: Yannick Fertré

    Yannick Fertré