From: Bjorn Helgaas <helgaas@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org,
"Hariprasad Shenai" <hariprasad@chelsio.com>,
"Steve Wise" <swise@opengridcomputing.com>,
"Casey Leedom" <leedom@chelsio.com>,
"Fabio Estevam" <fabio.estevam@nxp.com>,
"Krzysztof Hałasa" <khalasa@piap.pl>,
"Tim Harvey" <tharvey@gateworks.com>,
"Lucas Stach" <l.stach@pengutronix.de>,
"Hannes Reinecke" <hare@suse.com>
Subject: [GIT PULL] PCI fixes for v4.6
Date: Mon, 18 Apr 2016 19:06:47 -0500 [thread overview]
Message-ID: <20160419000647.GA10952@localhost> (raw)
Hi Linus,
These are fixes for two issues:
- The VPD parsing code we added for v4.6 keeps some devices from crashing,
but also keeps cxgb4 from reading non-standard extra VPD data that is
relies on. Hariprasad added a way for the driver to specify how much
VPD is valid.
- The i.MX6 active-low reset GPIO support we added in v4.5 caused
regressions on some boards, so we're reverting that.
Bjorn
The following changes since commit 9735a22799b9214d17d3c231fe377fc852f042e9:
Linux 4.6-rc2 (2016-04-03 09:09:40 -0500)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.6-fixes-2
for you to fetch changes up to 67e658794ca191b3221b143f2a1c10d002c40bc8:
cxgb4: Set VPD size so we can read both VPD structures (2016-04-15 13:00:18 -0500)
----------------------------------------------------------------
PCI updates for v4.6:
VPD
Add pci_set_vpd_size() (Hariprasad Shenai)
cxgb4: Set VPD size so we can read both VPD structures (Hariprasad Shenai)
Freescale i.MX6 host bridge driver
Revert "PCI: imx6: Add support for active-low reset GPIO" (Fabio Estevam)
----------------------------------------------------------------
Fabio Estevam (1):
Revert "PCI: imx6: Add support for active-low reset GPIO"
Hariprasad Shenai (2):
PCI: Add pci_set_vpd_size() to set VPD size
cxgb4: Set VPD size so we can read both VPD structures
drivers/net/ethernet/chelsio/cxgb4/t4_hw.c | 10 +++++++
drivers/pci/access.c | 42 ++++++++++++++++++++++++++++++
drivers/pci/host/pci-imx6.c | 20 +++++++++-----
drivers/pci/pci.h | 1 +
include/linux/pci.h | 1 +
5 files changed, 68 insertions(+), 6 deletions(-)
next reply other threads:[~2016-04-19 0:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-19 0:06 Bjorn Helgaas [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-05-10 17:28 [GIT PULL] PCI fixes for v4.6 Bjorn Helgaas
2016-03-22 14:32 Bjorn Helgaas
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=20160419000647.GA10952@localhost \
--to=helgaas@kernel.org \
--cc=fabio.estevam@nxp.com \
--cc=hare@suse.com \
--cc=hariprasad@chelsio.com \
--cc=khalasa@piap.pl \
--cc=l.stach@pengutronix.de \
--cc=leedom@chelsio.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pci@vger.kernel.org \
--cc=swise@opengridcomputing.com \
--cc=tharvey@gateworks.com \
--cc=torvalds@linux-foundation.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).