devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] serial: 8250_of: support an optional bus clock
@ 2025-04-08 17:51 Alex Elder
  2025-04-08 17:51 ` [PATCH 1/2] dt-bindings: serial: 8250: support an optional second clock Alex Elder
  2025-04-08 17:51 ` [PATCH 2/2] serial: 8250_of: add support for an optional bus clock Alex Elder
  0 siblings, 2 replies; 8+ messages in thread
From: Alex Elder @ 2025-04-08 17:51 UTC (permalink / raw)
  To: gregkh, jirislaby, robh, krzk+dt, conor+dt
  Cc: benjamin.larsson, bastien.curutchet, andriy.shevchenko,
	u.kleine-koenig, lkundrak, devicetree, linux-serial, linux-kernel

The SpacemiT UART hardware requires a bus clock to be enabled in addition
to the primary function clock.

This series makes it possible to specify both clocks via DTS.  If a
bus clock is required, it and the primary clock are fetched by name.

					-Alex

Alex Elder (2):
  dt-bindings: serial: 8250: support an optional second clock
  serial: 8250_of: add support for an optional bus clock

 .../devicetree/bindings/serial/8250.yaml      |  6 ++++-
 drivers/tty/serial/8250/8250_of.c             | 25 +++++++++++++++++--
 2 files changed, 28 insertions(+), 3 deletions(-)

-- 
2.45.2


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

end of thread, other threads:[~2025-04-09 14:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08 17:51 [PATCH 0/2] serial: 8250_of: support an optional bus clock Alex Elder
2025-04-08 17:51 ` [PATCH 1/2] dt-bindings: serial: 8250: support an optional second clock Alex Elder
2025-04-09 14:10   ` Rob Herring
2025-04-08 17:51 ` [PATCH 2/2] serial: 8250_of: add support for an optional bus clock Alex Elder
2025-04-08 19:52   ` Andy Shevchenko
2025-04-08 20:11     ` Alex Elder
2025-04-09  7:29       ` Andy Shevchenko
2025-04-09 12:10         ` Alex Elder

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