Age | Commit message (Expand) | Author | Files | Lines |
2018-01-09 | tty: serial: jsm: Add one check against NULL pointer dereference | Guilherme G. Piccoli | 1 | -0/+3 |
2018-01-09 | tty: serial: jsm: Remove unnecessary NULL checks | Guilherme G. Piccoli | 2 | -9/+0 |
2017-11-08 | tty: serial: Remove redundant license text | Greg Kroah-Hartman | 5 | -50/+0 |
2017-11-08 | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 5 | -0/+5 |
2017-11-08 | tty: serial: jsm: remove redundant pointer ts | Colin Ian King | 1 | -2/+0 |
2017-11-08 | tty: serial: jsm: add space before the open parenthesis '(' | Gimcuan Hui | 1 | -2/+2 |
2017-11-08 | tty: serial: jsm: fix coding style | Gimcuan Hui | 1 | -2/+1 |
2017-11-08 | tty: serial: jsm: delete space between function name and '(' | Gimcuan Hui | 1 | -1/+1 |
2017-11-08 | tty: serial: jsm: add blank line after declarations | Gimcuan Hui | 1 | -0/+1 |
2017-11-08 | tty: serial: jsm: change the type of local variable | Gimcuan Hui | 1 | -1/+1 |
2017-10-03 | tty: serial: jsm: Add space before the open brace | Gimcuan Hui | 1 | -1/+1 |
2017-07-30 | tty: serial: jsm: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
2016-09-02 | tty: serial: jsm_tty: constify uart_ops structures | Julia Lawall | 1 | -1/+1 |
2016-02-08 | tty: serial: jsm_tty: fixed redundant variable issue. | Jakob Østergaard Jensen | 1 | -6/+4 |
2016-01-29 | tty: Use termios c_*flag macros | Peter Hurley | 1 | -2/+1 |
2015-12-14 | serial/jsm: Deinline neo_parse_isr, save 688 bytes | Denys Vlasenko | 1 | -1/+1 |
2015-12-14 | drivers: serial: jsm: Switch "jsm" to JSM_DRIVER_NAME | Gavin Thomas Claugus | 1 | -2/+2 |
2015-03-27 | serial: jsm: some off by one bugs | Dan Carpenter | 2 | -4/+4 |
2014-11-26 | serial: jsm: Fix unnecessary space before function ptr arguments | Konrad Zapalowicz | 1 | -15/+15 |
2014-11-26 | serial: jsm: Replace magic value with the proper define | Konrad Zapalowicz | 1 | -1/+1 |
2014-11-26 | serial: jsm: Fix the alignment of the switch satement | Konrad Zapalowicz | 1 | -12/+12 |
2014-11-26 | serial: jsm: Remove unnecessary if statement | Konrad Zapalowicz | 2 | -6/+0 |
2014-11-26 | serial: jsm: Remove unnecessary parameter from clear_break() | Konrad Zapalowicz | 4 | -4/+4 |
2014-11-07 | drivers: serial: jsm: Remove FSF address from the file documentation/header | Konrad Zapalowicz | 5 | -25/+0 |
2014-11-07 | drivers: serial: jsm: Enable support for Digi Classic adapters | Konrad Zapalowicz | 3 | -31/+126 |
2014-11-07 | drivers: serial: jsm: Add the Classic board implementation | Konrad Zapalowicz | 3 | -2/+993 |
2014-11-07 | drivers: serial: jsm: Add Classic board UART structure | Konrad Zapalowicz | 1 | -1/+58 |
2014-11-06 | TTY: jsm: use container_of to resolve jsm_channel from uart_port | Fabian Frederick | 1 | -10/+20 |
2014-09-09 | jsm: add support for additional Neo cards | Bill Pemberton | 2 | -4/+44 |
2014-07-10 | serial: treewide: Remove empty implementations of enable_ms() | Alexander Shiyan | 1 | -6/+0 |
2013-03-19 | TTY: jsm, remove superfluous check | Jiri Slaby | 1 | -6/+0 |
2013-01-16 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -1/+1 |
2013-01-16 | TTY: switch tty_insert_flip_string | Jiri Slaby | 1 | -1/+1 |
2013-01-16 | TTY: switch tty_insert_flip_char | Jiri Slaby | 1 | -4/+4 |
2013-01-16 | TTY: switch tty_buffer_request_room to tty_port | Jiri Slaby | 1 | -2/+4 |
2012-11-22 | tty: remove use of __devexit | Bill Pemberton | 1 | -1/+1 |
2012-11-22 | tty: remove use of __devinit | Bill Pemberton | 2 | -2/+2 |
2012-11-22 | tty: serial: remove use of __devexit_p | Bill Pemberton | 1 | -1/+1 |
2012-10-31 | serial: jsm: Convert jsm_printk to jsm_dbg | Joe Perches | 4 | -109/+120 |
2012-10-01 | Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty | Linus Torvalds | 1 | -4/+4 |
2012-09-08 | make drivers with pci error handlers const | Stephen Hemminger | 1 | -1/+1 |
2012-07-17 | tty: move the termios object into the tty | Alan Cox | 1 | -4/+4 |
2012-01-25 | jsm: Fixed EEH recovery error | Lucas Kannebley Tavares | 1 | -0/+1 |
2011-11-01 | tty: Add module.h to drivers/tty users who just expect it there. | Paul Gortmaker | 1 | -1/+1 |
2011-08-25 | jsm: print byte we are dequeing | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
2011-08-25 | jsm: remove buggy write queue | Thadeu Lima de Souza Cascardo | 4 | -103/+28 |
2011-08-25 | jsm: remove remaining flip buffer code | Thadeu Lima de Souza Cascardo | 2 | -21/+0 |
2011-06-07 | serial: ioremap warning fix for jsm driver. | Lennart Sorensen | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 2 | -3/+3 |
2011-01-13 | tty: move drivers/serial/ to drivers/tty/serial/ | Greg Kroah-Hartman | 5 | -0/+3015 |