Blame view

arch/sh/kernel/time.c 2.57 KB
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
  /*
5ac549641   Paul Mundt   sh: Kill off dead...
2
   *  arch/sh/kernel/time.c
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
3
4
5
   *
   *  Copyright (C) 1999  Tetsuya Okada & Niibe Yutaka
   *  Copyright (C) 2000  Philipp Rumpf <prumpf@tux.org>
427860064   Paul Mundt   sh: register the ...
6
   *  Copyright (C) 2002 - 2009  Paul Mundt
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
7
8
   *  Copyright (C) 2002  M. R. Brown  <mrbrown@linux-sh.org>
   *
5ac549641   Paul Mundt   sh: Kill off dead...
9
10
11
   * This file is subject to the terms and conditions of the GNU General Public
   * License.  See the file "COPYING" in the main directory of this archive
   * for more details.
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
12
   */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
13
  #include <linux/kernel.h>
36ddf31b6   Paul Mundt   [PATCH] sh: Simpl...
14
  #include <linux/module.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
15
  #include <linux/init.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
16
  #include <linux/profile.h>
65e5d90de   Paul Mundt   sh: compile fixes...
17
18
  #include <linux/timex.h>
  #include <linux/sched.h>
57be2b484   Paul Mundt   sh: clockevent/cl...
19
  #include <linux/clockchips.h>
eaab89197   Magnus Damm   sh: arch earlytim...
20
  #include <linux/platform_device.h>
8c24594de   Paul Mundt   sh: generic clock...
21
  #include <linux/smp.h>
47c8a08bb   Paul Mundt   sh: rtc-generic s...
22
  #include <linux/rtc.h>
36ddf31b6   Paul Mundt   [PATCH] sh: Simpl...
23
  #include <asm/clock.h>
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
24
  #include <asm/rtc.h>
36ddf31b6   Paul Mundt   [PATCH] sh: Simpl...
25

91550f715   Paul Mundt   sh: Kill off the ...
26
27
28
29
30
31
32
33
34
35
36
37
38
39
  /* Dummy RTC ops */
  static void null_rtc_get_time(struct timespec *tv)
  {
  	tv->tv_sec = mktime(2000, 1, 1, 0, 0, 0);
  	tv->tv_nsec = 0;
  }
  
  static int null_rtc_set_time(const time_t secs)
  {
  	return 0;
  }
  
  void (*rtc_sh_get_time)(struct timespec *) = null_rtc_get_time;
  int (*rtc_sh_set_time)(const time_t) = null_rtc_set_time;
6d134b9e8   Paul Mundt   sh: Wire up GENER...
40

d4f587c67   Martin Schwidefsky   timekeeping: Incr...
41
  void read_persistent_clock(struct timespec *ts)
6d134b9e8   Paul Mundt   sh: Wire up GENER...
42
  {
0ceb4c3e3   Paul Mundt   timekeeping: Fix ...
43
  	rtc_sh_get_time(ts);
6d134b9e8   Paul Mundt   sh: Wire up GENER...
44
  }
0272282f7   John Stultz   sh: Convert sh to...
45
  #ifdef CONFIG_GENERIC_CMOS_UPDATE
6d134b9e8   Paul Mundt   sh: Wire up GENER...
46
47
48
49
50
  int update_persistent_clock(struct timespec now)
  {
  	return rtc_sh_set_time(now.tv_sec);
  }
  #endif
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
51

47c8a08bb   Paul Mundt   sh: rtc-generic s...
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
  unsigned int get_rtc_time(struct rtc_time *tm)
  {
  	if (rtc_sh_get_time != null_rtc_get_time) {
  		struct timespec tv;
  
  		rtc_sh_get_time(&tv);
  		rtc_time_to_tm(tv.tv_sec, tm);
  	}
  
  	return RTC_24H;
  }
  EXPORT_SYMBOL(get_rtc_time);
  
  int set_rtc_time(struct rtc_time *tm)
  {
  	unsigned long secs;
  
  	rtc_tm_to_time(tm, &secs);
  	return rtc_sh_set_time(secs);
  }
  EXPORT_SYMBOL(set_rtc_time);
427860064   Paul Mundt   sh: register the ...
73
74
75
76
77
78
79
80
81
82
83
84
85
86
  static int __init rtc_generic_init(void)
  {
  	struct platform_device *pdev;
  
  	if (rtc_sh_get_time == null_rtc_get_time)
  		return -ENODEV;
  
  	pdev = platform_device_register_simple("rtc-generic", -1, NULL, 0);
  	if (IS_ERR(pdev))
  		return PTR_ERR(pdev);
  
  	return 0;
  }
  module_init(rtc_generic_init);
57be2b484   Paul Mundt   sh: clockevent/cl...
87
  void (*board_time_init)(void);
bd156147e   Paul Mundt   sh: dyntick infra...
88

82b242214   Paul Mundt   Revert "sh: Bump ...
89
  static void __init sh_late_time_init(void)
8e0b84294   Magnus Damm   sh: setup timers ...
90
  {
1d29ebebc   Paul Mundt   sh: Bump the earl...
91
92
  	/*
  	 * Make sure all compiled-in early timers register themselves.
6fe32a468   Paul Mundt   sh: Bump the earl...
93
94
95
96
97
98
  	 *
  	 * Run probe() for two "earlytimer" devices, these will be the
  	 * clockevents and clocksource devices respectively. In the event
  	 * that only a clockevents device is available, we -ENODEV on the
  	 * clocksource and the jiffies clocksource is used transparently
  	 * instead. No error handling is necessary here.
1d29ebebc   Paul Mundt   sh: Bump the earl...
99
100
  	 */
  	early_platform_driver_register_all("earlytimer");
6fe32a468   Paul Mundt   sh: Bump the earl...
101
  	early_platform_driver_probe("earlytimer", 2, 0);
8e0b84294   Magnus Damm   sh: setup timers ...
102
  }
82b242214   Paul Mundt   Revert "sh: Bump ...
103

8e0b84294   Magnus Damm   sh: setup timers ...
104
105
106
107
108
109
  void __init time_init(void)
  {
  	if (board_time_init)
  		board_time_init();
  
  	clk_init();
82b242214   Paul Mundt   Revert "sh: Bump ...
110
  	late_time_init = sh_late_time_init;
8e0b84294   Magnus Damm   sh: setup timers ...
111
  }