1. 03 6月, 2016 1 次提交
  2. 29 12月, 2015 1 次提交
  3. 04 2月, 2015 1 次提交
  4. 12 11月, 2014 1 次提交
  5. 23 5月, 2014 2 次提交
  6. 09 5月, 2014 3 次提交
    • T
      OMAPDSS: HDMI: cleanup ioremaps · 59b3d38a
      Tomi Valkeinen 提交于
      Now that all the boards using OMAP HDMI are using DT boot, we can remove
      the hacks for getting the ioresources with non-DT boot.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      59b3d38a
    • A
      OMAPDSS: HDMI: PHY changes for OMAP5 · 19289fdc
      Archit Taneja 提交于
      OMAP5 HDMI PHY has some differences compared to OMAP4 HDMI PHY. This
      patch creates a features struct which help the driver configure the PHY
      based on what SoC it is.
      
      Some of the features aren't currenlty used, but will come in use later.
      Signed-off-by: NArchit Taneja <archit@ti.com>
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      19289fdc
    • T
      OMAPDSS: HDMI: move irq & phy pwr handling · dcf5f729
      Tomi Valkeinen 提交于
      HDMI IRQ handling was moved into hdmi_phy.c when restructuring the HDMI
      driver. While this worked fine, it's not correct.
      
      The HDMI IRQ handling should be either in the hdmi_wp, or in the main
      hdmi driver. This patch moves the handling to the main hdmi driver, as I
      feel it's a more appropriate choice.
      
      This move also requires changing the handling of the PHY power, as that
      was partly handled in the IRQ handler. The PHY power is handled via the
      WP module. An option would be to give HDMI PHY driver function pointers
      that it could use to manage the PHY power, but as the PHY power is not
      needed to access the PHY registers, the handling was also moved to the
      main HDMI driver. This could be changed later if need be.
      
      Note that there's slightly similar power issue with the PLL: the HDMI
      PLLs power is also handled via the WP module. For now, the PLL power
      handling is still done inside the PLL driver.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      dcf5f729
  7. 07 5月, 2014 1 次提交
  8. 17 4月, 2014 1 次提交
  9. 13 1月, 2014 1 次提交
    • T
      OMAPDSS: HDMI: rename resource names · 77601507
      Tomi Valkeinen 提交于
      The HDMI driver tries to get the needed memory resources by name and by
      ID. Resources by name are not currently defined, and will be used with
      DT boot.
      
      The resource names used in the driver are not quite perfect, and as they
      are not used yet, we can change them. This patch removes the unneeded
      "hdmi_" prefix from the names, and simplifies the names (e.g. hdmi_txphy
      -> phy).
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@ti.com>
      77601507
  10. 09 10月, 2013 4 次提交