Hello Nandhini On Tue, Aug 24, 2021 at 04:58:54PM +0800, nandhini.srikandan@xxxxxxxxx wrote: > From: Nandhini Srikandan <nandhini.srikandan@xxxxxxxxx> > > Hi, > > This patch set enables support for Designware SPI on the Intel Thunder Bay SoC. > > Patch 1: SPI DT bindings for Intel Thunder Bay SoC. > Patch 2: Adds support for Designware SPI on Intel Thunderbay SoC. > > The driver is tested on Keem Bay and Thunder Bay evaluation board > > Changes from v1: > 1) Designware CR0 specific macros are named in a generic way. > 2) SPI CAP macros are named in generic way rather than naming project specific. > 3) SPI KEEM BAY specific macros are replaced by generic macros. > 4) Resued the existing SPI deassert API instead of adding another reset Thanks for the update. I'll have a look at the series on the next week. Regards, -Sergey > > Thanks & Regards, > Nandhini > > Nandhini Srikandan (2): > dt-bindings: spi: Add bindings for Intel Thunder Bay SoC > spi: dw: Add support for Intel Thunder Bay SPI > > .../bindings/spi/snps,dw-apb-ssi.yaml | 2 ++ > drivers/spi/spi-dw-core.c | 7 +++++-- > drivers/spi/spi-dw-mmio.c | 20 ++++++++++++++++++- > drivers/spi/spi-dw.h | 12 ++++++++--- > 4 files changed, 35 insertions(+), 6 deletions(-) > > -- > 2.17.1 >