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