Re: [“PATCH” 0/2] Add support for Intel Thunder Bay SPI
From: Serge Semin <hidden>
Date: 2021-07-22 17:07:11
Also in:
linux-devicetree, lkml
From: Serge Semin <hidden>
Date: 2021-07-22 17:07:11
Also in:
linux-devicetree, lkml
BTW it's a first time I've met quotes around the PATCH word in the subject: [“PATCH” 0/2] Add support for Intel Thunder Bay SPI ^ ^ could you drop them? Regards, -Serge 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 & 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