public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Felipe Balbi <me@felipebalbi.com>
To: " (Högander Jouni) " <jouni.hogander@nokia.com>
Cc: linux-omap@vger.kernel.org, ext Tony Lindgren <tony@atomide.com>,
	ext Paul Walmsley <paul@pwsan.com>,
	igor.stoppa@nokia.com
Subject: Re: [PATCH] PRCM: Combine 34xx l3_icks and l4_icks
Date: Mon, 28 Apr 2008 05:49:27 -0500	[thread overview]
Message-ID: <ce4301aed702935b2ce93992b362479e@felipebalbi.com> (raw)
In-Reply-To: <873ap69ybi.fsf@trdhcp146196.ntc.nokia.com>



On Mon, 28 Apr 2008 11:29:53 +0300, jouni.hogander@nokia.com (Högander
Jouni) wrote:
> E.g dss_l3_ick and dss_l4_ick have same gating control. Having own
> clock for both of them causes race condition between enable / disable.
> 
> This patch combines this kind of clocks and names new clock as
> <module>_ick.
> 
> Signed-off-by: Jouni Hogander <jouni.hogander@nokia.com>

Good, the following patch fixes ehci-omap.c after clock name change :-)

Could you check, please:

From 4102f3ad5db10e662633c0f9ddee6aca43fec8e6 Mon Sep 17 00:00:00 2001
From: Felipe Balbi <felipe.balbi@nokia.com>
Date: Mon, 28 Apr 2008 13:45:49 +0300
Subject: [PATCH] USB: EHCI: Fix clock name for ehci-omap.c
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit

Patch from Jouni Högander changed usbhost_l4_ick to
usbhost_ick, fixing in ehci-omap.c

Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com>
Cc: Jouni Högander <jouni.hogander@nokia.com>
---
 drivers/usb/host/ehci-omap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c
index 495c979..be93c69 100644
--- a/drivers/usb/host/ehci-omap.c
+++ b/drivers/usb/host/ehci-omap.c
@@ -73,7 +73,7 @@ struct ehci_omap_clock_defs {
 };
 
 /* Clock names as per clock framework: May change so keep as #defs */
-#define USBHOST_ICKL	"usbhost_l4_ick"
+#define USBHOST_ICKL	"usbhost_ick"
 #define USBHOST_120M_FCLK	"usbhost_120m_fck"
 #define USBHOST_48M_FCLK	"usbhost_48m_fck"
 #define USBHOST_TLL_ICKL	"usbtll_ick"
-- 
1.5.5.1.57.g5909c



-- 
Best Regards,

Felipe Balbi
http://felipebalbi.com
me@felipebalbi.com

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2008-04-28 10:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-28  8:29 [PATCH] PRCM: Combine 34xx l3_icks and l4_icks Högander Jouni
2008-04-28 10:49 ` Felipe Balbi [this message]
2008-04-29  6:49   ` Högander Jouni
2008-04-30  0:32     ` Tony Lindgren
2008-04-29  6:58 ` Paul Walmsley
2008-04-30  0:32   ` Tony Lindgren

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=ce4301aed702935b2ce93992b362479e@felipebalbi.com \
    --to=me@felipebalbi.com \
    --cc=igor.stoppa@nokia.com \
    --cc=jouni.hogander@nokia.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=tony@atomide.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