All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org
Cc: archit@ti.com, Tomi Valkeinen <tomi.valkeinen@ti.com>
Subject: [PATCH 1/5] OMAP: DSS2: DSI: fix use_sys_clk & highfreq
Date: Fri, 15 Apr 2011 08:11:07 +0000	[thread overview]
Message-ID: <1302855071-5510-2-git-send-email-tomi.valkeinen@ti.com> (raw)
In-Reply-To: <1302855071-5510-1-git-send-email-tomi.valkeinen@ti.com>

use_sys_clk and highfreq fields in dsi.current_cinfo were never set.
Luckily they weren't used anywhere so it didn't cause any problems.

This patch fixes those fields and they are now set at the same time as
the rest of the fields.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
---
 drivers/video/omap2/dss/dsi.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c
index 0a7f1a4..8604153 100644
--- a/drivers/video/omap2/dss/dsi.c
+++ b/drivers/video/omap2/dss/dsi.c
@@ -1276,6 +1276,9 @@ int dsi_pll_set_clock_div(struct dsi_clock_info *cinfo)
 
 	DSSDBGF();
 
+	dsi.current_cinfo.use_sys_clk = cinfo->use_sys_clk;
+	dsi.current_cinfo.highfreq = cinfo->highfreq;
+
 	dsi.current_cinfo.fint = cinfo->fint;
 	dsi.current_cinfo.clkin4ddr = cinfo->clkin4ddr;
 	dsi.current_cinfo.dsi_pll_hsdiv_dispc_clk -- 
1.7.1


WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org
Cc: archit@ti.com, Tomi Valkeinen <tomi.valkeinen@ti.com>
Subject: [PATCH 1/5] OMAP: DSS2: DSI: fix use_sys_clk & highfreq
Date: Fri, 15 Apr 2011 11:11:07 +0300	[thread overview]
Message-ID: <1302855071-5510-2-git-send-email-tomi.valkeinen@ti.com> (raw)
In-Reply-To: <1302855071-5510-1-git-send-email-tomi.valkeinen@ti.com>

use_sys_clk and highfreq fields in dsi.current_cinfo were never set.
Luckily they weren't used anywhere so it didn't cause any problems.

This patch fixes those fields and they are now set at the same time as
the rest of the fields.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
---
 drivers/video/omap2/dss/dsi.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/video/omap2/dss/dsi.c b/drivers/video/omap2/dss/dsi.c
index 0a7f1a4..8604153 100644
--- a/drivers/video/omap2/dss/dsi.c
+++ b/drivers/video/omap2/dss/dsi.c
@@ -1276,6 +1276,9 @@ int dsi_pll_set_clock_div(struct dsi_clock_info *cinfo)
 
 	DSSDBGF();
 
+	dsi.current_cinfo.use_sys_clk = cinfo->use_sys_clk;
+	dsi.current_cinfo.highfreq = cinfo->highfreq;
+
 	dsi.current_cinfo.fint = cinfo->fint;
 	dsi.current_cinfo.clkin4ddr = cinfo->clkin4ddr;
 	dsi.current_cinfo.dsi_pll_hsdiv_dispc_clk =
-- 
1.7.1


  reply	other threads:[~2011-04-15  8:11 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-15  8:11 [PATCH 0/5] OMAP: DSS: fixes for rc Tomi Valkeinen
2011-04-15  8:11 ` Tomi Valkeinen
2011-04-15  8:11 ` Tomi Valkeinen [this message]
2011-04-15  8:11   ` [PATCH 1/5] OMAP: DSS2: DSI: fix use_sys_clk & highfreq Tomi Valkeinen
2011-04-15  8:11 ` [PATCH 2/5] OMAP: DSS2: DSI: fix dsi_dump_clocks() Tomi Valkeinen
2011-04-15  8:11   ` Tomi Valkeinen
2011-04-15  8:11 ` [PATCH 3/5] OMAP: DSS2: Fix: Return correct lcd clock source for OMAP2/3 Tomi Valkeinen
2011-04-15  8:11   ` Tomi Valkeinen
2011-04-15  8:11 ` [PATCH 4/5] OMAP: DSS2: DSI: Fix DSI PLL power bug Tomi Valkeinen
2011-04-15  8:11   ` Tomi Valkeinen
2011-04-15  8:11 ` [PATCH 5/5] OMAP: DSS2: fix panel Kconfig dependencies Tomi Valkeinen
2011-04-15  8:11   ` Tomi Valkeinen
2011-04-15 17:32 ` [PATCH 0/5] OMAP: DSS: fixes for rc Steve Sakoman
2011-04-15 17:32   ` Steve Sakoman

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=1302855071-5510-2-git-send-email-tomi.valkeinen@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=archit@ti.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.