- 7f0e79d mxser: move request irq to probe and switch to managed by Jiri Slaby · 3 years, 7 months ago
- dcb04e2 mxser: pci, switch to managed resources by Jiri Slaby · 3 years, 7 months ago
- d450f08 mxser: inline mxser_board_remove into mxser_remove by Jiri Slaby · 3 years, 7 months ago
- 57faa7d mxser: move board init into mxser_initbrd by Jiri Slaby · 3 years, 7 months ago
- b441eb0 mxser: clean up the rest of MUST helpers by Jiri Slaby · 3 years, 7 months ago
- b286484 mxser: introduce mxser_must_select_bank and use it by Jiri Slaby · 3 years, 7 months ago
- edb7d27 mxser: dedup mxser_must_set_enhance_mode by Jiri Slaby · 3 years, 7 months ago
- 238d117 mxser: simplify mxser_ioctl_op_mode by Jiri Slaby · 3 years, 7 months ago
- 9fae5f8 mxser: extract mxser_ioctl_op_mode by Jiri Slaby · 3 years, 7 months ago
- 2c21832 mxser: cleanup mxser_change_speed by Jiri Slaby · 3 years, 7 months ago
- d811b26 mxser: drop mxser_port::custom_divisor by Jiri Slaby · 3 years, 7 months ago
- a6970c3 mxser: drop mxser_port::baud_base by Jiri Slaby · 3 years, 7 months ago
- 01c3de9 mxser: remove unused mxser_port::stop_rx by Jiri Slaby · 3 years, 7 months ago
- cc67399 mxser: drop unused mxser_port::normal_termios by Jiri Slaby · 3 years, 7 months ago
- 389fc82 mxser: don't allocate MXSER_PORTS + 1 by Jiri Slaby · 3 years, 7 months ago
- 95b3ea4 mxser: remove cnt from mxser_receive_chars by Jiri Slaby · 3 years, 7 months ago
- 47f8276 mxser: remove MOXA_HighSpeedOn ioctl by Jiri Slaby · 3 years, 7 months ago
- a7574ca mxser: remove MOXA_ASPP_OQUEUE ioctl by Jiri Slaby · 3 years, 7 months ago
- c94deae mxser: remove MOXA_GETMSTATUS ioctl by Jiri Slaby · 3 years, 7 months ago
- 476c351 mxser: remove MOXA_GETDATACOUNT ioctl by Jiri Slaby · 3 years, 7 months ago
- a1ebc37 mxser: remove MOXA_CHKPORTENABLE ioctl by Jiri Slaby · 3 years, 7 months ago
- 489435e mxser: remove MOXA_ASPP_LSTATUS ioctl by Jiri Slaby · 3 years, 7 months ago
- 644c55d mxser: remove MOXA_ASPP_MON and friends by Jiri Slaby · 3 years, 7 months ago
- ef3dff8 mxser: remove MOXA_SET_BAUD_METHOD ioctl by Jiri Slaby · 3 years, 7 months ago
- 413d555 mxser: remove MOXA_GET_MAJOR deprecated ioctl by Jiri Slaby · 3 years, 7 months ago
- a7f8f2c mxser: drop unused MOXA_DIAGNOSE macro by Jiri Slaby · 3 years, 7 months ago
- 7064005 mxser: drop UART_MCR_AFE and UART_LSR_SPECIAL defines by Jiri Slaby · 3 years, 7 months ago
- 02e4314 mxser: make xmit ring buffer variables unsigned by Jiri Slaby · 3 years, 7 months ago
- a93963e mxser: correct types for uart variables by Jiri Slaby · 3 years, 7 months ago
- 6de6e5c mxser: remove else from LSR bits checks by Jiri Slaby · 3 years, 7 months ago
- 0c41942 mxser: extract mxser_receive_chars_old by Jiri Slaby · 3 years, 7 months ago
- e5ce1bc mxser: extract mxser_receive_chars_new by Jiri Slaby · 3 years, 7 months ago
- 9cb5c9c mxser: simplify mxser_interrupt and drop mxser_board::vector_mask by Jiri Slaby · 3 years, 7 months ago
- 9e40ea1 mxser: extract port ISR by Jiri Slaby · 3 years, 7 months ago
- 1551780 mxser: cleanup LSR handling in mxser_receive_chars by Jiri Slaby · 3 years, 7 months ago
- cef222c mxser: remove nonsense from ISR by Jiri Slaby · 3 years, 7 months ago
- 928f946 mxser: move max_baud from port to board by Jiri Slaby · 3 years, 7 months ago
- 58a2ddb mxser: drop constant board::uart_type by Jiri Slaby · 3 years, 7 months ago
- e455836 mxser: introduce enum mxser_must_hwid by Jiri Slaby · 3 years, 7 months ago
- 292955a mxser: rename mxser_board::chip_flag to must_hwid by Jiri Slaby · 3 years, 7 months ago
- 3b66182 mxser: rename CheckIsMoxaMust to mxser_get_must_hwid by Jiri Slaby · 3 years, 7 months ago
- dc33f64 mxser: cleanup Gpci_uart_info struct by Jiri Slaby · 3 years, 7 months ago
- 4463cc5 mxser: integrate mxser.h into .c by Jiri Slaby · 3 years, 7 months ago
- cede216 mxser: remove info printout from init by Jiri Slaby · 3 years, 7 months ago
- 1525490 mxser: renumber mxser_cards by Jiri Slaby · 3 years, 7 months ago
- 2913436 mxser: drop ISA support by Jiri Slaby · 3 years, 7 months ago
- fff4ef1 tty: make tty_operations::chars_in_buffer return uint by Jiri Slaby · 3 years, 9 months ago
- 03b3b1a tty: make tty_operations::write_room return uint by Jiri Slaby · 3 years, 9 months ago
- 6e94dbc tty: cumulate and document tty_struct::flow* members by Jiri Slaby · 3 years, 9 months ago
- 02ca144 tty: mxser: drop low-latency workaround by Johan Hovold · 3 years, 9 months ago
- b91cfb2 tty: mxser: fix TIOCSSERIAL permission check by Johan Hovold · 3 years, 9 months ago
- be6cf58 tty: mxser: fix TIOCSSERIAL jiffies conversions by Johan Hovold · 3 years, 9 months ago
- 0bc1bd0 tty_port: drop last traces of low_latency by Jiri Slaby · 4 years ago
- beca62c tty: mxser: make mxser_change_speed() return void by Jason Yan · 4 years, 9 months ago
- 6da5b58 mxser: switch to ->[sg]et_serial() by Al Viro · 6 years ago
- e5656d4 tty: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
- e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
- 9424e8b Merge 4.14-rc4 into tty-next by Greg Kroah-Hartman · 7 years ago
- 2799707 mxser: remove unused parameters by Jiri Slaby · 7 years ago
- 104583b mxser: fix timeout calculation for low rates by Jiri Slaby · 7 years ago
- 3385ecf tty: mxser: constify pci_device_id. by Arvind Yadav · 7 years ago
- 3b60daf8 Annotate hardware config module parameters in drivers/tty/ by David Howells · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 322b7d6 tty: cyclades+mxser, do not initialize to zero by Jiri Slaby · 9 years ago
- 03fe276 tty: mxser: Remove unused ASYNC_SHARE_IRQ flag by Peter Hurley · 9 years ago
- d41861c tty: Replace ASYNC_INITIALIZED bit and update atomically by Peter Hurley · 9 years ago
- 2d68655 tty: Replace ASYNC_CHECK_CD and update atomically by Peter Hurley · 9 years ago
- 5604a98 tty: Replace ASYNC_CTS_FLOW bit and update atomically by Peter Hurley · 9 years ago
- 18900ca tty: Replace TTY_IO_ERROR bit tests with tty_io_error() by Peter Hurley · 9 years ago
- 04b757d tty: constify tty_port_operations structs by Aya Mahfouz · 9 years ago
- cd7b4b3 tty: mxser: Remove ASYNC_CLOSING by Peter Hurley · 9 years ago
- 9db276f tty: Use termios c_*flag macros by Peter Hurley · 9 years ago
- e037f95 tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: build warning after merge of the tty.current tree) by Matwey V. Kornilov · 12 years ago
- dfc7b83 tty: mxser: fix usage of opmode_ioaddr by Matwey V. Kornilov · 12 years ago
- 11b397e Merge 3.9-rc7 intp tty-next by Greg Kroah-Hartman · 12 years ago
- 1b581f1 tty: mxser: fix cycle termination condition in mxser_probe() and mxser_module_init() by Alexey Khoroshilov · 12 years ago
- 957daca TTY: fix DTR not being dropped on hang up by Johan Hovold · 12 years ago
- 9e17df3 tty: mxser: improve error handling in mxser_probe() and mxser_module_init() by Alexey Khoroshilov · 12 years ago
- 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
- d6c53c0e TTY: move low_latency to tty_port by Jiri Slaby · 12 years ago
- 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
- ae8d8a1 tty: remove use of __devexit by Bill Pemberton · 12 years ago
- 9671f09 tty: remove use of __devinit by Bill Pemberton · 12 years ago
- 91116cb tty: remove use of __devexit_p by Bill Pemberton · 12 years ago
- 191c5f1 TTY: call tty_port_destroy in the rest of drivers by Jiri Slaby · 12 years ago
- f21ec3d serial: add a new helper function by Huang Shijie · 12 years ago
- a342ca1 TTY: mxser, fix invalid module_parm permissions by Jiri Slaby · 12 years ago
- 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
- 38daf88 mxser: allow overlapping vector by Jiri Slaby · 12 years ago
- adc8d74 tty: move the termios object into the tty by Alan Cox · 13 years ago
- e391edb tty: mxser: local variables should not be exposed globally by H Hartley Sweeten · 13 years ago
- 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
- 410235f TTY: remove unneeded tty->index checks by Jiri Slaby · 13 years ago
- 2f16669 TTY: remove re-assignments to tty_driver members by Jiri Slaby · 13 years ago
- 8bab534 TTY: mxser+cyclades remove wait_until_sent debug code by Jiri Slaby · 14 years ago
- 5a3c6b251 drivers/tty: use printk_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 14 years ago
- a6afd9f tty: move a number of tty drivers from drivers/char/ to drivers/tty/ by Greg Kroah-Hartman · 14 years ago[Renamed from drivers/char/mxser.c]
- 6caa76b tty: now phase out the ioctl file pointer for good by Alan Cox · 14 years ago
- 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 14 years ago
- 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 14 years ago