linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] serial: 8250_pci: Split Pericom driver
@ 2021-11-17 14:57 Andy Shevchenko
  2021-11-17 14:57 ` [PATCH v1 1/2] serial: 8250_pci: Split out " Andy Shevchenko
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Andy Shevchenko @ 2021-11-17 14:57 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Andy Shevchenko, Jay Dolan, linux-kernel,
	linux-serial
  Cc: Jiri Slaby

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/20211117145502.43645-1-andriy.shevchenko@linux.intel.com/T/#u

Andy Shevchenko (1):
  serial: 8250_pci: Split out Pericom driver

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 | 217 +++++++++++++
 drivers/tty/serial/8250/Kconfig        |   8 +
 drivers/tty/serial/8250/Makefile       |   1 +
 4 files changed, 231 insertions(+), 400 deletions(-)
 create mode 100644 drivers/tty/serial/8250/8250_pericom.c

-- 
2.33.0


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

end of thread, other threads:[~2021-11-24  4:29 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-17 14:57 [PATCH v1 0/2] serial: 8250_pci: Split Pericom driver Andy Shevchenko
2021-11-17 14:57 ` [PATCH v1 1/2] serial: 8250_pci: Split out " Andy Shevchenko
2021-11-18  1:12   ` Jay Dolan
2021-11-18  9:50     ` Andy Shevchenko
2021-11-18 14:45       ` Jay Dolan
2021-11-17 14:57 ` [PATCH v1 2/2] serial: 8250_pericom: Re-enable higher baud rates Andy Shevchenko
2021-11-19  6:32 ` [PATCH v1 0/2] serial: 8250_pci: Split Pericom driver Jay Dolan
2021-11-19  8:23   ` Andy Shevchenko
2021-11-19 14:33     ` Jay Dolan
2021-11-20 21:05       ` Jay Dolan
2021-11-21 10:16         ` Andy Shevchenko
2021-11-21 15:36           ` Jay Dolan
2021-11-22 12:47   ` Andy Shevchenko
2021-11-22 12:48     ` Andy Shevchenko
2021-11-23  5:19       ` Jay Dolan
2021-11-23  9:25         ` Andy Shevchenko
2021-11-23 15:02           ` Jay Dolan
2021-11-23 15:38             ` Andy Shevchenko
2021-11-24  4:29               ` Jay Dolan

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).