1. 18 2月, 2010 1 次提交
    • T
      OMAP: DSS2: remove sub-panel system · e020f9af
      Tomi Valkeinen 提交于
      The system to allow panel drivers to exists as attached to ctrl drivers
      did never work very well. It is not useed, and this patch removes it to
      make the driver cleaner.
      
      For now, controller drivers need to include also the panel driver code. In
      the future a proper mechanism for this should be developed, perhaps by
      creating busses for controllers.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@nokia.com>
      e020f9af
  2. 15 2月, 2010 2 次提交
  3. 12 2月, 2010 1 次提交
    • T
      OMAP: DSS2: enable VDDS_DSI when using DPI · 8a2cfea8
      Tomi Valkeinen 提交于
      It looks like on OMAP3 some DSS pins need VDDS_DSI to function properly.
      
      This has not been confirmed from TI, but looking at figure 15-1 "Display
      subsystem highlight" from the TRM, some data pins come near the DSI and SDI
      blocks. This is not very hard evidence, but the fact remains that with the
      power on, pixels are ok, and with the power off, pixels are not ok.
      
      It may also be that VDDS_SDI is needed to power some pins, but as normally
      both VDDS_SDI and VDDS_DSI come from the same power source, this hasn't
      been shown.
      
      It seems that a single driver can only get a regulator once. This patch
      solves it by getting all the required regulators in one place, and from
      which the submodules then get the regulators they need.
      Signed-off-by: NTomi Valkeinen <tomi.valkeinen@nokia.com>
      8a2cfea8
  4. 11 1月, 2010 1 次提交
  5. 08 1月, 2010 1 次提交
  6. 09 12月, 2009 1 次提交