public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] OMAP2PLUS: DSS2: Clock configuration enhancements and fixes
@ 2011-04-12  8:22 Archit Taneja
  2011-04-12  8:22 ` [PATCH 1/4] OMAP2PLUS: DSS2: Change enum "dss_clk_source" to "omap_dss_clk_source" Archit Taneja
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Archit Taneja @ 2011-04-12  8:22 UTC (permalink / raw)
  To: tomi.valkeinen; +Cc: linux-omap, Archit Taneja

Currently, the clock sources for internal DSS clocks are hardcoded in DSS2, this
causes issues when displays want to configure clocks differently, or when there
are multiple displays trying to configure the clock sources for the same clocks.

Move the clock sources to dssdev.clocks struct, and perform cleanup related to
this.

Note: Patches apply over:
https://gitorious.org/linux-omap-dss2/linux/commits/master

Archit Taneja (4):
  OMAP2PLUS: DSS2: Change enum "dss_clk_source" to
    "omap_dss_clk_source"
  OMAP2PLUS: DSS2: Add clock sources to dss device clock configuration
  OMAP: DSS2: HDMI: Use dss_device clock configuration for HDMI PLL
    parameters
  OMAP2PLUS: DSS2: Remove hack config "CONFIG_OMAP2_DSS_USE_DSI_PLL"

 arch/arm/mach-omap2/board-4430sdp.c       |   18 ++++++-
 arch/arm/plat-omap/include/plat/display.h |   24 ++++++++-
 drivers/video/omap2/dss/Kconfig           |    8 ---
 drivers/video/omap2/dss/dispc.c           |   12 ++--
 drivers/video/omap2/dss/dpi.c             |   83 +++++++++++++++--------------
 drivers/video/omap2/dss/dsi.c             |   49 +++++++----------
 drivers/video/omap2/dss/dss.c             |   50 +++++++++---------
 drivers/video/omap2/dss/dss.h             |   23 +++------
 drivers/video/omap2/dss/dss_features.c    |   20 ++++----
 drivers/video/omap2/dss/dss_features.h    |    2 +-
 drivers/video/omap2/dss/hdmi.c            |   27 +++++-----
 11 files changed, 164 insertions(+), 152 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-04-13  7:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-12  8:22 [PATCH 0/4] OMAP2PLUS: DSS2: Clock configuration enhancements and fixes Archit Taneja
2011-04-12  8:22 ` [PATCH 1/4] OMAP2PLUS: DSS2: Change enum "dss_clk_source" to "omap_dss_clk_source" Archit Taneja
2011-04-12  8:22 ` [PATCH 2/4] OMAP2PLUS: DSS2: Add clock sources to dss device clock configuration Archit Taneja
2011-04-12  8:22 ` [PATCH 3/4] OMAP: DSS2: HDMI: Use dss_device clock configuration for HDMI PLL parameters Archit Taneja
2011-04-12  8:22 ` [PATCH 4/4] OMAP2PLUS: DSS2: Remove hack config "CONFIG_OMAP2_DSS_USE_DSI_PLL" Archit Taneja
2011-04-13  7:19 ` [PATCH 0/4] OMAP2PLUS: DSS2: Clock configuration enhancements and fixes Tomi Valkeinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox