mbox series

[v1,0/5] serial: 8250_exar: A few updates to the driver

Message ID 20240214171044.3551032-1-andriy.shevchenko@linux.intel.com
Headers show
Series serial: 8250_exar: A few updates to the driver | expand

Message

Andy Shevchenko Feb. 14, 2024, 5:09 p.m. UTC
A few updates to the 8250 Exar driver as per new in-kernel APIs
appeared.

Andy Shevchenko (5):
  serial: 8250_exar: Clear interrupts before registering handler
  serial: 8250_exar: Use generic function to set firmware node
  serial: 8250_exar: switch to DEFINE_SIMPLE_DEV_PM_OPS()
  serial: 8250_exar: Use 8250 PCI library to map and assign resources
  serial: 8250_exar: Don't use "proxy" headers

 drivers/tty/serial/8250/8250_exar.c | 43 ++++++++++++++++-------------
 drivers/tty/serial/8250/Kconfig     |  1 +
 2 files changed, 25 insertions(+), 19 deletions(-)