Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* 68328serial.c: Serial port driver for 68328 microcontroller |
| 2 | * |
| 3 | * Copyright (C) 1995 David S. Miller <davem@caip.rutgers.edu> |
| 4 | * Copyright (C) 1998 Kenneth Albanowski <kjahds@kjahds.com> |
| 5 | * Copyright (C) 1998, 1999 D. Jeff Dionne <jeff@uclinux.org> |
| 6 | * Copyright (C) 1999 Vladimir Gurevich <vgurevic@cisco.com> |
| 7 | * Copyright (C) 2002-2003 David McCullough <davidm@snapgear.com> |
| 8 | * Copyright (C) 2002 Greg Ungerer <gerg@snapgear.com> |
| 9 | * |
| 10 | * VZ Support/Fixes Evan Stawnyczy <e@lineo.ca> |
| 11 | * Multiple UART support Daniel Potts <danielp@cse.unsw.edu.au> |
| 12 | * Power management support Daniel Potts <danielp@cse.unsw.edu.au> |
| 13 | * VZ Second Serial Port enable Phil Wilshire |
| 14 | * 2.4/2.5 port David McCullough |
| 15 | */ |
| 16 | |
| 17 | #include <asm/dbg.h> |
| 18 | #include <linux/module.h> |
| 19 | #include <linux/errno.h> |
Jiri Slaby | cea4b2c | 2012-04-02 13:54:35 +0200 | [diff] [blame] | 20 | #include <linux/serial.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | #include <linux/signal.h> |
| 22 | #include <linux/sched.h> |
| 23 | #include <linux/timer.h> |
| 24 | #include <linux/interrupt.h> |
| 25 | #include <linux/tty.h> |
| 26 | #include <linux/tty_flip.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 27 | #include <linux/major.h> |
| 28 | #include <linux/string.h> |
| 29 | #include <linux/fcntl.h> |
| 30 | #include <linux/mm.h> |
| 31 | #include <linux/kernel.h> |
| 32 | #include <linux/console.h> |
| 33 | #include <linux/reboot.h> |
| 34 | #include <linux/keyboard.h> |
| 35 | #include <linux/init.h> |
| 36 | #include <linux/pm.h> |
| 37 | #include <linux/bitops.h> |
| 38 | #include <linux/delay.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 39 | #include <linux/gfp.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | |
| 41 | #include <asm/io.h> |
| 42 | #include <asm/irq.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | #include <asm/delay.h> |
| 44 | #include <asm/uaccess.h> |
| 45 | |
| 46 | /* (es) */ |
| 47 | /* note: perhaps we can murge these files, so that you can just |
| 48 | * define 1 of them, and they can sort that out for themselves |
| 49 | */ |
| 50 | #if defined(CONFIG_M68EZ328) |
| 51 | #include <asm/MC68EZ328.h> |
| 52 | #else |
| 53 | #if defined(CONFIG_M68VZ328) |
| 54 | #include <asm/MC68VZ328.h> |
| 55 | #else |
| 56 | #include <asm/MC68328.h> |
| 57 | #endif /* CONFIG_M68VZ328 */ |
| 58 | #endif /* CONFIG_M68EZ328 */ |
| 59 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | /* Turn off usage of real serial interrupt code, to "support" Copilot */ |
| 61 | #ifdef CONFIG_XCOPILOT_BUGS |
| 62 | #undef USE_INTS |
| 63 | #else |
| 64 | #define USE_INTS |
| 65 | #endif |
| 66 | |
Jiri Slaby | 1bb2687 | 2012-04-02 13:54:39 +0200 | [diff] [blame] | 67 | /* |
| 68 | * I believe this is the optimal setting that reduces the number of interrupts. |
| 69 | * At high speeds the output might become a little "bursted" (use USTCNT_TXHE |
| 70 | * if that bothers you), but in most cases it will not, since we try to |
| 71 | * transmit characters every time rs_interrupt is called. Thus, quite often |
| 72 | * you'll see that a receive interrupt occures before the transmit one. |
| 73 | * -- Vladimir Gurevich |
| 74 | */ |
| 75 | #define USTCNT_TX_INTR_MASK (USTCNT_TXEE) |
| 76 | |
| 77 | /* |
| 78 | * 68328 and 68EZ328 UARTS are a little bit different. EZ328 has special |
| 79 | * "Old data interrupt" which occures whenever the data stay in the FIFO |
| 80 | * longer than 30 bits time. This allows us to use FIFO without compromising |
| 81 | * latency. '328 does not have this feature and without the real 328-based |
| 82 | * board I would assume that RXRE is the safest setting. |
| 83 | * |
| 84 | * For EZ328 I use RXHE (Half empty) interrupt to reduce the number of |
| 85 | * interrupts. RXFE (receive queue full) causes the system to lose data |
| 86 | * at least at 115200 baud |
| 87 | * |
| 88 | * If your board is busy doing other stuff, you might consider to use |
| 89 | * RXRE (data ready intrrupt) instead. |
| 90 | * |
| 91 | * The other option is to make these INTR masks run-time configurable, so |
| 92 | * that people can dynamically adapt them according to the current usage. |
| 93 | * -- Vladimir Gurevich |
| 94 | */ |
| 95 | |
| 96 | /* (es) */ |
| 97 | #if defined(CONFIG_M68EZ328) || defined(CONFIG_M68VZ328) |
| 98 | #define USTCNT_RX_INTR_MASK (USTCNT_RXHE | USTCNT_ODEN) |
| 99 | #elif defined(CONFIG_M68328) |
| 100 | #define USTCNT_RX_INTR_MASK (USTCNT_RXRE) |
| 101 | #else |
| 102 | #error Please, define the Rx interrupt events for your CPU |
| 103 | #endif |
| 104 | /* (/es) */ |
| 105 | |
| 106 | /* |
| 107 | * This is our internal structure for each serial port's state. |
Jiri Slaby | 1bb2687 | 2012-04-02 13:54:39 +0200 | [diff] [blame] | 108 | */ |
| 109 | struct m68k_serial { |
Jiri Slaby | 8626434 | 2012-04-02 13:54:40 +0200 | [diff] [blame] | 110 | struct tty_port tport; |
Jiri Slaby | 1bb2687 | 2012-04-02 13:54:39 +0200 | [diff] [blame] | 111 | char is_cons; /* Is this our console. */ |
| 112 | int magic; |
| 113 | int baud_base; |
| 114 | int port; |
| 115 | int irq; |
Jiri Slaby | 1bb2687 | 2012-04-02 13:54:39 +0200 | [diff] [blame] | 116 | int type; /* UART type */ |
Jiri Slaby | 1bb2687 | 2012-04-02 13:54:39 +0200 | [diff] [blame] | 117 | int custom_divisor; |
| 118 | int x_char; /* xon/xoff character */ |
Jiri Slaby | 1bb2687 | 2012-04-02 13:54:39 +0200 | [diff] [blame] | 119 | int line; |
Jiri Slaby | 1bb2687 | 2012-04-02 13:54:39 +0200 | [diff] [blame] | 120 | unsigned char *xmit_buf; |
| 121 | int xmit_head; |
| 122 | int xmit_tail; |
| 123 | int xmit_cnt; |
Jiri Slaby | 1bb2687 | 2012-04-02 13:54:39 +0200 | [diff] [blame] | 124 | }; |
| 125 | |
| 126 | #define SERIAL_MAGIC 0x5301 |
| 127 | |
| 128 | /* |
| 129 | * Define the number of ports supported and their irqs. |
| 130 | */ |
| 131 | #define NR_PORTS 1 |
| 132 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 133 | static struct m68k_serial m68k_soft[NR_PORTS]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 134 | |
Jiri Slaby | 1bb2687 | 2012-04-02 13:54:39 +0200 | [diff] [blame] | 135 | static unsigned int uart_irqs[NR_PORTS] = { UART_IRQ_NUM }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 136 | |
| 137 | /* multiple ports are contiguous in memory */ |
| 138 | m68328_uart *uart_addr = (m68328_uart *)USTCNT_ADDR; |
| 139 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 140 | struct tty_driver *serial_driver; |
| 141 | |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 142 | static void change_speed(struct m68k_serial *info, struct tty_struct *tty); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 143 | |
| 144 | /* |
| 145 | * Setup for console. Argument comes from the boot command line. |
| 146 | */ |
| 147 | |
Christoph Egger | f5e92c3 | 2010-07-20 15:26:54 -0700 | [diff] [blame] | 148 | /* note: this is messy, but it works, again, perhaps defined somewhere else?*/ |
| 149 | #ifdef CONFIG_M68VZ328 |
| 150 | #define CONSOLE_BAUD_RATE 19200 |
| 151 | #define DEFAULT_CBAUD B19200 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 152 | #endif |
| 153 | |
Christoph Egger | f5e92c3 | 2010-07-20 15:26:54 -0700 | [diff] [blame] | 154 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 155 | #ifndef CONSOLE_BAUD_RATE |
| 156 | #define CONSOLE_BAUD_RATE 9600 |
| 157 | #define DEFAULT_CBAUD B9600 |
| 158 | #endif |
| 159 | |
| 160 | |
| 161 | static int m68328_console_initted = 0; |
| 162 | static int m68328_console_baud = CONSOLE_BAUD_RATE; |
| 163 | static int m68328_console_cbaud = DEFAULT_CBAUD; |
| 164 | |
| 165 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | static inline int serial_paranoia_check(struct m68k_serial *info, |
| 167 | char *name, const char *routine) |
| 168 | { |
| 169 | #ifdef SERIAL_PARANOIA_CHECK |
| 170 | static const char *badmagic = |
| 171 | "Warning: bad magic number for serial struct %s in %s\n"; |
| 172 | static const char *badinfo = |
| 173 | "Warning: null m68k_serial for %s in %s\n"; |
| 174 | |
| 175 | if (!info) { |
| 176 | printk(badinfo, name, routine); |
| 177 | return 1; |
| 178 | } |
| 179 | if (info->magic != SERIAL_MAGIC) { |
| 180 | printk(badmagic, name, routine); |
| 181 | return 1; |
| 182 | } |
| 183 | #endif |
| 184 | return 0; |
| 185 | } |
| 186 | |
| 187 | /* |
| 188 | * This is used to figure out the divisor speeds and the timeouts |
| 189 | */ |
| 190 | static int baud_table[] = { |
| 191 | 0, 50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, 4800, |
| 192 | 9600, 19200, 38400, 57600, 115200, 0 }; |
| 193 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 194 | /* Utility routines */ |
| 195 | static inline int get_baud(struct m68k_serial *ss) |
| 196 | { |
| 197 | unsigned long result = 115200; |
| 198 | unsigned short int baud = uart_addr[ss->line].ubaud; |
| 199 | if (GET_FIELD(baud, UBAUD_PRESCALER) == 0x38) result = 38400; |
| 200 | result >>= GET_FIELD(baud, UBAUD_DIVIDE); |
| 201 | |
| 202 | return result; |
| 203 | } |
| 204 | |
| 205 | /* |
| 206 | * ------------------------------------------------------------ |
| 207 | * rs_stop() and rs_start() |
| 208 | * |
| 209 | * This routines are called before setting or resetting tty->stopped. |
| 210 | * They enable or disable transmitter interrupts, as necessary. |
| 211 | * ------------------------------------------------------------ |
| 212 | */ |
| 213 | static void rs_stop(struct tty_struct *tty) |
| 214 | { |
| 215 | struct m68k_serial *info = (struct m68k_serial *)tty->driver_data; |
| 216 | m68328_uart *uart = &uart_addr[info->line]; |
| 217 | unsigned long flags; |
| 218 | |
| 219 | if (serial_paranoia_check(info, tty->name, "rs_stop")) |
| 220 | return; |
| 221 | |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 222 | local_irq_save(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 223 | uart->ustcnt &= ~USTCNT_TXEN; |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 224 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 225 | } |
| 226 | |
Alan Cox | 09a6ffa | 2008-04-30 00:54:01 -0700 | [diff] [blame] | 227 | static int rs_put_char(char ch) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 228 | { |
Jiri Slaby | 107afb7 | 2012-04-02 13:54:38 +0200 | [diff] [blame] | 229 | unsigned long flags; |
| 230 | int loops = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 231 | |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 232 | local_irq_save(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 233 | |
| 234 | while (!(UTX & UTX_TX_AVAIL) && (loops < 1000)) { |
| 235 | loops++; |
| 236 | udelay(5); |
| 237 | } |
| 238 | |
| 239 | UTX_TXDATA = ch; |
| 240 | udelay(5); |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 241 | local_irq_restore(flags); |
Alan Cox | 09a6ffa | 2008-04-30 00:54:01 -0700 | [diff] [blame] | 242 | return 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 243 | } |
| 244 | |
| 245 | static void rs_start(struct tty_struct *tty) |
| 246 | { |
| 247 | struct m68k_serial *info = (struct m68k_serial *)tty->driver_data; |
| 248 | m68328_uart *uart = &uart_addr[info->line]; |
| 249 | unsigned long flags; |
| 250 | |
| 251 | if (serial_paranoia_check(info, tty->name, "rs_start")) |
| 252 | return; |
| 253 | |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 254 | local_irq_save(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 255 | if (info->xmit_cnt && info->xmit_buf && !(uart->ustcnt & USTCNT_TXEN)) { |
| 256 | #ifdef USE_INTS |
| 257 | uart->ustcnt |= USTCNT_TXEN | USTCNT_TX_INTR_MASK; |
| 258 | #else |
| 259 | uart->ustcnt |= USTCNT_TXEN; |
| 260 | #endif |
| 261 | } |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 262 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 263 | } |
| 264 | |
Jiri Slaby | 6732c8b | 2013-01-03 15:53:07 +0100 | [diff] [blame] | 265 | static void receive_chars(struct m68k_serial *info, unsigned short rx) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 266 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 267 | m68328_uart *uart = &uart_addr[info->line]; |
Alan Cox | 33f0f88 | 2006-01-09 20:54:13 -0800 | [diff] [blame] | 268 | unsigned char ch, flag; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 269 | |
| 270 | /* |
| 271 | * This do { } while() loop will get ALL chars out of Rx FIFO |
| 272 | */ |
| 273 | #ifndef CONFIG_XCOPILOT_BUGS |
| 274 | do { |
| 275 | #endif |
| 276 | ch = GET_FIELD(rx, URX_RXDATA); |
| 277 | |
| 278 | if(info->is_cons) { |
| 279 | if(URX_BREAK & rx) { /* whee, break received */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 280 | return; |
| 281 | #ifdef CONFIG_MAGIC_SYSRQ |
| 282 | } else if (ch == 0x10) { /* ^P */ |
| 283 | show_state(); |
David Rientjes | 7bf02ea | 2011-05-24 17:11:16 -0700 | [diff] [blame] | 284 | show_free_areas(0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 285 | show_buffers(); |
| 286 | /* show_net_buffers(); */ |
| 287 | return; |
| 288 | } else if (ch == 0x12) { /* ^R */ |
Eric W. Biederman | 804ebf4 | 2005-07-26 11:59:54 -0600 | [diff] [blame] | 289 | emergency_restart(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 290 | return; |
| 291 | #endif /* CONFIG_MAGIC_SYSRQ */ |
| 292 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 293 | } |
| 294 | |
Alan Cox | 33f0f88 | 2006-01-09 20:54:13 -0800 | [diff] [blame] | 295 | flag = TTY_NORMAL; |
| 296 | |
Jiri Slaby | c21e265 | 2012-04-02 13:54:36 +0200 | [diff] [blame] | 297 | if (rx & URX_PARITY_ERROR) |
Alan Cox | 33f0f88 | 2006-01-09 20:54:13 -0800 | [diff] [blame] | 298 | flag = TTY_PARITY; |
Jiri Slaby | c21e265 | 2012-04-02 13:54:36 +0200 | [diff] [blame] | 299 | else if (rx & URX_OVRUN) |
Alan Cox | 33f0f88 | 2006-01-09 20:54:13 -0800 | [diff] [blame] | 300 | flag = TTY_OVERRUN; |
Jiri Slaby | c21e265 | 2012-04-02 13:54:36 +0200 | [diff] [blame] | 301 | else if (rx & URX_FRAME_ERROR) |
Alan Cox | 33f0f88 | 2006-01-09 20:54:13 -0800 | [diff] [blame] | 302 | flag = TTY_FRAME; |
Jiri Slaby | c21e265 | 2012-04-02 13:54:36 +0200 | [diff] [blame] | 303 | |
Jiri Slaby | 92a19f9 | 2013-01-03 15:53:03 +0100 | [diff] [blame] | 304 | tty_insert_flip_char(&info->tport, ch, flag); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 305 | #ifndef CONFIG_XCOPILOT_BUGS |
| 306 | } while((rx = uart->urx.w) & URX_DATA_READY); |
| 307 | #endif |
| 308 | |
Jiri Slaby | 6732c8b | 2013-01-03 15:53:07 +0100 | [diff] [blame] | 309 | tty_schedule_flip(&info->tport); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 310 | } |
| 311 | |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 312 | static void transmit_chars(struct m68k_serial *info, struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 313 | { |
| 314 | m68328_uart *uart = &uart_addr[info->line]; |
| 315 | |
| 316 | if (info->x_char) { |
| 317 | /* Send next char */ |
| 318 | uart->utx.b.txdata = info->x_char; |
| 319 | info->x_char = 0; |
| 320 | goto clear_and_return; |
| 321 | } |
| 322 | |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 323 | if ((info->xmit_cnt <= 0) || !tty || tty->stopped) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 324 | /* That's peculiar... TX ints off */ |
| 325 | uart->ustcnt &= ~USTCNT_TX_INTR_MASK; |
| 326 | goto clear_and_return; |
| 327 | } |
| 328 | |
| 329 | /* Send char */ |
| 330 | uart->utx.b.txdata = info->xmit_buf[info->xmit_tail++]; |
| 331 | info->xmit_tail = info->xmit_tail & (SERIAL_XMIT_SIZE-1); |
| 332 | info->xmit_cnt--; |
| 333 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 334 | if(info->xmit_cnt <= 0) { |
| 335 | /* All done for now... TX ints off */ |
| 336 | uart->ustcnt &= ~USTCNT_TX_INTR_MASK; |
| 337 | goto clear_and_return; |
| 338 | } |
| 339 | |
| 340 | clear_and_return: |
| 341 | /* Clear interrupt (should be auto)*/ |
| 342 | return; |
| 343 | } |
| 344 | |
| 345 | /* |
| 346 | * This is the serial driver's generic interrupt routine |
| 347 | */ |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 348 | irqreturn_t rs_interrupt(int irq, void *dev_id) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 349 | { |
Alan Cox | 25db8ad | 2008-08-19 20:49:40 -0700 | [diff] [blame] | 350 | struct m68k_serial *info = dev_id; |
Jiri Slaby | 665569d | 2012-04-02 13:54:45 +0200 | [diff] [blame] | 351 | struct tty_struct *tty = tty_port_tty_get(&info->tport); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 352 | m68328_uart *uart; |
| 353 | unsigned short rx; |
| 354 | unsigned short tx; |
| 355 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 356 | uart = &uart_addr[info->line]; |
| 357 | rx = uart->urx.w; |
| 358 | |
| 359 | #ifdef USE_INTS |
| 360 | tx = uart->utx.w; |
| 361 | |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 362 | if (rx & URX_DATA_READY) |
Jiri Slaby | 6732c8b | 2013-01-03 15:53:07 +0100 | [diff] [blame] | 363 | receive_chars(info, rx); |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 364 | if (tx & UTX_TX_AVAIL) |
| 365 | transmit_chars(info, tty); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 366 | #else |
Jiri Slaby | 6732c8b | 2013-01-03 15:53:07 +0100 | [diff] [blame] | 367 | receive_chars(info, rx); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 368 | #endif |
Jiri Slaby | 665569d | 2012-04-02 13:54:45 +0200 | [diff] [blame] | 369 | tty_kref_put(tty); |
| 370 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 371 | return IRQ_HANDLED; |
| 372 | } |
| 373 | |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 374 | static int startup(struct m68k_serial *info, struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 375 | { |
| 376 | m68328_uart *uart = &uart_addr[info->line]; |
| 377 | unsigned long flags; |
| 378 | |
Jiri Slaby | a85dd82 | 2012-04-02 13:54:43 +0200 | [diff] [blame] | 379 | if (info->tport.flags & ASYNC_INITIALIZED) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 380 | return 0; |
| 381 | |
| 382 | if (!info->xmit_buf) { |
| 383 | info->xmit_buf = (unsigned char *) __get_free_page(GFP_KERNEL); |
| 384 | if (!info->xmit_buf) |
| 385 | return -ENOMEM; |
| 386 | } |
| 387 | |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 388 | local_irq_save(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 389 | |
| 390 | /* |
| 391 | * Clear the FIFO buffers and disable them |
| 392 | * (they will be reenabled in change_speed()) |
| 393 | */ |
| 394 | |
| 395 | uart->ustcnt = USTCNT_UEN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 396 | uart->ustcnt = USTCNT_UEN | USTCNT_RXEN | USTCNT_TXEN; |
| 397 | (void)uart->urx.w; |
| 398 | |
| 399 | /* |
| 400 | * Finally, enable sequencing and interrupts |
| 401 | */ |
| 402 | #ifdef USE_INTS |
| 403 | uart->ustcnt = USTCNT_UEN | USTCNT_RXEN | |
| 404 | USTCNT_RX_INTR_MASK | USTCNT_TX_INTR_MASK; |
| 405 | #else |
| 406 | uart->ustcnt = USTCNT_UEN | USTCNT_RXEN | USTCNT_RX_INTR_MASK; |
| 407 | #endif |
| 408 | |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 409 | if (tty) |
| 410 | clear_bit(TTY_IO_ERROR, &tty->flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 411 | info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; |
| 412 | |
| 413 | /* |
| 414 | * and set the speed of the serial port |
| 415 | */ |
| 416 | |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 417 | change_speed(info, tty); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 418 | |
Jiri Slaby | a85dd82 | 2012-04-02 13:54:43 +0200 | [diff] [blame] | 419 | info->tport.flags |= ASYNC_INITIALIZED; |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 420 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 421 | return 0; |
| 422 | } |
| 423 | |
| 424 | /* |
| 425 | * This routine will shutdown a serial port; interrupts are disabled, and |
| 426 | * DTR is dropped if the hangup on close termio flag is on. |
| 427 | */ |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 428 | static void shutdown(struct m68k_serial *info, struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 429 | { |
| 430 | m68328_uart *uart = &uart_addr[info->line]; |
| 431 | unsigned long flags; |
| 432 | |
| 433 | uart->ustcnt = 0; /* All off! */ |
Jiri Slaby | a85dd82 | 2012-04-02 13:54:43 +0200 | [diff] [blame] | 434 | if (!(info->tport.flags & ASYNC_INITIALIZED)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 435 | return; |
| 436 | |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 437 | local_irq_save(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 438 | |
| 439 | if (info->xmit_buf) { |
| 440 | free_page((unsigned long) info->xmit_buf); |
| 441 | info->xmit_buf = 0; |
| 442 | } |
| 443 | |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 444 | if (tty) |
| 445 | set_bit(TTY_IO_ERROR, &tty->flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 446 | |
Jiri Slaby | a85dd82 | 2012-04-02 13:54:43 +0200 | [diff] [blame] | 447 | info->tport.flags &= ~ASYNC_INITIALIZED; |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 448 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 449 | } |
| 450 | |
| 451 | struct { |
| 452 | int divisor, prescale; |
| 453 | } |
| 454 | #ifndef CONFIG_M68VZ328 |
| 455 | hw_baud_table[18] = { |
| 456 | {0,0}, /* 0 */ |
| 457 | {0,0}, /* 50 */ |
| 458 | {0,0}, /* 75 */ |
| 459 | {0,0}, /* 110 */ |
| 460 | {0,0}, /* 134 */ |
| 461 | {0,0}, /* 150 */ |
| 462 | {0,0}, /* 200 */ |
| 463 | {7,0x26}, /* 300 */ |
| 464 | {6,0x26}, /* 600 */ |
| 465 | {5,0x26}, /* 1200 */ |
| 466 | {0,0}, /* 1800 */ |
| 467 | {4,0x26}, /* 2400 */ |
| 468 | {3,0x26}, /* 4800 */ |
| 469 | {2,0x26}, /* 9600 */ |
| 470 | {1,0x26}, /* 19200 */ |
| 471 | {0,0x26}, /* 38400 */ |
| 472 | {1,0x38}, /* 57600 */ |
| 473 | {0,0x38}, /* 115200 */ |
| 474 | }; |
| 475 | #else |
| 476 | hw_baud_table[18] = { |
| 477 | {0,0}, /* 0 */ |
| 478 | {0,0}, /* 50 */ |
| 479 | {0,0}, /* 75 */ |
| 480 | {0,0}, /* 110 */ |
| 481 | {0,0}, /* 134 */ |
| 482 | {0,0}, /* 150 */ |
| 483 | {0,0}, /* 200 */ |
| 484 | {0,0}, /* 300 */ |
| 485 | {7,0x26}, /* 600 */ |
| 486 | {6,0x26}, /* 1200 */ |
| 487 | {0,0}, /* 1800 */ |
| 488 | {5,0x26}, /* 2400 */ |
| 489 | {4,0x26}, /* 4800 */ |
| 490 | {3,0x26}, /* 9600 */ |
| 491 | {2,0x26}, /* 19200 */ |
| 492 | {1,0x26}, /* 38400 */ |
| 493 | {0,0x26}, /* 57600 */ |
| 494 | {1,0x38}, /* 115200 */ |
| 495 | }; |
| 496 | #endif |
| 497 | /* rate = 1036800 / ((65 - prescale) * (1<<divider)) */ |
| 498 | |
| 499 | /* |
| 500 | * This routine is called to set the UART divisor registers to match |
| 501 | * the specified baud rate for a serial port. |
| 502 | */ |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 503 | static void change_speed(struct m68k_serial *info, struct tty_struct *tty) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 504 | { |
| 505 | m68328_uart *uart = &uart_addr[info->line]; |
| 506 | unsigned short port; |
| 507 | unsigned short ustcnt; |
| 508 | unsigned cflag; |
| 509 | int i; |
| 510 | |
Jiri Slaby | 3dd332c | 2012-08-07 21:47:27 +0200 | [diff] [blame] | 511 | cflag = tty->termios.c_cflag; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 512 | if (!(port = info->port)) |
| 513 | return; |
| 514 | |
| 515 | ustcnt = uart->ustcnt; |
| 516 | uart->ustcnt = ustcnt & ~USTCNT_TXEN; |
| 517 | |
| 518 | i = cflag & CBAUD; |
| 519 | if (i & CBAUDEX) { |
| 520 | i = (i & ~CBAUDEX) + B38400; |
| 521 | } |
| 522 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 523 | uart->ubaud = PUT_FIELD(UBAUD_DIVIDE, hw_baud_table[i].divisor) | |
| 524 | PUT_FIELD(UBAUD_PRESCALER, hw_baud_table[i].prescale); |
| 525 | |
| 526 | ustcnt &= ~(USTCNT_PARITYEN | USTCNT_ODD_EVEN | USTCNT_STOP | USTCNT_8_7); |
| 527 | |
| 528 | if ((cflag & CSIZE) == CS8) |
| 529 | ustcnt |= USTCNT_8_7; |
| 530 | |
| 531 | if (cflag & CSTOPB) |
| 532 | ustcnt |= USTCNT_STOP; |
| 533 | |
| 534 | if (cflag & PARENB) |
| 535 | ustcnt |= USTCNT_PARITYEN; |
| 536 | if (cflag & PARODD) |
| 537 | ustcnt |= USTCNT_ODD_EVEN; |
| 538 | |
| 539 | #ifdef CONFIG_SERIAL_68328_RTS_CTS |
| 540 | if (cflag & CRTSCTS) { |
| 541 | uart->utx.w &= ~ UTX_NOCTS; |
| 542 | } else { |
| 543 | uart->utx.w |= UTX_NOCTS; |
| 544 | } |
| 545 | #endif |
| 546 | |
| 547 | ustcnt |= USTCNT_TXEN; |
| 548 | |
| 549 | uart->ustcnt = ustcnt; |
| 550 | return; |
| 551 | } |
| 552 | |
| 553 | /* |
| 554 | * Fair output driver allows a process to speak. |
| 555 | */ |
| 556 | static void rs_fair_output(void) |
| 557 | { |
| 558 | int left; /* Output no more than that */ |
| 559 | unsigned long flags; |
| 560 | struct m68k_serial *info = &m68k_soft[0]; |
| 561 | char c; |
| 562 | |
| 563 | if (info == 0) return; |
| 564 | if (info->xmit_buf == 0) return; |
| 565 | |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 566 | local_irq_save(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 567 | left = info->xmit_cnt; |
| 568 | while (left != 0) { |
| 569 | c = info->xmit_buf[info->xmit_tail]; |
| 570 | info->xmit_tail = (info->xmit_tail+1) & (SERIAL_XMIT_SIZE-1); |
| 571 | info->xmit_cnt--; |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 572 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 573 | |
| 574 | rs_put_char(c); |
| 575 | |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 576 | local_irq_save(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 577 | left = min(info->xmit_cnt, left-1); |
| 578 | } |
| 579 | |
| 580 | /* Last character is being transmitted now (hopefully). */ |
| 581 | udelay(5); |
| 582 | |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 583 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 584 | return; |
| 585 | } |
| 586 | |
| 587 | /* |
| 588 | * m68k_console_print is registered for printk. |
| 589 | */ |
| 590 | void console_print_68328(const char *p) |
| 591 | { |
| 592 | char c; |
| 593 | |
| 594 | while((c=*(p++)) != 0) { |
| 595 | if(c == '\n') |
| 596 | rs_put_char('\r'); |
| 597 | rs_put_char(c); |
| 598 | } |
| 599 | |
| 600 | /* Comment this if you want to have a strict interrupt-driven output */ |
| 601 | rs_fair_output(); |
| 602 | |
| 603 | return; |
| 604 | } |
| 605 | |
| 606 | static void rs_set_ldisc(struct tty_struct *tty) |
| 607 | { |
| 608 | struct m68k_serial *info = (struct m68k_serial *)tty->driver_data; |
| 609 | |
| 610 | if (serial_paranoia_check(info, tty->name, "rs_set_ldisc")) |
| 611 | return; |
| 612 | |
Jiri Slaby | 3dd332c | 2012-08-07 21:47:27 +0200 | [diff] [blame] | 613 | info->is_cons = (tty->termios.c_line == N_TTY); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 614 | |
| 615 | printk("ttyS%d console mode %s\n", info->line, info->is_cons ? "on" : "off"); |
| 616 | } |
| 617 | |
| 618 | static void rs_flush_chars(struct tty_struct *tty) |
| 619 | { |
| 620 | struct m68k_serial *info = (struct m68k_serial *)tty->driver_data; |
| 621 | m68328_uart *uart = &uart_addr[info->line]; |
| 622 | unsigned long flags; |
| 623 | |
| 624 | if (serial_paranoia_check(info, tty->name, "rs_flush_chars")) |
| 625 | return; |
| 626 | #ifndef USE_INTS |
| 627 | for(;;) { |
| 628 | #endif |
| 629 | |
| 630 | /* Enable transmitter */ |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 631 | local_irq_save(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 632 | |
Jiri Slaby | ee79706 | 2013-03-07 13:12:34 +0100 | [diff] [blame] | 633 | if (info->xmit_cnt <= 0 || tty->stopped || !info->xmit_buf) { |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 634 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 635 | return; |
| 636 | } |
| 637 | |
| 638 | #ifdef USE_INTS |
| 639 | uart->ustcnt |= USTCNT_TXEN | USTCNT_TX_INTR_MASK; |
| 640 | #else |
| 641 | uart->ustcnt |= USTCNT_TXEN; |
| 642 | #endif |
| 643 | |
| 644 | #ifdef USE_INTS |
| 645 | if (uart->utx.w & UTX_TX_AVAIL) { |
| 646 | #else |
| 647 | if (1) { |
| 648 | #endif |
| 649 | /* Send char */ |
| 650 | uart->utx.b.txdata = info->xmit_buf[info->xmit_tail++]; |
| 651 | info->xmit_tail = info->xmit_tail & (SERIAL_XMIT_SIZE-1); |
| 652 | info->xmit_cnt--; |
| 653 | } |
| 654 | |
| 655 | #ifndef USE_INTS |
| 656 | while (!(uart->utx.w & UTX_TX_AVAIL)) udelay(5); |
| 657 | } |
| 658 | #endif |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 659 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 660 | } |
| 661 | |
| 662 | extern void console_printn(const char * b, int count); |
| 663 | |
| 664 | static int rs_write(struct tty_struct * tty, |
| 665 | const unsigned char *buf, int count) |
| 666 | { |
| 667 | int c, total = 0; |
| 668 | struct m68k_serial *info = (struct m68k_serial *)tty->driver_data; |
| 669 | m68328_uart *uart = &uart_addr[info->line]; |
| 670 | unsigned long flags; |
| 671 | |
| 672 | if (serial_paranoia_check(info, tty->name, "rs_write")) |
| 673 | return 0; |
| 674 | |
| 675 | if (!tty || !info->xmit_buf) |
| 676 | return 0; |
| 677 | |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 678 | local_save_flags(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 679 | while (1) { |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 680 | local_irq_disable(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 681 | c = min_t(int, count, min(SERIAL_XMIT_SIZE - info->xmit_cnt - 1, |
| 682 | SERIAL_XMIT_SIZE - info->xmit_head)); |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 683 | local_irq_restore(flags); |
| 684 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 685 | if (c <= 0) |
| 686 | break; |
| 687 | |
| 688 | memcpy(info->xmit_buf + info->xmit_head, buf, c); |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 689 | |
| 690 | local_irq_disable(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 691 | info->xmit_head = (info->xmit_head + c) & (SERIAL_XMIT_SIZE-1); |
| 692 | info->xmit_cnt += c; |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 693 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 694 | buf += c; |
| 695 | count -= c; |
| 696 | total += c; |
| 697 | } |
| 698 | |
Jiri Slaby | ee79706 | 2013-03-07 13:12:34 +0100 | [diff] [blame] | 699 | if (info->xmit_cnt && !tty->stopped) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 700 | /* Enable transmitter */ |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 701 | local_irq_disable(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 702 | #ifndef USE_INTS |
| 703 | while(info->xmit_cnt) { |
| 704 | #endif |
| 705 | |
| 706 | uart->ustcnt |= USTCNT_TXEN; |
| 707 | #ifdef USE_INTS |
| 708 | uart->ustcnt |= USTCNT_TX_INTR_MASK; |
| 709 | #else |
| 710 | while (!(uart->utx.w & UTX_TX_AVAIL)) udelay(5); |
| 711 | #endif |
| 712 | if (uart->utx.w & UTX_TX_AVAIL) { |
| 713 | uart->utx.b.txdata = info->xmit_buf[info->xmit_tail++]; |
| 714 | info->xmit_tail = info->xmit_tail & (SERIAL_XMIT_SIZE-1); |
| 715 | info->xmit_cnt--; |
| 716 | } |
| 717 | |
| 718 | #ifndef USE_INTS |
| 719 | } |
| 720 | #endif |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 721 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 722 | } |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 723 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 724 | return total; |
| 725 | } |
| 726 | |
| 727 | static int rs_write_room(struct tty_struct *tty) |
| 728 | { |
| 729 | struct m68k_serial *info = (struct m68k_serial *)tty->driver_data; |
| 730 | int ret; |
| 731 | |
| 732 | if (serial_paranoia_check(info, tty->name, "rs_write_room")) |
| 733 | return 0; |
| 734 | ret = SERIAL_XMIT_SIZE - info->xmit_cnt - 1; |
| 735 | if (ret < 0) |
| 736 | ret = 0; |
| 737 | return ret; |
| 738 | } |
| 739 | |
| 740 | static int rs_chars_in_buffer(struct tty_struct *tty) |
| 741 | { |
| 742 | struct m68k_serial *info = (struct m68k_serial *)tty->driver_data; |
| 743 | |
| 744 | if (serial_paranoia_check(info, tty->name, "rs_chars_in_buffer")) |
| 745 | return 0; |
| 746 | return info->xmit_cnt; |
| 747 | } |
| 748 | |
| 749 | static void rs_flush_buffer(struct tty_struct *tty) |
| 750 | { |
| 751 | struct m68k_serial *info = (struct m68k_serial *)tty->driver_data; |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 752 | unsigned long flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 753 | |
| 754 | if (serial_paranoia_check(info, tty->name, "rs_flush_buffer")) |
| 755 | return; |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 756 | local_irq_save(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 757 | info->xmit_cnt = info->xmit_head = info->xmit_tail = 0; |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 758 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 759 | tty_wakeup(tty); |
| 760 | } |
| 761 | |
| 762 | /* |
| 763 | * ------------------------------------------------------------ |
| 764 | * rs_throttle() |
| 765 | * |
| 766 | * This routine is called by the upper-layer tty layer to signal that |
| 767 | * incoming characters should be throttled. |
| 768 | * ------------------------------------------------------------ |
| 769 | */ |
| 770 | static void rs_throttle(struct tty_struct * tty) |
| 771 | { |
| 772 | struct m68k_serial *info = (struct m68k_serial *)tty->driver_data; |
| 773 | |
| 774 | if (serial_paranoia_check(info, tty->name, "rs_throttle")) |
| 775 | return; |
| 776 | |
| 777 | if (I_IXOFF(tty)) |
| 778 | info->x_char = STOP_CHAR(tty); |
| 779 | |
| 780 | /* Turn off RTS line (do this atomic) */ |
| 781 | } |
| 782 | |
| 783 | static void rs_unthrottle(struct tty_struct * tty) |
| 784 | { |
| 785 | struct m68k_serial *info = (struct m68k_serial *)tty->driver_data; |
| 786 | |
| 787 | if (serial_paranoia_check(info, tty->name, "rs_unthrottle")) |
| 788 | return; |
| 789 | |
| 790 | if (I_IXOFF(tty)) { |
| 791 | if (info->x_char) |
| 792 | info->x_char = 0; |
| 793 | else |
| 794 | info->x_char = START_CHAR(tty); |
| 795 | } |
| 796 | |
| 797 | /* Assert RTS line (do this atomic) */ |
| 798 | } |
| 799 | |
| 800 | /* |
| 801 | * ------------------------------------------------------------ |
| 802 | * rs_ioctl() and friends |
| 803 | * ------------------------------------------------------------ |
| 804 | */ |
| 805 | |
| 806 | static int get_serial_info(struct m68k_serial * info, |
| 807 | struct serial_struct * retinfo) |
| 808 | { |
| 809 | struct serial_struct tmp; |
| 810 | |
| 811 | if (!retinfo) |
| 812 | return -EFAULT; |
| 813 | memset(&tmp, 0, sizeof(tmp)); |
| 814 | tmp.type = info->type; |
| 815 | tmp.line = info->line; |
| 816 | tmp.port = info->port; |
| 817 | tmp.irq = info->irq; |
Jiri Slaby | a85dd82 | 2012-04-02 13:54:43 +0200 | [diff] [blame] | 818 | tmp.flags = info->tport.flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 819 | tmp.baud_base = info->baud_base; |
Jiri Slaby | 4a85b1f | 2012-04-02 13:54:42 +0200 | [diff] [blame] | 820 | tmp.close_delay = info->tport.close_delay; |
| 821 | tmp.closing_wait = info->tport.closing_wait; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 822 | tmp.custom_divisor = info->custom_divisor; |
Kulikov Vasiliy | 5d56356 | 2010-08-01 10:29:06 +0400 | [diff] [blame] | 823 | if (copy_to_user(retinfo, &tmp, sizeof(*retinfo))) |
| 824 | return -EFAULT; |
| 825 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 826 | return 0; |
| 827 | } |
| 828 | |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 829 | static int set_serial_info(struct m68k_serial *info, struct tty_struct *tty, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 830 | struct serial_struct * new_info) |
| 831 | { |
Jiri Slaby | 4a85b1f | 2012-04-02 13:54:42 +0200 | [diff] [blame] | 832 | struct tty_port *port = &info->tport; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 833 | struct serial_struct new_serial; |
| 834 | struct m68k_serial old_info; |
| 835 | int retval = 0; |
| 836 | |
| 837 | if (!new_info) |
| 838 | return -EFAULT; |
Kulikov Vasiliy | 5d56356 | 2010-08-01 10:29:06 +0400 | [diff] [blame] | 839 | if (copy_from_user(&new_serial, new_info, sizeof(new_serial))) |
| 840 | return -EFAULT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 841 | old_info = *info; |
| 842 | |
| 843 | if (!capable(CAP_SYS_ADMIN)) { |
| 844 | if ((new_serial.baud_base != info->baud_base) || |
| 845 | (new_serial.type != info->type) || |
Jiri Slaby | 4a85b1f | 2012-04-02 13:54:42 +0200 | [diff] [blame] | 846 | (new_serial.close_delay != port->close_delay) || |
Jiri Slaby | cea4b2c | 2012-04-02 13:54:35 +0200 | [diff] [blame] | 847 | ((new_serial.flags & ~ASYNC_USR_MASK) != |
Jiri Slaby | a85dd82 | 2012-04-02 13:54:43 +0200 | [diff] [blame] | 848 | (port->flags & ~ASYNC_USR_MASK))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 849 | return -EPERM; |
Jiri Slaby | a85dd82 | 2012-04-02 13:54:43 +0200 | [diff] [blame] | 850 | port->flags = ((port->flags & ~ASYNC_USR_MASK) | |
Jiri Slaby | cea4b2c | 2012-04-02 13:54:35 +0200 | [diff] [blame] | 851 | (new_serial.flags & ASYNC_USR_MASK)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 852 | info->custom_divisor = new_serial.custom_divisor; |
| 853 | goto check_and_exit; |
| 854 | } |
| 855 | |
Jiri Slaby | 4a85b1f | 2012-04-02 13:54:42 +0200 | [diff] [blame] | 856 | if (port->count > 1) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 857 | return -EBUSY; |
| 858 | |
| 859 | /* |
| 860 | * OK, past this point, all the error checking has been done. |
| 861 | * At this point, we start making changes..... |
| 862 | */ |
| 863 | |
| 864 | info->baud_base = new_serial.baud_base; |
Jiri Slaby | a85dd82 | 2012-04-02 13:54:43 +0200 | [diff] [blame] | 865 | port->flags = ((port->flags & ~ASYNC_FLAGS) | |
Jiri Slaby | cea4b2c | 2012-04-02 13:54:35 +0200 | [diff] [blame] | 866 | (new_serial.flags & ASYNC_FLAGS)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 867 | info->type = new_serial.type; |
Jiri Slaby | 4a85b1f | 2012-04-02 13:54:42 +0200 | [diff] [blame] | 868 | port->close_delay = new_serial.close_delay; |
| 869 | port->closing_wait = new_serial.closing_wait; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 870 | |
| 871 | check_and_exit: |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 872 | retval = startup(info, tty); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 873 | return retval; |
| 874 | } |
| 875 | |
| 876 | /* |
| 877 | * get_lsr_info - get line status register info |
| 878 | * |
| 879 | * Purpose: Let user call ioctl() to get info when the UART physically |
| 880 | * is emptied. On bus types like RS485, the transmitter must |
| 881 | * release the bus after transmitting. This must be done when |
| 882 | * the transmit shift register is empty, not be done when the |
| 883 | * transmit holding register is empty. This functionality |
| 884 | * allows an RS485 driver to be written in user space. |
| 885 | */ |
| 886 | static int get_lsr_info(struct m68k_serial * info, unsigned int *value) |
| 887 | { |
| 888 | #ifdef CONFIG_SERIAL_68328_RTS_CTS |
| 889 | m68328_uart *uart = &uart_addr[info->line]; |
| 890 | #endif |
| 891 | unsigned char status; |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 892 | unsigned long flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 893 | |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 894 | local_irq_save(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 895 | #ifdef CONFIG_SERIAL_68328_RTS_CTS |
| 896 | status = (uart->utx.w & UTX_CTS_STAT) ? 1 : 0; |
| 897 | #else |
| 898 | status = 0; |
| 899 | #endif |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 900 | local_irq_restore(flags); |
Kulikov Vasiliy | 5d56356 | 2010-08-01 10:29:06 +0400 | [diff] [blame] | 901 | return put_user(status, value); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 902 | } |
| 903 | |
| 904 | /* |
| 905 | * This routine sends a break character out the serial port. |
| 906 | */ |
Nishanth Aravamudan | 6a72c7b | 2005-06-25 14:59:33 -0700 | [diff] [blame] | 907 | static void send_break(struct m68k_serial * info, unsigned int duration) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 908 | { |
| 909 | m68328_uart *uart = &uart_addr[info->line]; |
| 910 | unsigned long flags; |
| 911 | if (!info->port) |
| 912 | return; |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 913 | local_irq_save(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 914 | #ifdef USE_INTS |
| 915 | uart->utx.w |= UTX_SEND_BREAK; |
Nishanth Aravamudan | 6a72c7b | 2005-06-25 14:59:33 -0700 | [diff] [blame] | 916 | msleep_interruptible(duration); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 917 | uart->utx.w &= ~UTX_SEND_BREAK; |
| 918 | #endif |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 919 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 920 | } |
| 921 | |
Alan Cox | 6caa76b | 2011-02-14 16:27:22 +0000 | [diff] [blame] | 922 | static int rs_ioctl(struct tty_struct *tty, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 923 | unsigned int cmd, unsigned long arg) |
| 924 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 925 | struct m68k_serial * info = (struct m68k_serial *)tty->driver_data; |
| 926 | int retval; |
| 927 | |
| 928 | if (serial_paranoia_check(info, tty->name, "rs_ioctl")) |
| 929 | return -ENODEV; |
| 930 | |
| 931 | if ((cmd != TIOCGSERIAL) && (cmd != TIOCSSERIAL) && |
| 932 | (cmd != TIOCSERCONFIG) && (cmd != TIOCSERGWILD) && |
| 933 | (cmd != TIOCSERSWILD) && (cmd != TIOCSERGSTRUCT)) { |
| 934 | if (tty->flags & (1 << TTY_IO_ERROR)) |
| 935 | return -EIO; |
| 936 | } |
| 937 | |
| 938 | switch (cmd) { |
| 939 | case TCSBRK: /* SVID version: non-zero arg --> no break */ |
| 940 | retval = tty_check_change(tty); |
| 941 | if (retval) |
| 942 | return retval; |
| 943 | tty_wait_until_sent(tty, 0); |
| 944 | if (!arg) |
Nishanth Aravamudan | 6a72c7b | 2005-06-25 14:59:33 -0700 | [diff] [blame] | 945 | send_break(info, 250); /* 1/4 second */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 946 | return 0; |
| 947 | case TCSBRKP: /* support for POSIX tcsendbreak() */ |
| 948 | retval = tty_check_change(tty); |
| 949 | if (retval) |
| 950 | return retval; |
| 951 | tty_wait_until_sent(tty, 0); |
Nishanth Aravamudan | 6a72c7b | 2005-06-25 14:59:33 -0700 | [diff] [blame] | 952 | send_break(info, arg ? arg*(100) : 250); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 953 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 954 | case TIOCGSERIAL: |
Kulikov Vasiliy | 5d56356 | 2010-08-01 10:29:06 +0400 | [diff] [blame] | 955 | return get_serial_info(info, |
| 956 | (struct serial_struct *) arg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 957 | case TIOCSSERIAL: |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 958 | return set_serial_info(info, tty, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 959 | (struct serial_struct *) arg); |
| 960 | case TIOCSERGETLSR: /* Get line status register */ |
Kulikov Vasiliy | 5d56356 | 2010-08-01 10:29:06 +0400 | [diff] [blame] | 961 | return get_lsr_info(info, (unsigned int *) arg); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 962 | case TIOCSERGSTRUCT: |
Kulikov Vasiliy | 5d56356 | 2010-08-01 10:29:06 +0400 | [diff] [blame] | 963 | if (copy_to_user((struct m68k_serial *) arg, |
| 964 | info, sizeof(struct m68k_serial))) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 965 | return -EFAULT; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 966 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 967 | default: |
| 968 | return -ENOIOCTLCMD; |
| 969 | } |
| 970 | return 0; |
| 971 | } |
| 972 | |
Alan Cox | 606d099 | 2006-12-08 02:38:45 -0800 | [diff] [blame] | 973 | static void rs_set_termios(struct tty_struct *tty, struct ktermios *old_termios) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 974 | { |
| 975 | struct m68k_serial *info = (struct m68k_serial *)tty->driver_data; |
| 976 | |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 977 | change_speed(info, tty); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 978 | |
| 979 | if ((old_termios->c_cflag & CRTSCTS) && |
Jiri Slaby | ee79706 | 2013-03-07 13:12:34 +0100 | [diff] [blame] | 980 | !(tty->termios.c_cflag & CRTSCTS)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 981 | rs_start(tty); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 982 | |
| 983 | } |
| 984 | |
| 985 | /* |
| 986 | * ------------------------------------------------------------ |
| 987 | * rs_close() |
| 988 | * |
| 989 | * This routine is called when the serial port gets closed. First, we |
| 990 | * wait for the last remaining data to be sent. Then, we unlink its |
| 991 | * S structure from the interrupt chain if necessary, and we free |
| 992 | * that IRQ if nothing is left in the chain. |
| 993 | * ------------------------------------------------------------ |
| 994 | */ |
| 995 | static void rs_close(struct tty_struct *tty, struct file * filp) |
| 996 | { |
| 997 | struct m68k_serial * info = (struct m68k_serial *)tty->driver_data; |
Jiri Slaby | 8626434 | 2012-04-02 13:54:40 +0200 | [diff] [blame] | 998 | struct tty_port *port = &info->tport; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 999 | m68328_uart *uart = &uart_addr[info->line]; |
| 1000 | unsigned long flags; |
| 1001 | |
Cong Ding | 9ef20d5 | 2013-01-16 23:30:43 +0100 | [diff] [blame] | 1002 | if (serial_paranoia_check(info, tty->name, "rs_close")) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1003 | return; |
| 1004 | |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 1005 | local_irq_save(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1006 | |
| 1007 | if (tty_hung_up_p(filp)) { |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 1008 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1009 | return; |
| 1010 | } |
| 1011 | |
Jiri Slaby | 8626434 | 2012-04-02 13:54:40 +0200 | [diff] [blame] | 1012 | if ((tty->count == 1) && (port->count != 1)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1013 | /* |
| 1014 | * Uh, oh. tty->count is 1, which means that the tty |
| 1015 | * structure will be freed. Info->count should always |
| 1016 | * be one in these conditions. If it's greater than |
| 1017 | * one, we've got real problems, since it means the |
| 1018 | * serial port won't be shutdown. |
| 1019 | */ |
| 1020 | printk("rs_close: bad serial port count; tty->count is 1, " |
Jiri Slaby | 8626434 | 2012-04-02 13:54:40 +0200 | [diff] [blame] | 1021 | "port->count is %d\n", port->count); |
| 1022 | port->count = 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1023 | } |
Jiri Slaby | 8626434 | 2012-04-02 13:54:40 +0200 | [diff] [blame] | 1024 | if (--port->count < 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1025 | printk("rs_close: bad serial port count for ttyS%d: %d\n", |
Jiri Slaby | 8626434 | 2012-04-02 13:54:40 +0200 | [diff] [blame] | 1026 | info->line, port->count); |
| 1027 | port->count = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1028 | } |
Jiri Slaby | 8626434 | 2012-04-02 13:54:40 +0200 | [diff] [blame] | 1029 | if (port->count) { |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 1030 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1031 | return; |
| 1032 | } |
Jiri Slaby | a85dd82 | 2012-04-02 13:54:43 +0200 | [diff] [blame] | 1033 | port->flags |= ASYNC_CLOSING; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1034 | /* |
| 1035 | * Now we wait for the transmit buffer to clear; and we notify |
| 1036 | * the line discipline to only process XON/XOFF characters. |
| 1037 | */ |
| 1038 | tty->closing = 1; |
Jiri Slaby | 4a85b1f | 2012-04-02 13:54:42 +0200 | [diff] [blame] | 1039 | if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE) |
| 1040 | tty_wait_until_sent(tty, port->closing_wait); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1041 | /* |
| 1042 | * At this point we stop accepting input. To do this, we |
| 1043 | * disable the receive line status interrupts, and tell the |
| 1044 | * interrupt driver to stop checking the data ready bit in the |
| 1045 | * line status register. |
| 1046 | */ |
| 1047 | |
| 1048 | uart->ustcnt &= ~USTCNT_RXEN; |
| 1049 | uart->ustcnt &= ~(USTCNT_RXEN | USTCNT_RX_INTR_MASK); |
| 1050 | |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 1051 | shutdown(info, tty); |
Alan Cox | 978e595 | 2008-04-30 00:53:59 -0700 | [diff] [blame] | 1052 | rs_flush_buffer(tty); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1053 | |
| 1054 | tty_ldisc_flush(tty); |
| 1055 | tty->closing = 0; |
Jiri Slaby | 665569d | 2012-04-02 13:54:45 +0200 | [diff] [blame] | 1056 | tty_port_tty_set(&info->tport, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1057 | #warning "This is not and has never been valid so fix it" |
| 1058 | #if 0 |
| 1059 | if (tty->ldisc.num != ldiscs[N_TTY].num) { |
| 1060 | if (tty->ldisc.close) |
| 1061 | (tty->ldisc.close)(tty); |
| 1062 | tty->ldisc = ldiscs[N_TTY]; |
Jiri Slaby | 3dd332c | 2012-08-07 21:47:27 +0200 | [diff] [blame] | 1063 | tty->termios.c_line = N_TTY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1064 | if (tty->ldisc.open) |
| 1065 | (tty->ldisc.open)(tty); |
| 1066 | } |
| 1067 | #endif |
Jiri Slaby | 8626434 | 2012-04-02 13:54:40 +0200 | [diff] [blame] | 1068 | if (port->blocked_open) { |
Jiri Slaby | 4a85b1f | 2012-04-02 13:54:42 +0200 | [diff] [blame] | 1069 | if (port->close_delay) |
| 1070 | msleep_interruptible(jiffies_to_msecs(port->close_delay)); |
Jiri Slaby | c26f011 | 2012-04-02 13:54:41 +0200 | [diff] [blame] | 1071 | wake_up_interruptible(&port->open_wait); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1072 | } |
Jiri Slaby | a85dd82 | 2012-04-02 13:54:43 +0200 | [diff] [blame] | 1073 | port->flags &= ~(ASYNC_NORMAL_ACTIVE|ASYNC_CLOSING); |
Jiri Slaby | c26f011 | 2012-04-02 13:54:41 +0200 | [diff] [blame] | 1074 | wake_up_interruptible(&port->close_wait); |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 1075 | local_irq_restore(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1076 | } |
| 1077 | |
| 1078 | /* |
| 1079 | * rs_hangup() --- called by tty_hangup() when a hangup is signaled. |
| 1080 | */ |
| 1081 | void rs_hangup(struct tty_struct *tty) |
| 1082 | { |
| 1083 | struct m68k_serial * info = (struct m68k_serial *)tty->driver_data; |
| 1084 | |
| 1085 | if (serial_paranoia_check(info, tty->name, "rs_hangup")) |
| 1086 | return; |
| 1087 | |
| 1088 | rs_flush_buffer(tty); |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 1089 | shutdown(info, tty); |
Jiri Slaby | 8626434 | 2012-04-02 13:54:40 +0200 | [diff] [blame] | 1090 | info->tport.count = 0; |
Jiri Slaby | a85dd82 | 2012-04-02 13:54:43 +0200 | [diff] [blame] | 1091 | info->tport.flags &= ~ASYNC_NORMAL_ACTIVE; |
Jiri Slaby | 665569d | 2012-04-02 13:54:45 +0200 | [diff] [blame] | 1092 | tty_port_tty_set(&info->tport, NULL); |
Jiri Slaby | c26f011 | 2012-04-02 13:54:41 +0200 | [diff] [blame] | 1093 | wake_up_interruptible(&info->tport.open_wait); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1094 | } |
| 1095 | |
| 1096 | /* |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1097 | * This routine is called whenever a serial port is opened. It |
| 1098 | * enables interrupts for a serial port, linking in its S structure into |
| 1099 | * the IRQ chain. It also performs the serial-specific |
| 1100 | * initialization for the tty structure. |
| 1101 | */ |
| 1102 | int rs_open(struct tty_struct *tty, struct file * filp) |
| 1103 | { |
| 1104 | struct m68k_serial *info; |
Jiri Slaby | 410235f | 2012-03-05 14:52:01 +0100 | [diff] [blame] | 1105 | int retval; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1106 | |
Jiri Slaby | 410235f | 2012-03-05 14:52:01 +0100 | [diff] [blame] | 1107 | info = &m68k_soft[tty->index]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1108 | |
| 1109 | if (serial_paranoia_check(info, tty->name, "rs_open")) |
| 1110 | return -ENODEV; |
| 1111 | |
Jiri Slaby | 8626434 | 2012-04-02 13:54:40 +0200 | [diff] [blame] | 1112 | info->tport.count++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1113 | tty->driver_data = info; |
Jiri Slaby | 665569d | 2012-04-02 13:54:45 +0200 | [diff] [blame] | 1114 | tty_port_tty_set(&info->tport, tty); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1115 | |
| 1116 | /* |
| 1117 | * Start up serial port |
| 1118 | */ |
Jiri Slaby | 467712c | 2012-04-02 13:54:44 +0200 | [diff] [blame] | 1119 | retval = startup(info, tty); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1120 | if (retval) |
| 1121 | return retval; |
| 1122 | |
Jiri Slaby | 8e32841 | 2012-04-02 13:54:46 +0200 | [diff] [blame] | 1123 | return tty_port_block_til_ready(&info->tport, tty, filp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1124 | } |
| 1125 | |
| 1126 | /* Finally, routines used to initialize the serial driver. */ |
| 1127 | |
| 1128 | static void show_serial_version(void) |
| 1129 | { |
| 1130 | printk("MC68328 serial driver version 1.00\n"); |
| 1131 | } |
| 1132 | |
Jeff Dike | b68e31d | 2006-10-02 02:17:18 -0700 | [diff] [blame] | 1133 | static const struct tty_operations rs_ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1134 | .open = rs_open, |
| 1135 | .close = rs_close, |
| 1136 | .write = rs_write, |
| 1137 | .flush_chars = rs_flush_chars, |
| 1138 | .write_room = rs_write_room, |
| 1139 | .chars_in_buffer = rs_chars_in_buffer, |
| 1140 | .flush_buffer = rs_flush_buffer, |
| 1141 | .ioctl = rs_ioctl, |
| 1142 | .throttle = rs_throttle, |
| 1143 | .unthrottle = rs_unthrottle, |
| 1144 | .set_termios = rs_set_termios, |
| 1145 | .stop = rs_stop, |
| 1146 | .start = rs_start, |
| 1147 | .hangup = rs_hangup, |
| 1148 | .set_ldisc = rs_set_ldisc, |
| 1149 | }; |
| 1150 | |
Jiri Slaby | 8e32841 | 2012-04-02 13:54:46 +0200 | [diff] [blame] | 1151 | static const struct tty_port_operations rs_port_ops = { |
| 1152 | }; |
| 1153 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1154 | /* rs_init inits the driver */ |
| 1155 | static int __init |
| 1156 | rs68328_init(void) |
| 1157 | { |
Jiri Slaby | 107afb7 | 2012-04-02 13:54:38 +0200 | [diff] [blame] | 1158 | unsigned long flags; |
| 1159 | int i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1160 | struct m68k_serial *info; |
| 1161 | |
| 1162 | serial_driver = alloc_tty_driver(NR_PORTS); |
| 1163 | if (!serial_driver) |
| 1164 | return -ENOMEM; |
| 1165 | |
| 1166 | show_serial_version(); |
| 1167 | |
| 1168 | /* Initialize the tty_driver structure */ |
| 1169 | /* SPARC: Not all of this is exactly right for us. */ |
| 1170 | |
| 1171 | serial_driver->name = "ttyS"; |
| 1172 | serial_driver->major = TTY_MAJOR; |
| 1173 | serial_driver->minor_start = 64; |
| 1174 | serial_driver->type = TTY_DRIVER_TYPE_SERIAL; |
| 1175 | serial_driver->subtype = SERIAL_TYPE_NORMAL; |
| 1176 | serial_driver->init_termios = tty_std_termios; |
| 1177 | serial_driver->init_termios.c_cflag = |
| 1178 | m68328_console_cbaud | CS8 | CREAD | HUPCL | CLOCAL; |
| 1179 | serial_driver->flags = TTY_DRIVER_REAL_RAW; |
| 1180 | tty_set_operations(serial_driver, &rs_ops); |
| 1181 | |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 1182 | local_irq_save(flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1183 | |
| 1184 | for(i=0;i<NR_PORTS;i++) { |
| 1185 | |
| 1186 | info = &m68k_soft[i]; |
Jiri Slaby | 8626434 | 2012-04-02 13:54:40 +0200 | [diff] [blame] | 1187 | tty_port_init(&info->tport); |
Jiri Slaby | 8e32841 | 2012-04-02 13:54:46 +0200 | [diff] [blame] | 1188 | info->tport.ops = &rs_port_ops; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1189 | info->magic = SERIAL_MAGIC; |
| 1190 | info->port = (int) &uart_addr[i]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1191 | info->irq = uart_irqs[i]; |
| 1192 | info->custom_divisor = 16; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1193 | info->x_char = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1194 | info->line = i; |
| 1195 | info->is_cons = 1; /* Means shortcuts work */ |
| 1196 | |
| 1197 | printk("%s%d at 0x%08x (irq = %d)", serial_driver->name, info->line, |
| 1198 | info->port, info->irq); |
| 1199 | printk(" is a builtin MC68328 UART\n"); |
| 1200 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1201 | #ifdef CONFIG_M68VZ328 |
| 1202 | if (i > 0 ) |
| 1203 | PJSEL &= 0xCF; /* PSW enable second port output */ |
| 1204 | #endif |
| 1205 | |
| 1206 | if (request_irq(uart_irqs[i], |
| 1207 | rs_interrupt, |
Yong Zhang | 9cfb5c0 | 2011-09-22 16:59:15 +0800 | [diff] [blame] | 1208 | 0, |
Alan Cox | 25db8ad | 2008-08-19 20:49:40 -0700 | [diff] [blame] | 1209 | "M68328_UART", info)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1210 | panic("Unable to attach 68328 serial interrupt\n"); |
Jiri Slaby | b19e2ca | 2012-08-07 21:47:51 +0200 | [diff] [blame] | 1211 | |
| 1212 | tty_port_link_device(&info->tport, serial_driver, i); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1213 | } |
Greg Ungerer | 727dda8 | 2006-06-28 15:54:22 +1000 | [diff] [blame] | 1214 | local_irq_restore(flags); |
Jiri Slaby | b19e2ca | 2012-08-07 21:47:51 +0200 | [diff] [blame] | 1215 | |
| 1216 | if (tty_register_driver(serial_driver)) { |
| 1217 | put_tty_driver(serial_driver); |
Jiri Slaby | 191c5f1 | 2012-11-15 09:49:56 +0100 | [diff] [blame] | 1218 | for (i = 0; i < NR_PORTS; i++) |
| 1219 | tty_port_destroy(&m68k_soft[i].tport); |
Jiri Slaby | b19e2ca | 2012-08-07 21:47:51 +0200 | [diff] [blame] | 1220 | printk(KERN_ERR "Couldn't register serial driver\n"); |
| 1221 | return -ENOMEM; |
| 1222 | } |
| 1223 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1224 | return 0; |
| 1225 | } |
| 1226 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1227 | module_init(rs68328_init); |
| 1228 | |
| 1229 | |
| 1230 | |
| 1231 | static void m68328_set_baud(void) |
| 1232 | { |
| 1233 | unsigned short ustcnt; |
| 1234 | int i; |
| 1235 | |
| 1236 | ustcnt = USTCNT; |
| 1237 | USTCNT = ustcnt & ~USTCNT_TXEN; |
| 1238 | |
| 1239 | again: |
Thiago Farina | 8b505ca | 2009-12-09 12:31:30 -0800 | [diff] [blame] | 1240 | for (i = 0; i < ARRAY_SIZE(baud_table); i++) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1241 | if (baud_table[i] == m68328_console_baud) |
| 1242 | break; |
Thiago Farina | 8b505ca | 2009-12-09 12:31:30 -0800 | [diff] [blame] | 1243 | if (i >= ARRAY_SIZE(baud_table)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1244 | m68328_console_baud = 9600; |
| 1245 | goto again; |
| 1246 | } |
| 1247 | |
| 1248 | UBAUD = PUT_FIELD(UBAUD_DIVIDE, hw_baud_table[i].divisor) | |
| 1249 | PUT_FIELD(UBAUD_PRESCALER, hw_baud_table[i].prescale); |
| 1250 | ustcnt &= ~(USTCNT_PARITYEN | USTCNT_ODD_EVEN | USTCNT_STOP | USTCNT_8_7); |
| 1251 | ustcnt |= USTCNT_8_7; |
| 1252 | ustcnt |= USTCNT_TXEN; |
| 1253 | USTCNT = ustcnt; |
| 1254 | m68328_console_initted = 1; |
| 1255 | return; |
| 1256 | } |
| 1257 | |
| 1258 | |
| 1259 | int m68328_console_setup(struct console *cp, char *arg) |
| 1260 | { |
| 1261 | int i, n = CONSOLE_BAUD_RATE; |
| 1262 | |
| 1263 | if (!cp) |
| 1264 | return(-1); |
| 1265 | |
| 1266 | if (arg) |
| 1267 | n = simple_strtoul(arg,NULL,0); |
| 1268 | |
Thiago Farina | 8b505ca | 2009-12-09 12:31:30 -0800 | [diff] [blame] | 1269 | for (i = 0; i < ARRAY_SIZE(baud_table); i++) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1270 | if (baud_table[i] == n) |
| 1271 | break; |
Greg Ungerer | e9a137c | 2010-05-24 14:32:55 -0700 | [diff] [blame] | 1272 | if (i < ARRAY_SIZE(baud_table)) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1273 | m68328_console_baud = n; |
| 1274 | m68328_console_cbaud = 0; |
| 1275 | if (i > 15) { |
| 1276 | m68328_console_cbaud |= CBAUDEX; |
| 1277 | i -= 15; |
| 1278 | } |
| 1279 | m68328_console_cbaud |= i; |
| 1280 | } |
| 1281 | |
| 1282 | m68328_set_baud(); /* make sure baud rate changes */ |
| 1283 | return(0); |
| 1284 | } |
| 1285 | |
| 1286 | |
| 1287 | static struct tty_driver *m68328_console_device(struct console *c, int *index) |
| 1288 | { |
| 1289 | *index = c->index; |
| 1290 | return serial_driver; |
| 1291 | } |
| 1292 | |
| 1293 | |
| 1294 | void m68328_console_write (struct console *co, const char *str, |
| 1295 | unsigned int count) |
| 1296 | { |
| 1297 | if (!m68328_console_initted) |
| 1298 | m68328_set_baud(); |
| 1299 | while (count--) { |
| 1300 | if (*str == '\n') |
| 1301 | rs_put_char('\r'); |
| 1302 | rs_put_char( *str++ ); |
| 1303 | } |
| 1304 | } |
| 1305 | |
| 1306 | |
| 1307 | static struct console m68328_driver = { |
| 1308 | .name = "ttyS", |
| 1309 | .write = m68328_console_write, |
| 1310 | .device = m68328_console_device, |
| 1311 | .setup = m68328_console_setup, |
| 1312 | .flags = CON_PRINTBUFFER, |
| 1313 | .index = -1, |
| 1314 | }; |
| 1315 | |
| 1316 | |
| 1317 | static int __init m68328_console_init(void) |
| 1318 | { |
| 1319 | register_console(&m68328_driver); |
| 1320 | return 0; |
| 1321 | } |
| 1322 | |
| 1323 | console_initcall(m68328_console_init); |