summaryrefslogtreecommitdiff
path: root/drivers/tty/serdev/core.c
AgeCommit message (Expand)AuthorFilesLines
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-04Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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-09Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-5/+31
2017-05-06Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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