Re: [PATCH v12 00/11] Add support for Hikey 970 PCIe

From: Lorenzo Pieralisi
Date: Fri Oct 08 2021 - 13:35:02 EST


On Fri, Oct 08, 2021 at 12:55:21PM +0200, Mauro Carvalho Chehab wrote:
> Hi Lorenzo,
>
> Em Thu, 7 Oct 2021 15:41:03 +0100
> Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> escreveu:
>
> > On Tue, Oct 05, 2021 at 01:23:21PM -0500, Bjorn Helgaas wrote:
> > > [+cc Lorenzo]
> > >
> > > On Tue, Oct 05, 2021 at 11:24:48AM +0200, Mauro Carvalho Chehab wrote:
> > > > Hi Bjorn,
> > > >
> > > > Em Tue, 28 Sep 2021 09:34:10 +0200
> > > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> escreveu:
> > >
> > > > > PCI: kirin: Reorganize the PHY logic inside the driver
> > > > > PCI: kirin: Add support for a PHY layer
> > > > > PCI: kirin: Use regmap for APB registers
> > > > > PCI: kirin: Add support for bridge slot DT schema
> > > > > PCI: kirin: Add Kirin 970 compatible
> > > > > PCI: kirin: Add MODULE_* macros
> > > > > PCI: kirin: Allow building it as a module
> > > > > PCI: kirin: Add power_off support for Kirin 960 PHY
> > > > > PCI: kirin: fix poweroff sequence
> > > > > PCI: kirin: Allow removing the driver
> > > >
> > > > I guess everything is already satisfying the review feedbacks.
> > > > If so, could you please merge the PCI ones?
> > >
> > > Lorenzo takes care of the native host bridge drivers, so I'm sure this
> > > is on his list. I added him to cc: in case not.
> >
> > Ideally I'd like to see these patches ACKed/Review-ed by the kirin
> > maintainers - that's what I was waiting for and that's what they
> > are there for.
> >
> > Having said that, I will keep an eye on this series so that we
> > can hopefully queue it for v5.16.
>
> Not sure if you received the e-mail from Xiaowei with his ack.

I have not (and it did not make it to linux-pci either).

> At least here, I only received on my internal e-mail (perhaps because
> the original e-mail was base64-encoded with gb2312 charset).
>
> So, let me forward his answer to you, c/c the mailing lists.

Patches should be acked with tags that tooling recognize, this
would help me.

> Thanks,
> Mauro
>
> -------- Forwarded Message --------
> From: Songxiaowei (Kirin_DRV) <songxiaowei@xxxxxxxxxxxxx>
> To: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx>, Bjorn Helgaas <helgaas@xxxxxxxxxx>
> CC: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>, Bjorn Helgaas <bhelgaas@xxxxxxxxxx>, Linuxarm <linuxarm@xxxxxxxxxx>, Mauro Carvalho Chehab <mauro.chehab@xxxxxxxxxx>, Krzysztof Wilczyński <kw@xxxxxxxxx>, Wangbinghui (Biggio, Kirin_DRV) <wangbinghui@xxxxxxxxxxxxx>, Rob Herring <robh@xxxxxxxxxx>, linux-kernel@xxxxxxxxxxxxxxx <linux-kernel@xxxxxxxxxxxxxxx>, linux-pci@xxxxxxxxxxxxxxx <linux-pci@xxxxxxxxxxxxxxx>, linux-phy@xxxxxxxxxxxxxxxxxxx <linux-phy@xxxxxxxxxxxxxxxxxxx>, Kongfei <kongfei@xxxxxxxxxxxxx>
> Subject: Re: [PATCH v12 00/11] Add support for Hikey 970 PCIe
> Date: Fri, 8 Oct 2021 11:45:06 +0100
> Message-ID: <e718dc06633e4f87a6b6e1626e8c098e@xxxxxxxxxxxxx>
>
> Hi Bjorn,
>
> ACKed, it seems ok to me and Binghui.

For Xiaowei:

https://www.kernel.org/doc/html/latest/process/submitting-patches.html

and your email must make it to the mailing list; if it does not
it does not exist as far as I am concerned. I will apply the
ACK manually for this time but let's keep this in mind please.

Thanks,
Lorenzo
>
> Thanks a lot.
>
> B. R.
>
> -----邮件原件-----
> 发件人: Lorenzo Pieralisi [mailto:lorenzo.pieralisi@xxxxxxx]
> 发送时间: 2021年10月7日 22:41
> 收件人: Bjorn Helgaas <helgaas@xxxxxxxxxx>
> 抄送: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>; Bjorn Helgaas <bhelgaas@xxxxxxxxxx>; Linuxarm <linuxarm@xxxxxxxxxx>; Mauro Carvalho Chehab <mauro.chehab@xxxxxxxxxx>; Krzysztof Wilczyński <kw@xxxxxxxxx>; Wangbinghui (Biggio, Kirin_DRV) <wangbinghui@xxxxxxxxxxxxx>; Rob Herring <robh@xxxxxxxxxx>; Songxiaowei (Kirin_DRV) <songxiaowei@xxxxxxxxxxxxx>; linux-kernel@xxxxxxxxxxxxxxx; linux-pci@xxxxxxxxxxxxxxx; linux-phy@xxxxxxxxxxxxxxxxxxx
> 主题: Re: [PATCH v12 00/11] Add support for Hikey 970 PCIe
>
> On Tue, Oct 05, 2021 at 01:23:21PM -0500, Bjorn Helgaas wrote:
> > [+cc Lorenzo]
> >
> > On Tue, Oct 05, 2021 at 11:24:48AM +0200, Mauro Carvalho Chehab wrote:
> > > Hi Bjorn,
> > >
> > > Em Tue, 28 Sep 2021 09:34:10 +0200
> > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> escreveu:
> >
> > > > PCI: kirin: Reorganize the PHY logic inside the driver
> > > > PCI: kirin: Add support for a PHY layer
> > > > PCI: kirin: Use regmap for APB registers
> > > > PCI: kirin: Add support for bridge slot DT schema
> > > > PCI: kirin: Add Kirin 970 compatible
> > > > PCI: kirin: Add MODULE_* macros
> > > > PCI: kirin: Allow building it as a module
> > > > PCI: kirin: Add power_off support for Kirin 960 PHY
> > > > PCI: kirin: fix poweroff sequence
> > > > PCI: kirin: Allow removing the driver
> > >
> > > I guess everything is already satisfying the review feedbacks.
> > > If so, could you please merge the PCI ones?
> >
> > Lorenzo takes care of the native host bridge drivers, so I'm sure this
> > is on his list. I added him to cc: in case not.
>
> Ideally I'd like to see these patches ACKed/Review-ed by the kirin maintainers - that's what I was waiting for and that's what they are there for.
>
> Having said that, I will keep an eye on this series so that we can hopefully queue it for v5.16.
>
> Lorenzo
>
>