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

Ji Sheng Teoh posted 2 patches 1 year, 7 months ago
There is a newer version of this series
.../devicetree/bindings/spi/spi-cadence.yaml        |  7 +++++++
drivers/spi/spi-cadence.c                           | 13 +++++++++++++
2 files changed, 20 insertions(+)
[PATCH v2 0/2] Add optional reset control for Cadence SPI
Posted by Ji Sheng Teoh 1 year, 7 months ago
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