All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Add rs485 support to uartps driver
@ 2023-10-11 14:56 ` Manikanta Guntupalli
  0 siblings, 0 replies; 19+ messages in thread
From: Manikanta Guntupalli @ 2023-10-11 14:56 UTC (permalink / raw)
  To: git, michal.simek, gregkh, robh+dt, krzysztof.kozlowski+dt,
	conor+dt, linux-serial, devicetree, linux-kernel, jirislaby,
	linux-arm-kernel
  Cc: radhey.shyam.pandey, srinivas.goud, shubhrajyoti.datta,
	manion05gk, Manikanta Guntupalli

Add optional gpio property to uartps node to support rs485.
Add rs485 support to uartps driver.
---
Changes for V2:
Modify optional gpio name to xlnx,phy-ctrl-gpios.
Update commit description.
Add support for RTS, delay_rts_before_send and delay_rts_after_send in RS485 mode.

Manikanta Guntupalli (2):
  dt-bindings: Add optional gpio property to uartps node to support
    rs485
  tty: serial: uartps: Add rs485 support to uartps driver

 .../devicetree/bindings/serial/cdns,uart.yaml |   6 +
 drivers/tty/serial/xilinx_uartps.c            | 116 +++++++++++++++++-
 2 files changed, 121 insertions(+), 1 deletion(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-10-19  0:53 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-11 14:56 [PATCH V2 0/2] Add rs485 support to uartps driver Manikanta Guntupalli
2023-10-11 14:56 ` Manikanta Guntupalli
2023-10-11 14:56 ` [PATCH V2 1/2] dt-bindings: Add optional gpio property to uartps node to support rs485 Manikanta Guntupalli
2023-10-11 14:56   ` Manikanta Guntupalli
2023-10-12 18:35   ` m.brock
2023-10-12 18:35     ` m.brock
2023-10-12 20:51     ` Rob Herring
2023-10-13 11:17       ` m.brock
2023-10-13 11:17         ` m.brock
2023-10-11 14:56 ` [PATCH V2 2/2] tty: serial: uartps: Add rs485 support to uartps driver Manikanta Guntupalli
2023-10-11 14:56   ` Manikanta Guntupalli
2023-10-12 11:19   ` kernel test robot
2023-10-12 19:05   ` m.brock
2023-10-12 19:05     ` m.brock
2023-10-17 11:59     ` Guntupalli, Manikanta
2023-10-17 11:59       ` Guntupalli, Manikanta
2023-10-18  0:28   ` Lino Sanfilippo
2023-10-18  0:28     ` Lino Sanfilippo
2023-10-19  0:53   ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.