| Commit message (Expand) | Author | Age | Files | Lines |
* | serial: icom: Use port lock wrappers | Thomas Gleixner | 2023-09-18 | 1 | -13/+13 |
* | serial: Make ->set_termios() old ktermios const | Ilpo Järvinen | 2022-08-30 | 1 | -3/+2 |
* | serial: icom: remove unused struct icom_port members | Jiri Slaby | 2022-04-22 | 1 | -19/+0 |
* | serial: icom: delete empty serial hooks | Jiri Slaby | 2022-04-22 | 1 | -11/+0 |
* | serial: icom: use list_for_each_entry() | Jiri Slaby | 2022-04-22 | 1 | -10/+6 |
* | serial: icom: make icom_acfg_baud const and unsigned | Jiri Slaby | 2022-04-22 | 1 | -1/+1 |
* | serial: icom: use ARRAY_SIZE | Jiri Slaby | 2022-04-22 | 1 | -1/+1 |
* | serial: icom: move header content to .c | Jiri Slaby | 2022-04-22 | 1 | -2/+265 |
* | serial: icom: use proper __le types and functions | Jiri Slaby | 2022-04-22 | 1 | -17/+14 |
* | serial: icom: remove to_icom_adapter() and icom_kref_release() | Jiri Slaby | 2022-04-22 | 1 | -10/+3 |
* | serial: icom: switch vague casts to container_of | Jiri Slaby | 2022-04-22 | 1 | -90/+106 |
* | serial: icom: remove ICOM_VERSION_STR macro | Jiri Slaby | 2022-04-22 | 1 | -1/+0 |
* | tty: Fix a possible resource leak in icom_probe | Huang Guobin | 2022-04-15 | 1 | -1/+1 |
* | tty: serial: icom: include <linux/io.h> instead of <asm/io.h> | Zihao Tang | 2021-05-13 | 1 | -1/+1 |
* | serial: icom: drop low-latency workaround | Johan Hovold | 2021-04-22 | 1 | -2/+0 |
* | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky | 2021-03-17 | 1 | -2/+0 |
* | tty: serial: icom: Use DEFINE_SPINLOCK() for spinlock | Zheng Yongjun | 2020-12-28 | 1 | -3/+1 |
* | tty: serial: icom: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 2020-09-04 | 1 | -14/+18 |
* | tty: serial: Remove call to memset after pci_alloc_consistent | Fuqian Huang | 2019-09-04 | 1 | -2/+0 |
* | tty: serial: Remove redundant license text | Greg Kroah-Hartman | 2017-11-08 | 1 | -15/+0 |
* | tty: add SPDX identifiers to all remaining files in drivers/tty/ | Greg Kroah-Hartman | 2017-11-08 | 1 | -0/+1 |
* | tty: serial: constify uart_ops structures | Bhumika Goyal | 2017-01-27 | 1 | -1/+1 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | tty: Remove unused SERIAL_DO_RESTART define | Peter Hurley | 2015-12-13 | 1 | -1/+0 |
* | tty: icom.c: move assignment out of if () block | Greg Kroah-Hartman | 2015-05-10 | 1 | -5/+6 |
* | serial: icom: fix error return code | Julia Lawall | 2014-11-25 | 1 | -1/+3 |
* | serial: treewide: Remove empty implementations of enable_ms() | Alexander Shiyan | 2014-07-09 | 1 | -6/+0 |
* | serial: icom: dereference after free in load_code() | Dan Carpenter | 2013-12-08 | 1 | -2/+2 |
* | serial: icom: move array overflow checks earlier | Dan Carpenter | 2013-08-27 | 1 | -41/+48 |
* | tty: serial: icom: drop uart_port->lock before calling tty_flip_buffer_push() | Viresh Kumar | 2013-08-27 | 1 | -0/+3 |
* | serial: icom: fix casting warning | Jingoo Han | 2013-08-12 | 1 | -6/+5 |
* | driver: tty: serial: remove cast for kzalloc return value | Zhang Yanfei | 2013-03-18 | 1 | -2/+1 |
* | TTY: switch tty_flip_buffer_push | Jiri Slaby | 2013-01-15 | 1 | -2/+1 |
* | TTY: switch tty_insert_flip_string | Jiri Slaby | 2013-01-15 | 1 | -1/+1 |
* | TTY: switch tty_insert_flip_char | Jiri Slaby | 2013-01-15 | 1 | -3/+4 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 1 | -1/+1 |
|\ |
|
| * | tty: Fix typo in tty drivers | Masanari Iida | 2012-10-25 | 1 | -1/+1 |
* | | tty: remove use of __devexit | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
* | | tty: remove use of __devinit | Bill Pemberton | 2012-11-21 | 1 | -5/+5 |
* | | tty: serial: remove use of __devexit_p | Bill Pemberton | 2012-11-21 | 1 | -1/+1 |
|/ |
|
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | TTY: irq: Remove IRQF_DISABLED | Yong Zhang | 2011-09-22 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | tty: move drivers/serial/ to drivers/tty/serial/ | Greg Kroah-Hartman | 2011-01-13 | 1 | -0/+1658 |