[PATCH v2 0/2] Add optional reset control for Cadence SPI

From: Ji Sheng Teoh
Date: Thu May 02 2024 - 07:04:58 EST


The first patch adds optional reset control to support assertion and
deassertion of reset signal to properly bring the SPI device into an
operating condition.
The second patch documents the optional reset control into dt-bindings.

Changes since v1:
- Dropped resets description and added reset-names property in dt-bindings.
- Specified "spi" as reset control name instead of using NULL in
devm_reset_control_get_optional_exclusive().
- Included reset.h in spi-cadence.c missing in v1.

Ji Sheng Teoh (2):
spi: spi-cadence: Add optional reset control support
dt-bindings: spi: spi-cadence: Add optional reset control

.../devicetree/bindings/spi/spi-cadence.yaml | 7 +++++++
drivers/spi/spi-cadence.c | 13 +++++++++++++
2 files changed, 20 insertions(+)

--
2.43.2