linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-29 14:35:13 to 2016-10-07 16:31:01 UTC [more...]

[PATCH 1/5] PCI: xgene: Name private struct pointer "xgene" consistently
 2016-10-07 16:28 UTC  (5+ messages)
` [PATCH 2/5] PCI: xgene: Pass xgene_pcie_port, not address, to setup functions
` [PATCH 3/5] PCI: xgene: Add register accessors
` [PATCH 4/5] PCI: xgene: Add local struct device pointers
` [PATCH 5/5] PCI: xgene: Remove unused platform data

[PATCH 1/7] PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device()
 2016-10-07 16:30 UTC  (6+ messages)
` [PATCH 2/7] PCI: designware: Simplify pcie_host_ops.readl_rc() and .writel_rc() interfaces
` [PATCH 3/7] PCI: designware: Swap order of dw_pcie_writel_rc() reg/val arguments
` [PATCH 4/7] PCI: designware: Export dw_pcie_readl_rc(), dw_pcie_writel_rc()
` [PATCH 5/7] PCI: designware-plat: Remove redundant dw_plat_pcie.mem_base
` [PATCH 6/7] PCI: designware-plat: Add local struct device pointers

[PATCH 1/9] PCI: xilinx: Name private struct pointer "xilinx" consistently
 2016-10-07 16:29 UTC  (9+ messages)
` [PATCH 2/9] PCI: xilinx: Rename accessors
` [PATCH 3/9] PCI: xilinx: Swap order of xilinx_writel() reg/val arguments
` [PATCH 4/9] PCI: xilinx: Add local struct device pointers
` [PATCH 5/9] PCI: xilinx: Remove unused platform data
` [PATCH 6/9] PCI: xilinx-nwl: Name private struct pointer "nwl" consistently
` [PATCH 7/9] PCI: xilinx-nwl: Swap order of nwl_bridge_writel() reg/val arguments
` [PATCH 8/9] PCI: xilinx-nwl: Add local struct device pointers
` [PATCH 9/9] PCI: xilinx-nwl: Remove unused platform data

[PATCH 1/3] PCI: rockchip: Rename accessors
 2016-10-07 16:27 UTC  (3+ messages)
` [PATCH 2/3] PCI: rockchip: Swap order of rockchip_writel() reg/val arguments
` [PATCH 3/3] PCI: rockchip: Remove unused platform data

[PATCH 1/5] PCI: tegra: Fix argument order in tegra_pcie_phy_disable()
 2016-10-07 16:26 UTC  (5+ messages)
` [PATCH 2/5] PCI: tegra: Swap order of afi_writel() reg/val arguments
` [PATCH 3/5] PCI: tegra: Swap order of pads_writel() "
` [PATCH 4/5] PCI: tegra: Add local struct device pointers
` [PATCH 5/5] PCI: tegra: Remove unused platform data

[PATCH 01/10] PCI: rcar: Rename accessors
 2016-10-07 16:26 UTC  (10+ messages)
` [PATCH 02/10] PCI: rcar: Name private struct pointer "rcar" consistently
` [PATCH 03/10] PCI: rcar: Swap order of rcar_writel() reg/val arguments
` [PATCH 04/10] PCI: rcar: Add local struct device pointers
` [PATCH 05/10] PCI: rcar: Remove unused rcar_pcie_get_resources() platform_device arg
` [PATCH 06/10] PCI: rcar: Remove unused platform data
` [PATCH 07/10] PCI: rcar: Remove DRV_NAME macro
` [PATCH 08/10] PCI: rcar-gen2: Name private struct pointer "rcar" consistently
` [PATCH 09/10] PCI: rcar-gen2: Add register accessors
` [PATCH 10/10] PCI: rcar-gen2: Add local struct device pointers

[PATCH 1/2] PCI: mvebu: Swap order of mvebu_writel() reg/val arguments
 2016-10-07 16:24 UTC  (2+ messages)
