summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/jsm
Commit message (Expand)AuthorAgeFilesLines
* tty: jsm: remove unused struct jsm_board membersJiri Slaby (SUSE)2023-11-231-3/+0
* tty: jsm: remove unused members from struct board_opsJiri Slaby (SUSE)2023-11-233-78/+0
* serial: jsm: Use port lock wrappersThomas Gleixner2023-09-182-10/+10
* drivers: serial: jsm: fix some leaks in probeDan Carpenter2022-09-221-1/+2
* serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+2
* serial: jsm: Use B0 instead of 0Ilpo Järvinen2022-05-192-2/+2
* tty: remove CMSPAR ifdefsIlpo Järvinen2022-05-192-12/+0
* tty: serial: jsm: fix two assignments in if conditionsAlexander Vorwerk2022-03-182-2/+4
* tty: serial: jsm: remove redundant assignments to variable linestatusColin Ian King2022-03-181-3/+1
* tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2022-02-282-30/+2
* tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma2021-07-212-0/+5
* Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman2021-04-051-1/+0
|\
| * module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* | tty: jsm_tty, make char+error handling readableJiri Slaby2021-03-101-10/+14
|/
* tty : serial: jsm: Fixed file by adding spacingClement Smith2020-12-041-1/+1
* tty: serial: jsm: jsm_cls: Remove unused variable 'discard'Lee Jones2020-11-061-3/+1
* tty: serial: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-211-1/+1
* tty: serial: Use the correct style for SPDX License IdentifierNishad Kamdar2020-03-071-1/+1
* tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman2019-04-041-0/+1
* tty: serial: jsm: remove redundant pointer chColin Ian King2018-07-131-2/+1
* tty: serial: jsm: Add one check against NULL pointer dereferenceGuilherme G. Piccoli2018-01-091-0/+3
* tty: serial: jsm: Remove unnecessary NULL checksGuilherme G. Piccoli2018-01-092-9/+0
* tty: serial: Remove redundant license textGreg Kroah-Hartman2017-11-085-50/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-085-0/+5
* tty: serial: jsm: remove redundant pointer tsColin Ian King2017-11-081-2/+0
* tty: serial: jsm: add space before the open parenthesis '('Gimcuan Hui2017-11-081-2/+2
* tty: serial: jsm: fix coding styleGimcuan Hui2017-11-081-2/+1
* tty: serial: jsm: delete space between function name and '('Gimcuan Hui2017-11-081-1/+1
* tty: serial: jsm: add blank line after declarationsGimcuan Hui2017-11-081-0/+1
* tty: serial: jsm: change the type of local variableGimcuan Hui2017-11-081-1/+1
* tty: serial: jsm: Add space before the open braceGimcuan Hui2017-10-031-1/+1
* tty: serial: jsm: constify pci_device_id.Arvind Yadav2017-07-301-1/+1
* tty: serial: jsm_tty: constify uart_ops structuresJulia Lawall2016-09-021-1/+1
* tty: serial: jsm_tty: fixed redundant variable issue.Jakob Østergaard Jensen2016-02-071-6/+4
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-2/+1
* serial/jsm: Deinline neo_parse_isr, save 688 bytesDenys Vlasenko2015-12-131-1/+1
* drivers: serial: jsm: Switch "jsm" to JSM_DRIVER_NAMEGavin Thomas Claugus2015-12-131-2/+2
* serial: jsm: some off by one bugsDan Carpenter2015-03-262-4/+4
* serial: jsm: Fix unnecessary space before function ptr argumentsKonrad Zapalowicz2014-11-251-15/+15
* serial: jsm: Replace magic value with the proper defineKonrad Zapalowicz2014-11-251-1/+1
* serial: jsm: Fix the alignment of the switch satementKonrad Zapalowicz2014-11-251-12/+12
* serial: jsm: Remove unnecessary if statementKonrad Zapalowicz2014-11-252-6/+0
* serial: jsm: Remove unnecessary parameter from clear_break()Konrad Zapalowicz2014-11-254-4/+4
* drivers: serial: jsm: Remove FSF address from the file documentation/headerKonrad Zapalowicz2014-11-065-25/+0
* drivers: serial: jsm: Enable support for Digi Classic adaptersKonrad Zapalowicz2014-11-063-31/+126
* drivers: serial: jsm: Add the Classic board implementationKonrad Zapalowicz2014-11-063-2/+993
* drivers: serial: jsm: Add Classic board UART structureKonrad Zapalowicz2014-11-061-1/+58
* TTY: jsm: use container_of to resolve jsm_channel from uart_portFabian Frederick2014-11-051-10/+20
* jsm: add support for additional Neo cardsBill Pemberton2014-09-082-4/+44
* serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan2014-07-091-6/+0