linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] ARM: shmobile: genmai-reference: Switch to new style MTU device
@ 2014-05-12 12:36 Geert Uytterhoeven
  2014-05-12 12:44 ` Laurent Pinchart
  2014-05-12 12:52 ` Wolfram Sang
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2014-05-12 12:36 UTC (permalink / raw)
  To: linux-sh

The MTU2 (Multi-Function Timer Pulse Unit 2) driver implements a new
style of platform data that handles the timer as a single device with
multiple channels. Switch from the old-style platform data to the
new-style platform data.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be folded into Wolfram's "ARM: shmobile: r7s72100: use workaround for
non DT-clocks".

 arch/arm/mach-shmobile/board-genmai-reference.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-shmobile/board-genmai-reference.c b/arch/arm/mach-shmobile/board-genmai-reference.c
index fde558b66d4e..33015e5ed52a 100644
--- a/arch/arm/mach-shmobile/board-genmai-reference.c
+++ b/arch/arm/mach-shmobile/board-genmai-reference.c
@@ -32,7 +32,7 @@
  * devices until they get moved to DT.
  */
 static const struct clk_name clk_names[] = {
-	{ "mtu2", NULL, "sh_mtu2.0" },
+	{ "mtu2", "fck", "sh-mtu2" },
 };
 #endif
 
-- 
1.7.9.5


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

* Re: [PATCH 2/2] ARM: shmobile: genmai-reference: Switch to new style MTU device
  2014-05-12 12:36 [PATCH 2/2] ARM: shmobile: genmai-reference: Switch to new style MTU device Geert Uytterhoeven
@ 2014-05-12 12:44 ` Laurent Pinchart
  2014-05-12 12:52 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2014-05-12 12:44 UTC (permalink / raw)
  To: linux-sh

Hi Geert,

Thank you for the patch.

On Monday 12 May 2014 14:36:09 Geert Uytterhoeven wrote:
> The MTU2 (Multi-Function Timer Pulse Unit 2) driver implements a new
> style of platform data that handles the timer as a single device with
> multiple channels. Switch from the old-style platform data to the
> new-style platform data.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
> To be folded into Wolfram's "ARM: shmobile: r7s72100: use workaround for
> non DT-clocks".
> 
>  arch/arm/mach-shmobile/board-genmai-reference.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/mach-shmobile/board-genmai-reference.c
> b/arch/arm/mach-shmobile/board-genmai-reference.c index
> fde558b66d4e..33015e5ed52a 100644
> --- a/arch/arm/mach-shmobile/board-genmai-reference.c
> +++ b/arch/arm/mach-shmobile/board-genmai-reference.c
> @@ -32,7 +32,7 @@
>   * devices until they get moved to DT.
>   */
>  static const struct clk_name clk_names[] = {
> -	{ "mtu2", NULL, "sh_mtu2.0" },
> +	{ "mtu2", "fck", "sh-mtu2" },
>  };
>  #endif

-- 
Regards,

Laurent Pinchart


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

* Re: [PATCH 2/2] ARM: shmobile: genmai-reference: Switch to new style MTU device
  2014-05-12 12:36 [PATCH 2/2] ARM: shmobile: genmai-reference: Switch to new style MTU device Geert Uytterhoeven
  2014-05-12 12:44 ` Laurent Pinchart
@ 2014-05-12 12:52 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2014-05-12 12:52 UTC (permalink / raw)
  To: linux-sh

[-- Attachment #1: Type: text/plain, Size: 536 bytes --]

On Mon, May 12, 2014 at 02:36:09PM +0200, Geert Uytterhoeven wrote:
> The MTU2 (Multi-Function Timer Pulse Unit 2) driver implements a new
> style of platform data that handles the timer as a single device with
> multiple channels. Switch from the old-style platform data to the
> new-style platform data.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Huh? Right, I had this once but seems to have been lost in some rebase
:( Thanks for the heads up!

Acked-by: Wolfram Sang <wsa@sang-engineering.com>


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2014-05-12 12:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-12 12:36 [PATCH 2/2] ARM: shmobile: genmai-reference: Switch to new style MTU device Geert Uytterhoeven
2014-05-12 12:44 ` Laurent Pinchart
2014-05-12 12:52 ` Wolfram Sang

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).