` [PATCH 2/2] PCI: mvebu: Add local struct device pointers

[PATCH 1/7] PCI: iproc: Rename accessors
 2016-10-07 16:24 UTC  (7+ messages)
` [PATCH 2/7] PCI: iproc: Name private struct pointer "iproc" consistently
` [PATCH 3/7] PCI: iproc: Hard-code PCIe capability offset instead of searching
` [PATCH 4/7] PCI: iproc: Validate CSR base in BCMA setup code
` [PATCH 5/7] PCI: iproc: Remove redundant null pointer checking
` [PATCH 6/7] PCI: iproc: Add local struct device pointers
` [PATCH 7/7] PCI: iproc: Set drvdata at end of probe function

[PATCH 01/10] PCI: altera: Name private struct pointer "altera" consistently
 2016-10-07 16:23 UTC  (10+ messages)
` [PATCH 02/10] PCI: altera: Simplify TLB_CFG_DW0 usage
` [PATCH 03/10] PCI: altera: Simplify TLP_CFG_DW1 usage
` [PATCH 04/10] PCI: altera: Rename _altera_pcie_cfg_read() to altera_raw_cfg_read()
` [PATCH 05/10] PCI: altera: Remove redundant platform_get_resource() return value check
` [PATCH 06/10] PCI: altera: Rename CRA accessors
` [PATCH 07/10] PCI: altera: Swap order of altera_cra_writel() reg/val arguments
` [PATCH 08/10] PCI: altera: Rename altera_pcie_valid_config() to altera_pcie_valid_device()
` [PATCH 09/10] PCI: altera: Add local struct device pointers
` [PATCH 10/10] PCI: altera: Remove unused platform data

[PATCH 1/5] PCI: aardvark: Name private struct pointer "advk" consistently
 2016-10-07 16:21 UTC  (5+ messages)
` [PATCH 2/5] PCI: aardvark: Reorder accessor functions
` [PATCH 3/5] PCI: aardvark: Swap order of advk_write() reg/val arguments
` [PATCH 4/5] PCI: aardvark: Add local struct device pointers
` [PATCH 5/5] PCI: aardvark: Remove unused platform data

PCI host driver cleanups
 2016-10-07 16:20 UTC 

pcie-armada8k.c maintainer?
 2016-10-07 15:39 UTC 

[PATCH] PCI/VMD: Use local SRCU to prevent delaying global RCU
 2016-10-06 22:47 UTC 

[PATCH v4] PCI: rockchip: Support property to specify the link capability
 2016-10-06 21:38 UTC  (2+ messages)

[GIT PULL] PCI changes for v4.9
 2016-10-06 18:17 UTC 

[PATCH] PCI: tegra: Fix argument order in tegra_pcie_phy_disable()
 2016-10-06 14:49 UTC  (2+ messages)

USB hot-plug not working (ASUS TP301UA-C4028T)
 2016-10-06 14:42 UTC  (5+ messages)

[RFC] PCI: Fix kernel panic of root-port-less PCIe enum due to ASPM
 2016-10-06 14:27 UTC  (3+ messages)

[PATCH V3 0/4] ARM64 LPC: legacy ISA I/O support
 2016-10-06 13:31 UTC  (8+ messages)
` [PATCH V3 2/4] ARM64 LPC: LPC driver implementation on Hip06

[PATCH 0/1] x86/platform/intel-mid: Retrofit pci_platform_pm_ops
 2016-10-06  6:24 UTC  (2+ messages)
` [PATCH 1/1] x86/platform/intel-mid: Retrofit pci_platform_pm_ops ->get_power hook

[PATCH v3] PCI: rockchip: Support property to specify the link capability
 2016-10-06  2:18 UTC  (4+ messages)

[pci:pci/host-cleanups-wip 141/152] drivers/pci/host/pci-xgene.c:391:16: warning: unused variable 'csr_base'
 2016-10-05 23:08 UTC 

[pci:pci/host-cleanups-wip 136/152] drivers/pci/host/pci-tegra.c:342:29: error: 'offset' undeclared
 2016-10-05 23:07 UTC 

[pci:pci/host-cleanups-wip 116/126] drivers/pci/host/pcie-rcar.c:712:28: error: incompatible type for argument 1 of 'list_is_singular'
 2016-10-05 18:02 UTC 

[PATCH V2 0/3] ACPI,PCI,IRQ: revert penalty calculation for SCI
 2016-10-05 13:38 UTC  (5+ messages)
` [PATCH V2 1/3] Revert "ACPI,PCI,IRQ: reduce static IRQ array size to 16"
` [PATCH V2 2/3] ACPI, PCI IRQ: add PCI_USING penalty for ISA interrupts
` [PATCH V2 3/3] Revert "ACPI,PCI,IRQ: remove SCI penalize function"

[PATCH v2 0/5] PCI PM refinements
 2016-10-05 12:32 UTC  (5+ messages)
` [PATCH v2 5/5] PCI: Avoid unnecessary resume on shutdown

