Linux MIPS Architecture development
 help / color / mirror / Atom feed
* Updating RTC with date command
@ 2005-07-19 10:04 Nori, Soma Sekhar
  2005-07-19 10:04 ` Nori, Soma Sekhar
  2005-07-19 14:31 ` Ralf Baechle
  0 siblings, 2 replies; 8+ messages in thread
From: Nori, Soma Sekhar @ 2005-07-19 10:04 UTC (permalink / raw)
  To: linux-mips


Hi,

I am trying to add RTC (ds1338) support to 2.6.10 mips kernel
running on my 4kec board.

I have populated the rtc_{get|set}_time and rtc_set_mmss pointers 
and the date command shows the time correctly (as read from the RTC).

However, when I try to update the time using date -s <time string> 
the RTC does not get updated. (shows the old time when I boot-up again)

In arch\mips\kernel\time.c the timer_interrupt calls rtc_set_mmss,
but that call is made only when STA_UNSYNC is _not_ set in time_status
variable. do_settimeofday/sys_stime _set_ this flag so the timer 
interrupt does not call rtc_set_mmss. 	

In all, I could not figure out any other invocation of rtc_set_time or 
rtc_set_mmss which could be setting the time in my case.

Can somebody please help me understand how the RTC is supposed to be
updated after user changes the time using the date command?

Thanks,
Sekhar Nori

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2005-07-19 22:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-19 10:04 Updating RTC with date command Nori, Soma Sekhar
2005-07-19 10:04 ` Nori, Soma Sekhar
2005-07-19 14:31 ` Ralf Baechle
2005-07-19 14:42   ` Jan-Benedict Glaw
2005-07-19 15:06     ` Maciej W. Rozycki
2005-07-19 15:20       ` Jan-Benedict Glaw
2005-07-19 16:40         ` Maciej W. Rozycki
2005-07-19 23:00           ` Jan-Benedict Glaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox