LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH v2 0/3] serial: 8250_pci: Split Pericom driver
@ 2021-11-22 13:35 Andy Shevchenko
  2021-11-22 13:35 ` [PATCH v2 1/3] serial: 8250_pci: Split out " Andy Shevchenko
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Andy Shevchenko @ 2021-11-22 13:35 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Andy Shevchenko, linux-kernel, linux-serial
  Cc: Jiri Slaby, Jay Dolan

Split Pericom driver to a separate module.
While at it, re-enable high baud rates.

Jay, can you, please, test this on as many hardware as you have?

The series depends on the fix-series:
https://lore.kernel.org/linux-serial/20211122120604.3909-1-andriy.shevchenko@linux.intel.com/T/#u

Changelog v2:
- rebased on top of v3 of the fix-series (see above)
- added new patch 3

Andy Shevchenko (2):
  serial: 8250_pci: Split out Pericom driver
  serial: 8250_pericom: Use serial_dl_write() instead of open coded

Jay Dolan (1):
  serial: 8250_pericom: Re-enable higher baud rates

 drivers/tty/serial/8250/8250_pci.c     | 405 +------------------------
 drivers/tty/serial/8250/8250_pericom.c | 214 +++++++++++++
 drivers/tty/serial/8250/Kconfig        |   8 +
 drivers/tty/serial/8250/Makefile       |   1 +
 4 files changed, 228 insertions(+), 400 deletions(-)
 create mode 100644 drivers/tty/serial/8250/8250_pericom.c

-- 
2.33.0


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

end of thread, other threads:[~2021-11-23  9:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-22 13:35 [PATCH v2 0/3] serial: 8250_pci: Split Pericom driver Andy Shevchenko
2021-11-22 13:35 ` [PATCH v2 1/3] serial: 8250_pci: Split out " Andy Shevchenko
2021-11-22 13:35 ` [PATCH v2 2/3] serial: 8250_pericom: Re-enable higher baud rates Andy Shevchenko
2021-11-22 13:35 ` [PATCH v2 3/3] serial: 8250_pericom: Use serial_dl_write() instead of open coded Andy Shevchenko
2021-11-23  5:27   ` Jay Dolan
2021-11-23  9:00     ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).