summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/jsm
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+3
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-1/+0
2025-05-21serial: jsm: fix NPE during jsm_uart_port_initDustin Lundquist-0/+1
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)-46/+21
2024-02-18tty: jsm: Remove redundant assignment to variable linestatusColin Ian King-1/+0
2023-11-23tty: jsm: remove unused struct jsm_board membersJiri Slaby (SUSE)-3/+0
2023-11-23tty: jsm: remove unused members from struct board_opsJiri Slaby (SUSE)-78/+0
2023-09-18serial: jsm: Use port lock wrappersThomas Gleixner-10/+10
2022-09-22drivers: serial: jsm: fix some leaks in probeDan Carpenter-1/+2
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen-2/+2
2022-05-19serial: jsm: Use B0 instead of 0Ilpo Järvinen-2/+2
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen-12/+0
2022-03-18tty: serial: jsm: fix two assignments in if conditionsAlexander Vorwerk-2/+4
2022-03-18tty: serial: jsm: remove redundant assignments to variable linestatusColin Ian King-3/+1
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby-30/+2
2021-07-21tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma-0/+5
2021-04-05Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman-1/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-1/+0
2021-03-10tty: jsm_tty, make char+error handling readableJiri Slaby-10/+14
2020-12-04tty : serial: jsm: Fixed file by adding spacingClement Smith-1/+1
2020-11-06tty: serial: jsm: jsm_cls: Remove unused variable 'discard'Lee Jones-3/+1
2020-07-21tty: serial: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-03-07tty: serial: Use the correct style for SPDX License IdentifierNishad Kamdar-1/+1
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman-0/+1
2018-07-13tty: serial: jsm: remove redundant pointer chColin Ian King-2/+1
2018-01-09tty: serial: jsm: Add one check against NULL pointer dereferenceGuilherme G. Piccoli-0/+3
2018-01-09tty: serial: jsm: Remove unnecessary NULL checksGuilherme G. Piccoli-9/+0
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman-50/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman-0/+5
2017-11-08tty: serial: jsm: remove redundant pointer tsColin Ian King-2/+0
2017-11-08tty: serial: jsm: add space before the open parenthesis '('Gimcuan Hui-2/+2
2017-11-08tty: serial: jsm: fix coding styleGimcuan Hui-2/+1
2017-11-08tty: serial: jsm: delete space between function name and '('Gimcuan Hui-1/+1
2017-11-08tty: serial: jsm: add blank line after declarationsGimcuan Hui-0/+1
2017-11-08tty: serial: jsm: change the type of local variableGimcuan Hui-1/+1
2017-10-03tty: serial: jsm: Add space before the open braceGimcuan Hui-1/+1
2017-07-30tty: serial: jsm: constify pci_device_id.Arvind Yadav-1/+1
2016-09-02tty: serial: jsm_tty: constify uart_ops structuresJulia Lawall-1/+1
2016-02-07tty: serial: jsm_tty: fixed redundant variable issue.Jakob Østergaard Jensen-6/+4
2016-01-28tty: Use termios c_*flag macrosPeter Hurley-2/+1
2015-12-13serial/jsm: Deinline neo_parse_isr, save 688 bytesDenys Vlasenko-1/+1
2015-12-13drivers: serial: jsm: Switch "jsm" to JSM_DRIVER_NAMEGavin Thomas Claugus-2/+2
2015-03-26serial: jsm: some off by one bugsDan Carpenter-4/+4
2014-11-25serial: jsm: Fix unnecessary space before function ptr argumentsKonrad Zapalowicz-15/+15
2014-11-25serial: jsm: Replace magic value with the proper defineKonrad Zapalowicz-1/+1
2014-11-25serial: jsm: Fix the alignment of the switch satementKonrad Zapalowicz-12/+12
2014-11-25serial: jsm: Remove unnecessary if statementKonrad Zapalowicz-6/+0
2014-11-25serial: jsm: Remove unnecessary parameter from clear_break()Konrad Zapalowicz-4/+4