1. 13 8月, 2014 13 次提交
  2. 12 8月, 2014 1 次提交
  3. 11 8月, 2014 3 次提交
    • J
      lcd: remove unused lcd_puts_xy · 072f210a
      Jeroen Hofstee 提交于
      prevents a clang warning that the function is
      never used.
      
      cc: agust@denx.de
      Signed-off-by: NJeroen Hofstee <jeroen@myspectrum.nl>
      072f210a
    • J
      video: ipu_disp: squash clang warning · e6e9cff2
      Jeroen Hofstee 提交于
      Since rgb2ycbcr_coeff and friends are declared const, but assigned
      to a void pointer, clang will warn that the const is implicity casted
      away. If the pointer is changed to void const * gcc will warn when it
      is implicitly casted to a const int array. Just add a correctly
      typed pointer instead to prevent these casts and hence the warnings.
      
      Cc: Troy Kisky <troy.kisky@boundarydevices.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Signed-off-by: NJeroen Hofstee <jeroen@myspectrum.nl>
      e6e9cff2
    • L
      video: ipu_disp: wait for DP SF end irq when disabling sync BG flows · e66866c5
      Liu Ying 提交于
      Instead of waiting for DC triple buffer to be cleared, this patch
      changes to wait for a relevant DP sync flow end interrupt to come
      when disabling sync BG flows.  In this way, we align the implement
      to the freescale internal IPUv3 driver.  After applying this patch,
      an uboot hang up issue at the arch_preboot_os() stage, where we
      disable a relevant ipu display channel, is not observed any more on
      some MX6DL platforms.
      Signed-off-by: NLiu Ying <Ying.Liu@freescale.com>
      e66866c5
  4. 10 8月, 2014 3 次提交
  5. 09 8月, 2014 20 次提交