From: Lorenzo Pieralisi <lpieralisi@kernel.org>
To: Frank Li <Frank.li@nxp.com>
Cc: "Bjorn Helgaas" <helgaas@kernel.org>,
"Minghuan Lian" <minghuan.Lian@nxp.com>,
"Mingkai Hu" <mingkai.hu@nxp.com>, "Roy Zang" <roy.zang@nxp.com>,
"Krzysztof Wilczyński" <kw@linux.com>,
"Rob Herring" <robh@kernel.org>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"open list:PCI DRIVER FOR FREESCALE LAYERSCAPE"
<linuxppc-dev@lists.ozlabs.org>,
"open list:PCI DRIVER FOR FREESCALE LAYERSCAPE"
<linux-pci@vger.kernel.org>,
"moderated list:PCI DRIVER FOR FREESCALE LAYERSCAPE"
<linux-arm-kernel@lists.infradead.org>,
"open list" <linux-kernel@vger.kernel.org>,
imx@lists.linux.dev
Subject: Re: [PATCH 2/3] PCI: layerscape: add suspend/resume for ls1021a
Date: Mon, 16 Oct 2023 18:25:58 +0200 [thread overview]
Message-ID: <ZS1kFjiA6F+cLrmc@lpieralisi> (raw)
In-Reply-To: <ZS1gmJiz8+PKIuwp@lizhi-Precision-Tower-5810>
On Mon, Oct 16, 2023 at 12:11:04PM -0400, Frank Li wrote:
> On Mon, Oct 16, 2023 at 10:22:11AM -0500, Bjorn Helgaas wrote:
> > On Mon, Oct 16, 2023 at 10:45:25AM -0400, Frank Li wrote:
> > > On Tue, Oct 10, 2023 at 06:02:36PM +0200, Lorenzo Pieralisi wrote:
> > > > On Tue, Oct 10, 2023 at 10:20:12AM -0400, Frank Li wrote:
> >
> > > > > Ping
> > > >
> > > > Read and follow please (and then ping us):
> > > > https://lore.kernel.org/linux-pci/20171026223701.GA25649@bhelgaas-glaptop.roam.corp.google.com
> > >
> > > Could you please help point which specic one was not follow aboved guide?
> > > Then I can update my code. I think that's efficial communication method. I
> > > think I have read it serial times. But not sure which one violate the
> > > guide?
> > >
> > > @Bjorn Helgaas. How do you think so?
> >
> > Since Lorenzo didn't point out anything specific in the patch itself,
> > I think he was probably referring to the subject line and this advice:
> >
> > - Follow the existing convention, i.e., run "git log --oneline
> > <file>" and make yours match in format, capitalization, and
> > sentence structure. For example, native host bridge driver patch
> > titles look like this:
> >
> > PCI: altera: Fix platform_get_irq() error handling
> > PCI: vmd: Remove IRQ affinity so we can allocate more IRQs
> > PCI: mediatek: Add MSI support for MT2712 and MT7622
> > PCI: rockchip: Remove IRQ domain if probe fails
> >
> > In this case, your subject line was:
> >
> > PCI: layerscape: add suspend/resume for ls1021a
> >
> > The advice was to run this:
> >
> > $ git log --oneline drivers/pci/controller/dwc/pci-layerscape.c
> > 83c088148c8e PCI: Use PCI_HEADER_TYPE_* instead of literals
> > 9fda4d09905d PCI: layerscape: Add power management support for ls1028a
> > 277004d7a4a3 PCI: Remove unnecessary <linux/of_irq.h> includes
> > 60b3c27fb9b9 PCI: dwc: Rename struct pcie_port to dw_pcie_rp
> > d23f0c11aca2 PCI: layerscape: Change to use the DWC common link-up check function
> > 7007b745a508 PCI: layerscape: Convert to builtin_platform_driver()
> > 60f5b73fa0f2 PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()
> > b9ac0f9dc8ea PCI: dwc: Move dw_pcie_setup_rc() to DWC common code
> > f78f02638af5 PCI: dwc: Rework MSI initialization
> >
> > Note that these summaries are all complete sentences that start with a
> > capital letter:
> >
> > Use PCI_HEADER_TYPE_* instead of literals
> > Add power management support for ls1028a
> > Remove unnecessary <linux/of_irq.h> includes
> > ...
> >
> > So yours could be this:
> >
> > PCI: layerscape: Add suspend/resume for ls1021a
> > ^
> >
> > This is trivial, obviously. But the uppercase/lowercase distinction
> > carries information, and it's an unnecessary distraction to notice
> > that "oh, this is different from the rest; is the difference
> > important or should I ignore it?"
>
> Thanks. Not everyone think it is trivial. Especially for the one, who
> English are not native language.
>
> >
> > Obviously Lorenzo *could* edit all your subject lines on your behalf,
> > but it makes everybody's life easier if people look at the existing
> > code and follow the style when making changes.
>
> Understand, but simple mark 'a' and 'A' to me. I will update patches and
> take care for next time instead search whole docuemnt to guess which one
> violated. I know I make some mistakes at here. But I am working on many
> difference kernel subsystems, some require upper case, some require low
> case, someone doesn't care.
>
> I respected all reviewer's and maintaner's time, but I hope respected
> the contributor's time also.
I do respect your time, please respect ours by following the guidelines I
provided you with multiple times already.
Thank you for resending the series.
Lorenzo
WARNING: multiple messages have this Message-ID (diff)
From: Lorenzo Pieralisi <lpieralisi@kernel.org>
To: Frank Li <Frank.li@nxp.com>
Cc: "Krzysztof Wilczyński" <kw@linux.com>,
imx@lists.linux.dev, "Rob Herring" <robh@kernel.org>,
"open list:PCI DRIVER FOR FREESCALE LAYERSCAPE"
<linux-pci@vger.kernel.org>,
"open list" <linux-kernel@vger.kernel.org>,
"Minghuan Lian" <minghuan.Lian@nxp.com>,
"Bjorn Helgaas" <helgaas@kernel.org>,
"moderated list:PCI DRIVER FOR FREESCALE LAYERSCAPE"
<linux-arm-kernel@lists.infradead.org>,
"Roy Zang" <roy.zang@nxp.com>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"open list:PCI DRIVER FOR FREESCALE LAYERSCAPE"
<linuxppc-dev@lists.ozlabs.org>,
"Mingkai Hu" <mingkai.hu@nxp.com>
Subject: Re: [PATCH 2/3] PCI: layerscape: add suspend/resume for ls1021a
Date: Mon, 16 Oct 2023 18:25:58 +0200 [thread overview]
Message-ID: <ZS1kFjiA6F+cLrmc@lpieralisi> (raw)
In-Reply-To: <ZS1gmJiz8+PKIuwp@lizhi-Precision-Tower-5810>
On Mon, Oct 16, 2023 at 12:11:04PM -0400, Frank Li wrote:
> On Mon, Oct 16, 2023 at 10:22:11AM -0500, Bjorn Helgaas wrote:
> > On Mon, Oct 16, 2023 at 10:45:25AM -0400, Frank Li wrote:
> > > On Tue, Oct 10, 2023 at 06:02:36PM +0200, Lorenzo Pieralisi wrote:
> > > > On Tue, Oct 10, 2023 at 10:20:12AM -0400, Frank Li wrote:
> >
> > > > > Ping
> > > >
> > > > Read and follow please (and then ping us):
> > > > https://lore.kernel.org/linux-pci/20171026223701.GA25649@bhelgaas-glaptop.roam.corp.google.com
> > >
> > > Could you please help point which specic one was not follow aboved guide?
> > > Then I can update my code. I think that's efficial communication method. I
> > > think I have read it serial times. But not sure which one violate the
> > > guide?
> > >
> > > @Bjorn Helgaas. How do you think so?
> >
> > Since Lorenzo didn't point out anything specific in the patch itself,
> > I think he was probably referring to the subject line and this advice:
> >
> > - Follow the existing convention, i.e., run "git log --oneline
> > <file>" and make yours match in format, capitalization, and
> > sentence structure. For example, native host bridge driver patch
> > titles look like this:
> >
> > PCI: altera: Fix platform_get_irq() error handling
> > PCI: vmd: Remove IRQ affinity so we can allocate more IRQs
> > PCI: mediatek: Add MSI support for MT2712 and MT7622
> > PCI: rockchip: Remove IRQ domain if probe fails
> >
> > In this case, your subject line was:
> >
> > PCI: layerscape: add suspend/resume for ls1021a
> >
> > The advice was to run this:
> >
> > $ git log --oneline drivers/pci/controller/dwc/pci-layerscape.c
> > 83c088148c8e PCI: Use PCI_HEADER_TYPE_* instead of literals
> > 9fda4d09905d PCI: layerscape: Add power management support for ls1028a
> > 277004d7a4a3 PCI: Remove unnecessary <linux/of_irq.h> includes
> > 60b3c27fb9b9 PCI: dwc: Rename struct pcie_port to dw_pcie_rp
> > d23f0c11aca2 PCI: layerscape: Change to use the DWC common link-up check function
> > 7007b745a508 PCI: layerscape: Convert to builtin_platform_driver()
> > 60f5b73fa0f2 PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()
> > b9ac0f9dc8ea PCI: dwc: Move dw_pcie_setup_rc() to DWC common code
> > f78f02638af5 PCI: dwc: Rework MSI initialization
> >
> > Note that these summaries are all complete sentences that start with a
> > capital letter:
> >
> > Use PCI_HEADER_TYPE_* instead of literals
> > Add power management support for ls1028a
> > Remove unnecessary <linux/of_irq.h> includes
> > ...
> >
> > So yours could be this:
> >
> > PCI: layerscape: Add suspend/resume for ls1021a
> > ^
> >
> > This is trivial, obviously. But the uppercase/lowercase distinction
> > carries information, and it's an unnecessary distraction to notice
> > that "oh, this is different from the rest; is the difference
> > important or should I ignore it?"
>
> Thanks. Not everyone think it is trivial. Especially for the one, who
> English are not native language.
>
> >
> > Obviously Lorenzo *could* edit all your subject lines on your behalf,
> > but it makes everybody's life easier if people look at the existing
> > code and follow the style when making changes.
>
> Understand, but simple mark 'a' and 'A' to me. I will update patches and
> take care for next time instead search whole docuemnt to guess which one
> violated. I know I make some mistakes at here. But I am working on many
> difference kernel subsystems, some require upper case, some require low
> case, someone doesn't care.
>
> I respected all reviewer's and maintaner's time, but I hope respected
> the contributor's time also.
I do respect your time, please respect ours by following the guidelines I
provided you with multiple times already.
Thank you for resending the series.
Lorenzo
WARNING: multiple messages have this Message-ID (diff)
From: Lorenzo Pieralisi <lpieralisi@kernel.org>
To: Frank Li <Frank.li@nxp.com>
Cc: "Bjorn Helgaas" <helgaas@kernel.org>,
"Minghuan Lian" <minghuan.Lian@nxp.com>,
"Mingkai Hu" <mingkai.hu@nxp.com>, "Roy Zang" <roy.zang@nxp.com>,
"Krzysztof Wilczyński" <kw@linux.com>,
"Rob Herring" <robh@kernel.org>,
"Bjorn Helgaas" <bhelgaas@google.com>,
"open list:PCI DRIVER FOR FREESCALE LAYERSCAPE"
<linuxppc-dev@lists.ozlabs.org>,
"open list:PCI DRIVER FOR FREESCALE LAYERSCAPE"
<linux-pci@vger.kernel.org>,
"moderated list:PCI DRIVER FOR FREESCALE LAYERSCAPE"
<linux-arm-kernel@lists.infradead.org>,
"open list" <linux-kernel@vger.kernel.org>,
imx@lists.linux.dev
Subject: Re: [PATCH 2/3] PCI: layerscape: add suspend/resume for ls1021a
Date: Mon, 16 Oct 2023 18:25:58 +0200 [thread overview]
Message-ID: <ZS1kFjiA6F+cLrmc@lpieralisi> (raw)
In-Reply-To: <ZS1gmJiz8+PKIuwp@lizhi-Precision-Tower-5810>
On Mon, Oct 16, 2023 at 12:11:04PM -0400, Frank Li wrote:
> On Mon, Oct 16, 2023 at 10:22:11AM -0500, Bjorn Helgaas wrote:
> > On Mon, Oct 16, 2023 at 10:45:25AM -0400, Frank Li wrote:
> > > On Tue, Oct 10, 2023 at 06:02:36PM +0200, Lorenzo Pieralisi wrote:
> > > > On Tue, Oct 10, 2023 at 10:20:12AM -0400, Frank Li wrote:
> >
> > > > > Ping
> > > >
> > > > Read and follow please (and then ping us):
> > > > https://lore.kernel.org/linux-pci/20171026223701.GA25649@bhelgaas-glaptop.roam.corp.google.com
> > >
> > > Could you please help point which specic one was not follow aboved guide?
> > > Then I can update my code. I think that's efficial communication method. I
> > > think I have read it serial times. But not sure which one violate the
> > > guide?
> > >
> > > @Bjorn Helgaas. How do you think so?
> >
> > Since Lorenzo didn't point out anything specific in the patch itself,
> > I think he was probably referring to the subject line and this advice:
> >
> > - Follow the existing convention, i.e., run "git log --oneline
> > <file>" and make yours match in format, capitalization, and
> > sentence structure. For example, native host bridge driver patch
> > titles look like this:
> >
> > PCI: altera: Fix platform_get_irq() error handling
> > PCI: vmd: Remove IRQ affinity so we can allocate more IRQs
> > PCI: mediatek: Add MSI support for MT2712 and MT7622
> > PCI: rockchip: Remove IRQ domain if probe fails
> >
> > In this case, your subject line was:
> >
> > PCI: layerscape: add suspend/resume for ls1021a
> >
> > The advice was to run this:
> >
> > $ git log --oneline drivers/pci/controller/dwc/pci-layerscape.c
> > 83c088148c8e PCI: Use PCI_HEADER_TYPE_* instead of literals
> > 9fda4d09905d PCI: layerscape: Add power management support for ls1028a
> > 277004d7a4a3 PCI: Remove unnecessary <linux/of_irq.h> includes
> > 60b3c27fb9b9 PCI: dwc: Rename struct pcie_port to dw_pcie_rp
> > d23f0c11aca2 PCI: layerscape: Change to use the DWC common link-up check function
> > 7007b745a508 PCI: layerscape: Convert to builtin_platform_driver()
> > 60f5b73fa0f2 PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()
> > b9ac0f9dc8ea PCI: dwc: Move dw_pcie_setup_rc() to DWC common code
> > f78f02638af5 PCI: dwc: Rework MSI initialization
> >
> > Note that these summaries are all complete sentences that start with a
> > capital letter:
> >
> > Use PCI_HEADER_TYPE_* instead of literals
> > Add power management support for ls1028a
> > Remove unnecessary <linux/of_irq.h> includes
> > ...
> >
> > So yours could be this:
> >
> > PCI: layerscape: Add suspend/resume for ls1021a
> > ^
> >
> > This is trivial, obviously. But the uppercase/lowercase distinction
> > carries information, and it's an unnecessary distraction to notice
> > that "oh, this is different from the rest; is the difference
> > important or should I ignore it?"
>
> Thanks. Not everyone think it is trivial. Especially for the one, who
> English are not native language.
>
> >
> > Obviously Lorenzo *could* edit all your subject lines on your behalf,
> > but it makes everybody's life easier if people look at the existing
> > code and follow the style when making changes.
>
> Understand, but simple mark 'a' and 'A' to me. I will update patches and
> take care for next time instead search whole docuemnt to guess which one
> violated. I know I make some mistakes at here. But I am working on many
> difference kernel subsystems, some require upper case, some require low
> case, someone doesn't care.
>
> I respected all reviewer's and maintaner's time, but I hope respected
> the contributor's time also.
I do respect your time, please respect ours by following the guidelines I
provided you with multiple times already.
Thank you for resending the series.
Lorenzo
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2023-10-16 16:26 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-15 18:43 [PATCH 1/3] PCI: layerscape: add function pointer for exit_from_l2() Frank Li
2023-09-15 18:43 ` Frank Li
2023-09-15 18:43 ` [PATCH 2/3] PCI: layerscape: add suspend/resume for ls1021a Frank Li
2023-09-15 18:43 ` Frank Li
2023-10-04 14:23 ` Frank Li
2023-10-04 14:23 ` Frank Li
2023-10-10 14:20 ` Frank Li
2023-10-10 14:20 ` Frank Li
2023-10-10 16:02 ` Lorenzo Pieralisi
2023-10-10 16:02 ` Lorenzo Pieralisi
2023-10-10 16:02 ` Lorenzo Pieralisi
2023-10-16 14:45 ` Frank Li
2023-10-16 14:45 ` Frank Li
2023-10-16 14:45 ` Frank Li
2023-10-16 15:22 ` Bjorn Helgaas
2023-10-16 15:22 ` Bjorn Helgaas
2023-10-16 15:22 ` Bjorn Helgaas
2023-10-16 16:11 ` Frank Li
2023-10-16 16:11 ` Frank Li
2023-10-16 16:11 ` Frank Li
2023-10-16 16:25 ` Bjorn Helgaas
2023-10-16 16:25 ` Bjorn Helgaas
2023-10-16 16:25 ` Bjorn Helgaas
2023-10-16 16:59 ` Frank Li
2023-10-16 16:59 ` Frank Li
2023-10-16 16:59 ` Frank Li
2023-10-16 16:25 ` Lorenzo Pieralisi [this message]
2023-10-16 16:25 ` Lorenzo Pieralisi
2023-10-16 16:25 ` Lorenzo Pieralisi
2023-10-16 16:12 ` Lorenzo Pieralisi
2023-10-16 16:12 ` Lorenzo Pieralisi
2023-10-16 16:12 ` Lorenzo Pieralisi
2023-10-16 16:58 ` Manivannan Sadhasivam
2023-10-16 16:58 ` Manivannan Sadhasivam
2023-10-16 16:58 ` Manivannan Sadhasivam
2023-10-16 20:18 ` Frank Li
2023-10-16 20:18 ` Frank Li
2023-10-16 20:18 ` Frank Li
2023-10-17 8:17 ` Manivannan Sadhasivam
2023-10-17 8:17 ` Manivannan Sadhasivam
2023-10-17 8:17 ` Manivannan Sadhasivam
2023-09-15 18:43 ` [PATCH 3/3] PCI: layerscape: add suspend/resume for ls1043a Frank Li
2023-09-15 18:43 ` Frank Li
2023-10-16 17:07 ` Manivannan Sadhasivam
2023-10-16 17:07 ` Manivannan Sadhasivam
2023-10-16 17:07 ` Manivannan Sadhasivam
2023-10-16 16:40 ` [PATCH 1/3] PCI: layerscape: add function pointer for exit_from_l2() Manivannan Sadhasivam
2023-10-16 16:40 ` Manivannan Sadhasivam
2023-10-16 16:40 ` Manivannan Sadhasivam
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=ZS1kFjiA6F+cLrmc@lpieralisi \
--to=lpieralisi@kernel.org \
--cc=Frank.li@nxp.com \
--cc=bhelgaas@google.com \
--cc=helgaas@kernel.org \
--cc=imx@lists.linux.dev \
--cc=kw@linux.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=minghuan.Lian@nxp.com \
--cc=mingkai.hu@nxp.com \
--cc=robh@kernel.org \
--cc=roy.zang@nxp.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.