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

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

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

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

[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

[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