Re: [PATCH] ARM: pxa: pxa27x.c: add dummy SA1100 rtc clock

2013-01-23 Thread Haojian Zhuang
On Sun, Nov 25, 2012 at 8:21 PM, Robert Jarzmik  wrote:
> Acked-by: Robert Jarzmik 

Applied.

Thanks
Haojian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] ARM: pxa: pxa27x.c: add dummy SA1100 rtc clock

2013-01-23 Thread Haojian Zhuang
On Sun, Nov 25, 2012 at 8:21 PM, Robert Jarzmik robert.jarz...@free.fr wrote:
 Acked-by: Robert Jarzmik robert.jarz...@free.fr

Applied.

Thanks
Haojian
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] ARM: pxa: pxa27x.c: add dummy SA1100 rtc clock

2012-11-25 Thread Robert Jarzmik
Andrea Adami  writes:
> * Using pxa27x you could now build both RTC_DRV_PXA and RTC_DRV_SA1100.
> * Make sure you don't use both together: link /dev/rtc0 or /dev/rtc1
> * to /dev/rtc according to your requirement.
Weird to have stars at the beginning of each line in the patch description.
But anyway :
Acked-by: Robert Jarzmik 

-- 
Robert
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] ARM: pxa: pxa27x.c: add dummy SA1100 rtc clock

2012-11-25 Thread Robert Jarzmik
Andrea Adami andrea.ad...@gmail.com writes:
 * Using pxa27x you could now build both RTC_DRV_PXA and RTC_DRV_SA1100.
 * Make sure you don't use both together: link /dev/rtc0 or /dev/rtc1
 * to /dev/rtc according to your requirement.
Weird to have stars at the beginning of each line in the patch description.
But anyway :
Acked-by: Robert Jarzmik robert.jarz...@free.fr

-- 
Robert
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] ARM: pxa: pxa27x.c: add dummy SA1100 rtc clock

2012-11-23 Thread Andrea Adami
* Using pxa27x you could now build both RTC_DRV_PXA and RTC_DRV_SA1100.
* Make sure you don't use both together: link /dev/rtc0 or /dev/rtc1
* to /dev/rtc according to your requirement.

Signed-off-by: Andrea Adami 
---
 arch/arm/mach-pxa/pxa27x.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c
index 8047ee0..5970ebc 100644
--- a/arch/arm/mach-pxa/pxa27x.c
+++ b/arch/arm/mach-pxa/pxa27x.c
@@ -230,6 +230,7 @@ static struct clk_lookup pxa27x_clkregs[] = {
INIT_CLKREG(_pxa27x_memc, NULL, "MEMCLK"),
INIT_CLKREG(_pxa27x_mem, "pxa2xx-pcmcia", NULL),
INIT_CLKREG(_dummy, "pxa-gpio", NULL),
+   INIT_CLKREG(_dummy, "sa1100-rtc", NULL),
 };
 
 #ifdef CONFIG_PM
-- 
1.7.8.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] ARM: pxa: pxa27x.c: add dummy SA1100 rtc clock

2012-11-23 Thread Andrea Adami
* Using pxa27x you could now build both RTC_DRV_PXA and RTC_DRV_SA1100.
* Make sure you don't use both together: link /dev/rtc0 or /dev/rtc1
* to /dev/rtc according to your requirement.

Signed-off-by: Andrea Adami andrea.ad...@gmail.com
---
 arch/arm/mach-pxa/pxa27x.c |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-pxa/pxa27x.c b/arch/arm/mach-pxa/pxa27x.c
index 8047ee0..5970ebc 100644
--- a/arch/arm/mach-pxa/pxa27x.c
+++ b/arch/arm/mach-pxa/pxa27x.c
@@ -230,6 +230,7 @@ static struct clk_lookup pxa27x_clkregs[] = {
INIT_CLKREG(clk_pxa27x_memc, NULL, MEMCLK),
INIT_CLKREG(clk_pxa27x_mem, pxa2xx-pcmcia, NULL),
INIT_CLKREG(clk_dummy, pxa-gpio, NULL),
+   INIT_CLKREG(clk_dummy, sa1100-rtc, NULL),
 };
 
 #ifdef CONFIG_PM
-- 
1.7.8.6

--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/