Re: [PATCH 1/6] rtc: rtc-s3c: Fix access unit from byte to word on RTCCON

2010-10-27 Thread MyungJoo Ham
On Fri, Oct 8, 2010 at 8:41 AM, Kukjin Kim kgene@samsung.com wrote: From: Changhwan Youn chaos.y...@samsung.com S3C2410_RTCCON of TYPE_S3C64XX RTC should be read/written by readw and writew, because TYPE_S3C64XX RTC uses bit 8 and 9. And TYPE_S3C2410 RTC also can access it by readw and

RE: [PATCH 1/6] rtc: rtc-s3c: Fix access unit from byte to word on RTCCON

2010-10-27 Thread Kukjin Kim
MyungJoo Ham wrote: On Fri, Oct 8, 2010 at 8:41 AM, Kukjin Kim kgene@samsung.com wrote: From: Changhwan Youn chaos.y...@samsung.com S3C2410_RTCCON of TYPE_S3C64XX RTC should be read/written by readw and writew, because TYPE_S3C64XX RTC uses bit 8 and 9. And TYPE_S3C2410 RTC also

Re: [PATCH 1/6] rtc: rtc-s3c: Fix access unit from byte to word on RTCCON

2010-10-27 Thread MyungJoo Ham
On Wed, Oct 27, 2010 at 4:58 PM, Kukjin Kim kgene@samsung.com wrote: MyungJoo Ham wrote: On Fri, Oct 8, 2010 at 8:41 AM, Kukjin Kim kgene@samsung.com wrote: From: Changhwan Youn chaos.y...@samsung.com S3C2410_RTCCON of TYPE_S3C64XX RTC should be read/written by readw and writew,