mbox series

[V3,0/4] Add sprd ADI r3 support

Message ID 20210826091549.2138125-1-zhang.lyra@gmail.com
Headers show
Series Add sprd ADI r3 support | expand

Message

Chunyan Zhang Aug. 26, 2021, 9:15 a.m. UTC
From: Chunyan Zhang <chunyan.zhang@unisoc.com>

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