index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serdev
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-04
tty: add SPDX identifiers to Kconfig and Makefiles
Greg Kroah-Hartman
2
-0
/
+2
2019-01-30
serdev: ttyport: call tiocmget and tiocmset ops directly
Johan Hovold
1
-2
/
+2
2018-11-27
serdev: document the write functions using kernel-doc
Johan Hovold
1
-0
/
+37
2018-11-27
serdev: make synchronous write helper interruptible
Johan Hovold
1
-6
/
+14
2018-11-27
serdev: make synchronous write return bytes written
Johan Hovold
1
-2
/
+10
2018-11-27
serdev: use zero to indicate infinite write timeout
Johan Hovold
1
-2
/
+5
2018-07-15
serdev: add dev_pm_domain_attach|detach()
Sean Wang
1
-1
/
+14
2018-07-02
Merge 4.18-rc3 into tty-next
Greg Kroah-Hartman
1
-0
/
+1
2018-06-28
serdev: fix memleak on module unload
Johan Hovold
1
-0
/
+1
2018-06-28
serdev: add controller runtime PM support
Johan Hovold
1
-3
/
+30
2018-03-14
serdev: Fix typo in serdev_device_alloc
Frédéric Danis
1
-1
/
+1
2018-02-01
Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-35
/
+48
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2
-0
/
+36
2018-01-29
Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
1
-2
/
+29
2018-01-23
serdev: add method to set parity
Ulrich Hecht
2
-0
/
+36
2018-01-22
serdev: only match serdev devices
Johan Hovold
1
-0
/
+8
2018-01-22
serdev: do not generate modaliases for controllers
Johan Hovold
1
-38
/
+34
2018-01-09
serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers
Hans de Goede
1
-0
/
+5
2018-01-08
serdev: Introduce devm_serdev_device_open()
Andrey Smirnov
1
-0
/
+27
2018-01-08
serdev: Make .remove in struct serdev_device_driver optional
Andrey Smirnov
1
-2
/
+2
2017-12-18
serdev: ttyport: do not used keyed wakeup in write_wakeup
Johan Hovold
1
-1
/
+2
2017-12-11
Merge 4.15-rc3 into tty-next
Greg Kroah-Hartman
1
-3
/
+23
2017-11-28
serdev: ttyport: ignore carrier detect to avoid hangups
Johan Hovold
1
-0
/
+2
2017-11-28
serdev: ttyport: release tty lock sooner on open
Johan Hovold
1
-1
/
+2
2017-11-28
serdev: ttyport: fix tty locking in close
Johan Hovold
1
-0
/
+2
2017-11-28
serdev: ttyport: fix NULL-deref on hangup
Johan Hovold
1
-2
/
+9
2017-11-28
serdev: ttyport: add missing receive_buf sanity checks
Johan Hovold
1
-1
/
+12
2017-11-28
serdev: Introduce devm_serdev_device_open()
Andrey Smirnov
1
-0
/
+27
2017-11-28
serdev: Make .remove in struct serdev_device_driver optional
Andrey Smirnov
1
-2
/
+2
2017-11-08
tty: serdev: Remove redundant license text
Greg Kroah-Hartman
2
-18
/
+0
2017-11-08
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2
-0
/
+2
2017-10-23
serdev: fix controller-allocation error handling
Johan Hovold
1
-9
/
+14
2017-10-23
serdev: fix registration of second slave
Johan Hovold
1
-3
/
+16
2017-10-23
serdev: ttyport: add missing open() error handling
Johan Hovold
1
-3
/
+10
2017-10-23
serdev: ttyport: enforce tty-driver open() requirement
Johan Hovold
1
-4
/
+10
2017-10-20
serdev: Add ACPI support
Frédéric Danis
1
-5
/
+95
2017-10-20
serdev: enable TTY port controller support by default
Johan Hovold
1
-0
/
+8
2017-07-30
tty: Convert to using %pOF instead of full_name
Rob Herring
1
-1
/
+1
2017-07-04
Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+6
2017-06-09
tty: serdev: use dev_groups and not dev_attrs for bus_type
Greg Kroah-Hartman
1
-4
/
+6
2017-05-29
Merge 4.12-rc3 into tty-next
Greg Kroah-Hartman
2
-7
/
+26
2017-05-18
tty/serdev: add serdev registration interface
Johan Hovold
1
-2
/
+4
2017-05-18
serdev: Restore serdev_device_write_buf for atomic context
Stefan Wahren
1
-0
/
+12
2017-05-18
serdev: fix tty-port client deregistration
Johan Hovold
1
-5
/
+10
2017-05-18
tty: serdev-ttyport: return actual baudrate from ttyport_set_baudrate
Stefan Wahren
1
-1
/
+1
2017-05-09
Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-5
/
+31
2017-05-06
Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+1
2017-04-12
serdev: implement get/set tiocm
Sebastian Reichel
2
-0
/
+46
2017-04-12
serdev: add serdev_device_wait_until_sent
Sebastian Reichel
2
-4
/
+25
2017-04-08
serdev: Add serdev_device_write subroutine
Andrey Smirnov
1
-5
/
+31
[next]