| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers: serial: jsm: fix some leaks in probe | Dan Carpenter | 2022-09-22 | 1 | -1/+2 |
* | serial: Make ->set_termios() old ktermios const | Ilpo Järvinen | 2022-08-30 | 1 | -2/+2 |
* | serial: jsm: Use B0 instead of 0 | Ilpo Järvinen | 2022-05-19 | 2 | -2/+2 |
* | tty: remove CMSPAR ifdefs | Ilpo Järvinen | 2022-05-19 | 2 | -12/+0 |
* | tty: serial: jsm: fix two assignments in if conditions | Alexander Vorwerk | 2022-03-18 | 2 | -2/+4 |
* | tty: serial: jsm: remove redundant assignments to variable linestatus | Colin Ian King | 2022-03-18 | 1 | -3/+1 |
* | tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size() | Jiri Slaby | 2022-02-28 | 2 | -30/+2 |
* | tty: serial: jsm: hold port lock when reporting modem line changes | Zheyu Ma | 2021-07-21 | 2 | -0/+5 |
* | Merge 5.12-rc6 into tty-next | Greg Kroah-Hartman | 2021-04-05 | 1 | -1/+0 |
|\ |
|
| * | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 2021-03-17 | 1 | -1/+0 |
* | | tty: jsm_tty, make char+error handling readable | Jiri Slaby | 2021-03-10 | 1 | -10/+14 |
|/ |
|
* | tty : serial: jsm: Fixed file by adding spacing | Clement Smith | 2020-12-04 | 1 | -1/+1 |
* | tty: serial: jsm: jsm_cls: Remove unused variable 'discard' | Lee Jones | 2020-11-06 | 1 | -3/+1 |
* | tty: serial: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2020-07-21 | 1 | -1/+1 |
* | tty: serial: Use the correct style for SPDX License Identifier | Nishad Kamdar | 2020-03-07 | 1 | -1/+1 |
* | tty: add SPDX identifiers to Kconfig and Makefiles | Greg Kroah-Hartman | 2019-04-04 | 1 | -0/+1 |
* | tty: serial: jsm: remove redundant pointer ch | Colin Ian King | 2018-07-13 | 1 | -2/+1 |
* | tty: serial: jsm: Add one check against NULL pointer dereference | Guilherme G. Piccoli | 2018-01-09 | 1 | -0/+3 |
* | tty: serial: jsm: Remove unnecessary NULL checks | Guilherme G. Piccoli | 2018-01-09 | 2 | -9/+0 |
* | tty: serial: Remove redundant license text | Greg Kroah-Hartman | 2017-11-08 | 5 | -50/+0 |
* | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 2017-11-08 | 5 | -0/+5 |
* | tty: serial: jsm: remove redundant pointer ts | Colin Ian King | 2017-11-08 | 1 | -2/+0 |
* | tty: serial: jsm: add space before the open parenthesis '(' | Gimcuan Hui | 2017-11-08 | 1 | -2/+2 |
* | tty: serial: jsm: fix coding style | Gimcuan Hui | 2017-11-08 | 1 | -2/+1 |
* | tty: serial: jsm: delete space between function name and '(' | Gimcuan Hui | 2017-11-08 | 1 | -1/+1 |
* | tty: serial: jsm: add blank line after declarations | Gimcuan Hui | 2017-11-08 | 1 | -0/+1 |
* | tty: serial: jsm: change the type of local variable | Gimcuan Hui | 2017-11-08 | 1 | -1/+1 |
* | tty: serial: jsm: Add space before the open brace | Gimcuan Hui | 2017-10-03 | 1 | -1/+1 |
* | tty: serial: jsm: constify pci_device_id. | Arvind Yadav | 2017-07-30 | 1 | -1/+1 |
* | tty: serial: jsm_tty: constify uart_ops structures | Julia Lawall | 2016-09-02 | 1 | -1/+1 |
* | tty: serial: jsm_tty: fixed redundant variable issue. | Jakob Østergaard Jensen | 2016-02-07 | 1 | -6/+4 |
* | tty: Use termios c_*flag macros | Peter Hurley | 2016-01-28 | 1 | -2/+1 |
* | serial/jsm: Deinline neo_parse_isr, save 688 bytes | Denys Vlasenko | 2015-12-13 | 1 | -1/+1 |
* | drivers: serial: jsm: Switch "jsm" to JSM_DRIVER_NAME | Gavin Thomas Claugus | 2015-12-13 | 1 | -2/+2 |
* | serial: jsm: some off by one bugs | Dan Carpenter | 2015-03-26 | 2 | -4/+4 |
* | serial: jsm: Fix unnecessary space before function ptr arguments | Konrad Zapalowicz | 2014-11-25 | 1 | -15/+15 |
* | serial: jsm: Replace magic value with the proper define | Konrad Zapalowicz | 2014-11-25 | 1 | -1/+1 |
* | serial: jsm: Fix the alignment of the switch satement | Konrad Zapalowicz | 2014-11-25 | 1 | -12/+12 |
* | serial: jsm: Remove unnecessary if statement | Konrad Zapalowicz | 2014-11-25 | 2 | -6/+0 |
* | serial: jsm: Remove unnecessary parameter from clear_break() | Konrad Zapalowicz | 2014-11-25 | 4 | -4/+4 |
* | drivers: serial: jsm: Remove FSF address from the file documentation/header | Konrad Zapalowicz | 2014-11-06 | 5 | -25/+0 |
* | drivers: serial: jsm: Enable support for Digi Classic adapters | Konrad Zapalowicz | 2014-11-06 | 3 | -31/+126 |
* | drivers: serial: jsm: Add the Classic board implementation | Konrad Zapalowicz | 2014-11-06 | 3 | -2/+993 |
* | drivers: serial: jsm: Add Classic board UART structure | Konrad Zapalowicz | 2014-11-06 | 1 | -1/+58 |
* | TTY: jsm: use container_of to resolve jsm_channel from uart_port | Fabian Frederick | 2014-11-05 | 1 | -10/+20 |
* | jsm: add support for additional Neo cards | Bill Pemberton | 2014-09-08 | 2 | -4/+44 |
* | serial: treewide: Remove empty implementations of enable_ms() | Alexander Shiyan | 2014-07-09 | 1 | -6/+0 |
* | TTY: jsm, remove superfluous check | Jiri Slaby | 2013-03-18 | 1 | -6/+0 |
* | TTY: switch tty_flip_buffer_push | Jiri Slaby | 2013-01-15 | 1 | -1/+1 |
* | TTY: switch tty_insert_flip_string | Jiri Slaby | 2013-01-15 | 1 | -1/+1 |