[pci:pci/host-cleanups-wip 94/95] drivers/pci/host/pcie-spear13xx.c:159:20: error: 'pp' undeclared
 2016-10-05  9:56 UTC 

[pci:pci/host-cleanups-wip 91/95] drivers/pci/host/pci-rcar-gen2.c:167:15: error: implicit declaration of function 'rcar_pci_read'
 2016-10-05  9:50 UTC 

[pci:pci/host-cleanups-wip 65/95] drivers/pci/host/pci-imx6.c:540:32: error: passing argument 1 of 'imx6_pcie_wait_for_link' from incompatible pointer type
 2016-10-05  9:45 UTC 

[pci:pci/host-cleanups-wip 47/95] drivers/pci/host/pci-exynos.c:459:29: error: passing argument 1 of 'exynos_pcie_establish_link' from incompatible pointer type
 2016-10-05  9:38 UTC 

[pci:pci/host-cleanups-wip 45/95] drivers/pci/host/pci-dra7xx.c:453:8: error: implicit declaration of function 'dw_pcie_pcie_readl_rc'
 2016-10-05  9:31 UTC 

[pci:pci/host-cleanups-wip 42/95] drivers/pci/host/pci-dra7xx.c:151:29: error: passing argument 1 of 'dra7xx_pcie_establish_link' from incompatible pointer type
 2016-10-05  9:26 UTC 

[pci:pci/host-cleanups-wip 38/95] drivers/pci/host/pcie-artpec6.c:142:2: error: implicit declaration of function 'dw_pcie_pcie_writel_rc'
 2016-10-05  9:20 UTC 

[pci:pci/host-cleanups-wip 35/95] drivers/pci/host/pcie-artpec6.c:278:30: error: passing argument 1 of 'artpec6_add_pcie_port' from incompatible pointer type
 2016-10-05  9:14 UTC 

[pci:pci/host-cleanups-wip 26/95] drivers/pci/host/pcie-altera.c:339:32: error: passing argument 1 of 'altera_pcie_valid_device' from incompatible pointer type
 2016-10-05  9:08 UTC 

[pci:pci/host-cleanups-wip 24/95] drivers/pci/host/pcie-altera.c:108:30: error: passing argument 1 of 'altera_cra_readl' from incompatible pointer type
 2016-10-05  9:01 UTC 

[pci:pci/host-cleanups-wip 22/95] drivers/pci/host/pcie-altera.c:344:29: error: passing argument 1 of 'altera_raw_cfg_read' from incompatible pointer type
 2016-10-05  8:55 UTC 

[PATCH 1/2] PCI: rockchip: Provide captured slot power limit and scale
 2016-10-05  8:50 UTC  (2+ messages)
` [PATCH 2/2] PCI: rockchip: Mark RC as common clock architecture

[PATCH v2] PCI: rockchip: Support property to specify the link capability
 2016-10-05  4:36 UTC  (2+ messages)

[pci:pci/host-cleanups-wip 89/95] drivers/pci/host/pcie-rcar.c:933:3: error: expected ')' before 'rcar_writel'
 2016-10-05  0:46 UTC 

[pci:pci/host-cleanups-wip 76/95] drivers/pci/host/pci-keystone-dw.c:260:12: error: too few arguments to function 'ks_dw_app_readl'
 2016-10-05  0:38 UTC 

[pci:pci/host-cleanups-wip 88/95] drivers/pci/host/pcie-rcar.c:227:31: error: 'pcie' undeclared
 2016-10-05  0:39 UTC 

[pci:pci/host-cleanups-wip 32/95] drivers/pci/host/pcie-armada8k.c:74:24: warning: unused variable 'armada8k'
 2016-10-05  0:32 UTC 

[pci:pci/host-cleanups-wip 91/95] drivers/pci/host/pci-rcar-gen2.c:215:8: error: too few arguments to function 'rcar_pci_readl'
 2016-10-05  0:33 UTC 

ks_dw_pcie_initiate_link_train() question
 2016-10-04 21:52 UTC  (2+ messages)

4.7 regression: ACPI: No IRQ available for PCI Interrupt Link [LNKD]. Try pci=noacpi or acpi=off
 2016-10-04 17:54 UTC  (25+ messages)

[PATCH v2] pcie-rcar: try setting PCIe speed to 5 GT/s at boot
 2016-10-04 17:36 UTC  (5+ messages)

[PATCH] pci/vmd: Move vmd driver to drivers/pci/host
 2016-10-04 17:34 UTC  (2+ messages)

[PATCH 1/2] PCI: rockchip: improve the deassert sequence of four reset pins
 2016-10-04 17:24 UTC  (2+ messages)

[PATCH v2] PCI: rockchip: Increase the Max Credit update interval
 2016-10-04 17:17 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 1/2 v2] pci-hyperv: properly handle pci bus remove
 2016-10-04 14:32 UTC  (3+ messages)

[PATCH 1/3] Revert "ACPI,PCI,IRQ: reduce static IRQ array size to 16"
 2016-10-04 14:23 UTC  (11+ messages)
` [PATCH 2/3] ACPI, PCI IRQ: add PCI_USING penalty for ISA interrupts
  ` [2/3] "
` [PATCH 3/3] Revert "ACPI,PCI,IRQ: remove SCI penalize function"
  ` [3/3] "
` [1/3] Revert "ACPI,PCI,IRQ: reduce static IRQ array size to 16"

