summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/icom.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09tty: serial: switch from circ_buf to kfifoJiri Slaby (SUSE)1-19/+6
2023-09-18serial: icom: Use port lock wrappersThomas Gleixner1-13/+13
2022-08-30serial: Make ->set_termios() old ktermios constIlpo Järvinen1-3/+2
2022-04-22serial: icom: remove unused struct icom_port membersJiri Slaby1-19/+0
2022-04-22serial: icom: delete empty serial hooksJiri Slaby1-11/+0
2022-04-22serial: icom: use list_for_each_entry()Jiri Slaby1-10/+6
2022-04-22serial: icom: make icom_acfg_baud const and unsignedJiri Slaby1-1/+1
2022-04-22serial: icom: use ARRAY_SIZEJiri Slaby1-1/+1
2022-04-22serial: icom: move header content to .cJiri Slaby1-2/+265
2022-04-22serial: icom: use proper __le types and functionsJiri Slaby1-17/+14
2022-04-22serial: icom: remove to_icom_adapter() and icom_kref_release()Jiri Slaby1-10/+3
2022-04-22serial: icom: switch vague casts to container_ofJiri Slaby1-90/+106
2022-04-22serial: icom: remove ICOM_VERSION_STR macroJiri Slaby1-1/+0
2022-04-15tty: Fix a possible resource leak in icom_probeHuang Guobin1-1/+1
2021-05-13tty: serial: icom: include <linux/io.h> instead of <asm/io.h>Zihao Tang1-1/+1
2021-04-22serial: icom: drop low-latency workaroundJohan Hovold1-2/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-2/+0
2020-12-28tty: serial: icom: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun1-3/+1
2020-09-04tty: serial: icom: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-14/+18
2019-09-04tty: serial: Remove call to memset after pci_alloc_consistentFuqian Huang1-2/+0
2017-11-08tty: serial: Remove redundant license textGreg Kroah-Hartman1-15/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-01-27tty: serial: constify uart_ops structuresBhumika Goyal1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-12-14tty: Remove unused SERIAL_DO_RESTART definePeter Hurley1-1/+0
2015-05-10tty: icom.c: move assignment out of if () blockGreg Kroah-Hartman1-5/+6
2014-11-26serial: icom: fix error return codeJulia Lawall1-1/+3
2014-07-10serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan1-6/+0
2013-12-09serial: icom: dereference after free in load_code()Dan Carpenter1-2/+2
2013-08-28serial: icom: move array overflow checks earlierDan Carpenter1-41/+48
2013-08-28tty: serial: icom: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar1-0/+3
2013-08-12serial: icom: fix casting warningJingoo Han1-6/+5
2013-03-19driver: tty: serial: remove cast for kzalloc return valueZhang Yanfei1-2/+1
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-2/+1
2013-01-16TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2013-01-16TTY: switch tty_insert_flip_charJiri Slaby1-3/+4
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-11-22tty: remove use of __devexitBill Pemberton1-1/+1
2012-11-22tty: remove use of __devinitBill Pemberton1-5/+5
2012-11-22tty: serial: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-25tty: Fix typo in tty driversMasanari Iida1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-09-23TTY: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman1-0/+1658