m68k: Remove unused set_clock_mmss() helpers
[linux-2.6/btrfs-unstable.git] / arch / m68k / q40 / config.c
blob96810d91da2bd9cf2318e0dda4b40c092c3ea7d7
1 /*
2 * arch/m68k/q40/config.c
4 * Copyright (C) 1999 Richard Zidlicky
6 * originally based on:
8 * linux/bvme/config.c
10 * This file is subject to the terms and conditions of the GNU General Public
11 * License. See the file README.legal in the main directory of this archive
12 * for more details.
15 #include <linux/errno.h>
16 #include <linux/types.h>
17 #include <linux/kernel.h>
18 #include <linux/mm.h>
19 #include <linux/tty.h>
20 #include <linux/console.h>
21 #include <linux/linkage.h>
22 #include <linux/init.h>
23 #include <linux/major.h>
24 #include <linux/serial_reg.h>
25 #include <linux/rtc.h>
26 #include <linux/vt_kern.h>
27 #include <linux/bcd.h>
28 #include <linux/platform_device.h>
30 #include <asm/io.h>
31 #include <asm/bootinfo.h>
32 #include <asm/pgtable.h>
33 #include <asm/setup.h>
34 #include <asm/irq.h>
35 #include <asm/traps.h>
36 #include <asm/machdep.h>
37 #include <asm/q40_master.h>
39 extern void q40_init_IRQ(void);
40 static void q40_get_model(char *model);
41 extern void q40_sched_init(irq_handler_t handler);
43 static u32 q40_gettimeoffset(void);
44 static int q40_hwclk(int, struct rtc_time *);
45 static unsigned int q40_get_ss(void);
46 static int q40_get_rtc_pll(struct rtc_pll_info *pll);
47 static int q40_set_rtc_pll(struct rtc_pll_info *pll);
49 extern void q40_mksound(unsigned int /*freq*/, unsigned int /*ticks*/);
51 static void q40_mem_console_write(struct console *co, const char *b,
52 unsigned int count);
54 extern int ql_ticks;
56 static struct console q40_console_driver = {
57 .name = "debug",
58 .write = q40_mem_console_write,
59 .flags = CON_PRINTBUFFER,
60 .index = -1,
64 /* early debugging function:*/
65 extern char *q40_mem_cptr; /*=(char *)0xff020000;*/
66 static int _cpleft;
68 static void q40_mem_console_write(struct console *co, const char *s,
69 unsigned int count)
71 const char *p = s;
73 if (count < _cpleft) {
74 while (count-- > 0) {
75 *q40_mem_cptr = *p++;
76 q40_mem_cptr += 4;
77 _cpleft--;
82 static int __init q40_debug_setup(char *arg)
84 /* useful for early debugging stages - writes kernel messages into SRAM */
85 if (MACH_IS_Q40 && !strncmp(arg, "mem", 3)) {
86 /*pr_info("using NVRAM debug, q40_mem_cptr=%p\n",q40_mem_cptr);*/
87 _cpleft = 2000 - ((long)q40_mem_cptr-0xff020000) / 4;
88 register_console(&q40_console_driver);
90 return 0;
93 early_param("debug", q40_debug_setup);
95 #if 0
96 void printq40(char *str)
98 int l = strlen(str);
99 char *p = q40_mem_cptr;
101 while (l-- > 0 && _cpleft-- > 0) {
102 *p = *str++;
103 p += 4;
105 q40_mem_cptr = p;
107 #endif
109 static int halted;
111 #ifdef CONFIG_HEARTBEAT
112 static void q40_heartbeat(int on)
114 if (halted)
115 return;
117 if (on)
118 Q40_LED_ON();
119 else
120 Q40_LED_OFF();
122 #endif
124 static void q40_reset(void)
126 halted = 1;
127 pr_info("*******************************************\n"
128 "Called q40_reset : press the RESET button!!\n"
129 "*******************************************\n");
130 Q40_LED_ON();
131 while (1)
135 static void q40_halt(void)
137 halted = 1;
138 pr_info("*******************\n"
139 " Called q40_halt\n"
140 "*******************\n");
141 Q40_LED_ON();
142 while (1)
146 static void q40_get_model(char *model)
148 sprintf(model, "Q40");
151 static unsigned int serports[] =
153 0x3f8,0x2f8,0x3e8,0x2e8,0
156 static void __init q40_disable_irqs(void)
158 unsigned i, j;
160 j = 0;
161 while ((i = serports[j++]))
162 outb(0, i + UART_IER);
163 master_outb(0, EXT_ENABLE_REG);
164 master_outb(0, KEY_IRQ_ENABLE_REG);
167 void __init config_q40(void)
169 mach_sched_init = q40_sched_init;
171 mach_init_IRQ = q40_init_IRQ;
172 arch_gettimeoffset = q40_gettimeoffset;
173 mach_hwclk = q40_hwclk;
174 mach_get_ss = q40_get_ss;
175 mach_get_rtc_pll = q40_get_rtc_pll;
176 mach_set_rtc_pll = q40_set_rtc_pll;
178 mach_reset = q40_reset;
179 mach_get_model = q40_get_model;
181 #if IS_ENABLED(CONFIG_INPUT_M68K_BEEP)
182 mach_beep = q40_mksound;
183 #endif
184 #ifdef CONFIG_HEARTBEAT
185 mach_heartbeat = q40_heartbeat;
186 #endif
187 mach_halt = q40_halt;
189 /* disable a few things that SMSQ might have left enabled */
190 q40_disable_irqs();
192 /* no DMA at all, but ide-scsi requires it.. make sure
193 * all physical RAM fits into the boundary - otherwise
194 * allocator may play costly and useless tricks */
195 mach_max_dma_address = 1024*1024*1024;
199 int __init q40_parse_bootinfo(const struct bi_record *rec)
201 return 1;
205 static u32 q40_gettimeoffset(void)
207 return 5000 * (ql_ticks != 0) * 1000;
212 * Looks like op is non-zero for setting the clock, and zero for
213 * reading the clock.
215 * struct hwclk_time {
216 * unsigned sec; 0..59
217 * unsigned min; 0..59
218 * unsigned hour; 0..23
219 * unsigned day; 1..31
220 * unsigned mon; 0..11
221 * unsigned year; 00...
222 * int wday; 0..6, 0 is Sunday, -1 means unknown/don't set
223 * };
226 static int q40_hwclk(int op, struct rtc_time *t)
228 if (op) {
229 /* Write.... */
230 Q40_RTC_CTRL |= Q40_RTC_WRITE;
232 Q40_RTC_SECS = bin2bcd(t->tm_sec);
233 Q40_RTC_MINS = bin2bcd(t->tm_min);
234 Q40_RTC_HOUR = bin2bcd(t->tm_hour);
235 Q40_RTC_DATE = bin2bcd(t->tm_mday);
236 Q40_RTC_MNTH = bin2bcd(t->tm_mon + 1);
237 Q40_RTC_YEAR = bin2bcd(t->tm_year%100);
238 if (t->tm_wday >= 0)
239 Q40_RTC_DOW = bin2bcd(t->tm_wday+1);
241 Q40_RTC_CTRL &= ~(Q40_RTC_WRITE);
242 } else {
243 /* Read.... */
244 Q40_RTC_CTRL |= Q40_RTC_READ;
246 t->tm_year = bcd2bin (Q40_RTC_YEAR);
247 t->tm_mon = bcd2bin (Q40_RTC_MNTH)-1;
248 t->tm_mday = bcd2bin (Q40_RTC_DATE);
249 t->tm_hour = bcd2bin (Q40_RTC_HOUR);
250 t->tm_min = bcd2bin (Q40_RTC_MINS);
251 t->tm_sec = bcd2bin (Q40_RTC_SECS);
253 Q40_RTC_CTRL &= ~(Q40_RTC_READ);
255 if (t->tm_year < 70)
256 t->tm_year += 100;
257 t->tm_wday = bcd2bin(Q40_RTC_DOW)-1;
260 return 0;
263 static unsigned int q40_get_ss(void)
265 return bcd2bin(Q40_RTC_SECS);
268 /* get and set PLL calibration of RTC clock */
269 #define Q40_RTC_PLL_MASK ((1<<5)-1)
270 #define Q40_RTC_PLL_SIGN (1<<5)
272 static int q40_get_rtc_pll(struct rtc_pll_info *pll)
274 int tmp = Q40_RTC_CTRL;
276 pll->pll_value = tmp & Q40_RTC_PLL_MASK;
277 if (tmp & Q40_RTC_PLL_SIGN)
278 pll->pll_value = -pll->pll_value;
279 pll->pll_max = 31;
280 pll->pll_min = -31;
281 pll->pll_posmult = 512;
282 pll->pll_negmult = 256;
283 pll->pll_clock = 125829120;
285 return 0;
288 static int q40_set_rtc_pll(struct rtc_pll_info *pll)
290 if (!pll->pll_ctrl) {
291 /* the docs are a bit unclear so I am doublesetting */
292 /* RTC_WRITE here ... */
293 int tmp = (pll->pll_value & 31) | (pll->pll_value<0 ? 32 : 0) |
294 Q40_RTC_WRITE;
295 Q40_RTC_CTRL |= Q40_RTC_WRITE;
296 Q40_RTC_CTRL = tmp;
297 Q40_RTC_CTRL &= ~(Q40_RTC_WRITE);
298 return 0;
299 } else
300 return -EINVAL;
303 static __init int q40_add_kbd_device(void)
305 struct platform_device *pdev;
307 if (!MACH_IS_Q40)
308 return -ENODEV;
310 pdev = platform_device_register_simple("q40kbd", -1, NULL, 0);
311 return PTR_ERR_OR_ZERO(pdev);
313 arch_initcall(q40_add_kbd_device);