From: Sumit Semwal <sumit.semwal@ti.com>
To: tomi.valkeinen@nokia.com, paul@pwsan.com, khilman@ti.com,
hvaibhav@ti.com, linux-omap@vger.kernel.org, b-cousson@ti.com
Cc: Sumit Semwal <sumit.semwal@ti.com>
Subject: [PATCH v2 0/4] OMAP2PLUS: DSS: Generalize clock names
Date: Tue, 25 Jan 2011 18:29:54 +0530 [thread overview]
Message-ID: <1295960398-25329-1-git-send-email-sumit.semwal@ti.com> (raw)
This patch series changes dss clock names to generic role names for all DSS
clocks across clk APIs, hwmod data, dss driver.
It also changes the enums used within DSS framework to refer to the clocks
to make them generic and related to functionality than value.
eg. DSS_CLK_TVFCK replaces DSS_CLK_54M,
dss_tv_fck replaces dss_54m_fck
This serves as the base for common hwmod DSS opt-clock roles across all OMAP
platforms, and increases extendability.
In addition, since ick doesn't exist on OMAP4, the last patch adds a dummy clk
for the same in clock44xx_data.c.
===
Note: This is interim change set to enable DSS on OMAP2/3/4 platforms; there is an
ongoing design discussion for de-centralizing the DSS clock framework handling
in favour of using pm_runtime APIs directly in each DSS IP.
Once a consensus is reached on that, much of this code will become cleaner, as
each DSS IP block handles its own clocks using the common clocks framework.
Patch Base:
===========
Patch-set rebased and tested w/ Zoom3 (OMAP3630) on top of:
url = git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
branch "master"
commit e8883f8057c0f7c9950fa9f20568f37bfa62f34a
Description: Add linux-next specific files for 20110115
+
Patch mentioned in http://www.mail-archive.com/linux-omap@vger.kernel.org/msg42384.html
[PATCH] OMAP: counter_32k: init clocksource as part of machine timer init
(This patch is required for OMAP bootup w/ 20110115 linux-next)
+
DSS hwmod patch series: http://www.mail-archive.com/linux-omap@vger.kernel.org/msg42914.html
changes since v1:
added dummy clk patch for OMAP4.
---------------------------------------------------------------------------
Archit Taneja (2):
OMAP2PLUS: DSS2: Generalize naming of PRCM related clock enums in DSS
driver
OMAP2PLUS: DSS2: Generalize external clock names in struct dss of
dss.c
Sumit Semwal (2):
OMAP2PLUS: opt-clocks: align dss clock roles and names
OMAP4: DSS2: clocks: Add ick as dummy clock
arch/arm/mach-omap2/clock2420_data.c | 10 ++-
arch/arm/mach-omap2/clock2430_data.c | 10 ++-
arch/arm/mach-omap2/clock3xxx_data.c | 22 +++--
arch/arm/mach-omap2/clock44xx_data.c | 9 ++-
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 2 +-
drivers/video/omap2/dss/core.c | 4 +-
drivers/video/omap2/dss/dispc.c | 10 +-
drivers/video/omap2/dss/dpi.c | 16 ++--
drivers/video/omap2/dss/dsi.c | 18 ++--
drivers/video/omap2/dss/dss.c | 144 ++++++++++++++--------------
drivers/video/omap2/dss/dss.h | 10 +-
drivers/video/omap2/dss/manager.c | 4 +-
drivers/video/omap2/dss/overlay.c | 4 +-
drivers/video/omap2/dss/rfbi.c | 10 +-
drivers/video/omap2/dss/sdi.c | 8 +-
drivers/video/omap2/dss/venc.c | 8 +-
16 files changed, 156 insertions(+), 133 deletions(-)
next reply other threads:[~2011-01-25 13:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-25 12:59 Sumit Semwal [this message]
2011-01-25 12:59 ` [PATCH v2 1/4] OMAP2PLUS: opt-clocks: align dss clock roles and names Sumit Semwal
2011-01-27 5:53 ` Rajendra Nayak
2011-01-27 15:43 ` Rajendra Nayak
2011-01-25 12:59 ` [PATCH v2 2/4] OMAP2PLUS: DSS2: Generalize naming of PRCM related clock enums in DSS driver Sumit Semwal
2011-01-25 12:59 ` [PATCH v2 3/4] OMAP2PLUS: DSS2: Generalize external clock names in struct dss of dss.c Sumit Semwal
2011-01-25 12:59 ` [PATCH v2 4/4] OMAP4: DSS2: clocks: Add ick as dummy clock Sumit Semwal
2011-01-27 17:46 ` Kevin Hilman
2011-01-28 4:59 ` Semwal, Sumit
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1295960398-25329-1-git-send-email-sumit.semwal@ti.com \
--to=sumit.semwal@ti.com \
--cc=b-cousson@ti.com \
--cc=hvaibhav@ti.com \
--cc=khilman@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.com \
--cc=tomi.valkeinen@nokia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox