17 Jan, 2013

5 commits

  • This adds LCD panel descriptions to the device tree of PAZ00 and
    enables LCD support in the configuration.

    Signed-off-by: Marc Dietrich
    Signed-off-by: Tom Warren

    Marc Dietrich
     
  • Boards may require a different pinmux setup for DISPALY than the default one.
    Add a way to call into board specific code to set this up.

    Signed-off-by: Marc Dietrich
    Signed-off-by: Tom Warren

    Marc Dietrich
     
  • The TEC ships with a 7" LCD panel that provides a resolution of 800x480
    pixels. Add a corresponding panel description to the device tree and
    enable LCD support in the configuration.

    Signed-off-by: Thierry Reding
    Signed-off-by: Tom Warren

    Thierry Reding
     
  • The Medcom-Wide has a 15" LCD panel with a resolution of 1366x768
    pixels. Add a corresponding panel description to the device tree and
    enable LCD support in the configuration.

    Signed-off-by: Thierry Reding
    Signed-off-by: Tom Warren

    Thierry Reding
     
  • Instead of storing the computed line length in a local variable, store
    it in the global lcd_line_length variable to make sure the LCD subsystem
    can properly draw content for the display resolution.

    This probably wasn't noticed yet because the only board where LCD
    support is currently enabled is Seaboard, which runs at a 1366x768
    resolution. As it happens this is the maximum resolution supported and
    also the default that is used to initialize the framebuffer before the
    configuration from DT is available.

    Signed-off-by: Thierry Reding
    Signed-off-by: Tom Warren

    Thierry Reding
     

16 Jan, 2013

1 commit


15 Jan, 2013

8 commits


14 Jan, 2013

4 commits

  • Albert ARIBAUD
     
  • Previously, the call to draw_logo() was happening irrespective
    of whether we have selected logo or LCD console.
    With this patch we call draw_logo() only when CONFIG_CMD_BMP is selected.

    This would even fix the following compilation warning:
    exynos_fb.c: In function 'draw_logo':
    exynos_fb.c:74:8: warning: variable 'addr' set but not used
    [-Wunused-but-set-variable]
    exynos_fb.c:73:9: warning: variable 'y' set but not used
    [-Wunused-but-set-variable]
    exynos_fb.c:73:6: warning: variable 'x' set but not used
    [-Wunused-but-set-variable]

    Signed-off-by: Ajay Kumar
    Signed-off-by: Minkyu Kang

    Ajay Kumar
     
  • Remove unused variable disp_info to fix the following compilation warning:
    exynos_dp.c: In function 'exynos_init_dp':
    exynos_dp.c:860:23: warning: variable 'disp_info' set but not used
    [-Wunused-but-set-variable]

    Signed-off-by: Ajay Kumar
    Signed-off-by: Minkyu Kang

    Ajay Kumar
     
  • This patch resolves the following build errors for I2C driver in
    VCMA9:

    In file included from s3c24x0_i2c.c:40:0:
    s3c24x0_i2c.h:38:17: error: field 'id' has incomplete type
    s3c24x0_i2c.c:70:39: error: 'CONFIG_MAX_I2C_NUM' undeclared here (not
    in a function) s3c24x0_i2c.c:70:31: warning: 'i2c_bus' defined but
    not used [-Wunused-variable] s3c24x0_i2c.c:72:12: warning:
    'i2c_busses' defined but not used [-Wunused-variable]

    Signed-off-by: Rajeshwari Shinde
    Signed-off-by: Minkyu Kang

    Rajeshwari Shinde
     

13 Jan, 2013

9 commits


12 Jan, 2013

4 commits


11 Jan, 2013

9 commits