13 Feb, 2012

3 commits

  • Samsung EXYNOS SoC such Exynos5 has DP controller and embedded DP
    panel can be used. This patch supports DP driver based on Samsung
    EXYNOS SoC chip.

    Signed-off-by: Jingoo Han
    Signed-off-by: Andrew Morton
    Signed-off-by: Florian Tobias Schandinat

    Jingoo Han
     
  • An moled panel driver based MIPI DSI interface. S6E8AX0 means it may
    includes many other ldi controllers, for example, S6E8AA0, S6E8AB0, and so
    on.

    This patch can be modified depending on each panel properites. For
    example, second parameter of panel condition register can be changed
    depending on ldi controller or amoled type.

    [akpm@linux-foundation.org: fix Kconfig syntax error]
    [akpm@linux-foundation.org: coding-style fixes]
    Signed-off-by: Donghwa Lee
    Signed-off-by: Inki Dae
    Signed-off-by: Kyungmin Park
    Cc: Jingoo Han
    Cc: Richard Purdie
    Signed-off-by: Andrew Morton
    Signed-off-by: Florian Tobias Schandinat

    Donghwa Lee
     
  • Samsung S5PC210 and EXYNOS SoC platform has MIPI-DSI controller and
    MIPI-DSI based LCD Panel could be used with it. This patch supports
    MIPI-DSI driver based Samsung SoC chip.

    LCD panel driver based MIPI-DSI should be registered to MIPI-DSI driver at
    machine code and LCD panel driver specific function registered to
    mipi_dsim_ddi structure at lcd panel init function called system init. In
    the MIPI-DSI driver, find lcd panel driver by using registered lcd panel
    name, and then initialize lcd panel driver.

    Signed-off-by: Donghwa Lee
    Signed-off-by: Inki Dae
    Signed-off-by: Kyungmin Park
    Acked-by: Jingoo Han
    Cc: Richard Purdie
    Signed-off-by: Andrew Morton
    Signed-off-by: Florian Tobias Schandinat

    Donghwa Lee