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