mbox series

[v1,0/3] serdev: Update a few places to use new APIs

Message ID 20231024124115.3598090-1-andriy.shevchenko@linux.intel.com
Headers show
Series serdev: Update a few places to use new APIs | expand

Message

Andy Shevchenko Oct. 24, 2023, 12:41 p.m. UTC
Inspired by the reviwing the patch by Tony Lindgren.

The first one makes a behavioural change on ACPI platforms where sysfs
entry will get firmware_node link in addition to what it has now.

Andy Shevchenko (3):
  serdev: Make use of device_set_node()
  serdev: Simplify devm_serdev_device_open() function
  serdev: Replace custom code with device_match_acpi_handle()

 drivers/tty/serdev/core.c | 24 ++++++++----------------
 1 file changed, 8 insertions(+), 16 deletions(-)