index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
serdev
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
serdev: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2023-12-15
1
-2
/
+2
*
tty: serdev: convert to u8 and size_t
Jiri Slaby (SUSE)
2023-12-08
1
-7
/
+5
*
serial: core: Move tty and serdev to be children of serial core port device
Tony Lindgren
2023-11-25
1
-6
/
+9
*
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
*
serdev: Add method to assert break signal over tty UART port
Neeraj Sanjay Kale
2023-04-23
1
-0
/
+11
*
serdev: Replace all instances of ENOTSUPP with EOPNOTSUPP
Neeraj Sanjay Kale
2023-04-23
1
-3
/
+3
*
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
*
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
*
|
serdev: make use of printk extension %pe for better error messages
Uwe Kleine-König
2019-12-17
1
-6
/
+8
|
/
*
serdev: Add ACPI devices by ResourceSource field
Maximilian Luz
2019-10-10
1
-12
/
+99
*
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
1
-33
/
+42
|
\
|
*
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: 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
1
-0
/
+12
|
\
\
|
*
|
serdev: add method to set parity
Ulrich Hecht
2018-01-23
1
-0
/
+12
|
|
/
*
|
serdev: Introduce devm_serdev_device_open()
Andrey Smirnov
2018-01-08
1
-0
/
+27
*
|
serdev: Make .remove in struct serdev_device_driver optional
Andrey Smirnov
2018-01-08
1
-2
/
+2
|
/
*
tty: serdev: Remove redundant license text
Greg Kroah-Hartman
2017-11-08
1
-9
/
+0
*
tty: add SPDX identifiers to all remaining files in drivers/tty/
Greg Kroah-Hartman
2017-11-08
1
-0
/
+1
*
serdev: fix controller-allocation error handling
Johan Hovold
2017-10-23
1
-9
/
+14
*
serdev: fix registration of second slave
Johan Hovold
2017-10-23
1
-3
/
+16
*
serdev: Add ACPI support
Frédéric Danis
2017-10-20
1
-5
/
+95
*
tty: Convert to using %pOF instead of full_name
Rob Herring
2017-07-30
1
-1
/
+1
*
Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2017-07-03
1
-4
/
+6
|
\
|
*
tty: serdev: use dev_groups and not dev_attrs for bus_type
Greg Kroah-Hartman
2017-06-09
1
-4
/
+6
[next]