Skip to content
Snippets Groups Projects
  1. Aug 14, 2013
  2. Aug 13, 2013
  3. Aug 12, 2013
  4. Aug 10, 2013
  5. Aug 09, 2013
    • Roy Zang's avatar
      83xx/pcie: fix build error for 83xx pcie · ce24f87b
      Roy Zang authored
      
      Fix the following build error caused by patch "powerpc/pcie: add PCIe
      version 3.x support":
      
      pcie.c:302:34: error: 'PCI_LTSSM' undeclared (first use in this function)
      pcie.c:303:15: error: 'PCI_LTSSM_L0' undeclared (first use in this function)
      
      Signed-off-by: default avatarRoy Zang <tie-fei.zang@freescale.com>
      Signed-off-by: default avatarYork Sun <yorksun@freescale.com>
      ce24f87b
    • Marek Vasut's avatar
      video: Implement continuous screen refresh for SmartLCD into mxsfb · 84f957f8
      Marek Vasut authored
      
      The LCDIF interface doesn't give us any means to do continuous refresh
      when driving a SmartLCD. To work this around, we produce a special
      circular DMA descriptor, which only writes the HW_LCDIF_CTRL0 register
      and sets the RUN bit.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Otavio Salvador <otavio@ossystems.com.br>
      Cc: Stefano Babic <sbabic@denx.de>
      84f957f8
    • Marek Vasut's avatar
      video: Add System-Mode configuration hook into mxsfb · 9de4b729
      Marek Vasut authored
      
      Add hook that allow configuring SmartLCD attached the MXS LCDIF
      controller operating in System-Mode. This hook can be overriden
      by a platform-specific SmartLCD programming routine, which writes
      the SmartLCD specific values into it's registers.
      
      Also, this patch makes sure the SYNC signals are off for the
      SmartLCD case.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Otavio Salvador <otavio@ossystems.com.br>
      Cc: Stefano Babic <sbabic@denx.de>
      9de4b729
    • Marek Vasut's avatar
      video: Allocate the MXSFB framebuffer aligned · e57baf5d
      Marek Vasut authored
      
      Allocate the framebuffer aligned so it can be flushed
      and the flush_dcache_range() function won't complain.
      
      Signed-off-by: default avatarMarek Vasut <marex@denx.de>
      Cc: Anatolij Gustschin <agust@denx.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Otavio Salvador <otavio@ossystems.com.br>
      Cc: Stefano Babic <sbabic@denx.de>
      Acked-by: default avatarStefano Babic <sbabic@denx.de>
      e57baf5d
Loading