Linux PCI subsystem development
 help / color / mirror / Atom feed
From: Manivannan Sadhasivam <mani@kernel.org>
To: Serge Semin <fancer.lancer@gmail.com>
Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>,
	"lpieralisi@kernel.org" <lpieralisi@kernel.org>,
	"kw@linux.com" <kw@linux.com>,
	"robh@kernel.org" <robh@kernel.org>,
	"bhelgaas@google.com" <bhelgaas@google.com>,
	"jingoohan1@gmail.com" <jingoohan1@gmail.com>,
	"gustavo.pimentel@synopsys.com" <gustavo.pimentel@synopsys.com>,
	"mani@kernel.org" <mani@kernel.org>,
	"linux-pci@vger.kernel.org" <linux-pci@vger.kernel.org>,
	"linux-renesas-soc@vger.kernel.org"
	<linux-renesas-soc@vger.kernel.org>
Subject: Re: [PATCH v2 0/6] PCI: controllers: tidy code up
Date: Thu, 14 Dec 2023 15:56:05 +0530	[thread overview]
Message-ID: <20231214102605.GK2938@thinkpad> (raw)
In-Reply-To: <rrgcf2jagjkiczb5tt56qm2jwvfyaor2mzjdqxrodrhzrn5j65@m7orqtcay3gg>

On Thu, Dec 14, 2023 at 12:40:13PM +0300, Serge Semin wrote:
> Hi Yoshihiro
> 
> On Thu, Dec 14, 2023 at 02:35:56AM +0000, Yoshihiro Shimoda wrote:
> > Hello PCIe maintainers,
> > 
> > > From: Yoshihiro Shimoda, Sent: Tuesday, November 14, 2023 2:55 PM
> > > 
> > > This patch series tidies the code of PCIe dwc controllers and some
> > > controllers up.
> > > 
> > > Changes from v1:
> > > https://lore.kernel.org/linux-pci/20231113013300.2132152-1-yoshihiro.shimoda.uh@renesas.com/
> > >  - Based on the latest pci.git / next branch.
> > >  - Add a new patch to drop host prefix of members from dw_pcie_host_ops
> > >    in the patch 1/6.
> > >  - Add Reviewed-by tag in the patch 3/6.
> > >  - Drop unneeded local variable in the patch 4/6.
> > >  - Add new patches to resolve issues of clang warnings in the patch [56]/6.
> > > 
> > > Justin Stitt (1):
> > >   PCI: iproc: fix -Wvoid-pointer-to-enum-cast warning
> > > 
> > > Yoshihiro Shimoda (5):
> > >   PCI: dwc: Drop host prefix from struct dw_pcie_host_ops
> > >   PCI: dwc: Rename to .init in struct dw_pcie_ep_ops
> > >   PCI: dwc: Rename to .get_dbi_offset in struct dw_pcie_ep_ops
> > >   PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpers
> > >   PCI: rcar-gen4: fix -Wvoid-pointer-to-enum-cast warning
> > 
> > According to the patchwork [1], all patches have Reviewed-by tags.
> > So, I think the patches are acceptable for upstream, but what do you think?
> > I confirmed that the patches can be applied into the latest pci.git / next branch.
> 
> What actually matters is to get all Manivannan or Jingoo or Gustavo
> acks (the later two maintainers are unlikely to respond though) or any
> higher maintainers approval. AFAICS this patch still hasn't got any
> maintainers ack:
> https://patchwork.kernel.org/project/linux-pci/patch/20231114055456.2231990-5-yoshihiro.shimoda.uh@renesas.com/
> https://lore.kernel.org/linux-pci/20231114055456.2231990-5-yoshihiro.shimoda.uh@renesas.com/
> I guess it's connected with a request to move the helpers to the
> header file.
> 

Yes. I recommended moving the helpers to header file to keep the consistency and
there was no reply from Yoshihiro.

Yoshihiro, should you have any objections, please counter in the patch thread
4/6. Otherwise, please implement the proposed change.

- Mani

