aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/jsm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22drivers: serial: jsm: fix some leaks in probeDan Carpenter1-1/+2
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-2/+2
2022-05-19serial: jsm: Use B0 instead of 0Ilpo Järvinen2-2/+2
2022-05-19tty: remove CMSPAR ifdefsIlpo Järvinen2-12/+0
2022-03-18tty: serial: jsm: fix two assignments in if conditionsAlexander Vorwerk2-2/+4
2022-03-18tty: serial: jsm: remove redundant assignments to variable linestatusColin Ian King1-3/+1
2022-02-28tty: serial: make use of UART_LCR_WLEN() + tty_get_char_size()Jiri Slaby2-30/+2
2021-07-21tty: serial: jsm: hold port lock when reporting modem line changesZheyu Ma2-0/+5
2021-04-05Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman1-1/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-03-10tty: jsm_tty, make char+error handling readableJiri Slaby1-10/+14
2020-12-04tty : serial: jsm: Fixed file by adding spacingClement Smith1-1/+1
2020-11-06tty: serial: jsm: jsm_cls: Remove unused variable 'discard'Lee Jones1-3/+1
2020-07-21tty: serial: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-03-07tty: serial: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2018-07-13tty: serial: jsm: remove redundant pointer chColin Ian King1-2/+1
2018-01-09tty: serial: jsm: Add one check against NULL pointer dereferenceGuilherme G. Piccoli1-0/+3
2018-01-09tty: serial: jsm: Remove unnecessary NULL checksGuilherme G. Piccoli2-9/+0
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman5-50/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman5-0/+5
2017-11-08tty: serial: jsm: remove redundant pointer tsColin Ian King1-2/+0
2017-11-08tty: serial: jsm: add space before the open parenthesis '('Gimcuan Hui1-2/+2
2017-11-08tty: serial: jsm: fix coding styleGimcuan Hui1-2/+1
2017-11-08tty: serial: jsm: delete space between function name and '('Gimcuan Hui1-1/+1
2017-11-08tty: serial: jsm: add blank line after declarationsGimcuan Hui1-0/+1
2017-11-08tty: serial: jsm: change the type of local variableGimcuan Hui1-1/+1
2017-10-03tty: serial: jsm: Add space before the open braceGimcuan Hui1-1/+1
2017-07-30tty: serial: jsm: constify pci_device_id.Arvind Yadav1-1/+1
2016-09-02tty: serial: jsm_tty: constify uart_ops structuresJulia Lawall1-1/+1
2016-02-07tty: serial: jsm_tty: fixed redundant variable issue.Jakob Østergaard Jensen1-6/+4
2016-01-28tty: Use termios c_*flag macrosPeter Hurley1-2/+1
2015-12-13serial/jsm: Deinline neo_parse_isr, save 688 bytesDenys Vlasenko1-1/+1
2015-12-13drivers: serial: jsm: Switch "jsm" to JSM_DRIVER_NAMEGavin Thomas Claugus1-2/+2
2015-03-26serial: jsm: some off by one bugsDan Carpenter2-4/+4
2014-11-25serial: jsm: Fix unnecessary space before function ptr argumentsKonrad Zapalowicz1-15/+15
2014-11-25serial: jsm: Replace magic value with the proper defineKonrad Zapalowicz1-1/+1
2014-11-25serial: jsm: Fix the alignment of the switch satementKonrad Zapalowicz1-12/+12
2014-11-25serial: jsm: Remove unnecessary if statementKonrad Zapalowicz2-6/+0
2014-11-25serial: jsm: Remove unnecessary parameter from clear_break()Konrad Zapalowicz4-4/+4
2014-11-06drivers: serial: jsm: Remove FSF address from the file documentation/headerKonrad Zapalowicz5-25/+0
2014-11-06drivers: serial: jsm: Enable support for Digi Classic adaptersKonrad Zapalowicz3-31/+126
2014-11-06drivers: serial: jsm: Add the Classic board implementationKonrad Zapalowicz3-2/+993
2014-11-06drivers: serial: jsm: Add Classic board UART structureKonrad Zapalowicz1-1/+58
2014-11-05TTY: jsm: use container_of to resolve jsm_channel from uart_portFabian Frederick1-10/+20
2014-09-08jsm: add support for additional Neo cardsBill Pemberton2-4/+44
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-6/+0
2013-03-18TTY: jsm, remove superfluous checkJiri Slaby1-6/+0
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1