[PATCH 2/2 v3] pci-hyperv: lock pci bus on device eject
 2016-10-04  6:43 UTC 

[PATCH 1/2 v3] pci-hyperv: properly handle pci bus remove
 2016-10-04  6:42 UTC 

pciutils 3.5.2 released
 2016-10-03 20:01 UTC 

[PATCH] lspci: Parse all the L1 PM substate capability regs
 2016-10-03 19:50 UTC  (9+ messages)
` [PATCH v2] "

[PATCH V3 0/2] PCI: add CRS support after hot reset and FLR
 2016-10-03  5:37 UTC  (3+ messages)
` [PATCH V3 1/2] PCI: add CRS support to error handling path
` [PATCH V3 2/2] PCI: handle CRS returned by device after FLR

[PATCH V2 0/5] PCI: error handling clean up and add CRS support
 2016-10-03  3:34 UTC  (5+ messages)
` [PATCH V2 3/5] PCI: save and restore bus on parent bus reset

PCI Resource Allocation
 2016-10-01  3:20 UTC  (4+ messages)

[PATCH] pciutils: Update the tests/cap-l1-pm with actual device data
 2016-10-01  0:41 UTC 

[PATCH v4 2/2] pci:aer: add support aer interrupt with none MSI/MSI-X/INTx mode
 2016-09-30 22:13 UTC  (11+ messages)
` [PATCH v5 1/3] arm/dts: add pcie aer interrupt-name property in the dts
  ` [PATCH v5 3/3] pci:aer: add support aer interrupt with none MSI/MSI-X/INTx mode
    ` [PATCH v6 1/3] arm/dts-ls1021: add pcie aer/pme interrupt-name property in the dts
      ` [PATCH v6 2/3] arm64/dts-ls1043-ls2080: "
      ` [PATCH v6 3/3] pci:add support aer/pme interrupts with none MSI/MSI-X/INTx mode

[PATCH v5 00/14] ACPI IORT ARM SMMU support
 2016-09-30 15:48 UTC  (6+ messages)
` [PATCH v5 01/14] drivers: iommu: add FWNODE_IOMMU fwnode type

[PATCH] aer: function comments cleanup
 2016-09-30 15:14 UTC  (2+ messages)

[Xen-devel] [PATCH] xen: Remove event channel notification through Xen PCI platform device
 2016-09-30 14:46 UTC 

[PATCH v8 0/8] thunderbolt: Introducing Thunderbolt(TM) Networking
 2016-09-30  8:50 UTC  (6+ messages)

[PATCH v5 0/4] PCI: Introduce a way to enforce all MMIO BARs not to share PAGE_SIZE
 2016-09-30  4:13 UTC  (9+ messages)
` [PATCH v5 3/4] PCI: Add a new option for resource_alignment to reassign alignment
` [PATCH v5 4/4] PCI: Add a macro to set default alignment for all PCI devices

[PATCH v2 1/2] pci: Call pcibios_sriov_enable() before IOV BARs are enabled
 2016-09-29 23:47 UTC  (2+ messages)
` [PATCH v2 2/2] PCI: Don't disable PF's memory decoding when enabling SRIOV

[PATCH] PCI: Add parameter @mmio_force_on to pci_update_resource()
 2016-09-29 23:45 UTC  (7+ messages)

replace pci_enable_msi_{exact_range} with pci_alloc_irq_vectors
 2016-09-29 19:27 UTC  (15+ messages)
` [PATCH 2/6] ipr: use pci_irq_allocate_vectors
` [PATCH 4/6] vfio_pci: "
` [PATCH 5/6] genwqe: "


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