aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/serdev
AgeCommit message (Expand)AuthorFilesLines
2024-02-06serdev: make serdev_bus_type constGravatar Ricardo B. Marliere 1-1/+1
2024-01-27treewide, serdev: change receive_buf() return type to size_tGravatar Francesco Dolcini 1-6/+4
2023-12-15serdev: Remove usage of the deprecated ida_simple_xx() APIGravatar Christophe JAILLET 1-2/+2
2023-12-08tty: serdev: convert to u8 and size_tGravatar Jiri Slaby (SUSE) 1-7/+5
2023-12-08tty: serdev: convert to u8 and size_t in serdev_controller_opsGravatar Jiri Slaby (SUSE) 1-1/+1
2023-11-25serial: core: Move tty and serdev to be children of serial core port deviceGravatar Tony Lindgren 2-7/+11
2023-10-27serdev: Replace custom code with device_match_acpi_handle()Gravatar Andy Shevchenko 1-1/+1
2023-10-27serdev: Simplify devm_serdev_device_open() functionGravatar Andy Shevchenko 1-14/+4
2023-10-27serdev: Make use of device_set_node()Gravatar Andy Shevchenko 1-1/+3
2023-08-11tty: make counts in tty_port_client_operations hooks size_tGravatar Jiri Slaby (SUSE) 1-2/+2
2023-08-11tty: make tty_port_client_operations operate with u8Gravatar Jiri Slaby (SUSE) 1-2/+2
2023-04-23serdev: Add method to assert break signal over tty UART portGravatar Neeraj Sanjay Kale 2-0/+23
2023-04-23serdev: Replace all instances of ENOTSUPP with EOPNOTSUPPGravatar Neeraj Sanjay Kale 2-5/+5
2023-03-09serdev: Set fwnode for serdev devicesGravatar Saravana Kannan 1-1/+1
2023-01-27driver core: make struct device_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2022-01-31tty: Replace acpi_bus_get_device()Gravatar Rafael J. Wysocki 1-5/+2
2021-12-30serdev: Do not instantiate serdevs on boards with known bogus DSDT entriesGravatar Hans de Goede 1-0/+14
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-7/+29
2021-08-13serdev: Split and export serdev_acpi_get_uart_resource()Gravatar Andy Shevchenko 1-7/+29
2021-07-21bus: Make remove callback return voidGravatar Uwe Kleine-König 1-3/+1
2021-05-20tty: serdev: core: Fix misspelled function name __serdev_device_driver_regist...Gravatar Lee Jones 1-1/+1
2020-11-06tty: serdev: core: Provide missing description for 'owner'Gravatar Lee Jones 1-0/+1
2020-11-06tty: serdev: core: Remove unused variable 'dummy'Gravatar Lee Jones 1-4/+1
2020-03-06serdev: Fix detection of UART devices on Apple machines.Gravatar Ronald Tschalär 1-0/+10
2020-02-10serdev: ttyport: restore client ops on deregistrationGravatar Johan Hovold 1-4/+2
2020-01-13Merge 5.5-rc6 into tty-nextGravatar Greg Kroah-Hartman 1-0/+10
2020-01-06serdev: Don't claim unsupported ACPI serial devicesGravatar Punit Agrawal 1-0/+10
2019-12-18Revert "serdev: simplify Makefile"Gravatar Johan Hovold 1-1/+1
2019-12-17serdev: make use of printk extension %pe for better error messagesGravatar Uwe Kleine-König 1-6/+8
2019-12-17serdev: simplify MakefileGravatar Uwe Kleine-König 1-1/+1
2019-10-10serdev: Add ACPI devices by ResourceSource fieldGravatar Maximilian Luz 1-12/+99
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGravatar Greg Kroah-Hartman 2-0/+2
2019-01-30serdev: ttyport: call tiocmget and tiocmset ops directlyGravatar Johan Hovold 1-2/+2
2018-11-27serdev: document the write functions using kernel-docGravatar Johan Hovold 1-0/+37
2018-11-27serdev: make synchronous write helper interruptibleGravatar Johan Hovold 1-6/+14
2018-11-27serdev: make synchronous write return bytes writtenGravatar Johan Hovold 1-2/+10
2018-11-27serdev: use zero to indicate infinite write timeoutGravatar Johan Hovold 1-2/+5
2018-07-15serdev: add dev_pm_domain_attach|detach()Gravatar Sean Wang 1-1/+14
2018-07-02Merge 4.18-rc3 into tty-nextGravatar Greg Kroah-Hartman 1-0/+1
2018-06-28serdev: fix memleak on module unloadGravatar Johan Hovold 1-0/+1
2018-06-28serdev: add controller runtime PM supportGravatar Johan Hovold 1-3/+30
2018-03-14serdev: Fix typo in serdev_device_allocGravatar Frédéric Danis 1-1/+1
2018-02-01Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-35/+48
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-0/+36
2018-01-29Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 1-2/+29
2018-01-23serdev: add method to set parityGravatar Ulrich Hecht 2-0/+36
2018-01-22serdev: only match serdev devicesGravatar Johan Hovold 1-0/+8
2018-01-22serdev: do not generate modaliases for controllersGravatar Johan Hovold 1-38/+34
2018-01-09serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllersGravatar Hans de Goede 1-0/+5
2018-01-08serdev: Introduce devm_serdev_device_open()Gravatar Andrey Smirnov 1-0/+27