> -Serge(y)
> 
> > 
> > [1]
> > https://patchwork.kernel.org/project/linux-pci/list/?series=800901
> > 
> > Best regards,
> > Yoshihiro Shimoda
> > 
> > >  drivers/pci/controller/dwc/pci-dra7xx.c       |   4 +-
> > >  drivers/pci/controller/dwc/pci-exynos.c       |   2 +-
> > >  drivers/pci/controller/dwc/pci-imx6.c         |   6 +-
> > >  drivers/pci/controller/dwc/pci-keystone.c     |   8 +-
> > >  .../pci/controller/dwc/pci-layerscape-ep.c    |   7 +-
> > >  drivers/pci/controller/dwc/pci-layerscape.c   |   2 +-
> > >  drivers/pci/controller/dwc/pci-meson.c        |   2 +-
> > >  drivers/pci/controller/dwc/pcie-al.c          |   2 +-
> > >  drivers/pci/controller/dwc/pcie-armada8k.c    |   2 +-
> > >  drivers/pci/controller/dwc/pcie-artpec6.c     |   4 +-
> > >  drivers/pci/controller/dwc/pcie-bt1.c         |   4 +-
> > >  .../pci/controller/dwc/pcie-designware-ep.c   | 249 ++++++++++--------
> > >  .../pci/controller/dwc/pcie-designware-host.c |  30 +--
> > >  .../pci/controller/dwc/pcie-designware-plat.c |   2 +-
> > >  drivers/pci/controller/dwc/pcie-designware.h  |  12 +-
> > >  drivers/pci/controller/dwc/pcie-dw-rockchip.c |   2 +-
> > >  drivers/pci/controller/dwc/pcie-fu740.c       |   2 +-
> > >  drivers/pci/controller/dwc/pcie-histb.c       |   2 +-
> > >  drivers/pci/controller/dwc/pcie-intel-gw.c    |   2 +-
> > >  drivers/pci/controller/dwc/pcie-keembay.c     |   2 +-
> > >  drivers/pci/controller/dwc/pcie-kirin.c       |   2 +-
> > >  drivers/pci/controller/dwc/pcie-qcom-ep.c     |   2 +-
> > >  drivers/pci/controller/dwc/pcie-qcom.c        |   6 +-
> > >  drivers/pci/controller/dwc/pcie-rcar-gen4.c   |  12 +-
> > >  drivers/pci/controller/dwc/pcie-spear13xx.c   |   2 +-
> > >  drivers/pci/controller/dwc/pcie-tegra194.c    |   2 +-
> > >  drivers/pci/controller/dwc/pcie-uniphier-ep.c |   2 +-
> > >  drivers/pci/controller/dwc/pcie-uniphier.c    |   2 +-
> > >  drivers/pci/controller/dwc/pcie-visconti.c    |   2 +-
> > >  drivers/pci/controller/pcie-iproc-platform.c  |   2 +-
> > >  30 files changed, 203 insertions(+), 177 deletions(-)
> > > 
> > > --
> > > 2.34.1
> > 
> > 
> 

-- 
மணிவண்ணன் சதாசிவம்

  reply	other threads:[~2023-12-14 10:26 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-14  5:54 [PATCH v2 0/6] PCI: controllers: tidy code up Yoshihiro Shimoda
2023-11-14  5:54 ` [PATCH v2 1/6] PCI: dwc: Drop host prefix from struct dw_pcie_host_ops Yoshihiro Shimoda
2023-11-14 10:42   ` Serge Semin
2023-11-15 14:23   ` Jesper Nilsson
2023-11-16  0:15   ` nobuhiro1.iwamatsu
2023-11-17  9:10   ` Manivannan Sadhasivam
2023-11-21  1:15   ` Kunihiko Hayashi
2023-11-21  2:33   ` Heiko Stübner
2023-11-21  6:34   ` Lei Chuan Hua
2023-11-21  8:00   ` Thomas Petazzoni
2023-11-14  5:54 ` [PATCH v2 2/6] PCI: dwc: Rename to .init in struct dw_pcie_ep_ops Yoshihiro Shimoda
2023-11-14 10:44   ` Serge Semin
2023-11-15  9:09   ` Thokala, Srikanth
2023-11-15 14:23   ` Jesper Nilsson
2023-11-17  9:13   ` Manivannan Sadhasivam
2023-11-21  1:15   ` Kunihiko Hayashi
2023-11-14  5:54 ` [PATCH v2 3/6] PCI: dwc: Rename to .get_dbi_offset " Yoshihiro Shimoda
2023-11-17  9:14   ` Manivannan Sadhasivam
2023-11-14  5:54 ` [PATCH v2 4/6] PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpers Yoshihiro Shimoda
2023-11-14 10:52   ` Serge Semin
2023-11-17  9:19     ` Manivannan Sadhasivam
2023-12-15  1:13       ` Yoshihiro Shimoda
2023-11-14  5:54 ` [PATCH v2 5/6] PCI: iproc: fix -Wvoid-pointer-to-enum-cast warning Yoshihiro Shimoda
2023-11-14  8:10   ` Geert Uytterhoeven
2023-11-17  9:21   ` Manivannan Sadhasivam
2023-12-15  1:20     ` Yoshihiro Shimoda
2023-11-14  5:54 ` [PATCH v2 6/6] PCI: rcar-gen4: " Yoshihiro Shimoda
2023-11-14  8:11   ` Geert Uytterhoeven
2023-11-17  9:28   ` Manivannan Sadhasivam
2023-12-14  2:35 ` [PATCH v2 0/6] PCI: controllers: tidy code up Yoshihiro Shimoda
2023-12-14  9:40   ` Serge Semin
2023-12-14 10:26     ` Manivannan Sadhasivam [this message]
2023-12-14 23:44       ` Yoshihiro Shimoda

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=20231214102605.GK2938@thinkpad \
    --to=mani@kernel.org \
    --cc=bhelgaas@google.com \
    --cc=fancer.lancer@gmail.com \
    --cc=gustavo.pimentel@synopsys.com \
    --cc=jingoohan1@gmail.com \
    --cc=kw@linux.com \
    --cc=linux-pci@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=lpieralisi@kernel.org \
    --cc=robh@kernel.org \
    --cc=yoshihiro.shimoda.uh@renesas.com \
    /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