From: Bjorn Helgaas <helgaas@kernel.org>
To: Ley Foon Tan <lftan@altera.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org,
Ley Foon Tan <lftan.linux@gmail.com>
Subject: Re: [PATCH 0/2] PCI: altera: fix link retrain
Date: Fri, 22 Jul 2016 16:07:05 -0500 [thread overview]
Message-ID: <20160722210705.GA32142@localhost> (raw)
In-Reply-To: <1466499193-1987-1-git-send-email-lftan@altera.com>
On Tue, Jun 21, 2016 at 04:53:11PM +0800, Ley Foon Tan wrote:
> This 2 patches fix the issue before and after retrain link.
>
> Ley Foon Tan (2):
> PCI: altera: check link status before retrain link
> PCI: altera: Polling for link up status after retrain the link
>
> drivers/pci/host/pcie-altera.c | 48 +++++++++++++++++++++++++++---------------
> 1 file changed, 31 insertions(+), 17 deletions(-)
I applied these to pci/host-altera for v4.8, thanks!
I split the code move into its own patch so the bug fix is clearly
visible. I also fixed these whitespace errors:
if(!altera_pcie_link_is_up(pcie))
while(!altera_pcie_link_is_up(pcie)) {
A space is required after "if" and "while".
next prev parent reply other threads:[~2016-07-22 21:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-21 8:53 [PATCH 0/2] PCI: altera: fix link retrain Ley Foon Tan
2016-06-21 8:53 ` [PATCH 1/2] PCI: altera: check link status before retrain link Ley Foon Tan
2016-06-21 8:53 ` [PATCH 2/2] PCI: altera: Polling for link up status after retrain the link Ley Foon Tan
2016-07-12 10:19 ` [PATCH 0/2] PCI: altera: fix link retrain Ley Foon Tan
2016-07-22 1:20 ` Ley Foon Tan
2016-07-22 21:07 ` Bjorn Helgaas [this message]
2016-07-25 5:07 ` Ley Foon Tan
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=20160722210705.GA32142@localhost \
--to=helgaas@kernel.org \
--cc=bhelgaas@google.com \
--cc=lftan.linux@gmail.com \
--cc=lftan@altera.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.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).