summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serdev/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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-011-33/+42
|\
| * 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: 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-311-0/+12
|\ \
| * | serdev: add method to set parityUlrich Hecht2018-01-231-0/+12
| |/
* | 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
|/
* tty: serdev: Remove redundant license textGreg Kroah-Hartman2017-11-081-9/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* serdev: fix controller-allocation error handlingJohan Hovold2017-10-231-9/+14
* serdev: fix registration of second slaveJohan Hovold2017-10-231-3/+16
* serdev: Add ACPI supportFrédéric Danis2017-10-201-5/+95
* 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
* | serdev: Restore serdev_device_write_buf for atomic contextStefan Wahren2017-05-181-0/+12
|/
* Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-081-5/+31
|\
| * serdev: Add serdev_device_write subroutineAndrey Smirnov2017-04-081-5/+31
* | Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-051-4/+1
|\ \
| * | of: Add function for generating a DT modalias with a newlineRob Herring2017-03-221-4/+1
| |/
* | serdev: implement get/set tiocmSebastian Reichel2017-04-121-0/+22
* | serdev: add serdev_device_wait_until_sentSebastian Reichel2017-04-121-0/+11
|/
* serdev: Introduce new bus for serial attached devicesRob Herring2017-02-031-0/+421
OpenPOWER on IntegriCloud