| Commit message (Expand) | Author | Age | Files | Lines |
* | serdev: Replace custom code with device_match_acpi_handle() | Andy Shevchenko | 2023-10-27 | 1 | -1/+1 |
* | serdev: Simplify devm_serdev_device_open() function | Andy Shevchenko | 2023-10-27 | 1 | -14/+4 |
* | serdev: Make use of device_set_node() | Andy Shevchenko | 2023-10-27 | 1 | -1/+3 |
* | tty: make counts in tty_port_client_operations hooks size_t | Jiri Slaby (SUSE) | 2023-08-11 | 1 | -2/+2 |
* | tty: make tty_port_client_operations operate with u8 | Jiri Slaby (SUSE) | 2023-08-11 | 1 | -2/+2 |
* | serdev: Add method to assert break signal over tty UART port | Neeraj Sanjay Kale | 2023-04-23 | 2 | -0/+23 |
* | serdev: Replace all instances of ENOTSUPP with EOPNOTSUPP | Neeraj Sanjay Kale | 2023-04-23 | 2 | -5/+5 |
* | serdev: Set fwnode for serdev devices | Saravana Kannan | 2023-03-09 | 1 | -1/+1 |
* | driver core: make struct device_type.uevent() take a const * | Greg Kroah-Hartman | 2023-01-27 | 1 | -1/+1 |
* | tty: Replace acpi_bus_get_device() | Rafael J. Wysocki | 2022-01-31 | 1 | -5/+2 |
* | serdev: Do not instantiate serdevs on boards with known bogus DSDT entries | Hans de Goede | 2021-12-30 | 1 | -0/+14 |
* | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2021-09-01 | 1 | -7/+29 |
|\ |
|
| * | serdev: Split and export serdev_acpi_get_uart_resource() | Andy Shevchenko | 2021-08-13 | 1 | -7/+29 |
* | | bus: Make remove callback return void | Uwe Kleine-König | 2021-07-21 | 1 | -3/+1 |
|/ |
|
* | tty: serdev: core: Fix misspelled function name __serdev_device_driver_regist... | Lee Jones | 2021-05-20 | 1 | -1/+1 |
* | tty: serdev: core: Provide missing description for 'owner' | Lee Jones | 2020-11-06 | 1 | -0/+1 |
* | tty: serdev: core: Remove unused variable 'dummy' | Lee Jones | 2020-11-06 | 1 | -4/+1 |
* | serdev: Fix detection of UART devices on Apple machines. | Ronald Tschalär | 2020-03-06 | 1 | -0/+10 |
* | serdev: ttyport: restore client ops on deregistration | Johan Hovold | 2020-02-10 | 1 | -4/+2 |
* | Merge 5.5-rc6 into tty-next | Greg Kroah-Hartman | 2020-01-13 | 1 | -0/+10 |
|\ |
|
| * | serdev: Don't claim unsupported ACPI serial devices | Punit Agrawal | 2020-01-06 | 1 | -0/+10 |
* | | Revert "serdev: simplify Makefile" | Johan Hovold | 2019-12-18 | 1 | -1/+1 |
* | | serdev: make use of printk extension %pe for better error messages | Uwe Kleine-König | 2019-12-17 | 1 | -6/+8 |
* | | serdev: simplify Makefile | Uwe Kleine-König | 2019-12-17 | 1 | -1/+1 |
|/ |
|
* | serdev: Add ACPI devices by ResourceSource field | Maximilian Luz | 2019-10-10 | 1 | -12/+99 |
* | tty: add SPDX identifiers to Kconfig and Makefiles | Greg Kroah-Hartman | 2019-04-04 | 2 | -0/+2 |
* | serdev: ttyport: call tiocmget and tiocmset ops directly | Johan Hovold | 2019-01-30 | 1 | -2/+2 |
* | serdev: document the write functions using kernel-doc | Johan Hovold | 2018-11-27 | 1 | -0/+37 |
* | serdev: make synchronous write helper interruptible | Johan Hovold | 2018-11-27 | 1 | -6/+14 |
* | serdev: make synchronous write return bytes written | Johan Hovold | 2018-11-27 | 1 | -2/+10 |
* | serdev: use zero to indicate infinite write timeout | Johan Hovold | 2018-11-27 | 1 | -2/+5 |
* | serdev: add dev_pm_domain_attach|detach() | Sean Wang | 2018-07-15 | 1 | -1/+14 |
* | Merge 4.18-rc3 into tty-next | Greg Kroah-Hartman | 2018-07-02 | 1 | -0/+1 |
|\ |
|
| * | serdev: fix memleak on module unload | Johan Hovold | 2018-06-28 | 1 | -0/+1 |
* | | serdev: add controller runtime PM support | Johan Hovold | 2018-06-28 | 1 | -3/+30 |
|/ |
|
* | serdev: Fix typo in serdev_device_alloc | Frédéric Danis | 2018-03-14 | 1 | -1/+1 |
* | Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2018-02-01 | 2 | -35/+48 |
|\ |
|
| * | serdev: only match serdev devices | Johan Hovold | 2018-01-22 | 1 | -0/+8 |
| * | serdev: do not generate modaliases for controllers | Johan Hovold | 2018-01-22 | 1 | -38/+34 |
| * | serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers | Hans de Goede | 2018-01-09 | 1 | -0/+5 |
| * | serdev: ttyport: do not used keyed wakeup in write_wakeup | Johan Hovold | 2017-12-18 | 1 | -1/+2 |
| * | Merge 4.15-rc3 into tty-next | Greg Kroah-Hartman | 2017-12-11 | 1 | -3/+23 |
| |\ |
|
| * | | serdev: ttyport: ignore carrier detect to avoid hangups | Johan Hovold | 2017-11-28 | 1 | -0/+2 |
| * | | serdev: ttyport: release tty lock sooner on open | Johan Hovold | 2017-11-28 | 1 | -1/+2 |
| * | | serdev: Introduce devm_serdev_device_open() | Andrey Smirnov | 2017-11-28 | 1 | -0/+27 |
| * | | serdev: Make .remove in struct serdev_device_driver optional | Andrey Smirnov | 2017-11-28 | 1 | -2/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-01-31 | 2 | -0/+36 |
|\ \ \ |
|
| * | | | serdev: add method to set parity | Ulrich Hecht | 2018-01-23 | 2 | -0/+36 |
| | |/
| |/| |
|
* | | | Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 2018-01-29 | 1 | -2/+29 |
|\ \ \
| |/ /
|/| | |
|
| * | | serdev: Introduce devm_serdev_device_open() | Andrey Smirnov | 2018-01-08 | 1 | -0/+27 |