All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 03/13] ARM: shmobile: sh73a0: add FSI clock support for DT
Date: Tue, 24 Dec 2013 06:06:55 +0000	[thread overview]
Message-ID: <e1c98c5db947cbb934b8fb0a2faf5eafd9c035cc.1387857168.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1387857168.git.horms+renesas@verge.net.au>

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/clock-sh73a0.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-shmobile/clock-sh73a0.c b/arch/arm/mach-shmobile/clock-sh73a0.c
index c92c023..5e6a056 100644
--- a/arch/arm/mach-shmobile/clock-sh73a0.c
+++ b/arch/arm/mach-shmobile/clock-sh73a0.c
@@ -658,6 +658,7 @@ static struct clk_lookup lookups[] = {
 	CLKDEV_DEV_ID("sh-sci.6", &mstp_clks[MSTP331]), /* SCIFA6 */
 	CLKDEV_DEV_ID("sh_cmt.10", &mstp_clks[MSTP329]), /* CMT10 */
 	CLKDEV_DEV_ID("sh_fsi2", &mstp_clks[MSTP328]), /* FSI */
+	CLKDEV_DEV_ID("ec230000.sound", &mstp_clks[MSTP328]), /* FSI */
 	CLKDEV_DEV_ID("sh_irda.0", &mstp_clks[MSTP325]), /* IrDA */
 	CLKDEV_DEV_ID("i2c-sh_mobile.1", &mstp_clks[MSTP323]), /* I2C1 */
 	CLKDEV_DEV_ID("e6822000.i2c", &mstp_clks[MSTP323]), /* I2C1 */
-- 
1.8.4


WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 03/13] ARM: shmobile: sh73a0: add FSI clock support for DT
Date: Tue, 24 Dec 2013 15:06:55 +0900	[thread overview]
Message-ID: <e1c98c5db947cbb934b8fb0a2faf5eafd9c035cc.1387857168.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1387857168.git.horms+renesas@verge.net.au>

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/clock-sh73a0.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-shmobile/clock-sh73a0.c b/arch/arm/mach-shmobile/clock-sh73a0.c
index c92c023..5e6a056 100644
--- a/arch/arm/mach-shmobile/clock-sh73a0.c
+++ b/arch/arm/mach-shmobile/clock-sh73a0.c
@@ -658,6 +658,7 @@ static struct clk_lookup lookups[] = {
 	CLKDEV_DEV_ID("sh-sci.6", &mstp_clks[MSTP331]), /* SCIFA6 */
 	CLKDEV_DEV_ID("sh_cmt.10", &mstp_clks[MSTP329]), /* CMT10 */
 	CLKDEV_DEV_ID("sh_fsi2", &mstp_clks[MSTP328]), /* FSI */
+	CLKDEV_DEV_ID("ec230000.sound", &mstp_clks[MSTP328]), /* FSI */
 	CLKDEV_DEV_ID("sh_irda.0", &mstp_clks[MSTP325]), /* IrDA */
 	CLKDEV_DEV_ID("i2c-sh_mobile.1", &mstp_clks[MSTP323]), /* I2C1 */
 	CLKDEV_DEV_ID("e6822000.i2c", &mstp_clks[MSTP323]), /* I2C1 */
-- 
1.8.4

  parent reply	other threads:[~2013-12-24  6:06 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-24  6:06 [GIT PULL 00/13] Second Round of Renesas ARM Based SoC Updates for v3.14 Simon Horman
2013-12-24  6:06 ` Simon Horman
2013-12-24  6:06 ` [PATCH 01/13] ARM: shmobile: r8a7778: add SSIx DMAEngine support Simon Horman
2013-12-24  6:06   ` Simon Horman
2013-12-24  6:06 ` [PATCH 02/13] ARM: shmobile: r8a7790: add I2C support Simon Horman
2013-12-24  6:06   ` Simon Horman
2013-12-24  6:06 ` Simon Horman [this message]
2013-12-24  6:06   ` [PATCH 03/13] ARM: shmobile: sh73a0: add FSI clock support for DT Simon Horman
2013-12-24  6:06 ` [PATCH 04/13] ARM: shmobile: r8a7778: camera-rcar header cleanup Simon Horman
2013-12-24  6:06   ` Simon Horman
2013-12-24  6:06 ` [PATCH 05/13] ARM: shmobile: r8a7791: add Ether clock Simon Horman
2013-12-24  6:06   ` Simon Horman
2013-12-24  6:06 ` [PATCH 06/13] ARM: rcar-gen2: Do not setup timer in non-secure mode Simon Horman
2013-12-24  6:06   ` Simon Horman
2013-12-24  6:06 ` [PATCH 07/13] ARM: shmobile: r8a7778: add USB Func DMAEngine support Simon Horman
2013-12-24  6:06   ` Simon Horman
2013-12-24  6:07 ` [PATCH 08/13] ARM: shmobile: Add select MIGHT_HAVE_PCI for PCI-AHB bridge code Simon Horman
2013-12-24  6:07   ` Simon Horman
2013-12-24  6:07 ` [PATCH 09/13] ARM: shmobile: r8a7790: Add clock index macros for DT sources Simon Horman
2013-12-24  6:07   ` Simon Horman
2013-12-24  6:07 ` [PATCH 10/13] ARM: shmobile: r8a7791: " Simon Horman
2013-12-24  6:07   ` Simon Horman
2013-12-24  6:07 ` [PATCH 11/13] ARM: shmobile: rcar-gen2: Initialize CCF before clock sources Simon Horman
2013-12-24  6:07   ` Simon Horman
2013-12-24  6:07 ` [PATCH 12/13] ARM: shmobile: koelsch: Conditionally select MICREL_PHY Simon Horman
2013-12-24  6:07   ` Simon Horman
2013-12-24  6:07 ` [PATCH 13/13] arm: shmobile: clks: remove duplicated clock from r7s72100 Simon Horman
2013-12-24  6:07   ` Simon Horman
2013-12-29 21:40 ` [GIT PULL 00/13] Second Round of Renesas ARM Based SoC Updates for v3.14 Olof Johansson
2013-12-29 21:40   ` Olof Johansson

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=e1c98c5db947cbb934b8fb0a2faf5eafd9c035cc.1387857168.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.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.