linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v4.6
@ 2016-04-19  0:06 Bjorn Helgaas
  0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2016-04-19  0:06 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Hariprasad Shenai, Steve Wise,
	Casey Leedom, Fabio Estevam, Krzysztof Hałasa, Tim Harvey,
	Lucas Stach, Hannes Reinecke

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(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] PCI fixes for v4.6
@ 2016-05-10 17:28 Bjorn Helgaas
  0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2016-05-10 17:28 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lukas Wunner, Grygorii Strashko,
	Alan Stern, Rafael J. Wysocki

Hi Linus,

Since v4.5, we've WARNed during resume if a PCI device, including a
Thunderbolt device, was added while we were suspended.  A change we merged
for v4.6-rc1 turned that warning into a system hang.  These patches from
Lukas fix this issue.

Bjorn


The following changes since commit 67e658794ca191b3221b143f2a1c10d002c40bc8:

  cxgb4: Set VPD size so we can read both VPD structures (2016-04-15 13:00:18 -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-3

for you to fetch changes up to 9a2a5a638f8eb9c612a7a9af0afab93f506f6ba4:

  PCI: Do not treat EPROBE_DEFER as device attach failure (2016-05-02 13:49:11 -0500)

----------------------------------------------------------------
PCI updates for v4.6:

  Enumeration
    Fix BUG on device attach failure (Lukas Wunner)
    Do not treat EPROBE_DEFER as device attach failure (Lukas Wunner)

----------------------------------------------------------------
Lukas Wunner (2):
      PCI: Fix BUG on device attach failure
      PCI: Do not treat EPROBE_DEFER as device attach failure

 drivers/pci/bus.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] PCI fixes for v4.6
@ 2016-03-22 14:32 Bjorn Helgaas
  0 siblings, 0 replies; 3+ messages in thread
From: Bjorn Helgaas @ 2016-03-22 14:32 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Sekhar Nori, Kishon Vijay Abraham I,
	Tero Roponen

Hi Linus,

Here are two fixes for v4.6:

  - You merged a fix for a TI DRA7xx reset issue from another source, so
    Sekhar removed the "broken" tag from the driver, and

  - I botched a Kconfig merge and broke hotplug configuration for
    everybody, so Tero fixed that.

Bjorn


The following changes since commit 643ad15d47410d37d43daf3ef1c8ac52c281efa5:

  Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2016-03-20 19:08:56 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.6-fixes-1

for you to fetch changes up to 9188269a2e8ea5b32affef99d42c5eda91c07fdf:

  Revert "PCI: dra7xx: Mark driver as broken" (2016-03-22 07:50:11 -0500)

----------------------------------------------------------------
PCI updates for v4.6:

  TI DRA7xx host bridge driver
    Revert "PCI: dra7xx: Mark driver as broken" (Sekhar Nori)

  Miscellaneous
    Restore inclusion of pci/hotplug Kconfig (Tero Roponen)

----------------------------------------------------------------
Sekhar Nori (1):
      Revert "PCI: dra7xx: Mark driver as broken"

Tero Roponen (1):
      PCI: Restore inclusion of pci/hotplug Kconfig

 drivers/pci/Kconfig      | 1 +
 drivers/pci/host/Kconfig | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-10 17:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-19  0:06 [GIT PULL] PCI fixes for v4.6 Bjorn Helgaas
  -- strict thread matches above, loose matches on Subject: below --
2016-05-10 17:28 Bjorn Helgaas
2016-03-22 14:32 Bjorn Helgaas

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).