summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/jsm
AgeCommit message (Expand)Author
2018-07-13tty: serial: jsm: remove redundant pointer chColin Ian King
2018-01-09tty: serial: jsm: Add one check against NULL pointer dereferenceGuilherme G. Piccoli
2018-01-09tty: serial: jsm: Remove unnecessary NULL checksGuilherme G. Piccoli
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-11-08tty: serial: jsm: remove redundant pointer tsColin Ian King
2017-11-08tty: serial: jsm: add space before the open parenthesis '('Gimcuan Hui
2017-11-08tty: serial: jsm: fix coding styleGimcuan Hui
2017-11-08tty: serial: jsm: delete space between function name and '('Gimcuan Hui
2017-11-08tty: serial: jsm: add blank line after declarationsGimcuan Hui
2017-11-08tty: serial: jsm: change the type of local variableGimcuan Hui
2017-10-03tty: serial: jsm: Add space before the open braceGimcuan Hui
2017-07-30tty: serial: jsm: constify pci_device_id.Arvind Yadav
2016-09-02tty: serial: jsm_tty: constify uart_ops structuresJulia Lawall
2016-02-07tty: serial: jsm_tty: fixed redundant variable issue.Jakob Østergaard Jensen
2016-01-28tty: Use termios c_*flag macrosPeter Hurley
2015-12-13serial/jsm: Deinline neo_parse_isr, save 688 bytesDenys Vlasenko
2015-12-13drivers: serial: jsm: Switch "jsm" to JSM_DRIVER_NAMEGavin Thomas Claugus
2015-03-26serial: jsm: some off by one bugsDan Carpenter
2014-11-25serial: jsm: Fix unnecessary space before function ptr argumentsKonrad Zapalowicz
2014-11-25serial: jsm: Replace magic value with the proper defineKonrad Zapalowicz
2014-11-25serial: jsm: Fix the alignment of the switch satementKonrad Zapalowicz
2014-11-25serial: jsm: Remove unnecessary if statementKonrad Zapalowicz
2014-11-25serial: jsm: Remove unnecessary parameter from clear_break()Konrad Zapalowicz
2014-11-06drivers: serial: jsm: Remove FSF address from the file documentation/headerKonrad Zapalowicz
2014-11-06drivers: serial: jsm: Enable support for Digi Classic adaptersKonrad Zapalowicz
2014-11-06drivers: serial: jsm: Add the Classic board implementationKonrad Zapalowicz
2014-11-06drivers: serial: jsm: Add Classic board UART structureKonrad Zapalowicz
2014-11-05TTY: jsm: use container_of to resolve jsm_channel from uart_portFabian Frederick
2014-09-08jsm: add support for additional Neo cardsBill Pemberton
2014-07-09serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2013-03-18TTY: jsm, remove superfluous checkJiri Slaby
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby
2012-11-21tty: remove use of __devexitBill Pemberton
2012-11-21tty: remove use of __devinitBill Pemberton
2012-11-21tty: serial: remove use of __devexit_pBill Pemberton
2012-10-30serial: jsm: Convert jsm_printk to jsm_dbgJoe Perches
2012-10-01Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds
2012-09-07make drivers with pci error handlers constStephen Hemminger
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-01-24jsm: Fixed EEH recovery errorLucas Kannebley Tavares
2011-10-31tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker
2011-08-24jsm: print byte we are dequeingThadeu Lima de Souza Cascardo
2011-08-24jsm: remove buggy write queueThadeu Lima de Souza Cascardo
2011-08-24jsm: remove remaining flip buffer codeThadeu Lima de Souza Cascardo
2011-06-07serial: ioremap warning fix for jsm driver.Lennart Sorensen
2011-03-31Fix common misspellingsLucas De Marchi