[PATCH 2/7] spi: cadence: Change dt-bindings documentation for Cadence XSPI controller

Witold Sadowski posted 7 patches 2 years, 9 months ago
[PATCH 2/7] spi: cadence: Change dt-bindings documentation for Cadence XSPI controller
Posted by Witold Sadowski 2 years, 9 months ago
Interrupt property is not mandatory.
Driver will switch into pooling mode if property
will not be avalible.

Signed-off-by: Witold Sadowski <wsadowski@marvell.com>
---
 Documentation/devicetree/bindings/spi/cdns,xspi.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/spi/cdns,xspi.yaml b/Documentation/devicetree/bindings/spi/cdns,xspi.yaml
index b8bb8a3dbf54..f71a9c74e2ca 100644
--- a/Documentation/devicetree/bindings/spi/cdns,xspi.yaml
+++ b/Documentation/devicetree/bindings/spi/cdns,xspi.yaml
@@ -40,7 +40,6 @@ properties:
 required:
   - compatible
   - reg
-  - interrupts
 
 unevaluatedProperties: false
 
-- 
2.17.1
Re: [PATCH 2/7] spi: cadence: Change dt-bindings documentation for Cadence XSPI controller
Posted by Krzysztof Kozlowski 2 years, 9 months ago
On 19/12/2022 15:42, Witold Sadowski wrote:
> Interrupt property is not mandatory.
> Driver will switch into pooling mode if property
> will not be avalible.

1. Use subject prefixes matching the subsystem (git log --oneline -- ...).

2. Please use scripts/get_maintainers.pl to get a list of necessary
people and lists to CC.  It might happen, that command when run on an
older kernel, gives you outdated entries.  Therefore please be sure you
base your patches on recent Linux kernel.

3. Run also spellcheck.

Best regards,
Krzysztof