linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Serge Semin <fancer.lancer@gmail.com>
To: "Srikandan, Nandhini" <nandhini.srikandan@intel.com>
Cc: Serge Semin <Sergey.Semin@baikalelectronics.ru>,
	"broonie@kernel.org" <broonie@kernel.org>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"linux-spi@vger.kernel.org" <linux-spi@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"mgross@linux.intel.com" <mgross@linux.intel.com>,
	"Pan, Kris" <kris.pan@intel.com>,
	"Demakkanavar, Kenchappa" <kenchappa.demakkanavar@intel.com>,
	"Zhou, Furong" <furong.zhou@intel.com>,
	"Sangannavar,
	Mallikarjunappa"  <mallikarjunappa.sangannavar@intel.com>,
	"Vaidya, Mahesh R" <mahesh.r.vaidya@intel.com>,
	"A, Rashmi" <rashmi.a@intel.com>
Subject: Re: [“PATCH” 0/2] Add support for Intel Thunder Bay SPI
Date: Tue, 10 Aug 2021 12:52:27 +0300	[thread overview]
Message-ID: <20210810095227.ixukmo2gnq73bikj@mobilestation> (raw)
In-Reply-To: <BN0PR11MB5727CB650247519314CCC92785F79@BN0PR11MB5727.namprd11.prod.outlook.com>

On Tue, Aug 10, 2021 at 09:24:08AM +0000, Srikandan, Nandhini wrote:
> 
> 
> > -----Original Message-----
> > From: Serge Semin <fancer.lancer@gmail.com>
> > Sent: Thursday, July 22, 2021 9:39 PM
> > To: Srikandan, Nandhini <nandhini.srikandan@intel.com>
> > Cc: broonie@kernel.org; robh+dt@kernel.org; linux-spi@vger.kernel.org;
> > linux-kernel@vger.kernel.org; devicetree@vger.kernel.org;
> > mgross@linux.intel.com; Pan, Kris <kris.pan@intel.com>; Demakkanavar,
> > Kenchappa <kenchappa.demakkanavar@intel.com>; Zhou, Furong
> > <furong.zhou@intel.com>; Sangannavar, Mallikarjunappa
> > <mallikarjunappa.sangannavar@intel.com>; Vaidya, Mahesh R
> > <mahesh.r.vaidya@intel.com>; A, Rashmi <rashmi.a@intel.com>
> > Subject: Re: [“PATCH” 0/2] Add support for Intel Thunder Bay SPI
> > 
> > Hello Nandhini
> > 
> > On Thu, Jul 22, 2021 at 01:33:56PM +0800, nandhini.srikandan@intel.com
> > wrote:
> > > From: Nandhini Srikandan <nandhini.srikandan@intel.com>
> > >
> > > 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.
> > 

> Thank you for your review comments. I am working on it and I will share another patchset shortly. 

I'd suggest to answer on the review questions first...

-Sergey

> 
> Regards,
> Nandhini
> 
> > >
> > > 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
> > >

  reply	other threads:[~2021-08-10  9:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-22  5:33 [“PATCH” 0/2] Add support for Intel Thunder Bay SPI nandhini.srikandan
2021-07-22  5:33 ` [“PATCH” 1/2] dt-bindings: spi: Add bindings for Intel Thunder Bay SoC nandhini.srikandan
2021-07-22 17:11   ` Serge Semin
2021-07-22  5:33 ` [“PATCH” 2/2] spi: dw: Add support for Intel Thunder Bay SPI nandhini.srikandan
2021-07-22 17:04   ` Serge Semin
2021-07-22 18:26     ` Serge Semin
     [not found]     ` <CAHp75VeQ0Q174gUww0oqw9MmmE76AGMxcNLj4UkgjLZzhGy6Mw@mail.gmail.com>
2021-07-23  2:33       ` Serge Semin
2021-08-11  6:15         ` Srikandan, Nandhini
2021-07-22 16:09 ` [“PATCH” 0/2] " Serge Semin
2021-08-10  9:24   ` Srikandan, Nandhini
2021-08-10  9:52     ` Serge Semin [this message]
2021-07-22 17:07 ` Serge Semin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210810095227.ixukmo2gnq73bikj@mobilestation \
    --to=fancer.lancer@gmail.com \
    --cc=Sergey.Semin@baikalelectronics.ru \
    --cc=broonie@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=furong.zhou@intel.com \
    --cc=kenchappa.demakkanavar@intel.com \
    --cc=kris.pan@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=mahesh.r.vaidya@intel.com \
    --cc=mallikarjunappa.sangannavar@intel.com \
    --cc=mgross@linux.intel.com \
    --cc=nandhini.srikandan@intel.com \
    --cc=rashmi.a@intel.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).