All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v4.4
@ 2016-01-09 15:19 ` Bjorn Helgaas
  0 siblings, 0 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2016-01-09 15:19 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Richard Cochran, Kishon Vijay Abraham I,
	Russell King, Tony Lindgren, Dan Murphy, Suman Anna,
	linux-arm-kernel

Hi Linus,

Sorry about this last-minute pull request.  This marks the TI DRA7xx host
bridge driver as broken.  Apparently it has never worked without some
additional out-of-tree code, so I'm going to mark it broken now and remove
it completely next cycle unless it's fixed.

Bjorn


The following changes since commit 1dbe162d53e11665b48a1c122899ffc2c068bef4:

  PCI: hisi: Fix hisi_pcie_cfg_read() 32-bit reads (2015-12-04 16:32:25 -0600)

are available in the git repository at:

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

for you to fetch changes up to 5c3b99d057525fe2befe6a7db9b1309035d93eee:

  PCI: dra7xx: Mark driver as broken (2016-01-08 09:58:31 -0600)

----------------------------------------------------------------
PCI updates for v4.4:

  TI DRA7xx host bridge driver
    Mark driver as broken (Richard Cochran)

----------------------------------------------------------------
Richard Cochran (1):
      PCI: dra7xx: Mark driver as broken

 drivers/pci/host/Kconfig | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL] PCI fixes for v4.4
@ 2016-01-09 15:19 ` Bjorn Helgaas
  0 siblings, 0 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2016-01-09 15:19 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Linus,

Sorry about this last-minute pull request.  This marks the TI DRA7xx host
bridge driver as broken.  Apparently it has never worked without some
additional out-of-tree code, so I'm going to mark it broken now and remove
it completely next cycle unless it's fixed.

Bjorn


The following changes since commit 1dbe162d53e11665b48a1c122899ffc2c068bef4:

  PCI: hisi: Fix hisi_pcie_cfg_read() 32-bit reads (2015-12-04 16:32:25 -0600)

are available in the git repository at:

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

for you to fetch changes up to 5c3b99d057525fe2befe6a7db9b1309035d93eee:

  PCI: dra7xx: Mark driver as broken (2016-01-08 09:58:31 -0600)

----------------------------------------------------------------
PCI updates for v4.4:

  TI DRA7xx host bridge driver
    Mark driver as broken (Richard Cochran)

----------------------------------------------------------------
Richard Cochran (1):
      PCI: dra7xx: Mark driver as broken

 drivers/pci/host/Kconfig | 1 +
 1 file changed, 1 insertion(+)

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

* [GIT PULL] PCI fixes for v4.4
@ 2015-12-31 21:21 Bjorn Helgaas
  0 siblings, 0 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2015-12-31 21:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-pci, linux-kernel, Dongdong Liu

Hi Linus,

Here's another fix for v4.4.  This fixes 32-bit config reads for the
HiSilicon driver.  Obviously the driver is completely broken without this
fix (apparently it actually was tested internally, but got broken somehow
in the process of upstreaming it).

Bjorn


The following changes since commit 99496bd2971fc378226ad4413e5b72c4545714bd:

  PCI: altera: Fix error when INTx is 4 (2015-12-04 16:21:21 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.4-fixes-3

for you to fetch changes up to 1dbe162d53e11665b48a1c122899ffc2c068bef4:

  PCI: hisi: Fix hisi_pcie_cfg_read() 32-bit reads (2015-12-04 16:32:25 -0600)

----------------------------------------------------------------
PCI updates for v4.4:

  HiSilicon host bridge driver
    Fix 32-bit config reads (Dongdong Liu)

----------------------------------------------------------------
Dongdong Liu (1):
      PCI: hisi: Fix hisi_pcie_cfg_read() 32-bit reads

 drivers/pci/host/pcie-hisi.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

* [GIT PULL] PCI fixes for v4.4
@ 2015-12-09 16:02 Bjorn Helgaas
  0 siblings, 0 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2015-12-09 16:02 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Ley Foon Tan, Dan Carpenter, Marc Zyngier

Hi Linus,

These are more fixes I'd like to have in v4.4.  Several for the Altera
driver added for v4.4, and one for an MSI domain problem that affects
several arm64 platforms.

Bjorn


The following changes since commit 7c7a0e945349a3d0d497d7f32db6ed33d4031110:

  ARM/PCI: Move align_resource function pointer to pci_host_bridge structure (2015-11-25 13:23:38 -0600)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v4.4-fixes-2

for you to fetch changes up to 99496bd2971fc378226ad4413e5b72c4545714bd:

  PCI: altera: Fix error when INTx is 4 (2015-12-04 16:21:21 -0600)

----------------------------------------------------------------
PCI updates for v4.4:

  MSI
    Only use the generic MSI layer when domain is hierarchical (Marc Zyngier)

  Altera host bridge driver
    Fix loop in tlp_read_packet() (Dan Carpenter)
    Fix Requester ID for config accesses (Ley Foon Tan)
    Check TLP completion status (Ley Foon Tan)
    Fix error when INTx is 4 (Ley Foon Tan)

----------------------------------------------------------------
Dan Carpenter (1):
      PCI: altera: Fix loop in tlp_read_packet()

Ley Foon Tan (3):
      PCI: altera: Fix Requester ID for config accesses
      PCI: altera: Check TLP completion status
      PCI: altera: Fix error when INTx is 4

Marc Zyngier (1):
      PCI/MSI: Only use the generic MSI layer when domain is hierarchical

 drivers/pci/host/pcie-altera.c | 23 ++++++++++++++++-------
 drivers/pci/msi.c              |  4 ++--
 2 files changed, 18 insertions(+), 9 deletions(-)

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

* [GIT PULL] PCI fixes for v4.4
@ 2015-11-28 20:02 Bjorn Helgaas
  0 siblings, 0 replies; 5+ messages in thread
From: Bjorn Helgaas @ 2015-11-28 20:02 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Gabriele Paoloni, Arnd Bergmann,
	Stanimir Varbanov, Mathias Krause

Hi Linus,

Here are a few fixes I'd like to have in v4.4: a generic one for sysfs and
three for HiSilicon and DesignWare host controllers.

Bjorn


The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:

  Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)

are available in the git repository at:

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

for you to fetch changes up to 7c7a0e945349a3d0d497d7f32db6ed33d4031110:

  ARM/PCI: Move align_resource function pointer to pci_host_bridge structure (2015-11-25 13:23:38 -0600)

----------------------------------------------------------------
PCI updates for v4.4:

  NUMA
    Prevent out of bounds access in numa_node override (Mathias Krause)

  HiSilicon host bridge driver
    Fix deferred probing (Arnd Bergmann)

  Synopsys DesignWare host bridge driver
    Remove incorrect io_base assignment (Stanimir Varbanov)
    Move align_resource function pointer to pci_host_bridge structure (Gabriele Paoloni)

----------------------------------------------------------------
Arnd Bergmann (1):
      PCI: hisi: Fix deferred probing

Gabriele Paoloni (1):
      ARM/PCI: Move align_resource function pointer to pci_host_bridge structure

Mathias Krause (1):
      PCI: Prevent out of bounds access in numa_node override

Stanimir Varbanov (1):
      PCI: designware: Remove incorrect io_base assignment

 arch/arm/kernel/bios32.c           | 19 +++++++++++--------
 drivers/pci/host/pcie-designware.c |  1 -
 drivers/pci/host/pcie-hisi.c       |  4 ++--
 drivers/pci/pci-sysfs.c            |  5 ++++-
 drivers/pci/pci.h                  |  2 --
 include/linux/pci.h                |  9 +++++++++
 6 files changed, 26 insertions(+), 14 deletions(-)

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

end of thread, other threads:[~2016-01-09 15:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-09 15:19 [GIT PULL] PCI fixes for v4.4 Bjorn Helgaas
2016-01-09 15:19 ` Bjorn Helgaas
  -- strict thread matches above, loose matches on Subject: below --
2015-12-31 21:21 Bjorn Helgaas
2015-12-09 16:02 Bjorn Helgaas
2015-11-28 20:02 Bjorn Helgaas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.