Re: [“PATCH” 0/2] Add support for Intel Thunder Bay SPI
From: Serge Semin <hidden>
Date: 2021-07-22 16:09:27
Also in:
linux-spi, lkml
From: Serge Semin <hidden>
Date: 2021-07-22 16:09:27
Also in:
linux-spi, lkml
Hello Nandhini On Thu, Jul 22, 2021 at 01:33:56PM +0800, nandhini.srikandan@intel.com wrote:
From: Nandhini Srikandan <redacted> Hi, This patch set enables the 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 Please help to review this patch set.
Thanks for the patchset. I'll send you my comments to the corresponding patches soon. 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 | 6 ++++++ drivers/spi/spi-dw-mmio.c | 20 +++++++++++++++++++ drivers/spi/spi-dw.h | 15 ++++++++++++++ 4 files changed, 43 insertions(+) -- 2.17.1