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
/
serdev
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-06
tty: serdev: core: Provide missing description for 'owner'
Lee Jones
1
-0
/
+1
2020-11-06
tty: serdev: core: Remove unused variable 'dummy'
Lee Jones
1
-4
/
+1
2020-03-06
serdev: Fix detection of UART devices on Apple machines.
Ronald Tschalär
1
-0
/
+10
2020-02-10
serdev: ttyport: restore client ops on deregistration
Johan Hovold
1
-4
/
+2
2020-01-13
Merge 5.5-rc6 into tty-next
Greg Kroah-Hartman
1
-0
/
+10
2020-01-06
serdev: Don't claim unsupported ACPI serial devices
Punit Agrawal
1
-0
/
+10
2019-12-18
Revert "serdev: simplify Makefile"
Johan Hovold
1
-1
/
+1
2019-12-17
serdev: make use of printk extension %pe for better error messages
Uwe Kleine-König
1
-6
/
+8
2019-12-17
serdev: simplify Makefile
Uwe Kleine-König
1
-1
/
+1
2019-10-10
serdev: Add ACPI devices by ResourceSource field
Maximilian Luz
1
-12
/
+99
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-01-31
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-03
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
[next]