Re: [PATCH 2/2] rtc: pxa: add pxa95x rtc support

2013-05-06 Thread Haojian Zhuang
On Tue, May 7, 2013 at 9:17 AM, Chao Xie wrote: > the pxa95x rtc need access PBSR register before write to RTTR, RCNR, RDCR, > and RYCR registers. > > Signed-off-by: Chao Xie > --- Do we really need this for other SoC? PXA95x is removed already since it's a block on supporting multi-platform &

[PATCH 2/2] rtc: pxa: add pxa95x rtc support

2013-05-06 Thread Chao Xie
the pxa95x rtc need access PBSR register before write to RTTR, RCNR, RDCR, and RYCR registers. Signed-off-by: Chao Xie --- drivers/rtc/rtc-pxa.c | 96 ++-- 1 files changed, 84 insertions(+), 12 deletions(-) diff --git a/drivers/rtc/rtc-pxa.c b/driv

Re: [V2 PATCH 2/2] rtc: pxa: add pxa95x rtc support

2012-12-05 Thread Chao Xie
On Wed, Dec 5, 2012 at 3:04 PM, Haojian Zhuang wrote: > On Wed, Dec 5, 2012 at 2:49 PM, Chao Xie wrote: >> the pxa95x rtc need access PBSR register before write to >> RTTR, RCNR, RDCR, and RYCR registers. >> >> Signed-off-by: Chao Xie >> --- >> drivers/rtc/rtc-pxa.c | 100 >> +

Re: [V2 PATCH 2/2] rtc: pxa: add pxa95x rtc support

2012-12-04 Thread Haojian Zhuang
On Wed, Dec 5, 2012 at 2:49 PM, Chao Xie wrote: > the pxa95x rtc need access PBSR register before write to > RTTR, RCNR, RDCR, and RYCR registers. > > Signed-off-by: Chao Xie > --- > drivers/rtc/rtc-pxa.c | 100 +--- > 1 files changed, 85 insertions(+

[V2 PATCH 2/2] rtc: pxa: add pxa95x rtc support

2012-12-04 Thread Chao Xie
the pxa95x rtc need access PBSR register before write to RTTR, RCNR, RDCR, and RYCR registers. Signed-off-by: Chao Xie --- drivers/rtc/rtc-pxa.c | 100 +--- 1 files changed, 85 insertions(+), 15 deletions(-) diff --git a/drivers/rtc/rtc-pxa.c b/drive