Re: [U-Boot] [PATCH] Add support for Faraday RTC IP FTRTC

2009-04-05 Thread Po-Yu Chuang
Hi Detlev Zundel, Thanks for your kindly help. I will fix my code and submit again next time. Thank you! regards, Po-Yu Chuang 2009/4/2 Detlev Zundel : > Hi Chuang, > >> I am a newbie and I have not realized all the rules, so I >> have some questions. >> >> On Tue Mar 31 12:24:03 CEST 2009, y

Re: [U-Boot] [PATCH] Add support for Faraday RTC IP FTRTC

2009-04-02 Thread Detlev Zundel
Hi Chuang, > I am a newbie and I have not realized all the rules, so I > have some questions. > > On Tue Mar 31 12:24:03 CEST 2009, you wrote: >> > +static unsigned int rtc = CONFIG_SYS_RTC_BASE; >> >> Please use a proper C structure to describe the RTC; do not use base >> address plus

[U-Boot] [PATCH] Add support for Faraday RTC IP FTRTC

2009-03-31 Thread 莊博宇
Dear Wolfgang Denk, I am a newbie and I have not realized all the rules, so I have some questions. On Tue Mar 31 12:24:03 CEST 2009, you wrote: > > +static unsigned intrtc = CONFIG_SYS_RTC_BASE; > > Please use a proper C structure to describe the RTC; do not use base > address plus

Re: [U-Boot] [PATCH] Add support for Faraday RTC IP FTRTC

2009-03-31 Thread Wolfgang Denk
Dear PoYu_Chuang, In message <200903310858.n2v8wznb021...@ftcpcw82.faraday.com.tw> you wrote: > This patch adds support for Faraday Technology RTC IP - FTRTC > > Signed-off-by: Po-Yu Chuang > --- > diff -ruN u-boot-2009.03/drivers/rtc/ftrtc.c > FA5A320LINUX26_u-boot/drivers/rtc/ftrtc.c > --- u-

[U-Boot] [PATCH] Add support for Faraday RTC IP FTRTC

2009-03-31 Thread PoYu_Chuang
This patch adds support for Faraday Technology RTC IP - FTRTC Signed-off-by: Po-Yu Chuang --- diff -ruN u-boot-2009.03/drivers/rtc/ftrtc.c FA5A320LINUX26_u-boot/drivers/rtc/ftrtc.c --- u-boot-2009.03/drivers/rtc/ftrtc.c 1970-01-01 08:00:00.0 +0800 +++ FA5A320LINUX26_u-boot/drivers/rtc/f