1. 0890186 serdev: Do not instantiate serdevs on boards with known bogus DSDT entries by Hans de Goede · 3 years, 1 month ago
  2. 7c314bdf Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 5 months ago
  3. 0a732d7 serdev: Split and export serdev_acpi_get_uart_resource() by Andy Shevchenko · 3 years, 5 months ago
  4. fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
  5. 1d31d0c tty: serdev: core: Fix misspelled function name __serdev_device_driver_register() by Lee Jones · 3 years, 8 months ago
  6. fc74d98 tty: serdev: core: Provide missing description for 'owner' by Lee Jones · 4 years, 2 months ago
  7. c0ed8ec tty: serdev: core: Remove unused variable 'dummy' by Lee Jones · 4 years, 2 months ago
  8. 35d4670 serdev: Fix detection of UART devices on Apple machines. by Ronald Tschalär · 5 years ago
  9. 0c5aae5 serdev: ttyport: restore client ops on deregistration by Johan Hovold · 5 years ago
  10. a6184f8 Merge 5.5-rc6 into tty-next by Greg Kroah-Hartman · 5 years ago
  11. c5ee0b3 serdev: Don't claim unsupported ACPI serial devices by Punit Agrawal · 5 years ago
  12. c3a4e55 Revert "serdev: simplify Makefile" by Johan Hovold · 5 years ago
  13. 3578163 serdev: make use of printk extension %pe for better error messages by Uwe Kleine-König · 5 years ago
  14. 54edb42 serdev: simplify Makefile by Uwe Kleine-König · 5 years ago
  15. 33364d6 serdev: Add ACPI devices by ResourceSource field by Maximilian Luz · 5 years ago
  16. 38c91d1 tty: add SPDX identifiers to Kconfig and Makefiles by Greg Kroah-Hartman · 6 years ago
  17. 3c635e4 serdev: ttyport: call tiocmget and tiocmset ops directly by Johan Hovold · 6 years ago
  18. 2d13969 serdev: document the write functions using kernel-doc by Johan Hovold · 6 years ago
  19. 70d1880 serdev: make synchronous write helper interruptible by Johan Hovold · 6 years ago
  20. 0bbf0a8 serdev: make synchronous write return bytes written by Johan Hovold · 6 years ago
  21. 22d66c8 serdev: use zero to indicate infinite write timeout by Johan Hovold · 6 years ago
  22. 76d8ca2 serdev: add dev_pm_domain_attach|detach() by Sean Wang · 7 years ago
  23. 16ecf49 Merge 4.18-rc3 into tty-next by Greg Kroah-Hartman · 7 years ago
  24. bc6cf36 serdev: fix memleak on module unload by Johan Hovold · 7 years ago
  25. c3bf40c serdev: add controller runtime PM support by Johan Hovold · 7 years ago
  26. c5e3d20 serdev: Fix typo in serdev_device_alloc by Frédéric Danis · 7 years ago
  27. db59332 Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  28. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  29. bc4e118 Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 7 years ago
  30. 3a19cfc serdev: add method to set parity by Ulrich Hecht · 7 years ago
  31. 7ee6910 serdev: only match serdev devices by Johan Hovold · 7 years ago
  32. 2460942 serdev: do not generate modaliases for controllers by Johan Hovold · 7 years ago
  33. 7d09995 serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers by Hans de Goede · 7 years ago
  34. 2cb67d2 serdev: Introduce devm_serdev_device_open() by Andrey Smirnov · 7 years ago
  35. c5ff7de serdev: Make .remove in struct serdev_device_driver optional by Andrey Smirnov · 7 years ago
  36. afe3eb6 serdev: ttyport: do not used keyed wakeup in write_wakeup by Johan Hovold · 7 years ago
  37. 42e6457 Merge 4.15-rc3 into tty-next by Greg Kroah-Hartman · 7 years ago
  38. cda6418 serdev: ttyport: ignore carrier detect to avoid hangups by Johan Hovold · 7 years ago
  39. 51899a6 serdev: ttyport: release tty lock sooner on open by Johan Hovold · 7 years ago
  40. 90dbad8 serdev: ttyport: fix tty locking in close by Johan Hovold · 7 years ago
  41. 8bcd4e6 serdev: ttyport: fix NULL-deref on hangup by Johan Hovold · 7 years ago
  42. eb28168 serdev: ttyport: add missing receive_buf sanity checks by Johan Hovold · 7 years ago
  43. 525ba62 serdev: Introduce devm_serdev_device_open() by Andrey Smirnov · 7 years ago
  44. 98869f9 serdev: Make .remove in struct serdev_device_driver optional by Andrey Smirnov · 7 years ago
  45. 4e17ff3 tty: serdev: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  46. e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
  47. 978d6fa serdev: fix controller-allocation error handling by Johan Hovold · 7 years ago
  48. 08fcee2 serdev: fix registration of second slave by Johan Hovold · 7 years ago
  49. 7c63838 serdev: ttyport: add missing open() error handling by Johan Hovold · 7 years ago
  50. dee7d0f serdev: ttyport: enforce tty-driver open() requirement by Johan Hovold · 7 years ago
  51. 53c7626 serdev: Add ACPI support by Frédéric Danis · 7 years ago
  52. 22b276a serdev: enable TTY port controller support by default by Johan Hovold · 7 years ago
  53. a73ee84 tty: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
  54. 9746684 Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 8 years ago
  55. 4fe9981 tty: serdev: use dev_groups and not dev_attrs for bus_type by Greg Kroah-Hartman · 8 years ago
  56. aa66863 Merge 4.12-rc3 into tty-next by Greg Kroah-Hartman · 8 years ago
  57. 8cde11b tty/serdev: add serdev registration interface by Johan Hovold · 8 years ago
  58. 6bdc00d serdev: Restore serdev_device_write_buf for atomic context by Stefan Wahren · 8 years ago
  59. aee5da7 serdev: fix tty-port client deregistration by Johan Hovold · 8 years ago
  60. 56c607b tty: serdev-ttyport: return actual baudrate from ttyport_set_baudrate by Stefan Wahren · 8 years ago
  61. 8f3207c Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  62. 3ef2bc0 Merge tag 'devicetree-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 8 years ago
  63. 5659dab serdev: implement get/set tiocm by Sebastian Reichel · 8 years ago
  64. b3f80c8 serdev: add serdev_device_wait_until_sent by Sebastian Reichel · 8 years ago
  65. 6fe729c serdev: Add serdev_device_write subroutine by Andrey Smirnov · 8 years ago
  66. 0634c29 of: Add function for generating a DT modalias with a newline by Rob Herring · 8 years ago
  67. 10d258c serdev: ttyport: check whether tty_init_dev() fails by Dan Carpenter · 8 years ago
  68. bed35c6 serdev: add a tty port controller driver by Rob Herring · 8 years ago
  69. cd6484e serdev: Introduce new bus for serial attached devices by Rob Herring · 8 years ago