public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] serial: 8250_exar: A few updates to the driver
@ 2024-02-19 15:04 Andy Shevchenko
  2024-02-19 15:04 ` [PATCH v2 1/7] serial: 8250_exar: Don't remove GPIO device on suspend Andy Shevchenko
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Andy Shevchenko @ 2024-02-19 15:04 UTC (permalink / raw)
  To: Andy Shevchenko, Greg Kroah-Hartman, linux-kernel, linux-serial
  Cc: Jiri Slaby

A few updates to the 8250 Exar driver as per new in-kernel APIs
appeared.

In v2:
- fixed link error, i.e. missing imported namespace (LKP, Greg)
- added a couple of new patches at the beginning of the series

Andy Shevchenko (7):
  serial: 8250_exar: Don't remove GPIO device on suspend
  serial: 8250_exar: Use dev_get_drvdata() directly in PM callbacks
  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 | 52 +++++++++++++++--------------
 drivers/tty/serial/8250/Kconfig     |  1 +
 2 files changed, 28 insertions(+), 25 deletions(-)

-- 
2.43.0.rc1.1.gbec44491f096


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-02-19 15:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-19 15:04 [PATCH v2 0/7] serial: 8250_exar: A few updates to the driver Andy Shevchenko
2024-02-19 15:04 ` [PATCH v2 1/7] serial: 8250_exar: Don't remove GPIO device on suspend Andy Shevchenko
2024-02-19 15:04 ` [PATCH v2 2/7] serial: 8250_exar: Use dev_get_drvdata() directly in PM callbacks Andy Shevchenko
2024-02-19 15:04 ` [PATCH v2 3/7] serial: 8250_exar: Clear interrupts before registering handler Andy Shevchenko
2024-02-19 15:05 ` [PATCH v2 4/7] serial: 8250_exar: Use generic function to set firmware node Andy Shevchenko
2024-02-19 15:05 ` [PATCH v2 5/7] serial: 8250_exar: switch to DEFINE_SIMPLE_DEV_PM_OPS() Andy Shevchenko
2024-02-19 15:05 ` [PATCH v2 6/7] serial: 8250_exar: Use 8250 PCI library to map and assign resources Andy Shevchenko
2024-02-19 15:05 ` [PATCH v2 7/7] serial: 8250_exar: Don't use "proxy" headers Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox