linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v5.0
@ 2019-02-08 14:23 Bjorn Helgaas
  2019-02-09  0:40 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Bjorn Helgaas @ 2019-02-08 14:23 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Thinh Nguyen,
	Lukas F. Hartmann, Trent Piepho, Lucas Stach

PCI fixes:

  - Work around Synopsys duplicate Device ID (HAPS USB3, NXP i.MX) that
    breaks PCIe on I.MX SoCs (Thinh Nguyen)


The following changes since commit f14bcc0add3abecceca1a3fe538c4ec9566893f3:

  Revert "PCI: armada8k: Add support for gpio controlled reset signal" (2019-01-31 15:07:29 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.0-fixes-4

for you to fetch changes up to f57a98e1b71357713e44c57268a53d9c803f0626:

  PCI: Work around Synopsys duplicate Device ID (HAPS USB3, NXP i.MX) (2019-02-06 17:17:27 -0600)

----------------------------------------------------------------
pci-v5.0-fixes-4

----------------------------------------------------------------
Thinh Nguyen (1):
      PCI: Work around Synopsys duplicate Device ID (HAPS USB3, NXP i.MX)

 drivers/pci/quirks.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL] PCI fixes for v5.0
@ 2019-01-31 22:03 Bjorn Helgaas
  2019-02-01  7:25 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Bjorn Helgaas @ 2019-01-31 22:03 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Baruch Siach,
	Koen Vandeputte, Krzysztof Halasa, Arnd Bergmann,
	Leonard Crestez

PCI fixes:

  - Revert armada8k GPIO reset change that broke Macchiatobin booting
    (Baruch Siach)

  - Use actual size config reads on ARM cns3xxx (Koen Vandeputte)

  - Fix ARM cns3xxx config write alignment issue (Koen Vandeputte)

  - Fix imx6 PHY device link error checking (Leonard Crestez)

  - Fix imx6 probe failure on chips without separate PCI power domain
    (Leonard Crestez)


The following changes since commit d2fd6e81912a665993b24dcdc1c1384a42a54f7e:

  PCI: Fix __initdata issue with "pci=disable_acs_redir" parameter (2019-01-17 08:46:34 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.0-fixes-3

for you to fetch changes up to f14bcc0add3abecceca1a3fe538c4ec9566893f3:

  Revert "PCI: armada8k: Add support for gpio controlled reset signal" (2019-01-31 15:07:29 -0600)

----------------------------------------------------------------
pci-v5.0-fixes-3

----------------------------------------------------------------
Baruch Siach (1):
      Revert "PCI: armada8k: Add support for gpio controlled reset signal"

Koen Vandeputte (2):
      ARM: cns3xxx: Fix writing to wrong PCI config registers after alignment
      ARM: cns3xxx: Use actual size reads for PCIe

Leonard Crestez (2):
      PCI: imx: Fix probe failure without power domain
      PCI: imx: Fix checking pd_pcie_phy device link addition

 arch/arm/mach-cns3xxx/pcie.c               |  4 ++--
 drivers/pci/controller/dwc/pci-imx6.c      | 11 +++++++----
 drivers/pci/controller/dwc/pcie-armada8k.c | 16 ----------------
 3 files changed, 9 insertions(+), 22 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL] PCI fixes for v5.0
@ 2019-01-18 19:07 Bjorn Helgaas
  2019-01-18 19:40 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Bjorn Helgaas @ 2019-01-18 19:07 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Logan Gunthorpe,
	Ming Lei, Jens Axboe, Keith Busch, Christoph Hellwig,
	Rob Herring

PCI fixes:

  - Fix PCI kconfig menu organization (Rob Herring)

  - Fix pci_alloc_irq_vectors_affinity() error return to allow "reduce and
    retry" for drivers using IRQ sets (Ming Lei)

  - Fix "pci=disable_acs_redir" initdata use-after-free problem (Logan
    Gunthorpe)


The following changes since commit a3869d43c9800cf39496615361c83635fa3e7c82:

  PCI: amlogic: Fix build failure due to missing gpio header (2019-01-08 09:01:44 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.0-fixes-2

for you to fetch changes up to d2fd6e81912a665993b24dcdc1c1384a42a54f7e:

  PCI: Fix __initdata issue with "pci=disable_acs_redir" parameter (2019-01-17 08:46:34 -0600)

----------------------------------------------------------------
pci-v5.0-fixes-2

----------------------------------------------------------------
Logan Gunthorpe (1):
      PCI: Fix __initdata issue with "pci=disable_acs_redir" parameter

Ming Lei (1):
      PCI/MSI: Return -ENOSPC from pci_alloc_irq_vectors_affinity()

Rob Herring (1):
      PCI: Fix PCI kconfig menu organization

 drivers/pci/Kconfig | 22 ++++++++--------------
 drivers/pci/msi.c   | 22 +++++++++++++---------
 drivers/pci/pci.c   |  3 ++-
 3 files changed, 23 insertions(+), 24 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL] PCI fixes for v5.0
@ 2019-01-10 21:31 Bjorn Helgaas
  2019-01-11 17:00 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Bjorn Helgaas @ 2019-01-10 21:31 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Corentin Labbe

PCI fixes:

  - Fix Amlogic Meson host controller driver build failure (Corentin Labbe)


The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.0-fixes-1

for you to fetch changes up to a3869d43c9800cf39496615361c83635fa3e7c82:

  PCI: amlogic: Fix build failure due to missing gpio header (2019-01-08 09:01:44 -0600)

----------------------------------------------------------------
pci-v5.0-fixes-1

----------------------------------------------------------------
Corentin Labbe (1):
      PCI: amlogic: Fix build failure due to missing gpio header

 drivers/pci/controller/dwc/pci-meson.c | 1 +
 1 file changed, 1 insertion(+)

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

end of thread, other threads:[~2019-02-09  0:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-08 14:23 [GIT PULL] PCI fixes for v5.0 Bjorn Helgaas
2019-02-09  0:40 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2019-01-31 22:03 Bjorn Helgaas
2019-02-01  7:25 ` pr-tracker-bot
2019-01-18 19:07 Bjorn Helgaas
2019-01-18 19:40 ` pr-tracker-bot
2019-01-10 21:31 Bjorn Helgaas
2019-01-11 17:00 ` pr-tracker-bot

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