aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/mxser.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08tty: mxser: convert to u8 and size_tJiri Slaby (SUSE)1-4/+4
2023-10-03mxser: Annotate struct mxser_board with __counted_byKees Cook1-1/+1
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-1/+1
2023-03-17tty: Convert hw_stopped in tty_struct to boolIlpo Järvinen1-3/+3
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen1-2/+2
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen1-1/+1
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen1-2/+3
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen1-1/+1
2022-09-01tty: mxser: remove redundant assignment to hwidColin Ian King1-1/+1
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+4
2022-05-19tty: remove BOTHER ifdefsIlpo Järvinen1-3/+2
2022-02-28mxser: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby1-15/+1
2022-01-26mxser: switch from xmit_buf to kfifoJiri Slaby1-47/+27
2022-01-26mxser: use tty_port xmit_buf helpersJiri Slaby1-15/+9
2022-01-26mxser: fix xmit_buf leak in activate when LSR == 0xffJiri Slaby1-4/+11
2021-11-25mxser: use PCI_DEVICE_DATAJiri Slaby1-26/+26
2021-11-25mxser: move ids from pci_ids.h hereJiri Slaby1-1/+19
2021-11-25mxser: add MOXA prefix to some PCI device IDsJiri Slaby1-16/+16
2021-11-25mxser: increase buf_overrun if tty_insert_flip_char() failsJiri Slaby1-2/+5
2021-11-25mxser: remove tty parameter from mxser_receive_chars_new()Jiri Slaby1-3/+2
2021-11-25mxser: don't throttle manuallyJiri Slaby1-30/+6
2021-11-25mxser: clean up timeout handling in mxser_wait_until_sent()Jiri Slaby1-3/+4
2021-11-25mxser: use msleep_interruptible() in mxser_wait_until_sent()Jiri Slaby1-2/+4
2021-11-25mxser: extract TX empty check from mxser_wait_until_sent()Jiri Slaby1-7/+13
2021-11-25mxser: use tty_port_close() in mxser_close()Jiri Slaby1-21/+1
2021-11-25mxser: don't flush buffer from mxser_close() directlyJiri Slaby1-1/+0
2021-11-25mxser: call stop_rx from mxser_shutdown_port()Jiri Slaby1-15/+16
2021-11-25mxser: remove tty->driver_data NULL checkJiri Slaby1-2/+0
2021-11-25mxser: remove pointless xmit_buf checksJiri Slaby1-11/+2
2021-11-25mxser: clean up tx handling in mxser_transmit_chars()Jiri Slaby1-5/+3
2021-11-25mxser: move MSR read to mxser_check_modem_status()Jiri Slaby1-21/+25
2021-11-25mxser: keep only !tty test in ISRJiri Slaby1-4/+1
2021-11-25mxser: rename mxser_close_port() to mxser_stop_rx()Jiri Slaby1-10/+7
2021-11-25mxser: remove wait for sent from mxser_close_portJiri Slaby1-12/+0
2021-10-05mxser: store FCR state in mxser_port::FCRJiri Slaby1-14/+13
2021-10-05mxser: don't read from UART_FCRJiri Slaby1-4/+1
2021-10-05mxser: move FIFO clearing to mxser_disable_and_clear_FIFO()Jiri Slaby1-14/+12
2021-10-05mxser: simplify FCR computation in mxser_change_speed()Jiri Slaby1-27/+20
2021-10-05mxser: make mxser_port::ldisc_stop_rx a boolJiri Slaby1-4/+4
2021-10-05mxser: simplify condition in mxser_receive_chars_newJiri Slaby1-5/+1
2021-10-05mxser: restore baud rate if its setting failsJiri Slaby1-5/+11
2021-08-26mxser: use semi-colons instead of commasDan Carpenter1-6/+6
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+4
2021-06-18mxser: introduce mxser_16550A_or_MUST helperJiri Slaby1-13/+13
2021-06-18mxser: rename flags to old_speed in mxser_set_serial_infoJiri Slaby1-3/+3
2021-06-18mxser: use port variable in mxser_set_serial_infoJiri Slaby1-5/+5
2021-06-18mxser: access info->MCR under info->slockJiri Slaby1-2/+2
2021-06-18mxser: fix typos around enhanced modeJiri Slaby1-9/+9
2021-06-18mxser: decrypt FCR valuesJiri Slaby1-2/+6
2021-06-18mxser: remove xmit_cnt < 0 testsJiri Slaby1-4/+4
2021-06-18mxser: introduce and use start/stop_tx helpersJiri Slaby1-43/+37
2021-06-18mxser: extract and dedup CTS handlingJiri Slaby1-54/+33
2021-06-18mxser: don't start TX from tty_operations::put_charJiri Slaby1-11/+1
2021-06-18mxser: cleanup mxser_dtr_rtsJiri Slaby1-4/+5
2021-06-18mxser: cleanup mxser_rs_breakJiri Slaby1-4/+6
2021-06-18mxser: remove pointless ioaddr checksJiri Slaby1-10/+1
2021-06-18mxser: alloc only needed # of portsJiri Slaby1-2/+3
2021-06-18mxser: alloc struct mxser_board dynamicallyJiri Slaby1-10/+11
2021-06-18mxser: make mxser_board::idx really an indexJiri Slaby1-6/+7
2021-06-18mxser: rework and simplify mxser_openJiri Slaby1-7/+4
2021-06-18mxser: cleanup mxser_process_txrx_fifoJiri Slaby1-13/+15
2021-06-18mxser: remove mxser_cardinfoJiri Slaby1-72/+41
2021-06-18mxser: remove info message from probeJiri Slaby1-30/+26
2021-06-18mxser: move request irq to probe and switch to managedJiri Slaby1-21/+9
2021-06-18mxser: pci, switch to managed resourcesJiri Slaby1-11/+3
2021-06-18mxser: inline mxser_board_remove into mxser_removeJiri Slaby1-12/+7
2021-06-18mxser: move board init into mxser_initbrdJiri Slaby1-25/+28
2021-06-18mxser: clean up the rest of MUST helpersJiri Slaby1-85/+12
2021-06-18mxser: introduce mxser_must_select_bank and use itJiri Slaby1-58/+16
2021-06-18mxser: dedup mxser_must_set_enhance_modeJiri Slaby1-20/+22
2021-06-18mxser: simplify mxser_ioctl_op_modeJiri Slaby1-17/+10
2021-06-18mxser: extract mxser_ioctl_op_modeJiri Slaby1-38/+45
2021-06-18mxser: cleanup mxser_change_speedJiri Slaby1-8/+7
2021-06-18mxser: drop mxser_port::custom_divisorJiri Slaby1-5/+3
2021-06-18mxser: drop mxser_port::baud_baseJiri Slaby1-14/+11
2021-06-18mxser: remove unused mxser_port::stop_rxJiri Slaby1-2/+0
2021-06-18mxser: drop unused mxser_port::normal_termiosJiri Slaby1-3/+0
2021-06-18mxser: don't allocate MXSER_PORTS + 1Jiri Slaby1-20/+3
2021-06-18mxser: remove cnt from mxser_receive_charsJiri Slaby1-9/+7
2021-06-18mxser: remove MOXA_HighSpeedOn ioctlJiri Slaby1-3/+0
2021-06-18mxser: remove MOXA_ASPP_OQUEUE ioctlJiri Slaby1-13/+0
2021-06-18mxser: remove MOXA_GETMSTATUS ioctlJiri Slaby1-61/+1
2021-06-18mxser: remove MOXA_GETDATACOUNT ioctlJiri Slaby1-19/+0
2021-06-18mxser: remove MOXA_CHKPORTENABLE ioctlJiri Slaby1-9/+1
2021-06-18mxser: remove MOXA_ASPP_LSTATUS ioctlJiri Slaby1-25/+0
2021-06-18mxser: remove MOXA_ASPP_MON and friendsJiri Slaby1-184/+0
2021-06-18mxser: remove MOXA_SET_BAUD_METHOD ioctlJiri Slaby1-12/+1
2021-06-18mxser: remove MOXA_GET_MAJOR deprecated ioctlJiri Slaby1-7/+0
2021-06-18mxser: drop unused MOXA_DIAGNOSE macroJiri Slaby1-1/+0
2021-06-18mxser: drop UART_MCR_AFE and UART_LSR_SPECIAL definesJiri Slaby1-5/+2
2021-06-18mxser: make xmit ring buffer variables unsignedJiri Slaby1-3/+3
2021-06-18mxser: correct types for uart variablesJiri Slaby1-5/+5
2021-06-18mxser: remove else from LSR bits checksJiri Slaby1-2/+1
2021-06-18mxser: extract mxser_receive_chars_oldJiri Slaby1-17/+23
2021-06-18mxser: extract mxser_receive_chars_newJiri Slaby1-26/+34
2021-06-18mxser: simplify mxser_interrupt and drop mxser_board::vector_maskJiri Slaby1-8/+5
2021-06-18mxser: extract port ISRJiri Slaby1-55/+64
2021-06-18mxser: cleanup LSR handling in mxser_receive_charsJiri Slaby1-19/+21
2021-06-18mxser: remove nonsense from ISRJiri Slaby1-12/+1
2021-06-18mxser: move max_baud from port to boardJiri Slaby1-16/+10
2021-06-18mxser: drop constant board::uart_typeJiri Slaby1-3/+1
2021-06-18mxser: introduce enum mxser_must_hwidJiri Slaby1-10/+11
2021-06-18mxser: rename mxser_board::chip_flag to must_hwidJiri Slaby1-35/+35
2021-06-18mxser: rename CheckIsMoxaMust to mxser_get_must_hwidJiri Slaby1-2/+2
2021-06-18mxser: cleanup Gpci_uart_info structJiri Slaby1-24/+18
2021-06-18mxser: integrate mxser.h into .cJiri Slaby1-1/+129
2021-06-18mxser: remove info printout from initJiri Slaby1-4/+0
2021-06-18mxser: renumber mxser_cardsJiri Slaby1-43/+37
2021-06-18mxser: drop ISA supportJiri Slaby1-341/+7
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby1-6/+6
2021-04-22tty: mxser: drop low-latency workaroundJohan Hovold1-7/+0
2021-04-07tty: mxser: fix TIOCSSERIAL permission checkJohan Hovold1-3/+4
2021-04-07tty: mxser: fix TIOCSSERIAL jiffies conversionsJohan Hovold1-6/+18
2021-01-07tty_port: drop last traces of low_latencyJiri Slaby1-1/+0
2020-05-15tty: mxser: make mxser_change_speed() return voidJason Yan1-5/+2
2018-10-13mxser: switch to ->[sg]et_serial()Al Viro1-46/+51
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-09Merge 4.14-rc4 into tty-nextGreg Kroah-Hartman1-5/+11
2017-10-04mxser: remove unused parametersJiri Slaby1-9/+7
2017-09-18mxser: fix timeout calculation for low ratesJiri Slaby1-5/+11
2017-07-30tty: mxser: constify pci_device_id.Arvind Yadav1-1/+1
2017-04-20Annotate hardware config module parameters in drivers/tty/David Howells1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-06-25tty: cyclades+mxser, do not initialize to zeroJiri Slaby1-1/+0
2016-04-30tty: mxser: Remove unused ASYNC_SHARE_IRQ flagPeter Hurley1-1/+0
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-8/+6
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley1-6/+3
2016-04-30tty: Replace ASYNC_CTS_FLOW bit and update atomicallyPeter Hurley1-3/+1
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley1-4/+3
2016-02-06tty: constify tty_port_operations structsAya Mahfouz1-1/+1
2016-01-28tty: mxser: Remove ASYNC_CLOSINGPeter Hurley1-4/+5
2016-01-28tty: Use termios c_*flag macrosPeter Hurley1-6/+4
2013-05-22tty: mxser: Fix build warning introduced by dfc7b837c7f9 (Re: linux-next: bui...Matwey V. Kornilov1-3/+3
2013-05-21tty: mxser: fix usage of opmode_ioaddrMatwey V. Kornilov1-2/+9
2013-04-14Merge 3.9-rc7 intp tty-nextGreg Kroah-Hartman1-4/+4
2013-04-08tty: mxser: fix cycle termination condition in mxser_probe() and mxser_module...Alexey Khoroshilov1-4/+4
2013-03-18TTY: fix DTR not being dropped on hang upJohan Hovold1-0/+4
2013-02-18tty: mxser: improve error handling in mxser_probe() and mxser_module_init()Alexey Khoroshilov1-7/+35
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-1/+1
2013-01-15TTY: move low_latency to tty_portJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-2/+2
2012-11-21tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-21tty: remove use of __devinitBill Pemberton1-3/+3
2012-11-21tty: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-8/+17
2012-09-05serial: add a new helper functionHuang Shijie1-1/+1
2012-08-13TTY: mxser, fix invalid module_parm permissionsJiri Slaby1-1/+1
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-2/+4
2012-08-10mxser: allow overlapping vectorJiri Slaby1-4/+31
2012-07-16tty: move the termios object into the ttyAlan Cox1-10/+10
2012-05-04tty: mxser: local variables should not be exposed globallyH Hartley Sweeten1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-2/+0
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-3/+0
2011-08-23TTY: mxser+cyclades remove wait_until_sent debug codeJiri Slaby1-12/+1
2011-07-01drivers/tty: use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-2/+2
2011-02-22tty: move a number of tty drivers from drivers/char/ to drivers/tty/Greg Kroah-Hartman1-0/+2757