linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-10-05 03:02:08 to 2016-10-07 20:21:07 UTC [more...]

pcie-armada8k.c maintainer?
 2016-10-07 20:21 UTC  (2+ messages)

[PATCH 1/8] PCI: armada: Name private struct pointer "armada8k" consistently
 2016-10-07 20:17 UTC  (9+ messages)
` [PATCH 2/8] PCI: armada: Add register accessors
` [PATCH 3/8] PCI: armada: Remove redundant struct armada8k_pcie.base
` [PATCH 4/8] PCI: armada: Pass device-specific struct to internal functions
` [PATCH 5/8] PCI: armada: Reorder struct armada8k_pcie
` [PATCH 6/8] PCI: armada: Replace armada8k_readl() with dw_pcie_readl_rc()
` [PATCH 7/8] PCI: armada: Reorder local declaration
` [PATCH 8/8] PCI: armada: Remove unused platform data

[PATCH 1/5] PCI: aardvark: Name private struct pointer "advk" consistently
 2016-10-07 20:07 UTC  (6+ 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

[PATCH 1/7] PCI: layerscape: Name private struct pointer "ls" consistently
 2016-10-07 18:21 UTC  (9+ messages)
` [PATCH 2/7] PCI: layerscape: Pass device-specific struct to internal functions
` [PATCH 3/7] PCI: layerscape: Remove redundant struct ls_pcie.dbi
` [PATCH 4/7] PCI: layerscape: Reorder struct ls_pcie
` [PATCH 5/7] PCI: layerscape: Add local struct device pointers
` [PATCH 6/7] PCI: layerscape: Move struct pcie_port setup to probe function
` [PATCH 7/7] PCI: layerscape: Remove unused ls_add_pcie_port() platform_device arg

[PATCH 1/6] PCI: keystone: Name private struct pointer "keystone" consistently
 2016-10-07 18:09 UTC  (9+ messages)
` [PATCH 2/6] PCI: keystone: Pass keystone_pcie, not address, to IRQ functions
` [PATCH 3/6] PCI: keystone: Pass keystone_pcie, not address, to DBI functions
` [PATCH 4/6] PCI: keystone: Add app register accessors
` [PATCH 5/6] PCI: keystone: Reorder struct keystone_pcie
` [PATCH 6/6] PCI: keystone: Use dw_pcie_readl_rc() and dw_pcie_pcie_writel_rc()

[PATCH 1/2] PCI/VMD: Use the more reliable method for setting the AER
 2016-10-07 17:46 UTC  (4+ messages)
` [PATCH 2/2] PCI/Quirks: Imply that other users can use the no-aer-sid quirk

[PATCH 1/5] PCI: tegra: Fix argument order in tegra_pcie_phy_disable()
 2016-10-07 17:24 UTC  (9+ 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 1/5] PCI: spear: Remove unused constants
 2016-10-07 16:44 UTC  (5+ messages)
` [PATCH 2/5] PCI: spear: Name private struct pointer "spear13xx" consistently
` [PATCH 3/5] PCI: spear: Pass device-specific struct to internal functions
` [PATCH 4/5] PCI: spear: Reorder struct spear13xx_pcie
` [PATCH 5/5] PCI: spear: Clean up struct device usage

[PATCH 1/5] PCI: qcom: Name private struct pointer "qcom" consistently
 2016-10-07 16:43 UTC  (5+ messages)
` [PATCH 2/5] PCI: qcom: Remove redundant struct qcom_pcie.dbi
` [PATCH 3/5] PCI: qcom: Remove redundant struct qcom_pcie.dev
` [PATCH 4/5] PCI: qcom: Reorder struct qcom_pcie
` [PATCH 5/5] PCI: qcom: Remove unused platform data

[PATCH 01/10] PCI: imx6: Name private struct pointer "imx6" consistently
 2016-10-07 16:39 UTC  (10+ messages)
` [PATCH 02/10] PCI: imx6: Name PHY accessors consistently with other i.MX6 accessors
` [PATCH 03/10] PCI: imx6: Add register accessors
` [PATCH 04/10] PCI: imx6: Pass device-specific struct to internal functions
` [PATCH 05/10] PCI: imx6: Removed unused struct imx6_pcie.mem_base
` [PATCH 06/10] PCI: imx6: Reorder struct imx6_pcie
` [PATCH 07/10] PCI: imx6: Remove unused return values
` [PATCH 08/10] PCI: imx6: Replace imx6_pcie_readl() with dw_pcie_readl_rc()
` [PATCH 09/10] PCI: imx6: Remove redundant of_node pointer
` [PATCH 10/10] PCI: imx6: Add local struct device pointers

