Re: [PATCH 06/12] rtc-s3c: Fix breakage introduced by S3C2443/S3C2416 support

2012-04-17 Thread Kyungmin Park
Hi, It's already merged with different patch, #ifdef CONFIG_OF static const struct of_device_id s3c_rtc_dt_match[] = { { .compatible = samsung,s3c2410-rtc, .data = s3c_rtc_drv_data_array[TYPE_S3C2410], }, { .compatible =

Re: [PATCH 06/12] rtc-s3c: Fix breakage introduced by S3C2443/S3C2416 support

2012-04-17 Thread Thomas Abraham
On 17 April 2012 12:00, Kyungmin Park kmp...@infradead.org wrote: Hi, It's already merged with different patch, This is a repost of the patch from Heiko Stuebner which would be required to fix compilation issue for rtc driver. I think you are referring to that patch but it is not merged yet.

Re: [PATCH 06/12] rtc-s3c: Fix breakage introduced by S3C2443/S3C2416 support

2012-04-17 Thread Kyungmin Park
On 4/17/12, Thomas Abraham thomas.abra...@linaro.org wrote: On 17 April 2012 12:00, Kyungmin Park kmp...@infradead.org wrote: Hi, It's already merged with different patch, This is a repost of the patch from Heiko Stuebner which would be required to fix compilation issue for rtc driver. I

Re: [PATCH 06/12] rtc-s3c: Fix breakage introduced by S3C2443/S3C2416 support

2012-04-17 Thread Thomas Abraham
On 17 April 2012 13:55, Kyungmin Park kmp...@infradead.org wrote: On 4/17/12, Thomas Abraham thomas.abra...@linaro.org wrote: On 17 April 2012 12:00, Kyungmin Park kmp...@infradead.org wrote: Hi, It's already merged with different patch, This is a repost of the patch from Heiko Stuebner

[PATCH 06/12] rtc-s3c: Fix breakage introduced by S3C2443/S3C2416 support

2012-04-16 Thread Thomas Abraham
From: Heiko Stuebner he...@sntech.de Commits 7006ee4f (rtc-s3c: make room for more variants in devicetree block) and 6c0a2365 (rtc-s3c: add variants for S3C2443 and S3C2416) introduced build-failures with enabled CONFIG_USE_OF option. This patch fixes missing , in s3c_rtc_dt_match and wrong