linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: r8a7779: Correct TMU clock support
@ 2013-02-05  3:28 Simon Horman
  2013-02-05  3:30 ` Magnus Damm
                   ` (2 more replies)
  0 siblings, 3 replies; 21+ messages in thread
From: Simon Horman @ 2013-02-05  3:28 UTC (permalink / raw)
  To: linux-arm-kernel

During code review it was noticed that the clock value for
TMU01 was incorrect and the value for TMU02 was missing.

For reference: As of 3.8-rc6 there are no in-tree consumes of these clocks.

Reported-by: Denis Oliver Kropp <dok@directfb.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/mach-shmobile/clock-r8a7779.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/mach-shmobile/clock-r8a7779.c b/arch/arm/mach-shmobile/clock-r8a7779.c
index c019609..202370d 100644
--- a/arch/arm/mach-shmobile/clock-r8a7779.c
+++ b/arch/arm/mach-shmobile/clock-r8a7779.c
@@ -161,7 +161,8 @@ static struct clk_lookup lookups[] = {
 	CLKDEV_DEV_ID("ehci-platform.0", &mstp_clks[MSTP100]), /* USB EHCI port0/1 */
 	CLKDEV_DEV_ID("ohci-platform.0", &mstp_clks[MSTP100]), /* USB OHCI port0/1 */
 	CLKDEV_DEV_ID("sh_tmu.0", &mstp_clks[MSTP016]), /* TMU00 */
-	CLKDEV_DEV_ID("sh_tmu.1", &mstp_clks[MSTP016]), /* TMU01 */
+	CLKDEV_DEV_ID("sh_tmu.1", &mstp_clks[MSTP015]), /* TMU01 */
+	CLKDEV_DEV_ID("sh_tmu.2", &mstp_clks[MSTP014]), /* TMU02 */
 	CLKDEV_DEV_ID("i2c-rcar.0", &mstp_clks[MSTP030]), /* I2C0 */
 	CLKDEV_DEV_ID("i2c-rcar.1", &mstp_clks[MSTP029]), /* I2C1 */
 	CLKDEV_DEV_ID("i2c-rcar.2", &mstp_clks[MSTP028]), /* I2C2 */
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 21+ messages in thread
* [GIT PULL] Renesas ARM-based SoC for v3.9 #5
@ 2013-02-19  3:49 Simon Horman
  2013-02-19  3:49 ` [PATCH] ARM: shmobile: r8a7779: Correct TMU clock support again Simon Horman
  0 siblings, 1 reply; 21+ messages in thread
From: Simon Horman @ 2013-02-19  3:49 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof, Hi Arnd,

The following changes since commit dbe1c3defb3844772634446492ea6c13882596ec:

  ARM: shmobile: Register ARM architected timer (2013-02-05 17:13:55 +0900)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-soc5-for-v3.9

for you to fetch changes up to f9047306fd7332d682898dd689152bb3b45a3e73:

  ARM: shmobile: r8a7779: Correct TMU clock support again (2013-02-19 10:05:27 +0900)

----------------------------------------------------------------
This resolves a panic-on-boot regression introduced by me when incorrectly
updating TMU clock definitions.

----------------------------------------------------------------
Simon Horman (1):
      ARM: shmobile: r8a7779: Correct TMU clock support again

 arch/arm/mach-shmobile/clock-r8a7779.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2013-02-19  3:49 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-05  3:28 [PATCH] ARM: shmobile: r8a7779: Correct TMU clock support Simon Horman
2013-02-05  3:30 ` Magnus Damm
2013-02-14  3:43 ` [PATCH] ARM: shmobile: r8a7779: Correct TMU clock support again Simon Horman
2013-02-14  4:03   ` Kuninori Morimoto
2013-02-14  4:04     ` Magnus Damm
2013-02-14  4:12       ` Kuninori Morimoto
2013-02-14  4:14         ` Kuninori Morimoto
2013-02-14  4:20         ` Simon Horman
2013-02-14  4:25           ` Kuninori Morimoto
2013-02-14  4:36             ` Simon Horman
2013-02-14  4:42               ` Simon Horman
2013-02-14  5:20                 ` Magnus Damm
2013-02-14  8:34                   ` Simon Horman
2013-02-14  4:16       ` Simon Horman
2013-02-14  9:10         ` Paul Mundt
2013-02-14 16:08           ` Simon Horman
2013-02-14 16:18             ` Paul Mundt
2013-02-15 13:53               ` Simon Horman
2013-02-18  0:52                 ` Simon Horman
2013-02-15 13:35 ` Simon Horman
  -- strict thread matches above, loose matches on Subject: below --
2013-02-19  3:49 [GIT PULL] Renesas ARM-based SoC for v3.9 #5 Simon Horman
2013-02-19  3:49 ` [PATCH] ARM: shmobile: r8a7779: Correct TMU clock support again Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).