[PATCH 01/11] PCI: hisi: Rename APB accessors
 2016-10-07 16:38 UTC  (11+ messages)
` [PATCH 02/11] PCI: hisi: Rename config accessors
` [PATCH 03/11] PCI: hisi: Name private struct pointer "hisi" consistently
` [PATCH 04/11] PCI: hisi: Remove redundant struct hisi_pcie.reg_base
` [PATCH 05/11] PCI: hisi: Pass device-specific struct to internal functions
` [PATCH 06/11] PCI: hisi: Reorder struct hisi_pcie
` [PATCH 07/11] PCI: hisi: Swap order of hisi_apb_writel() reg/val arguments
` [PATCH 08/11] PCI: hisi: Replace hisi_apb_readl() with dw_pcie_readl_rc()
` [PATCH 09/11] PCI: hisi: Include register block base in PCIE_SYS_STATE4 register address
` [PATCH 10/11] PCI: hisi: Add local struct device pointers
` [PATCH 11/11] PCI: hisi: Remove unused platform data

[PATCH 1/8] PCI: exynos: Name private struct pointer "exynos" consistently
 2016-10-07 16:36 UTC  (8+ messages)
` [PATCH 2/8] PCI: exynos: Pass device-specific struct to internal functions
` [PATCH 3/8] PCI: exynos: Reorder struct exynos_pcie
` [PATCH 4/8] PCI: exynos: Reorder accessor functions
` [PATCH 5/8] PCI: exynos: Swap order of exynos_elb_writel() reg/val arguments
` [PATCH 6/8] PCI: exynos: Swap order of exynos_phy_writel() "
` [PATCH 7/8] PCI: exynos: Swap order of exynos_blk_writel() "
` [PATCH 8/8] PCI: exynos: Add local struct device pointers

[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/9] PCI: dra7xx: Rename accessors
 2016-10-07 16:35 UTC  (9+ messages)
` [PATCH 2/9] PCI: dra7xx: Name private struct pointer "dra7xx" consistently
` [PATCH 3/9] PCI: dra7xx: Pass device-specific struct to internal functions
` [PATCH 4/9] PCI: dra7xx: Remove redundant struct device pointer from dra7xx_pcie
` [PATCH 5/9] PCI: dra7xx: Reorder struct dra7xx_pcie
` [PATCH 6/9] PCI: dra7xx: Replace dra7xx_pcie_readl_rc() with dw_pcie_readl_rc()
` [PATCH 7/9] PCI: dra7xx: Add local struct device pointers
` [PATCH 8/9] PCI: dra7xx: Move struct pcie_port setup to probe function
` [PATCH 9/9] PCI: dra7xx: Set drvdata at end of "

[PATCH 1/8] PCI: artpec6: Name private struct pointer "artpec6" consistently
 2016-10-07 16:33 UTC  (8+ messages)
` [PATCH 2/8] PCI: artpec6: Add register accessors
` [PATCH 3/8] PCI: artpec6: Pass device-specific struct to internal functions
` [PATCH 4/8] PCI: artpec6: Add resource name comments
` [PATCH 5/8] PCI: artpec6: Remove unnecessary artpec6_pcie_link_up()
` [PATCH 6/8] PCI: artpec6: Use dw_pcie_readl_rc() and dw_pcie_pcie_writel_rc()
` [PATCH 7/8] PCI: artpec6: Add local struct device pointers
` [PATCH 8/8] PCI: artpec6: Remove unused platform data

[PATCH 1/7] PCI: designware: Rename dw_pcie_valid_config() to dw_pcie_valid_device()
 2016-10-07 16:31 UTC  (7+ 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 7/7] PCI: designware-plat: Remove unused platform data

[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 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

PCI host driver cleanups
 2016-10-07 16:20 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  (3+ messages)
` [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)


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