* One MXC patch for -rc
@ 2009-10-08 16:12 Valentin Longchamp
2009-10-08 16:12 ` [PATCH 1/1] MXC: fix reset for mx31, mx35 and mx27 SoCs Valentin Longchamp
2009-10-09 8:54 ` One MXC patch for -rc Sascha Hauer
0 siblings, 2 replies; 3+ messages in thread
From: Valentin Longchamp @ 2009-10-08 16:12 UTC (permalink / raw)
To: linux-arm-kernel
I had sent this patch in August and since it is quite trivial, very
useful and was already reviewed, it would be nice to include it for -rc4.
Btw Sascha, you have not updated your mxc git tree in a while. Do you
still want to do it or the prefered reference branch for MXC that now
most of things are in place is Linus's master branch (as for ARM) ?
Best Regards,
Val
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] MXC: fix reset for mx31, mx35 and mx27 SoCs
2009-10-08 16:12 One MXC patch for -rc Valentin Longchamp
@ 2009-10-08 16:12 ` Valentin Longchamp
2009-10-09 8:54 ` One MXC patch for -rc Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Valentin Longchamp @ 2009-10-08 16:12 UTC (permalink / raw)
To: linux-arm-kernel
The clock name for the watchdog devices was not set consistently
with mx21 on these platforms, resulting in the reset not to work.
Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch>
---
arch/arm/mach-mx2/clock_imx27.c | 2 +-
arch/arm/mach-mx3/clock-imx35.c | 2 +-
arch/arm/mach-mx3/clock.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/mach-mx2/clock_imx27.c b/arch/arm/mach-mx2/clock_imx27.c
index 4089951..cf69f5d 100644
--- a/arch/arm/mach-mx2/clock_imx27.c
+++ b/arch/arm/mach-mx2/clock_imx27.c
@@ -665,7 +665,7 @@ static struct clk_lookup lookups[] = {
_REGISTER_CLOCK(NULL, "sahara2", sahara2_clk)
_REGISTER_CLOCK(NULL, "ata", ata_clk)
_REGISTER_CLOCK(NULL, "mstick", mstick_clk)
- _REGISTER_CLOCK(NULL, "wdog", wdog_clk)
+ _REGISTER_CLOCK("imx-wdt.0", NULL, wdog_clk)
_REGISTER_CLOCK(NULL, "gpio", gpio_clk)
_REGISTER_CLOCK("imx-i2c.0", NULL, i2c1_clk)
_REGISTER_CLOCK("imx-i2c.1", NULL, i2c2_clk)
diff --git a/arch/arm/mach-mx3/clock-imx35.c b/arch/arm/mach-mx3/clock-imx35.c
index fe5c421..c595260 100644
--- a/arch/arm/mach-mx3/clock-imx35.c
+++ b/arch/arm/mach-mx3/clock-imx35.c
@@ -443,7 +443,7 @@ static struct clk_lookup lookups[] = {
_REGISTER_CLOCK("mxc-ehci.1", "usb", usbotg_clk)
_REGISTER_CLOCK("mxc-ehci.2", "usb", usbotg_clk)
_REGISTER_CLOCK("fsl-usb2-udc", "usb", usbotg_clk)
- _REGISTER_CLOCK("mxc_wdt.0", NULL, wdog_clk)
+ _REGISTER_CLOCK("imx-wdt.0", NULL, wdog_clk)
_REGISTER_CLOCK(NULL, "max", max_clk)
_REGISTER_CLOCK(NULL, "admux", admux_clk)
_REGISTER_CLOCK(NULL, "csi", csi_clk)
diff --git a/arch/arm/mach-mx3/clock.c b/arch/arm/mach-mx3/clock.c
index 06bd618..b2a3bcf 100644
--- a/arch/arm/mach-mx3/clock.c
+++ b/arch/arm/mach-mx3/clock.c
@@ -530,7 +530,7 @@ static struct clk_lookup lookups[] = {
_REGISTER_CLOCK("spi_imx.2", NULL, cspi3_clk)
_REGISTER_CLOCK(NULL, "gpt", gpt_clk)
_REGISTER_CLOCK(NULL, "pwm", pwm_clk)
- _REGISTER_CLOCK(NULL, "wdog", wdog_clk)
+ _REGISTER_CLOCK("imx-wdt.0", NULL, wdog_clk)
_REGISTER_CLOCK(NULL, "rtc", rtc_clk)
_REGISTER_CLOCK(NULL, "epit", epit1_clk)
_REGISTER_CLOCK(NULL, "epit", epit2_clk)
--
1.6.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* One MXC patch for -rc
2009-10-08 16:12 One MXC patch for -rc Valentin Longchamp
2009-10-08 16:12 ` [PATCH 1/1] MXC: fix reset for mx31, mx35 and mx27 SoCs Valentin Longchamp
@ 2009-10-09 8:54 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2009-10-09 8:54 UTC (permalink / raw)
To: linux-arm-kernel
Hi Valentin,
On Thu, Oct 08, 2009 at 06:12:23PM +0200, Valentin Longchamp wrote:
> I had sent this patch in August and since it is quite trivial, very
> useful and was already reviewed, it would be nice to include it for -rc4.
Yes, will do. I was about to prepare a patch myself, so thank you :)
>
> Btw Sascha, you have not updated your mxc git tree in a while. Do you
> still want to do it or the prefered reference branch for MXC that now
> most of things are in place is Linus's master branch (as for ARM) ?
The tree is de facto empty. I haven't updated it, but all patches are in
mainline now.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-10-09 8:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-08 16:12 One MXC patch for -rc Valentin Longchamp
2009-10-08 16:12 ` [PATCH 1/1] MXC: fix reset for mx31, mx35 and mx27 SoCs Valentin Longchamp
2009-10-09 8:54 ` One MXC patch for -rc Sascha Hauer
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).