aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serdev/core.c
AgeCommit message (Expand)Author
2020-03-30serdev: Don't claim unsupported ACPI serial devicesPunit Agrawal
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-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-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-20serdev: Add ACPI supportFrédéric Danis
2017-07-30tty: Convert to using %pOF instead of full_nameRob Herring
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-06-09tty: serdev: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman
2017-05-18serdev: Restore serdev_device_write_buf for atomic contextStefan Wahren
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-04-12serdev: implement get/set tiocmSebastian Reichel
2017-04-12serdev: add serdev_device_wait_until_sentSebastian Reichel
2017-04-08serdev: Add serdev_device_write subroutineAndrey Smirnov
2017-03-22of: Add function for generating a DT modalias with a newlineRob Herring
2017-02-03serdev: Introduce new bus for serial attached devicesRob Herring