index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serdev
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-25
Merge tag 'tty-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+2
2026-07-23
rust: add basic serial device bus abstractions
Markus Probst
1
-0
/
+7
2026-07-10
serdev: acpi: Free resource list at appropriate time
Andy Shevchenko
1
-2
/
+2
2026-03-31
serdev: Do not return -ENODEV from of_serdev_register_devices() if external c...
Manivannan Sadhasivam
1
-1
/
+8
2026-03-31
serdev: Add an API to find the serdev controller associated with the devicetr...
Manivannan Sadhasivam
1
-0
/
+19
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-12-17
serdev: Provide a bustype shutdown function
Uwe Kleine-König
1
-0
/
+21
2025-09-06
serdev: Drop dev_pm_domain_detach() call
Claudiu Beznea
1
-8
/
+3
2025-07-07
PM: domains: Add flags to specify power on attach/detach
Claudiu Beznea
1
-1
/
+1
2025-05-01
serdev: Refine several error or debug messages
Zijun Hu
1
-5
/
+3
2025-03-20
tty: serdev: drop serdev_controller_ops::write_room()
Jiri Slaby (SUSE)
2
-20
/
+0
2024-08-07
serdev: Use of_property_present()
Rob Herring (Arm)
1
-1
/
+1
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-1
/
+1
2024-02-06
serdev: make serdev_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-01-27
treewide, serdev: change receive_buf() return type to size_t
Francesco Dolcini
1
-6
/
+4
2023-12-15
serdev: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-2
/
+2
2023-12-08
tty: serdev: convert to u8 and size_t
Jiri Slaby (SUSE)
1
-7
/
+5
2023-12-08
tty: serdev: convert to u8 and size_t in serdev_controller_ops
Jiri Slaby (SUSE)
1
-1
/
+1
2023-11-25
serial: core: Move tty and serdev to be children of serial core port device
Tony Lindgren
2
-7
/
+11
2023-10-27
serdev: Replace custom code with device_match_acpi_handle()
Andy Shevchenko
1
-1
/
+1
2023-10-27
serdev: Simplify devm_serdev_device_open() function
Andy Shevchenko
1
-14
/
+4
2023-10-27
serdev: Make use of device_set_node()
Andy Shevchenko
1
-1
/
+3
2023-08-11
tty: make counts in tty_port_client_operations hooks size_t
Jiri Slaby (SUSE)
1
-2
/
+2
2023-08-11
tty: make tty_port_client_operations operate with u8
Jiri Slaby (SUSE)
1
-2
/
+2
2023-04-23
serdev: Add method to assert break signal over tty UART port
Neeraj Sanjay Kale
2
-0
/
+23
2023-04-23
serdev: Replace all instances of ENOTSUPP with EOPNOTSUPP
Neeraj Sanjay Kale
2
-5
/
+5
2023-03-09
serdev: Set fwnode for serdev devices
Saravana Kannan
1
-1
/
+1
2023-01-27
driver core: make struct device_type.uevent() take a const *
Greg Kroah-Hartman
1
-1
/
+1
2022-01-31
tty: Replace acpi_bus_get_device()
Rafael J. Wysocki
1
-5
/
+2
2021-12-30
serdev: Do not instantiate serdevs on boards with known bogus DSDT entries
Hans de Goede
1
-0
/
+14
2021-09-01
Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-7
/
+29
2021-08-13
serdev: Split and export serdev_acpi_get_uart_resource()
Andy Shevchenko
1
-7
/
+29
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2021-05-20
tty: serdev: core: Fix misspelled function name __serdev_device_driver_regist...
Lee Jones
1
-1
/
+1
2020-11-06
tty: serdev: core: Provide missing description for 'owner'
Lee Jones
1
-0
/
+1
2020-11-06
tty: serdev: core: Remove unused variable 'dummy'
Lee Jones
1
-4
/
+1
2020-03-06
serdev: Fix detection of UART devices on Apple machines.
Ronald Tschalär
1
-0
/
+10
2020-02-10
serdev: ttyport: restore client ops on deregistration
Johan Hovold
1
-4
/
+2
2020-01-13
Merge 5.5-rc6 into tty-next
Greg Kroah-Hartman
1
-0
/
+10
2020-01-06
serdev: Don't claim unsupported ACPI serial devices
Punit Agrawal
1
-0
/
+10
2019-12-18
Revert "serdev: simplify Makefile"
Johan Hovold
1
-1
/
+1
2019-12-17
serdev: make use of printk extension %pe for better error messages
Uwe Kleine-König
1
-6
/
+8
2019-12-17
serdev: simplify Makefile
Uwe Kleine-König
1
-1
/
+1
2019-10-10
serdev: Add ACPI devices by ResourceSource field
Maximilian Luz
1
-12
/
+99
2019-04-04
tty: add SPDX identifiers to Kconfig and Makefiles
Greg Kroah-Hartman
2
-0
/
+2
2019-01-30
serdev: ttyport: call tiocmget and tiocmset ops directly
Johan Hovold
1
-2
/
+2
2018-11-27
serdev: document the write functions using kernel-doc
Johan Hovold
1
-0
/
+37
2018-11-27
serdev: make synchronous write helper interruptible
Johan Hovold
1
-6
/
+14
2018-11-27
serdev: make synchronous write return bytes written
Johan Hovold
1
-2
/
+10
[next]