summaryrefslogtreecommitdiff
path: root/drivers/tty/serdev
AgeCommit message (Expand)Author
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-08-13serdev: Split and export serdev_acpi_get_uart_resource()Andy Shevchenko
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-05-20tty: serdev: core: Fix misspelled function name __serdev_device_driver_regist...Lee Jones
2020-11-06tty: serdev: core: Provide missing description for 'owner'Lee Jones
2020-11-06tty: serdev: core: Remove unused variable 'dummy'Lee Jones
2020-03-06serdev: Fix detection of UART devices on Apple machines.Ronald Tschalär
2020-02-10serdev: ttyport: restore client ops on deregistrationJohan Hovold
2020-01-13Merge 5.5-rc6 into tty-nextGreg Kroah-Hartman
2020-01-06serdev: Don't claim unsupported ACPI serial devicesPunit Agrawal
2019-12-18Revert "serdev: simplify Makefile"Johan Hovold
2019-12-17serdev: make use of printk extension %pe for better error messagesUwe Kleine-König
2019-12-17serdev: simplify MakefileUwe Kleine-König
2019-10-10serdev: Add ACPI devices by ResourceSource fieldMaximilian Luz
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman
2019-01-30serdev: ttyport: call tiocmget and tiocmset ops directlyJohan Hovold
2018-11-27serdev: document the write functions using kernel-docJohan Hovold
2018-11-27serdev: make synchronous write helper interruptibleJohan Hovold
2018-11-27serdev: make synchronous write return bytes writtenJohan Hovold
2018-11-27serdev: use zero to indicate infinite write timeoutJohan Hovold
2018-07-15serdev: add dev_pm_domain_attach|detach()Sean Wang
2018-07-02Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman
2018-06-28serdev: fix memleak on module unloadJohan Hovold
2018-06-28serdev: add controller runtime PM supportJohan Hovold
2018-03-14serdev: Fix typo in serdev_device_allocFrédéric Danis
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-29Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds
2018-01-23serdev: add method to set parityUlrich Hecht
2018-01-22serdev: only match serdev devicesJohan Hovold
2018-01-22serdev: do not generate modaliases for controllersJohan Hovold
2018-01-09serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllersHans de Goede
2018-01-08serdev: Introduce devm_serdev_device_open()Andrey Smirnov
2018-01-08serdev: Make .remove in struct serdev_device_driver optionalAndrey Smirnov
2017-12-18serdev: ttyport: do not used keyed wakeup in write_wakeupJohan Hovold
2017-12-11Merge 4.15-rc3 into tty-nextGreg Kroah-Hartman
2017-11-28serdev: ttyport: ignore carrier detect to avoid hangupsJohan Hovold
2017-11-28serdev: ttyport: release tty lock sooner on openJohan Hovold
2017-11-28serdev: ttyport: fix tty locking in closeJohan Hovold
2017-11-28serdev: ttyport: fix NULL-deref on hangupJohan Hovold
2017-11-28serdev: ttyport: add missing receive_buf sanity checksJohan Hovold
2017-11-28serdev: Introduce devm_serdev_device_open()Andrey Smirnov
2017-11-28serdev: Make .remove in struct serdev_device_driver optionalAndrey Smirnov
2017-11-08tty: serdev: Remove redundant license textGreg Kroah-Hartman
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman
2017-10-23serdev: fix controller-allocation error handlingJohan Hovold
2017-10-23serdev: fix registration of second slaveJohan Hovold
2017-10-23serdev: ttyport: add missing open() error handlingJohan Hovold
2017-10-23serdev: ttyport: enforce tty-driver open() requirementJohan Hovold
2017-10-20serdev: Add ACPI supportFrédéric Danis