* [PATCH v5 1/5] ARM: shmobile: r8a7740: Fix TPU clock name
@ 2013-07-16 10:32 Laurent Pinchart
2013-07-19 4:42 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Laurent Pinchart @ 2013-07-16 10:32 UTC (permalink / raw)
To: linux-sh
The TPU device is called renesas-tpu-pwm, not renesas_tpu_pwm. Fix the
clock name accordingly.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
---
arch/arm/mach-shmobile/clock-r8a7740.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-shmobile/clock-r8a7740.c b/arch/arm/mach-shmobile/clock-r8a7740.c
index de10fd7..f4265e5 100644
--- a/arch/arm/mach-shmobile/clock-r8a7740.c
+++ b/arch/arm/mach-shmobile/clock-r8a7740.c
@@ -596,7 +596,7 @@ static struct clk_lookup lookups[] = {
CLKDEV_DEV_ID("e6bd0000.mmcif", &mstp_clks[MSTP312]),
CLKDEV_DEV_ID("r8a7740-gether", &mstp_clks[MSTP309]),
CLKDEV_DEV_ID("e9a00000.sh-eth", &mstp_clks[MSTP309]),
- CLKDEV_DEV_ID("renesas_tpu_pwm", &mstp_clks[MSTP304]),
+ CLKDEV_DEV_ID("renesas-tpu-pwm", &mstp_clks[MSTP304]),
CLKDEV_DEV_ID("sh_mobile_sdhi.2", &mstp_clks[MSTP415]),
CLKDEV_DEV_ID("e6870000.sdhi", &mstp_clks[MSTP415]),
--
1.8.1.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v5 1/5] ARM: shmobile: r8a7740: Fix TPU clock name
2013-07-16 10:32 [PATCH v5 1/5] ARM: shmobile: r8a7740: Fix TPU clock name Laurent Pinchart
@ 2013-07-19 4:42 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2013-07-19 4:42 UTC (permalink / raw)
To: linux-sh
On Tue, Jul 16, 2013 at 12:32:04PM +0200, Laurent Pinchart wrote:
> The TPU device is called renesas-tpu-pwm, not renesas_tpu_pwm. Fix the
> clock name accordingly.
Thanks, I have queued this up for v3.12 in the fixes-for-v3.12 branch.
>
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> arch/arm/mach-shmobile/clock-r8a7740.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-shmobile/clock-r8a7740.c b/arch/arm/mach-shmobile/clock-r8a7740.c
> index de10fd7..f4265e5 100644
> --- a/arch/arm/mach-shmobile/clock-r8a7740.c
> +++ b/arch/arm/mach-shmobile/clock-r8a7740.c
> @@ -596,7 +596,7 @@ static struct clk_lookup lookups[] = {
> CLKDEV_DEV_ID("e6bd0000.mmcif", &mstp_clks[MSTP312]),
> CLKDEV_DEV_ID("r8a7740-gether", &mstp_clks[MSTP309]),
> CLKDEV_DEV_ID("e9a00000.sh-eth", &mstp_clks[MSTP309]),
> - CLKDEV_DEV_ID("renesas_tpu_pwm", &mstp_clks[MSTP304]),
> + CLKDEV_DEV_ID("renesas-tpu-pwm", &mstp_clks[MSTP304]),
>
> CLKDEV_DEV_ID("sh_mobile_sdhi.2", &mstp_clks[MSTP415]),
> CLKDEV_DEV_ID("e6870000.sdhi", &mstp_clks[MSTP415]),
> --
> 1.8.1.5
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-07-19 4:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-16 10:32 [PATCH v5 1/5] ARM: shmobile: r8a7740: Fix TPU clock name Laurent Pinchart
2013-07-19 4:42 ` 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).