From: Chunyan Zhang <chunyan.zhang@xxxxxxxxxx> This patchset adds new ADI version (r3) support which used on sc9863 and some other Unisoc's SoCs. Since v2: * Added Rob's and Baolin's Reviewed-by; * Seprated a stable patch for wrong macro fix from the last version patch 1/3; * Removed redundant empty line from spi-sprd-adi.c. Since v1: * Address comments from Rob. - Rewrote schema for 'sprd,hw-channels' and hwlocks. Chunyan Zhang (4): spi: sprd: Fix the wrong WDG_LOAD_VAL spi: sprd: Add ADI r3 support dt-bindings: spi: Convert sprd ADI bindings to yaml dt-bindings: spi: add sprd ADI for sc9863 and ums512 .../devicetree/bindings/spi/spi-sprd-adi.txt | 63 ----- .../devicetree/bindings/spi/sprd,spi-adi.yaml | 104 +++++++++ drivers/spi/spi-sprd-adi.c | 217 ++++++++++++++---- 3 files changed, 270 insertions(+), 114 deletions(-) delete mode 100644 Documentation/devicetree/bindings/spi/spi-sprd-adi.txt create mode 100644 Documentation/devicetree/bindings/spi/sprd,spi-adi.yaml -- 2.25.1