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
     

10 Jan, 2014

35 commits


09 Jan, 2014

3 commits