public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] OMAP: DSS2: Generalize DSS clock source names
@ 2011-02-28  6:50 Archit Taneja
  2011-02-28  6:50 ` [PATCH 1/3] OMAP2PLUS: DSS2: Make members of dss_clk_source generic Archit Taneja
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Archit Taneja @ 2011-02-28  6:50 UTC (permalink / raw)
  To: tomi.valkeinen; +Cc: linux-omap, Archit Taneja

The OMAP Display Subsystem has multiple clock sources available for its
modules. One of these sources has to be selected through a global control
register called DSS_CTRL.

For example, on OMAP4, the Display Controller Module's (DISPC) functional
clock can be derived from:
a) output of DPLL_PER's M5 divisor
b) output of DSI1 PLL's M4 divisor
c) output of DSI2 PLL's M4 divisor
d) output of HDMI PLL

There is, hence, an enum called 'dss_clk_source' which is used throughout
DSS2, to select clock sources for various DSS sub modules. These clock
source names are currently specific to OMAP2/3 TRM clock names.

All enum members, variables, functions which are based on these clock
source names have been made generic such that they can be used for future
OMAPs as well.

Archit Taneja (3):
  OMAP2PLUS: DSS2: Make members of dss_clk_source generic
  OMAP2PLUS: DSS2: Use dss features to get clock source names of
    current OMAP
  OMAP2PLUS: DSS2: DSI: Generalize DSI PLL Clock Naming

 arch/arm/plat-omap/include/plat/display.h |    4 +-
 drivers/video/omap2/dss/dispc.c           |   11 +-
 drivers/video/omap2/dss/dpi.c             |    8 +-
 drivers/video/omap2/dss/dsi.c             |  178 ++++++++++++++++-------------
 drivers/video/omap2/dss/dss.c             |   43 +++++---
 drivers/video/omap2/dss/dss.h             |   33 ++++--
 drivers/video/omap2/dss/dss_features.c    |   23 ++++
 drivers/video/omap2/dss/dss_features.h    |    1 +
 8 files changed, 185 insertions(+), 116 deletions(-)


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

end of thread, other threads:[~2011-02-28 12:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-28  6:50 [PATCH 0/3] OMAP: DSS2: Generalize DSS clock source names Archit Taneja
2011-02-28  6:50 ` [PATCH 1/3] OMAP2PLUS: DSS2: Make members of dss_clk_source generic Archit Taneja
2011-02-28  6:50 ` [PATCH 2/3] OMAP2PLUS: DSS2: Use dss features to get clock source names of current OMAP Archit Taneja
2011-02-28  6:50 ` [PATCH 3/3] OMAP2PLUS: DSS2: DSI: Generalize DSI PLL Clock Naming Archit Taneja
2011-02-28 12:29 ` [PATCH 0/3] OMAP: DSS2: Generalize DSS clock source names Tomi Valkeinen

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