mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jesse Barnes <jbarnes@virtuousgeek.org>
To: Yinghai Lu <yinghai.lu@oracle.com>
Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
	Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>,
	Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Subject: Re: [PATCH] pciehp: Retrieve link speed after link is trained
Date: Wed, 2 Nov 2011 14:05:22 -0700	[thread overview]
Message-ID: <20111102140522.411ef343@jbarnes-desktop> (raw)
In-Reply-To: <4E9147DE.3050006@oracle.com>

[-- Attachment #1: Type: text/plain, Size: 1649 bytes --]

On Sun, 09 Oct 2011 00:06:06 -0700
Yinghai Lu <yinghai.lu@oracle.com> wrote:

> 
> During hot plug, board_added will call pciehp_power_on_slot().
> But link speed is updated in pciehp_power_on_slot().
> 
> We should not update link speed there, because that is too early.
> 
> Move updating to pciehp_check_link_status() after making sure link is trained.
> 
> Signed-off-by: Yinghai Lu <yinghai.lu@oracle.com>
> 
> ---
>  drivers/pci/hotplug/pciehp_hpc.c |   10 ++--------
>  1 file changed, 2 insertions(+), 8 deletions(-)
> 
> Index: linux-2.6/drivers/pci/hotplug/pciehp_hpc.c
> ===================================================================
> --- linux-2.6.orig/drivers/pci/hotplug/pciehp_hpc.c
> +++ linux-2.6/drivers/pci/hotplug/pciehp_hpc.c
> @@ -294,6 +294,8 @@ int pciehp_check_link_status(struct cont
>  		return retval;
>  	}
>  
> +	pcie_update_link_speed(ctrl->pcie->port->subordinate, lnk_status);
> +
>  	return retval;
>  }
>  
> @@ -516,14 +518,6 @@ int pciehp_power_on_slot(struct slot * s
>  	ctrl_dbg(ctrl, "%s: SLOTCTRL %x write cmd %x\n", __func__,
>  		 pci_pcie_cap(ctrl->pcie->port) + PCI_EXP_SLTCTL, slot_cmd);
>  
> -	retval = pciehp_readw(ctrl, PCI_EXP_LNKSTA, &lnk_status);
> -	if (retval) {
> -		ctrl_err(ctrl, "%s: Cannot read LNKSTA register\n",
> -				__func__);
> -		return retval;
> -	}
> -	pcie_update_link_speed(ctrl->pcie->port->subordinate, lnk_status);
> -
>  	return retval;
>  }

Kenji-san or Hidetoshi-san, would it be possible to get tested-bys and
reviewed-bys from you on this patch?

Thanks,
-- 
Jesse Barnes, Intel Open Source Technology Center

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2011-11-02 21:05 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-09  7:06 Yinghai Lu
2011-11-02 21:05 ` Jesse Barnes [this message]
2011-11-03  7:07   ` Kenji Kaneshige
2011-11-07 11:30     ` Kenji Kaneshige
2011-11-07 15:53       ` [PATCH -v2] " Yinghai Lu
2011-11-07 16:07         ` Jesse Barnes

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=20111102140522.411ef343@jbarnes-desktop \
    --to=jbarnes@virtuousgeek.org \
    --cc=kaneshige.kenji@jp.fujitsu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=seto.hidetoshi@jp.fujitsu.com \
    --cc=yinghai.lu@oracle.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

Powered by JetHome