devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/3] Add support for uartps controller reset
@ 2024-04-24 11:29 Manikanta Guntupalli
  2024-04-24 11:29 ` [PATCH V2 1/3] dt-bindings: serial: cdsn,uart: Add optional reset property Manikanta Guntupalli
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Manikanta Guntupalli @ 2024-04-24 11:29 UTC (permalink / raw)
  To: git, gregkh, jirislaby, robh, krzk+dt, conor+dt, michal.simek,
	p.zabel, laurent.pinchart, radhey.shyam.pandey, parth.gajjar,
	u.kleine-koenig, tglx, julien.malik, ruanjinjie, linux-kernel,
	linux-serial, devicetree, linux-arm-kernel
  Cc: srinivas.goud, shubhrajyoti.datta, manion05gk,
	Manikanta Guntupalli

Add optional resets property for UART nodes.
Add support for uartps controller reset.
---
Changes for V2:
Added ack signature for binding patch.
Remove check for reset_control_deassert, as reset_control_deassert
function internally has NULL check.

Manikanta Guntupalli (3):
  dt-bindings: serial: cdsn,uart: Add optional reset property
  arm64: zynqmp: Add resets property for UART nodes
  tty: serial: uartps: Add support for uartps controller reset

 .../devicetree/bindings/serial/cdns,uart.yaml     |  3 +++
 arch/arm64/boot/dts/xilinx/zynqmp.dtsi            |  2 ++
 drivers/tty/serial/xilinx_uartps.c                | 15 +++++++++++++++
 3 files changed, 20 insertions(+)

-- 
2.25.1


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

end of thread, other threads:[~2024-04-24 19:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-24 11:29 [PATCH V2 0/3] Add support for uartps controller reset Manikanta Guntupalli
2024-04-24 11:29 ` [PATCH V2 1/3] dt-bindings: serial: cdsn,uart: Add optional reset property Manikanta Guntupalli
2024-04-24 19:18   ` Rob Herring
2024-04-24 11:29 ` [PATCH V2 2/3] arm64: zynqmp: Add resets property for UART nodes Manikanta Guntupalli
2024-04-24 11:29 ` [PATCH V2 3/3] tty: serial: uartps: Add support for uartps controller reset Manikanta Guntupalli

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