From: Archit Taneja <archit@ti.com>
To: tomi.valkeinen@ti.com
Cc: linux-omap@vger.kernel.org, Archit Taneja <archit@ti.com>
Subject: [PATCH 0/4] OMAP2PLUS: DSS2: Clock configuration enhancements and fixes
Date: Tue, 12 Apr 2011 13:52:22 +0530 [thread overview]
Message-ID: <1302596546-14888-1-git-send-email-archit@ti.com> (raw)
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(-)
next reply other threads:[~2011-04-12 8:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-12 8:22 Archit Taneja [this message]
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
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=1302596546-14888-1-git-send-email-archit@ti.com \
--to=archit@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=tomi.valkeinen@ti.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