summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/jsm
Commit message (Expand)AuthorAgeFilesLines
* 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
* TTY: jsm, remove superfluous checkJiri Slaby2013-03-181-6/+0
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-1/+1
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
* TTY: switch tty_insert_flip_charJiri Slaby2013-01-151-4/+4
* TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-151-2/+4
* tty: remove use of __devexitBill Pemberton2012-11-211-1/+1
* tty: remove use of __devinitBill Pemberton2012-11-212-2/+2
* tty: serial: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* serial: jsm: Convert jsm_printk to jsm_dbgJoe Perches2012-10-304-109/+120
* Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-10-011-4/+4
|\
| * tty: move the termios object into the ttyAlan Cox2012-07-161-4/+4
* | make drivers with pci error handlers constStephen Hemminger2012-09-071-1/+1
|/
* jsm: Fixed EEH recovery errorLucas Kannebley Tavares2012-01-241-0/+1
* tty: Add module.h to drivers/tty users who just expect it there.Paul Gortmaker2011-10-311-1/+1
* jsm: print byte we are dequeingThadeu Lima de Souza Cascardo2011-08-241-1/+1
* jsm: remove buggy write queueThadeu Lima de Souza Cascardo2011-08-244-103/+28
* jsm: remove remaining flip buffer codeThadeu Lima de Souza Cascardo2011-08-242-21/+0
* serial: ioremap warning fix for jsm driver.Lennart Sorensen2011-06-071-1/+1
* Fix common misspellingsLucas De Marchi2011-03-312-3/+3
* tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman2011-01-135-0/+3015
OpenPOWER on IntegriCloud