mbox series

[0/4] spi: lantiq: Synchronize interrupts, transfers and add new features

Message ID cover.1587702428.git.eswara.kota@linux.intel.com (mailing list archive)
Headers show
Series spi: lantiq: Synchronize interrupts, transfers and add new features | expand

Message

Dilip Kota April 24, 2020, 10:42 a.m. UTC
This patch series add changes to synchronize the SPI interrupt handlers
and transfer operations. Intorduces the configurations to support
SPI controller on multiple SoCs.
Adds support to Lightning Mountain SoC.

Dilip Kota (4):
  spi: lantiq: Synchronize interrupt handlers and transfers
  spi: lantiq: Dynamic configuration of interrupts and FIFO size
  dt-bindings: spi: Add support to Lightning Mountain SoC
  spi: lantiq: Add support to Lightning Mountain SoC

 .../devicetree/bindings/spi/spi-lantiq-ssc.txt     |  21 ++-
 drivers/spi/Kconfig                                |   4 +-
 drivers/spi/spi-lantiq-ssc.c                       | 194 ++++++++++++---------
 3 files changed, 137 insertions(+), 82 deletions(-)