summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serdev/core.c
Commit message (Expand)AuthorAgeFilesLines
* serdev: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2023-12-151-2/+2
* tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-7/+5
* serial: core: Move tty and serdev to be children of serial core port deviceTony Lindgren2023-11-251-6/+9
* serdev: Replace custom code with device_match_acpi_handle()Andy Shevchenko2023-10-271-1/+1
* serdev: Simplify devm_serdev_device_open() functionAndy Shevchenko2023-10-271-14/+4
* serdev: Make use of device_set_node()Andy Shevchenko2023-10-271-1/+3
* serdev: Add method to assert break signal over tty UART portNeeraj Sanjay Kale2023-04-231-0/+11
* serdev: Replace all instances of ENOTSUPP with EOPNOTSUPPNeeraj Sanjay Kale2023-04-231-3/+3
* serdev: Set fwnode for serdev devicesSaravana Kannan2023-03-091-1/+1
* driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman2023-01-271-1/+1
* tty: Replace acpi_bus_get_device()Rafael J. Wysocki2022-01-311-5/+2
* serdev: Do not instantiate serdevs on boards with known bogus DSDT entriesHans de Goede2021-12-301-0/+14
* Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-7/+29
|\
| * serdev: Split and export serdev_acpi_get_uart_resource()Andy Shevchenko2021-08-131-7/+29
* | bus: Make remove callback return voidUwe Kleine-König2021-07-211-3/+1
|/
* tty: serdev: core: Fix misspelled function name __serdev_device_driver_regist...Lee Jones2021-05-201-1/+1
* tty: serdev: core: Provide missing description for 'owner'Lee Jones2020-11-061-0/+1
* tty: serdev: core: Remove unused variable 'dummy'Lee Jones2020-11-061-4/+1
* serdev: Fix detection of UART devices on Apple machines.Ronald Tschalär2020-03-061-0/+10
* Merge 5.5-rc6 into tty-nextGreg Kroah-Hartman2020-01-131-0/+10
|\
| * serdev: Don't claim unsupported ACPI serial devicesPunit Agrawal2020-01-061-0/+10
* | serdev: make use of printk extension %pe for better error messagesUwe Kleine-König2019-12-171-6/+8
|/
* serdev: Add ACPI devices by ResourceSource fieldMaximilian Luz2019-10-101-12/+99
* serdev: document the write functions using kernel-docJohan Hovold2018-11-271-0/+37
* serdev: make synchronous write helper interruptibleJohan Hovold2018-11-271-6/+14
* serdev: make synchronous write return bytes writtenJohan Hovold2018-11-271-2/+10
* serdev: use zero to indicate infinite write timeoutJohan Hovold2018-11-271-2/+5
* 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