mbox series

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

Message ID 20210826091549.2138125-1-zhang.lyra@gmail.com (mailing list archive)
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

Comments

Mark Brown Aug. 26, 2021, 12:51 p.m. UTC | #1
On Thu, 26 Aug 2021 17:15:45 +0800, Chunyan Zhang wrote:
> 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.
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next

Thanks!

[1/4] spi: sprd: Fix the wrong WDG_LOAD_VAL
      commit: 245ca2cc212bb2a078332ec99afbfbb202f44c2d
[2/4] spi: sprd: Add ADI r3 support
      commit: 3b66ca9783d1d1b7be7bf41e8934ca2eaf50a9c0
[3/4] dt-bindings: spi: Convert sprd ADI bindings to yaml
      commit: f15e60d460391d16bdad2e446e9dca4f264ccdfe
[4/4] dt-bindings: spi: add sprd ADI for sc9863 and ums512
      commit: 0f887ac82971cbde59e563d6490c05c6b15aa82f

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark