13 Jan, 2014

2 commits

  • The array reserved as a placeholder in the structure ipu_idmac
    should contain 44 32bit unsigned integer entries instead of 45
    ones, because the placeholder is located bewteen the register
    IDMAC_SC_CORD1 and the register IDMAC_CH_BUSY_1 with the address
    offsets of 0x804c and 0x8100 respectively.

    Reported-by: Robin Gong
    Acked-by: Robin Gong
    Cc: Stefano Babic
    Signed-off-by: Liu Ying

    Liu Ying
     
  • The array reserved1 as a placeholder in the structure ipu_cm
    should contain 4 32bit unsigned integer entries instead of 16
    ones, because the placeholder is located bewteen the register
    IPU_CH_DB_MODE_SEL_1 and the register IPU_ALT_CH_DB_MODE_SEL_0
    with the address offsets of 0x154 and 0x168 respectively.

    Reported-by: Robin Gong
    Acked-by: Robin Gong
    Cc: Stefano Babic
    Signed-off-by: Liu Ying

    Liu Ying
     

24 Jul, 2013

1 commit


10 Nov, 2012

1 commit


10 Jul, 2012

1 commit


25 May, 2012

1 commit


02 Oct, 2011

1 commit

  • ipu_disp.c: In function ‘ipu_disp_set_global_alpha’:
    ipu_disp.c:1237:11: warning: variable ‘flow’ set but not used
    [-Wunused-but-set-variable]
    ipu_disp.c: In function ‘ipu_disp_set_color_key’:
    ipu_disp.c:1302:16: warning: variable ‘flow’ set but not used
    [-Wunused-but-set-variable]

    Signed-off-by: Marek Vasut
    Cc: Stefano Babic

    Marek Vasut
     

22 Oct, 2010

1 commit

  • The patch is a porting of the IPU Linux driver
    developed by Freescale to have framebuffer
    functionalities in u-boot. The port is based on
    kernel 2.6.31 commit cc4fe714041805997b601fe8e5dd585d8a99297f,
    as delivered by Freescale [i.MX BSP].
    Most features are dropped from the original driver and
    only LCD support is the goal of this porting.

    Signed-off-by: Stefano Babic

    Stefano Babic