Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-22serial: icom: remove unused struct icom_port membersJiri Slaby
2022-04-22serial: icom: delete empty serial hooksJiri Slaby
2022-04-22serial: icom: use list_for_each_entry()Jiri Slaby
2022-04-22serial: icom: make icom_acfg_baud const and unsignedJiri Slaby
2022-04-22serial: icom: use ARRAY_SIZEJiri Slaby
2022-04-22serial: icom: move header content to .cJiri Slaby
2022-04-22serial: icom: use proper __le types and functionsJiri Slaby
2022-04-22serial: icom: remove to_icom_adapter() and icom_kref_release()Jiri Slaby
2022-04-22serial: icom: switch vague casts to container_ofJiri Slaby
2022-04-22serial: icom: remove ICOM_VERSION_STR macroJiri Slaby
2022-04-15tty: Fix a possible resource leak in icom_probeHuang Guobin
2021-05-13tty: serial: icom: include <linux/io.h> instead of <asm/io.h>Zihao Tang
2021-04-22serial: icom: drop low-latency workaroundJohan Hovold
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2020-12-28tty: serial: icom: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun
2020-09-04tty: serial: icom: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2019-09-04tty: serial: Remove call to memset after pci_alloc_consistentFuqian Huang
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-01-27tty: serial: constify uart_ops structuresBhumika Goyal
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-12-14tty: Remove unused SERIAL_DO_RESTART definePeter Hurley
2015-05-10tty: icom.c: move assignment out of if () blockGreg Kroah-Hartman
2014-11-26serial: icom: fix error return codeJulia Lawall
2014-07-10serial: treewide: Remove empty implementations of enable_ms()Alexander Shiyan
2013-12-09serial: icom: dereference after free in load_code()Dan Carpenter
2013-08-28serial: icom: move array overflow checks earlierDan Carpenter
2013-08-28tty: serial: icom: drop uart_port->lock before calling tty_flip_buffer_push()Viresh Kumar
2013-08-12serial: icom: fix casting warningJingoo Han
2013-03-19driver: tty: serial: remove cast for kzalloc return valueZhang Yanfei
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-16TTY: switch tty_insert_flip_stringJiri Slaby
2013-01-16TTY: switch tty_insert_flip_charJiri Slaby
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-11-22tty: remove use of __devexitBill Pemberton
2012-11-22tty: remove use of __devinitBill Pemberton
2012-11-22tty: serial: remove use of __devexit_pBill Pemberton
2012-10-25tty: Fix typo in tty driversMasanari Iida
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-09-23TTY: irq: Remove IRQF_DISABLEDYong Zhang
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-13tty: move drivers/serial/ to drivers/tty/serial/Greg Kroah-Hartman