summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serdev/core.c
AgeCommit message (Expand)AuthorLines
2021-12-30serdev: Do not instantiate serdevs on boards with known bogus DSDT entriesHans de Goede-0/+14
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-7/+29
2021-08-13serdev: Split and export serdev_acpi_get_uart_resource()Andy Shevchenko-7/+29
2021-07-21bus: Make remove callback return voidUwe Kleine-König-3/+1
2021-05-20tty: serdev: core: Fix misspelled function name __serdev_device_driver_regist...Lee Jones-1/+1
2020-11-06tty: serdev: core: Provide missing description for 'owner'Lee Jones-0/+1
2020-11-06tty: serdev: core: Remove unused variable 'dummy'Lee Jones-4/+1
2020-03-06serdev: Fix detection of UART devices on Apple machines.Ronald Tschalär-0/+10
2020-01-13Merge 5.5-rc6 into tty-nextGreg Kroah-Hartman-0/+10
2020-01-06serdev: Don't claim unsupported ACPI serial devicesPunit Agrawal-0/+10
2019-12-17serdev: make use of printk extension %pe for better error messagesUwe Kleine-König-6/+8
2019-10-10serdev: Add ACPI devices by ResourceSource fieldMaximilian Luz-12/+99
2018-11-27serdev: document the write functions using kernel-docJohan Hovold-0/+37
2018-11-27serdev: make synchronous write helper interruptibleJohan Hovold-6/+14
2018-11-27serdev: make synchronous write return bytes writtenJohan Hovold-2/+10
2018-11-27serdev: use zero to indicate infinite write timeoutJohan Hovold-2/+5
2018-07-15serdev: add dev_pm_domain_attach|detach()Sean Wang-1/+14
2018-07-02Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman-0/+1
2018-06-28serdev: fix memleak on module unloadJohan Hovold-0/+1
2018-06-28serdev: add controller runtime PM supportJohan Hovold-3/+30
2018-03-14serdev: Fix typo in serdev_device_allocFrédéric Danis-1/+1
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-33/+42
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-0/+12
2018-01-23serdev: add method to set parityUlrich Hecht-0/+12
2018-01-22serdev: only match serdev devicesJohan Hovold-0/+8
2018-01-22serdev: do not generate modaliases for controllersJohan Hovold-38/+34
2018-01-09serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllersHans de Goede-0/+5
2018-01-08serdev: Introduce devm_serdev_device_open()Andrey Smirnov-0/+27
2018-01-08serdev: Make .remove in struct serdev_device_driver optionalAndrey Smirnov-2/+2
2017-11-28serdev: Introduce devm_serdev_device_open()Andrey Smirnov-0/+27
2017-11-28serdev: Make .remove in struct serdev_device_driver optionalAndrey Smirnov-2/+2
2017-11-08tty: serdev: Remove redundant license textGreg Kroah-Hartman-9/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman-0/+1
2017-10-23serdev: fix controller-allocation error handlingJohan Hovold-9/+14
2017-10-23serdev: fix registration of second slaveJohan Hovold-3/+16
2017-10-20serdev: Add ACPI supportFrédéric Danis-5/+95
2017-07-30tty: Convert to using %pOF instead of full_nameRob Herring-1/+1
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+6
2017-06-09tty: serdev: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman-4/+6
2017-05-18serdev: Restore serdev_device_write_buf for atomic contextStefan Wahren-0/+12
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-5/+31
2017-05-05Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+1
2017-04-12serdev: implement get/set tiocmSebastian Reichel-0/+22
2017-04-12serdev: add serdev_device_wait_until_sentSebastian Reichel-0/+11
2017-04-08serdev: Add serdev_device_write subroutineAndrey Smirnov-5/+31
2017-03-22of: Add function for generating a DT modalias with a newlineRob Herring-4/+1
2017-02-03serdev: Introduce new bus for serial attached devicesRob Herring-0/+421