aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serdev
AgeCommit message (Expand)AuthorFilesLines
2025-09-06serdev: Drop dev_pm_domain_detach() callClaudiu Beznea1-8/+3
2025-07-07PM: domains: Add flags to specify power on attach/detachClaudiu Beznea1-1/+1
2025-05-01serdev: Refine several error or debug messagesZijun Hu1-5/+3
2025-03-20tty: serdev: drop serdev_controller_ops::write_room()Jiri Slaby (SUSE)2-20/+0
2024-08-07serdev: Use of_property_present()Rob Herring (Arm)1-1/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-02-06serdev: make serdev_bus_type constRicardo B. Marliere1-1/+1
2024-01-27treewide, serdev: change receive_buf() return type to size_tFrancesco Dolcini1-6/+4
2023-12-15serdev: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET1-2/+2
2023-12-08tty: serdev: convert to u8 and size_tJiri Slaby (SUSE)1-7/+5
2023-12-08tty: serdev: convert to u8 and size_t in serdev_controller_opsJiri Slaby (SUSE)1-1/+1
2023-11-25serial: core: Move tty and serdev to be children of serial core port deviceTony Lindgren2-7/+11
2023-10-27serdev: Replace custom code with device_match_acpi_handle()Andy Shevchenko1-1/+1
2023-10-27serdev: Simplify devm_serdev_device_open() functionAndy Shevchenko1-14/+4
2023-10-27serdev: Make use of device_set_node()Andy Shevchenko1-1/+3
2023-08-11tty: make counts in tty_port_client_operations hooks size_tJiri Slaby (SUSE)1-2/+2
2023-08-11tty: make tty_port_client_operations operate with u8Jiri Slaby (SUSE)1-2/+2
2023-04-23serdev: Add method to assert break signal over tty UART portNeeraj Sanjay Kale2-0/+23
2023-04-23serdev: Replace all instances of ENOTSUPP with EOPNOTSUPPNeeraj Sanjay Kale2-5/+5
2023-03-09serdev: Set fwnode for serdev devicesSaravana Kannan1-1/+1
2023-01-27driver core: make struct device_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2022-01-31tty: Replace acpi_bus_get_device()Rafael J. Wysocki1-5/+2
2021-12-30serdev: Do not instantiate serdevs on boards with known bogus DSDT entriesHans de Goede1-0/+14
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-7/+29
2021-08-13serdev: Split and export serdev_acpi_get_uart_resource()Andy Shevchenko1-7/+29
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-05-20tty: serdev: core: Fix misspelled function name __serdev_device_driver_regist...Lee Jones1-1/+1
2020-11-06tty: serdev: core: Provide missing description for 'owner'Lee Jones1-0/+1
2020-11-06tty: serdev: core: Remove unused variable 'dummy'Lee Jones1-4/+1
2020-03-06serdev: Fix detection of UART devices on Apple machines.Ronald Tschalär1-0/+10
2020-02-10serdev: ttyport: restore client ops on deregistrationJohan Hovold1-4/+2
2020-01-13Merge 5.5-rc6 into tty-nextGreg Kroah-Hartman1-0/+10
2020-01-06serdev: Don't claim unsupported ACPI serial devicesPunit Agrawal1-0/+10
2019-12-18Revert "serdev: simplify Makefile"Johan Hovold1-1/+1
2019-12-17serdev: make use of printk extension %pe for better error messagesUwe Kleine-König1-6/+8
2019-12-17serdev: simplify MakefileUwe Kleine-König1-1/+1
2019-10-10serdev: Add ACPI devices by ResourceSource fieldMaximilian Luz1-12/+99
2019-04-04tty: add SPDX identifiers to Kconfig and MakefilesGreg Kroah-Hartman2-0/+2
2019-01-30serdev: ttyport: call tiocmget and tiocmset ops directlyJohan Hovold1-2/+2
2018-11-27serdev: document the write functions using kernel-docJohan Hovold1-0/+37
2018-11-27serdev: make synchronous write helper interruptibleJohan Hovold1-6/+14
2018-11-27serdev: make synchronous write return bytes writtenJohan Hovold1-2/+10
2018-11-27serdev: use zero to indicate infinite write timeoutJohan Hovold1-2/+5
2018-07-15serdev: add dev_pm_domain_attach|detach()Sean Wang1-1/+14
2018-07-02Merge 4.18-rc3 into tty-nextGreg Kroah-Hartman1-0/+1
2018-06-28serdev: fix memleak on module unloadJohan Hovold1-0/+1
2018-06-28serdev: add controller runtime PM supportJohan Hovold1-3/+30
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/gre...Linus Torvalds2-35/+48
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-0/+36
2018-01-29Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-2/+29
2018-01-23serdev: add method to set parityUlrich Hecht2-0/+36
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-12-18serdev: ttyport: do not used keyed wakeup in write_wakeupJohan Hovold1-1/+2
2017-12-11Merge 4.15-rc3 into tty-nextGreg Kroah-Hartman1-3/+23
2017-11-28serdev: ttyport: ignore carrier detect to avoid hangupsJohan Hovold1-0/+2
2017-11-28serdev: ttyport: release tty lock sooner on openJohan Hovold1-1/+2
2017-11-28serdev: ttyport: fix tty locking in closeJohan Hovold1-0/+2
2017-11-28serdev: ttyport: fix NULL-deref on hangupJohan Hovold1-2/+9
2017-11-28serdev: ttyport: add missing receive_buf sanity checksJohan Hovold1-1/+12
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-Hartman2-18/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2-0/+2
2017-10-23serdev: fix controller-allocation error handlingJohan Hovold1-9/+14
2017-10-23serdev: fix registration of second slaveJohan Hovold1-3/+16
2017-10-23serdev: ttyport: add missing open() error handlingJohan Hovold1-3/+10
2017-10-23serdev: ttyport: enforce tty-driver open() requirementJohan Hovold1-4/+10
2017-10-20serdev: Add ACPI supportFrédéric Danis1-5/+95
2017-10-20serdev: enable TTY port controller support by defaultJohan Hovold1-0/+8
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...Linus Torvalds1-4/+6
2017-06-09tty: serdev: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-4/+6
2017-05-29Merge 4.12-rc3 into tty-nextGreg Kroah-Hartman2-7/+26
2017-05-18tty/serdev: add serdev registration interfaceJohan Hovold1-2/+4
2017-05-18serdev: Restore serdev_device_write_buf for atomic contextStefan Wahren1-0/+12
2017-05-18serdev: fix tty-port client deregistrationJohan Hovold1-5/+10
2017-05-18tty: serdev-ttyport: return actual baudrate from ttyport_set_baudrateStefan Wahren1-1/+1
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-5/+31
2017-05-05Merge 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 Reichel2-0/+46
2017-04-12serdev: add serdev_device_wait_until_sentSebastian Reichel2-4/+25
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-09serdev: ttyport: check whether tty_init_dev() failsDan Carpenter1-0/+2
2017-02-03serdev: add a tty port controller driverRob Herring3-0/+234
2017-02-03serdev: Introduce new bus for serial attached devicesRob Herring3-0/+432