summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serdev
Commit message (Expand)AuthorAgeFilesLines
* tty: serdev: core: Provide missing description for 'owner'Lee Jones2020-11-061-0/+1
* tty: serdev: core: Remove unused variable 'dummy'Lee Jones2020-11-061-4/+1
* serdev: Fix detection of UART devices on Apple machines.Ronald Tschalär2020-03-061-0/+10
* serdev: ttyport: restore client ops on deregistrationJohan Hovold2020-02-101-4/+2
* Merge 5.5-rc6 into tty-nextGreg Kroah-Hartman2020-01-131-0/+10
|\
| * serdev: Don't claim unsupported ACPI serial devicesPunit Agrawal2020-01-061-0/+10
* | Revert "serdev: simplify Makefile"Johan Hovold2019-12-181-1/+1
* | serdev: make use of printk extension %pe for better error messagesUwe Kleine-König2019-12-171-6/+8
* | serdev: simplify MakefileUwe Kleine-König2019-12-171-1/+1
|/
* serdev: Add ACPI devices by ResourceSource fieldMaximilian Luz2019-10-101-12/+99
* tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman2019-04-042-0/+2
* serdev: ttyport: call tiocmget and tiocmset ops directlyJohan Hovold2019-01-301-2/+2
* serdev: document the write functions using kernel-docJohan Hovold2018-11-271-0/+37
* serdev: make synchronous write helper interruptibleJohan Hovold2018-11-271-6/+14
* serdev: make synchronous write return bytes writtenJohan Hovold2018-11-271-2/+10
* serdev: use zero to indicate infinite write timeoutJohan Hovold2018-11-271-2/+5
* serdev: add dev_pm_domain_attach|detach()Sean Wang2018-07-151-1/+14
* Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman2018-07-021-0/+1
|\
| * serdev: fix memleak on module unloadJohan Hovold2018-06-281-0/+1
* | serdev: add controller runtime PM supportJohan Hovold2018-06-281-3/+30
|/
* serdev: Fix typo in serdev_device_allocFrédéric Danis2018-03-141-1/+1
* Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-012-35/+48
|\
| * serdev: only match serdev devicesJohan Hovold2018-01-221-0/+8
| * serdev: do not generate modaliases for controllersJohan Hovold2018-01-221-38/+34
| * serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllersHans de Goede2018-01-091-0/+5
| * serdev: ttyport: do not used keyed wakeup in write_wakeupJohan Hovold2017-12-181-1/+2
| * Merge 4.15-rc3 into tty-nextGreg Kroah-Hartman2017-12-111-3/+23
| |\
| * | serdev: ttyport: ignore carrier detect to avoid hangupsJohan Hovold2017-11-281-0/+2
| * | serdev: ttyport: release tty lock sooner on openJohan Hovold2017-11-281-1/+2
| * | serdev: Introduce devm_serdev_device_open()Andrey Smirnov2017-11-281-0/+27
| * | serdev: Make .remove in struct serdev_device_driver optionalAndrey Smirnov2017-11-281-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-312-0/+36
|\ \ \
| * | | serdev: add method to set parityUlrich Hecht2018-01-232-0/+36
| | |/ | |/|
* | | Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-01-291-2/+29
|\ \ \ | |/ / |/| |
| * | serdev: Introduce devm_serdev_device_open()Andrey Smirnov2018-01-081-0/+27
| * | serdev: Make .remove in struct serdev_device_driver optionalAndrey Smirnov2018-01-081-2/+2
| |/
* | serdev: ttyport: fix tty locking in closeJohan Hovold2017-11-281-0/+2
* | serdev: ttyport: fix NULL-deref on hangupJohan Hovold2017-11-281-2/+9
* | serdev: ttyport: add missing receive_buf sanity checksJohan Hovold2017-11-281-1/+12
|/
* tty: serdev: Remove redundant license textGreg Kroah-Hartman2017-11-082-18/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-082-0/+2
* serdev: fix controller-allocation error handlingJohan Hovold2017-10-231-9/+14
* serdev: fix registration of second slaveJohan Hovold2017-10-231-3/+16
* serdev: ttyport: add missing open() error handlingJohan Hovold2017-10-231-3/+10
* serdev: ttyport: enforce tty-driver open() requirementJohan Hovold2017-10-231-4/+10
* serdev: Add ACPI supportFrédéric Danis2017-10-201-5/+95
* serdev: enable TTY port controller support by defaultJohan Hovold2017-10-201-0/+8
* tty: Convert to using %pOF instead of full_nameRob Herring2017-07-301-1/+1
* Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-07-031-4/+6
|\
| * tty: serdev: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman2017-06-091-4/+6