index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serdev
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: add SPDX identifiers to Kconfig and Makefiles
Greg Kroah-Hartman
2019-04-04
2
-0
/
+2
*
serdev: ttyport: call tiocmget and tiocmset ops directly
Johan Hovold
2019-01-30
1
-2
/
+2
*
serdev: document the write functions using kernel-doc
Johan Hovold
2018-11-27
1
-0
/
+37
*
serdev: make synchronous write helper interruptible
Johan Hovold
2018-11-27
1
-6
/
+14
*
serdev: make synchronous write return bytes written
Johan Hovold
2018-11-27
1
-2
/
+10
*
serdev: use zero to indicate infinite write timeout
Johan Hovold
2018-11-27
1
-2
/
+5
*
serdev: add dev_pm_domain_attach|detach()
Sean Wang
2018-07-15
1
-1
/
+14
*
Merge 4.18-rc3 into tty-next
Greg Kroah-Hartman
2018-07-02
1
-0
/
+1
|
\
|
*
serdev: fix memleak on module unload
Johan Hovold
2018-06-28
1
-0
/
+1
*
|
serdev: add controller runtime PM support
Johan Hovold
2018-06-28
1
-3
/
+30
|
/
*
serdev: Fix typo in serdev_device_alloc
Frédéric Danis
2018-03-14
1
-1
/
+1
*
Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2018-02-01
2
-35
/
+48
|
\
|
*
serdev: only match serdev devices
Johan Hovold
2018-01-22
1
-0
/
+8
|
*
serdev: do not generate modaliases for controllers
Johan Hovold
2018-01-22
1
-38
/
+34
|
*
serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers
Hans de Goede
2018-01-09
1
-0
/
+5
|
*
serdev: ttyport: do not used keyed wakeup in write_wakeup
Johan Hovold
2017-12-18
1
-1
/
+2
|
*
Merge 4.15-rc3 into tty-next
Greg Kroah-Hartman
2017-12-11
1
-3
/
+23
|
|
\
|
*
|
serdev: ttyport: ignore carrier detect to avoid hangups
Johan Hovold
2017-11-28
1
-0
/
+2
|
*
|
serdev: ttyport: release tty lock sooner on open
Johan Hovold
2017-11-28
1
-1
/
+2
|
*
|
serdev: Introduce devm_serdev_device_open()
Andrey Smirnov
2017-11-28
1
-0
/
+27
|
*
|
serdev: Make .remove in struct serdev_device_driver optional
Andrey Smirnov
2017-11-28
1
-2
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-01-31
2
-0
/
+36
|
\
\
\
|
*
|
|
serdev: add method to set parity
Ulrich Hecht
2018-01-23
2
-0
/
+36
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2018-01-29
1
-2
/
+29
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
serdev: Introduce devm_serdev_device_open()
Andrey Smirnov
2018-01-08
1
-0
/
+27
|
*
|
serdev: Make .remove in struct serdev_device_driver optional
Andrey Smirnov
2018-01-08
1
-2
/
+2
|
|
/
*
|
serdev: ttyport: fix tty locking in close
Johan Hovold
2017-11-28
1
-0
/
+2
*
|
serdev: ttyport: fix NULL-deref on hangup
Johan Hovold
2017-11-28
1
-2
/
+9
*
|
serdev: ttyport: add missing receive_buf sanity checks
Johan Hovold
2017-11-28
1
-1
/
+12
|
/
*
tty: serdev: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
2
-18
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
2
-0
/
+2
*
serdev: fix controller-allocation error handling
Johan Hovold
2017-10-23
1
-9
/
+14
*
serdev: fix registration of second slave
Johan Hovold
2017-10-23
1
-3
/
+16
*
serdev: ttyport: add missing open() error handling
Johan Hovold
2017-10-23
1
-3
/
+10
*
serdev: ttyport: enforce tty-driver open() requirement
Johan Hovold
2017-10-23
1
-4
/
+10
*
serdev: Add ACPI support
Frédéric Danis
2017-10-20
1
-5
/
+95
*
serdev: enable TTY port controller support by default
Johan Hovold
2017-10-20
1
-0
/
+8
*
tty: Convert to using %pOF instead of full_name
Rob Herring
2017-07-30
1
-1
/
+1
*
Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-07-04
1
-4
/
+6
|
\
|
*
tty: serdev: use dev_groups and not dev_attrs for bus_type
Greg Kroah-Hartman
2017-06-09
1
-4
/
+6
*
|
Merge 4.12-rc3 into tty-next
Greg Kroah-Hartman
2017-05-29
2
-7
/
+26
|
\
\
|
*
|
tty/serdev: add serdev registration interface
Johan Hovold
2017-05-18
1
-2
/
+4
|
*
|
serdev: Restore serdev_device_write_buf for atomic context
Stefan Wahren
2017-05-18
1
-0
/
+12
|
*
|
serdev: fix tty-port client deregistration
Johan Hovold
2017-05-18
1
-5
/
+10
|
|
/
*
/
tty: serdev-ttyport: return actual baudrate from ttyport_set_baudrate
Stefan Wahren
2017-05-18
1
-1
/
+1
|
/
*
Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-05-09
1
-5
/
+31
|
\
|
*
serdev: Add serdev_device_write subroutine
Andrey Smirnov
2017-04-08
1
-5
/
+31
*
|
Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-05-06
1
-4
/
+1
|
\
\
|
*
|
of: Add function for generating a DT modalias with a newline
Rob Herring
2017-03-22
1
-4
/
+1
|
|
/
*
|
serdev: implement get/set tiocm
Sebastian Reichel
2017-04-12
2
-0
/
+46
[next]