[PATCH v3 0/3] spi: xilinx: switch to device properties and make IRQs optional

From: Abdurrahman Hussain via B4 Relay

Date: Mon Jan 19 2026 - 02:06:34 EST


Transition the driver to use the generic device property API.

Additionally, make interrupts optional to allow the driver to fall back
to its existing polling mode on systems where interrupts are either missing
or broken.

Abdurrahman Hussain (3):
spi: xilinx: use device property accessors.
spi: xilinx: make irq optional
spi: dt-bindings: xilinx: make interrupts optional

.../devicetree/bindings/spi/spi-xilinx.yaml | 1 -
drivers/spi/spi-xilinx.c | 12 ++++++------
2 files changed, 6 insertions(+), 7 deletions(-)

--
2.52.0

base-commit: 944aacb68baf7624ab8d277d0ebf07f025ca137c
---
Abdurrahman Hussain (3):
spi: dt-bindings: xilinx: make interrupts optional
spi: xilinx: make irq optional
spi: xilinx: use device property accessors.

Documentation/devicetree/bindings/spi/spi-xilinx.yaml | 1 -
drivers/spi/spi-xilinx.c | 12 ++++++------
2 files changed, 6 insertions(+), 7 deletions(-)
---
base-commit: 944aacb68baf7624ab8d277d0ebf07f025ca137c
change-id: 20260118-spi-xilinx-1b884d5b6519

Best regards,
--
Abdurrahman Hussain <abdurrahman@xxxxxxxxxx>