mbox series

[0/3] pinctrl: zynqmp: Add tri-state configuration support

Message ID 20230811054829.13162-1-ashok.reddy.soma@amd.com
Headers show
Series pinctrl: zynqmp: Add tri-state configuration support | expand

Message

Ashok Reddy Soma Aug. 11, 2023, 5:48 a.m. UTC
Add support for pinctrl driver to handle 'output-enable' and
'bias-high-impedance' configurations.

This support has been added in Xilinx ZynqMP Platform Management Firmware
recently, hence add a version check to avoid backward compatibility
issues.



Ashok Reddy Soma (3):
  firmware: zynqmp: Add support to check feature
  pinctrl: zynqmp: Add version check for TRISTATE configuration
  pinctrl: zynqmp: Add support for output-enable and bias-high-impedance

 drivers/firmware/firmware-zynqmp.c | 13 +++++++++++++
 drivers/pinctrl/pinctrl-zynqmp.c   | 15 +++++++++++++++
 include/zynqmp_firmware.h          |  3 +++
 3 files changed, 31 insertions(+)

Comments

Michal Simek Aug. 31, 2023, 12:14 p.m. UTC | #1
pá 11. 8. 2023 v 7:48 odesílatel Ashok Reddy Soma
<ashok.reddy.soma@amd.com> napsal:
>
> Add support for pinctrl driver to handle 'output-enable' and
> 'bias-high-impedance' configurations.
>
> This support has been added in Xilinx ZynqMP Platform Management Firmware
> recently, hence add a version check to avoid backward compatibility
> issues.
>
>
>
> Ashok Reddy Soma (3):
>   firmware: zynqmp: Add support to check feature
>   pinctrl: zynqmp: Add version check for TRISTATE configuration
>   pinctrl: zynqmp: Add support for output-enable and bias-high-impedance
>
>  drivers/firmware/firmware-zynqmp.c | 13 +++++++++++++
>  drivers/pinctrl/pinctrl-zynqmp.c   | 15 +++++++++++++++
>  include/zynqmp_firmware.h          |  3 +++
>  3 files changed, 31 insertions(+)
>
> --
> 2.17.1
>

Applied.
M