1. 29 10月, 2017 1 次提交
  2. 24 9月, 2016 1 次提交
  3. 17 12月, 2015 1 次提交
  4. 31 8月, 2015 1 次提交
  5. 10 8月, 2013 3 次提交
    • H
      video, da8xx-fb: show fb addr in bdinfo · 4e023626
      Heiko Schocher 提交于
      without this patch the bdinfo command shows:
      U-Boot# bd
      arch_number = 0x000010DC
      [...]
      sp start    = 0x8EF32F20
      FB base     = 0x00000000
      
      with this patch it shows the address where the framebuffer
      for this video driver start:
      
      arch_number = 0x000010DC
      [...]
      sp start    = 0x8EF32F20
      FB base     = 0x8EF3C788
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Tom Rini <trini@ti.com>
      Acked-by: NTom Rini <trini@ti.com>
      4e023626
    • H
      video, da8xx-fb: changes for am335x usage · 765f2f08
      Heiko Schocher 提交于
      to use this driver also on am335x based boards, the following
      changes are made:
      
      - struct lcd_ctrl_config lcd_cfg is now configurable
        through board code
      
      - controller base is configurable through define
        DA8XX_LCD_CNTL_BASE. To be compatible with older
        da8xx based boards: If this define is missing, the
        DAVINCI_LCD_CNTL_BASE is used
      
      - Determine LCD IP Version, and make the driver
        working on lcd revision register values:
        Version 1:
        0x4C100102
        Version 2:
        0x4F200800
        0x4F201000
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Tom Rini <trini@ti.com>
      Acked-by: NTom Rini <trini@ti.com>
      765f2f08
    • H
      video, da8xx: move da8xx-fb.h to drivers/video · 0017f9ee
      Heiko Schocher 提交于
      the da8xx-fb driver works also on am335x boards. So move
      the da8xx-fb.h file from arch/arm/include/asm/arch-davinci
      to drivers/video, so this driver can used from am335x
      based boards. Also add WVGA panel_type.
      Signed-off-by: NHeiko Schocher <hs@denx.de>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Tom Rini <trini@ti.com>
      Acked-by: NTom Rini <trini@ti.com>
      0017f9ee
  6. 24 7月, 2013 1 次提交
  7. 09 7月, 2012 1 次提交
  8. 17 11月, 2011 1 次提交
  9. 04 11月, 2011 1 次提交