aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serdev/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-14serdev: Fix typo in serdev_device_allocFrédéric Danis1-1/+1
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-33/+42
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+12
2018-01-23serdev: add method to set parityUlrich Hecht1-0/+12
2018-01-22serdev: only match serdev devicesJohan Hovold1-0/+8
2018-01-22serdev: do not generate modaliases for controllersJohan Hovold1-38/+34
2018-01-09serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllersHans de Goede1-0/+5
2018-01-08serdev: Introduce devm_serdev_device_open()Andrey Smirnov1-0/+27
2018-01-08serdev: Make .remove in struct serdev_device_driver optionalAndrey Smirnov1-2/+2
2017-11-28serdev: Introduce devm_serdev_device_open()Andrey Smirnov1-0/+27
2017-11-28serdev: Make .remove in struct serdev_device_driver optionalAndrey Smirnov1-2/+2
2017-11-08tty: serdev: Remove redundant license textGreg Kroah-Hartman1-9/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-10-23serdev: fix controller-allocation error handlingJohan Hovold1-9/+14
2017-10-23serdev: fix registration of second slaveJohan Hovold1-3/+16
2017-10-20serdev: Add ACPI supportFrédéric Danis1-5/+95
2017-07-30tty: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+6
2017-06-09tty: serdev: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-4/+6
2017-05-18serdev: Restore serdev_device_write_buf for atomic contextStefan Wahren1-0/+12
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-5/+31
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-4/+1
2017-04-12serdev: implement get/set tiocmSebastian Reichel1-0/+22
2017-04-12serdev: add serdev_device_wait_until_sentSebastian Reichel1-0/+11
2017-04-08serdev: Add serdev_device_write subroutineAndrey Smirnov1-5/+31
2017-03-22of: Add function for generating a DT modalias with a newlineRob Herring1-4/+1
2017-02-03serdev: Introduce new bus for serial attached devicesRob Herring1-0/+421