linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] serial: 8250: Split out platform and RSA drivers
@ 2024-05-06 14:00 Andy Shevchenko
  2024-05-06 14:00 ` [PATCH v1 1/2] serial: 8250: Extract RSA bits Andy Shevchenko
  2024-05-06 14:00 ` [PATCH v1 2/2] serial: 8250: Extract platform driver Andy Shevchenko
  0 siblings, 2 replies; 6+ messages in thread
From: Andy Shevchenko @ 2024-05-06 14:00 UTC (permalink / raw)
  To: Andy Shevchenko, Greg Kroah-Hartman, Tony Lindgren,
	Ilpo Järvinen, linux-kernel, linux-serial
  Cc: Jiri Slaby, unil V L

Split out RSA and platform drivers from 8250_core.c. After this
the core source code becomes indeed like a core library without
any specific drivers in it. It also helps with further development
of the platform driver part.

Andy Shevchenko (2):
  serial: 8250: Extract RSA bits
  serial: 8250: Extract platform driver

 drivers/tty/serial/8250/8250.h          |  29 +-
 drivers/tty/serial/8250/8250_core.c     | 464 +-----------------------
 drivers/tty/serial/8250/8250_platform.c | 339 +++++++++++++++++
 drivers/tty/serial/8250/8250_rsa.c      | 133 +++++++
 drivers/tty/serial/8250/Makefile        |   6 +-
 5 files changed, 513 insertions(+), 458 deletions(-)
 create mode 100644 drivers/tty/serial/8250/8250_platform.c
 create mode 100644 drivers/tty/serial/8250/8250_rsa.c

-- 
2.43.0.rc1.1336.g36b5255a03ac


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

end of thread, other threads:[~2024-06-01 13:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-06 14:00 [PATCH v1 0/2] serial: 8250: Split out platform and RSA drivers Andy Shevchenko
2024-05-06 14:00 ` [PATCH v1 1/2] serial: 8250: Extract RSA bits Andy Shevchenko
2024-05-06 14:00 ` [PATCH v1 2/2] serial: 8250: Extract platform driver Andy Shevchenko
2024-05-09  5:21   ` Sunil V L
2024-05-09 13:49     ` Andy Shevchenko
2024-06-01 13:24       ` Sunil V L

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