David S. Miller | 64d329e | 2007-10-27 00:17:01 -0700 | [diff] [blame] | 1 | /* linux/arch/sparc/kernel/time.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | * |
David S. Miller | 64d329e | 2007-10-27 00:17:01 -0700 | [diff] [blame] | 3 | * Copyright (C) 1995 David S. Miller (davem@davemloft.net) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | * Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu) |
| 5 | * |
| 6 | * Chris Davis (cdavis@cois.on.ca) 03/27/1998 |
| 7 | * Added support for the intersil on the sun4/4200 |
| 8 | * |
| 9 | * Gleb Raiko (rajko@mech.math.msu.su) 08/18/1998 |
| 10 | * Support for MicroSPARC-IIep, PCI CPU. |
| 11 | * |
| 12 | * This file handles the Sparc specific time handling details. |
| 13 | * |
| 14 | * 1997-09-10 Updated NTP code according to technical memorandum Jan '96 |
| 15 | * "A Kernel Model for Precision Timekeeping" by Dave Mills |
| 16 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | #include <linux/errno.h> |
| 18 | #include <linux/module.h> |
| 19 | #include <linux/sched.h> |
| 20 | #include <linux/kernel.h> |
| 21 | #include <linux/param.h> |
| 22 | #include <linux/string.h> |
| 23 | #include <linux/mm.h> |
| 24 | #include <linux/interrupt.h> |
| 25 | #include <linux/time.h> |
David S. Miller | c4cbe6f | 2008-09-03 15:52:38 -0700 | [diff] [blame] | 26 | #include <linux/rtc.h> |
| 27 | #include <linux/rtc/m48t59.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | #include <linux/timex.h> |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 29 | #include <linux/clocksource.h> |
| 30 | #include <linux/clockchips.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 31 | #include <linux/init.h> |
| 32 | #include <linux/pci.h> |
| 33 | #include <linux/ioport.h> |
| 34 | #include <linux/profile.h> |
David S. Miller | 454eeb2 | 2008-08-27 04:05:35 -0700 | [diff] [blame] | 35 | #include <linux/of.h> |
Stephen Rothwell | 764f257 | 2008-08-07 15:33:36 -0700 | [diff] [blame] | 36 | #include <linux/of_device.h> |
David S. Miller | c4cbe6f | 2008-09-03 15:52:38 -0700 | [diff] [blame] | 37 | #include <linux/platform_device.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | |
Sam Ravnborg | fcea8b2 | 2014-05-16 23:25:44 +0200 | [diff] [blame] | 39 | #include <asm/mc146818rtc.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | #include <asm/oplib.h> |
John Stultz | 0299b13 | 2010-01-15 01:34:28 -0800 | [diff] [blame] | 41 | #include <asm/timex.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 42 | #include <asm/timer.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | #include <asm/irq.h> |
| 44 | #include <asm/io.h> |
| 45 | #include <asm/idprom.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | #include <asm/page.h> |
| 47 | #include <asm/pcic.h> |
Al Viro | 0d84438 | 2006-10-08 14:30:44 +0100 | [diff] [blame] | 48 | #include <asm/irq_regs.h> |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 49 | #include <asm/setup.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 50 | |
Sam Ravnborg | fcea8b2 | 2014-05-16 23:25:44 +0200 | [diff] [blame] | 51 | #include "kernel.h" |
Al Viro | 32231a6 | 2007-07-21 19:18:57 -0700 | [diff] [blame] | 52 | #include "irq.h" |
| 53 | |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 54 | static __cacheline_aligned_in_smp DEFINE_SEQLOCK(timer_cs_lock); |
| 55 | static __volatile__ u64 timer_cs_internal_counter = 0; |
| 56 | static char timer_cs_enabled = 0; |
| 57 | |
| 58 | static struct clock_event_device timer_ce; |
| 59 | static char timer_ce_enabled = 0; |
| 60 | |
| 61 | #ifdef CONFIG_SMP |
| 62 | DEFINE_PER_CPU(struct clock_event_device, sparc32_clockevent); |
| 63 | #endif |
| 64 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | DEFINE_SPINLOCK(rtc_lock); |
Sam Ravnborg | 6943f3d | 2009-01-08 16:58:05 -0800 | [diff] [blame] | 66 | EXPORT_SYMBOL(rtc_lock); |
| 67 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | static int set_rtc_mmss(unsigned long); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 | unsigned long profile_pc(struct pt_regs *regs) |
| 71 | { |
| 72 | extern char __copy_user_begin[], __copy_user_end[]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | extern char __bzero_begin[], __bzero_end[]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | |
| 75 | unsigned long pc = regs->pc; |
| 76 | |
| 77 | if (in_lock_functions(pc) || |
| 78 | (pc >= (unsigned long) __copy_user_begin && |
| 79 | pc < (unsigned long) __copy_user_end) || |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 80 | (pc >= (unsigned long) __bzero_begin && |
David S. Miller | 8a8b836 | 2006-12-17 16:18:47 -0800 | [diff] [blame] | 81 | pc < (unsigned long) __bzero_end)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 82 | pc = regs->u_regs[UREG_RETPC]; |
| 83 | return pc; |
| 84 | } |
| 85 | |
Martin Habets | 9550e59 | 2006-10-17 19:21:48 -0700 | [diff] [blame] | 86 | EXPORT_SYMBOL(profile_pc); |
| 87 | |
Sam Ravnborg | fcea8b2 | 2014-05-16 23:25:44 +0200 | [diff] [blame] | 88 | volatile u32 __iomem *master_l10_counter; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | |
John Stultz | f5c9c9b | 2010-03-03 19:57:27 -0800 | [diff] [blame] | 90 | int update_persistent_clock(struct timespec now) |
| 91 | { |
| 92 | return set_rtc_mmss(now.tv_sec); |
| 93 | } |
| 94 | |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 95 | irqreturn_t notrace timer_interrupt(int dummy, void *dev_id) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 96 | { |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 97 | if (timer_cs_enabled) { |
| 98 | write_seqlock(&timer_cs_lock); |
| 99 | timer_cs_internal_counter++; |
Sam Ravnborg | 08c9388 | 2012-05-14 17:30:35 +0200 | [diff] [blame] | 100 | sparc_config.clear_clock_irq(); |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 101 | write_sequnlock(&timer_cs_lock); |
| 102 | } else { |
Sam Ravnborg | 08c9388 | 2012-05-14 17:30:35 +0200 | [diff] [blame] | 103 | sparc_config.clear_clock_irq(); |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 104 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 105 | |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 106 | if (timer_ce_enabled) |
| 107 | timer_ce.event_handler(&timer_ce); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 108 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 109 | return IRQ_HANDLED; |
| 110 | } |
| 111 | |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 112 | static void timer_ce_set_mode(enum clock_event_mode mode, |
| 113 | struct clock_event_device *evt) |
| 114 | { |
| 115 | switch (mode) { |
| 116 | case CLOCK_EVT_MODE_PERIODIC: |
| 117 | case CLOCK_EVT_MODE_RESUME: |
| 118 | timer_ce_enabled = 1; |
| 119 | break; |
| 120 | case CLOCK_EVT_MODE_SHUTDOWN: |
| 121 | timer_ce_enabled = 0; |
| 122 | break; |
| 123 | default: |
| 124 | break; |
| 125 | } |
| 126 | smp_mb(); |
| 127 | } |
| 128 | |
| 129 | static __init void setup_timer_ce(void) |
| 130 | { |
| 131 | struct clock_event_device *ce = &timer_ce; |
| 132 | |
| 133 | BUG_ON(smp_processor_id() != boot_cpu_id); |
| 134 | |
| 135 | ce->name = "timer_ce"; |
| 136 | ce->rating = 100; |
| 137 | ce->features = CLOCK_EVT_FEAT_PERIODIC; |
| 138 | ce->set_mode = timer_ce_set_mode; |
| 139 | ce->cpumask = cpu_possible_mask; |
| 140 | ce->shift = 32; |
| 141 | ce->mult = div_sc(sparc_config.clock_rate, NSEC_PER_SEC, |
| 142 | ce->shift); |
| 143 | clockevents_register_device(ce); |
| 144 | } |
| 145 | |
| 146 | static unsigned int sbus_cycles_offset(void) |
| 147 | { |
Sam Ravnborg | fcea8b2 | 2014-05-16 23:25:44 +0200 | [diff] [blame] | 148 | u32 val, offset; |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 149 | |
Sam Ravnborg | fcea8b2 | 2014-05-16 23:25:44 +0200 | [diff] [blame] | 150 | val = sbus_readl(master_l10_counter); |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 151 | offset = (val >> TIMER_VALUE_SHIFT) & TIMER_VALUE_MASK; |
| 152 | |
| 153 | /* Limit hit? */ |
| 154 | if (val & TIMER_LIMIT_BIT) |
| 155 | offset += sparc_config.cs_period; |
| 156 | |
| 157 | return offset; |
| 158 | } |
| 159 | |
| 160 | static cycle_t timer_cs_read(struct clocksource *cs) |
| 161 | { |
| 162 | unsigned int seq, offset; |
| 163 | u64 cycles; |
| 164 | |
| 165 | do { |
| 166 | seq = read_seqbegin(&timer_cs_lock); |
| 167 | |
| 168 | cycles = timer_cs_internal_counter; |
| 169 | offset = sparc_config.get_cycles_offset(); |
| 170 | } while (read_seqretry(&timer_cs_lock, seq)); |
| 171 | |
| 172 | /* Count absolute cycles */ |
| 173 | cycles *= sparc_config.cs_period; |
| 174 | cycles += offset; |
| 175 | |
| 176 | return cycles; |
| 177 | } |
| 178 | |
| 179 | static struct clocksource timer_cs = { |
| 180 | .name = "timer_cs", |
| 181 | .rating = 100, |
| 182 | .read = timer_cs_read, |
| 183 | .mask = CLOCKSOURCE_MASK(64), |
| 184 | .shift = 2, |
| 185 | .flags = CLOCK_SOURCE_IS_CONTINUOUS, |
| 186 | }; |
| 187 | |
| 188 | static __init int setup_timer_cs(void) |
| 189 | { |
| 190 | timer_cs_enabled = 1; |
| 191 | timer_cs.mult = clocksource_hz2mult(sparc_config.clock_rate, |
| 192 | timer_cs.shift); |
| 193 | |
| 194 | return clocksource_register(&timer_cs); |
| 195 | } |
| 196 | |
| 197 | #ifdef CONFIG_SMP |
| 198 | static void percpu_ce_setup(enum clock_event_mode mode, |
| 199 | struct clock_event_device *evt) |
| 200 | { |
| 201 | int cpu = __first_cpu(evt->cpumask); |
| 202 | |
| 203 | switch (mode) { |
| 204 | case CLOCK_EVT_MODE_PERIODIC: |
Sam Ravnborg | 08c9388 | 2012-05-14 17:30:35 +0200 | [diff] [blame] | 205 | sparc_config.load_profile_irq(cpu, |
| 206 | SBUS_CLOCK_RATE / HZ); |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 207 | break; |
| 208 | case CLOCK_EVT_MODE_ONESHOT: |
| 209 | case CLOCK_EVT_MODE_SHUTDOWN: |
| 210 | case CLOCK_EVT_MODE_UNUSED: |
Sam Ravnborg | 08c9388 | 2012-05-14 17:30:35 +0200 | [diff] [blame] | 211 | sparc_config.load_profile_irq(cpu, 0); |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 212 | break; |
| 213 | default: |
| 214 | break; |
| 215 | } |
| 216 | } |
| 217 | |
| 218 | static int percpu_ce_set_next_event(unsigned long delta, |
| 219 | struct clock_event_device *evt) |
| 220 | { |
| 221 | int cpu = __first_cpu(evt->cpumask); |
| 222 | unsigned int next = (unsigned int)delta; |
| 223 | |
Sam Ravnborg | 08c9388 | 2012-05-14 17:30:35 +0200 | [diff] [blame] | 224 | sparc_config.load_profile_irq(cpu, next); |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 225 | return 0; |
| 226 | } |
| 227 | |
| 228 | void register_percpu_ce(int cpu) |
| 229 | { |
| 230 | struct clock_event_device *ce = &per_cpu(sparc32_clockevent, cpu); |
| 231 | unsigned int features = CLOCK_EVT_FEAT_PERIODIC; |
| 232 | |
| 233 | if (sparc_config.features & FEAT_L14_ONESHOT) |
| 234 | features |= CLOCK_EVT_FEAT_ONESHOT; |
| 235 | |
| 236 | ce->name = "percpu_ce"; |
| 237 | ce->rating = 200; |
| 238 | ce->features = features; |
| 239 | ce->set_mode = percpu_ce_setup; |
| 240 | ce->set_next_event = percpu_ce_set_next_event; |
| 241 | ce->cpumask = cpumask_of(cpu); |
| 242 | ce->shift = 32; |
| 243 | ce->mult = div_sc(sparc_config.clock_rate, NSEC_PER_SEC, |
| 244 | ce->shift); |
| 245 | ce->max_delta_ns = clockevent_delta2ns(sparc_config.clock_rate, ce); |
| 246 | ce->min_delta_ns = clockevent_delta2ns(100, ce); |
| 247 | |
| 248 | clockevents_register_device(ce); |
| 249 | } |
| 250 | #endif |
| 251 | |
David S. Miller | c4cbe6f | 2008-09-03 15:52:38 -0700 | [diff] [blame] | 252 | static unsigned char mostek_read_byte(struct device *dev, u32 ofs) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 253 | { |
David S. Miller | c4cbe6f | 2008-09-03 15:52:38 -0700 | [diff] [blame] | 254 | struct platform_device *pdev = to_platform_device(dev); |
| 255 | struct m48t59_plat_data *pdata = pdev->dev.platform_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 256 | |
Krzysztof Helt | 12a9ee3 | 2008-10-29 15:35:24 -0700 | [diff] [blame] | 257 | return readb(pdata->ioaddr + ofs); |
David S. Miller | c4cbe6f | 2008-09-03 15:52:38 -0700 | [diff] [blame] | 258 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 259 | |
David S. Miller | c4cbe6f | 2008-09-03 15:52:38 -0700 | [diff] [blame] | 260 | static void mostek_write_byte(struct device *dev, u32 ofs, u8 val) |
| 261 | { |
| 262 | struct platform_device *pdev = to_platform_device(dev); |
| 263 | struct m48t59_plat_data *pdata = pdev->dev.platform_data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 264 | |
Krzysztof Helt | 12a9ee3 | 2008-10-29 15:35:24 -0700 | [diff] [blame] | 265 | writeb(val, pdata->ioaddr + ofs); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 266 | } |
| 267 | |
David S. Miller | c4cbe6f | 2008-09-03 15:52:38 -0700 | [diff] [blame] | 268 | static struct m48t59_plat_data m48t59_data = { |
| 269 | .read_byte = mostek_read_byte, |
| 270 | .write_byte = mostek_write_byte, |
| 271 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 272 | |
David S. Miller | c4cbe6f | 2008-09-03 15:52:38 -0700 | [diff] [blame] | 273 | /* resource is set at runtime */ |
| 274 | static struct platform_device m48t59_rtc = { |
| 275 | .name = "rtc-m48t59", |
| 276 | .id = 0, |
| 277 | .num_resources = 1, |
| 278 | .dev = { |
| 279 | .platform_data = &m48t59_data, |
| 280 | }, |
| 281 | }; |
Bob Breuer | 96ba989 | 2006-07-27 22:08:01 -0700 | [diff] [blame] | 282 | |
Greg Kroah-Hartman | 7c9503b | 2012-12-21 14:03:26 -0800 | [diff] [blame] | 283 | static int clock_probe(struct platform_device *op) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 284 | { |
Grant Likely | 61c7a08 | 2010-04-13 16:12:29 -0700 | [diff] [blame] | 285 | struct device_node *dp = op->dev.of_node; |
Stephen Rothwell | 8271f04 | 2007-03-29 00:47:23 -0700 | [diff] [blame] | 286 | const char *model = of_get_property(dp, "model", NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 287 | |
David S. Miller | ee5caf0 | 2006-06-29 14:36:52 -0700 | [diff] [blame] | 288 | if (!model) |
| 289 | return -ENODEV; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 290 | |
Kjetil Oftedal | 1c833bc | 2011-03-24 16:34:52 -0700 | [diff] [blame] | 291 | /* Only the primary RTC has an address property */ |
| 292 | if (!of_find_property(dp, "address", NULL)) |
| 293 | return -ENODEV; |
| 294 | |
David S. Miller | c4cbe6f | 2008-09-03 15:52:38 -0700 | [diff] [blame] | 295 | m48t59_rtc.resource = &op->resource[0]; |
David S. Miller | ee5caf0 | 2006-06-29 14:36:52 -0700 | [diff] [blame] | 296 | if (!strcmp(model, "mk48t02")) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 297 | /* Map the clock register io area read-only */ |
David S. Miller | c4cbe6f | 2008-09-03 15:52:38 -0700 | [diff] [blame] | 298 | m48t59_data.ioaddr = of_ioremap(&op->resource[0], 0, |
| 299 | 2048, "rtc-m48t59"); |
| 300 | m48t59_data.type = M48T59RTC_TYPE_M48T02; |
David S. Miller | ee5caf0 | 2006-06-29 14:36:52 -0700 | [diff] [blame] | 301 | } else if (!strcmp(model, "mk48t08")) { |
David S. Miller | c4cbe6f | 2008-09-03 15:52:38 -0700 | [diff] [blame] | 302 | m48t59_data.ioaddr = of_ioremap(&op->resource[0], 0, |
| 303 | 8192, "rtc-m48t59"); |
| 304 | m48t59_data.type = M48T59RTC_TYPE_M48T08; |
David S. Miller | ee5caf0 | 2006-06-29 14:36:52 -0700 | [diff] [blame] | 305 | } else |
| 306 | return -ENODEV; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 307 | |
David S. Miller | c4cbe6f | 2008-09-03 15:52:38 -0700 | [diff] [blame] | 308 | if (platform_device_register(&m48t59_rtc) < 0) |
| 309 | printk(KERN_ERR "Registering RTC device failed\n"); |
Bob Breuer | 96ba989 | 2006-07-27 22:08:01 -0700 | [diff] [blame] | 310 | |
David S. Miller | ee5caf0 | 2006-06-29 14:36:52 -0700 | [diff] [blame] | 311 | return 0; |
| 312 | } |
| 313 | |
Sam Ravnborg | 505d914 | 2011-04-21 15:37:20 -0700 | [diff] [blame] | 314 | static struct of_device_id clock_match[] = { |
David S. Miller | ee5caf0 | 2006-06-29 14:36:52 -0700 | [diff] [blame] | 315 | { |
| 316 | .name = "eeprom", |
| 317 | }, |
| 318 | {}, |
| 319 | }; |
| 320 | |
Grant Likely | 4ebb24f | 2011-02-22 20:01:33 -0700 | [diff] [blame] | 321 | static struct platform_driver clock_driver = { |
David S. Miller | ee5caf0 | 2006-06-29 14:36:52 -0700 | [diff] [blame] | 322 | .probe = clock_probe, |
Grant Likely | 4018294 | 2010-04-13 16:13:02 -0700 | [diff] [blame] | 323 | .driver = { |
| 324 | .name = "rtc", |
| 325 | .owner = THIS_MODULE, |
| 326 | .of_match_table = clock_match, |
Stephen Rothwell | a2cd155 | 2007-10-10 23:27:34 -0700 | [diff] [blame] | 327 | }, |
David S. Miller | ee5caf0 | 2006-06-29 14:36:52 -0700 | [diff] [blame] | 328 | }; |
| 329 | |
| 330 | |
| 331 | /* Probe for the mostek real time clock chip. */ |
Bob Breuer | 96ba989 | 2006-07-27 22:08:01 -0700 | [diff] [blame] | 332 | static int __init clock_init(void) |
David S. Miller | ee5caf0 | 2006-06-29 14:36:52 -0700 | [diff] [blame] | 333 | { |
Grant Likely | 4ebb24f | 2011-02-22 20:01:33 -0700 | [diff] [blame] | 334 | return platform_driver_register(&clock_driver); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 335 | } |
Bob Breuer | 96ba989 | 2006-07-27 22:08:01 -0700 | [diff] [blame] | 336 | /* Must be after subsys_initcall() so that busses are probed. Must |
| 337 | * be before device_initcall() because things like the RTC driver |
| 338 | * need to see the clock registers. |
| 339 | */ |
| 340 | fs_initcall(clock_init); |
Bob Breuer | 96ba989 | 2006-07-27 22:08:01 -0700 | [diff] [blame] | 341 | |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 342 | static void __init sparc32_late_time_init(void) |
John Stultz | 0299b13 | 2010-01-15 01:34:28 -0800 | [diff] [blame] | 343 | { |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 344 | if (sparc_config.features & FEAT_L10_CLOCKEVENT) |
| 345 | setup_timer_ce(); |
| 346 | if (sparc_config.features & FEAT_L10_CLOCKSOURCE) |
| 347 | setup_timer_cs(); |
| 348 | #ifdef CONFIG_SMP |
| 349 | register_percpu_ce(smp_processor_id()); |
| 350 | #endif |
John Stultz | 0299b13 | 2010-01-15 01:34:28 -0800 | [diff] [blame] | 351 | } |
| 352 | |
Adrian Bunk | c61c65c | 2008-06-05 11:40:58 -0700 | [diff] [blame] | 353 | static void __init sbus_time_init(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 354 | { |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 355 | sparc_config.get_cycles_offset = sbus_cycles_offset; |
| 356 | sparc_config.init_timers(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 357 | } |
| 358 | |
| 359 | void __init time_init(void) |
| 360 | { |
Tkhai Kirill | 62f0828 | 2012-04-04 21:49:26 +0200 | [diff] [blame] | 361 | sparc_config.features = 0; |
| 362 | late_time_init = sparc32_late_time_init; |
| 363 | |
Sam Ravnborg | 06010fb | 2011-04-17 13:49:55 +0200 | [diff] [blame] | 364 | if (pcic_present()) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 365 | pci_time_init(); |
Sam Ravnborg | 06010fb | 2011-04-17 13:49:55 +0200 | [diff] [blame] | 366 | else |
| 367 | sbus_time_init(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 368 | } |
| 369 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 370 | |
David S. Miller | c4cbe6f | 2008-09-03 15:52:38 -0700 | [diff] [blame] | 371 | static int set_rtc_mmss(unsigned long secs) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 372 | { |
David S. Miller | c4cbe6f | 2008-09-03 15:52:38 -0700 | [diff] [blame] | 373 | struct rtc_device *rtc = rtc_class_open("rtc0"); |
David S. Miller | ab138c0 | 2008-09-10 13:36:13 -0700 | [diff] [blame] | 374 | int err = -1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 375 | |
David S. Miller | ab138c0 | 2008-09-10 13:36:13 -0700 | [diff] [blame] | 376 | if (rtc) { |
| 377 | err = rtc_set_mmss(rtc, secs); |
| 378 | rtc_class_close(rtc); |
| 379 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 380 | |
David S. Miller | ab138c0 | 2008-09-10 13:36:13 -0700 | [diff] [blame] | 381 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 382 | } |