All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Walker <dwalker@codeaurora.org>
To: linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org
Cc: Daniel Walker <dwalker@codeaurora.org>,
	David Brown <davidb@codeaurora.org>,
	Gregory Bean <gbean@codeaurora.org>,
	Abhijeet Dharmapurikar <adharmap@codeaurora.org>,
	Stepan Moskovchenko <stepanm@codeaurora.org>
Subject: [PATCH 21/25] msm: Add extern for 7x30 clock list.
Date: Wed, 12 May 2010 14:45:50 -0700	[thread overview]
Message-ID: <1273700754-10256-22-git-send-email-dwalker@codeaurora.org> (raw)
In-Reply-To: <>

Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Gregory Bean <gbean@codeaurora.org>
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
---
 arch/arm/mach-msm/devices.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index d209554..568443e 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -38,6 +38,9 @@ extern struct platform_device msm_device_nand;
 extern struct clk msm_clocks_7x01a[];
 extern unsigned msm_num_clocks_7x01a;
 
+extern struct clk msm_clocks_7x30[];
+extern unsigned msm_num_clocks_7x30;
+
 extern struct clk msm_clocks_8x50[];
 extern unsigned msm_num_clocks_8x50;
 
-- 
1.6.2.3


WARNING: multiple messages have this Message-ID (diff)
From: dwalker@codeaurora.org (Daniel Walker)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 21/25] msm: Add extern for 7x30 clock list.
Date: Wed, 12 May 2010 14:45:50 -0700	[thread overview]
Message-ID: <1273700754-10256-22-git-send-email-dwalker@codeaurora.org> (raw)
In-Reply-To: <>

Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
Signed-off-by: Gregory Bean <gbean@codeaurora.org>
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
---
 arch/arm/mach-msm/devices.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-msm/devices.h b/arch/arm/mach-msm/devices.h
index d209554..568443e 100644
--- a/arch/arm/mach-msm/devices.h
+++ b/arch/arm/mach-msm/devices.h
@@ -38,6 +38,9 @@ extern struct platform_device msm_device_nand;
 extern struct clk msm_clocks_7x01a[];
 extern unsigned msm_num_clocks_7x01a;
 
+extern struct clk msm_clocks_7x30[];
+extern unsigned msm_num_clocks_7x30;
+
 extern struct clk msm_clocks_8x50[];
 extern unsigned msm_num_clocks_8x50;
 
-- 
1.6.2.3

             reply	other threads:[~2010-05-12 21:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-12 21:45 Daniel Walker [this message]
2010-05-12 21:45 ` [PATCH 21/25] msm: Add extern for 7x30 clock list Daniel Walker

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=1273700754-10256-22-git-send-email-dwalker@codeaurora.org \
    --to=dwalker@codeaurora.org \
    --cc=adharmap@codeaurora.org \
    --cc=davidb@codeaurora.org \
    --cc=gbean@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=stepanm@codeaurora.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.