messages from 2017-10-23 21:36:48 to 2017-10-30 04:22:53 UTC [more...]
[PATCH V2 00/12] Enable Tegra root port features and apply SW fixups
2017-10-30 4:18 UTC (7+ messages)
` [PATCH V2 01/12] PCI: tegra: Start LTSSM after programming root port
` [PATCH V2 02/12] PCI: tegra: Move REFCLK pad settings out of phy_power_on()
` [PATCH V2 03/12] PCI: tegra: Retrain link for Gen2 speed
` [PATCH V2 04/12] PCI: tegra: Advertise AER capability
` [PATCH V2 05/12] PCI: tegra: Program UPHY electrical settings in Tegra210
` [PATCH V2 06/12] PCI: tegra: Enable opportunistic update FC and ACK
[PATCH 00/12] Enable Tegra root port features and apply SW fixups
2017-10-30 3:56 UTC (26+ messages)
` [PATCH 01/12] PCI: tegra: Start LTSSM after programming root port
` [PATCH 02/12] PCI: tegra: Move REFCLK pad settings out of phy_power_on()
` [PATCH 03/12] PCI: tegra: Retrain link for Gen2 speed
` [PATCH 04/12] PCI: tegra: Advertise AER capability
` [PATCH 05/12] PCI: tegra: Program UPHY electrical settings in Tegra210
` [PATCH 06/12] PCI: tegra: Enable opportunistic update FC and ACK
` [PATCH 07/12] PCI: tegra: Disable AFI dynamic clock gating
` [PATCH 08/12] PCI: tegra: Wait for DLLP to finish before entering L1 or L2
` [PATCH 09/12] PCI: tegra: Enable PCIe xclk clock clamping
` [PATCH 10/12] PCI: tegra: Add SW fixup for RAW violations
` [PATCH 11/12] PCI: tegra: Increase the deskew retry time
` [PATCH 12/12] PCI: tegra: Update flow control threshold in Tegra210
[RFC PATCH v10 0/7] PCI: rockchip: Move PCIe WAKE# handling into pci core
2017-10-30 2:15 UTC (10+ messages)
` [RFC PATCH v10 1/7] dt-bindings: PCI: Add definition of PCIe WAKE# irq and PCI irq
` [RFC PATCH v10 5/7] PCI: Make pci_platform_pm_ops's callbacks optional
` [RFC PATCH v10 6/7] PCI / PM: Move acpi wakeup code to pci core
` [RFC PATCH v10 7/7] PCI / PM: Add support for the PCIe WAKE# signal for OF
[PATCH] pci: Add a acs_disable option for pci kernel parameter
2017-10-30 1:04 UTC (3+ messages)
[PATCH] pci: fix kernel-doc build warning
2017-10-30 0:07 UTC
[PATCH] Enable SR-IOV instantiation through /sys file
2017-10-29 21:12 UTC (12+ messages)
Devices behind a non-ACS switch are assigned different iommu-groups
2017-10-29 7:56 UTC
[RFC PATCH v8 0/7] PCI: rockchip: Move PCIe WAKE# handling into pci core
2017-10-28 20:39 UTC (18+ messages)
` [RFC PATCH v8 1/7] dt-bindings: PCI: Add definition of PCIe WAKE# irq and PCI irq
` [RFC PATCH v8 5/7] PCI: Make pci_platform_pm_ops's callbacks optional
` [RFC PATCH v8 6/7] PCI / PM: Move acpi wakeup code to pci core
` [RFC PATCH v8 7/7] PCI / PM: Add support for the PCIe WAKE# signal for OF
[PATCH] PCI: endpoint: handle probable NULL pointer access
2017-10-28 10:43 UTC (4+ messages)
[PATCH 0/12] PM / sleep: Driver flags for system suspend/resume
2017-10-27 22:30 UTC (14+ messages)
` [PATCH 04/12] PM / core: Add SMART_SUSPEND driver flag
` [PATCH 11/12] PM: i2c-designware-platdrv: Optimize power management
` [PATCH v2 0/6] PM / sleep: Driver flags for system suspend/resume (part 1)
` [PATCH v2 1/6] PM / core: Add NEVER_SKIP and SMART_PREPARE driver flags
` [PATCH v2 2/6] PCI / PM: Use the NEVER_SKIP driver flag
` [PATCH v2 3/6] PM / core: Add SMART_SUSPEND "
` [PATCH v2 4/6] PCI / PM: Drop unnecessary invocations of pcibios_pm_ops callbacks
` [PATCH v2 5/6] PCI / PM: Take SMART_SUSPEND driver flag into account
` [PATCH v2 6/6] ACPI "
[PATCH v3 2/2] pseries/eeh: Add Pseries pcibios_bus_add_device
2017-10-27 21:30 UTC (11+ messages)
[GIT PULL] PCI fixes for v4.14
2017-10-27 20:17 UTC
[PATCH v10 0/9] LPC: legacy ISA I/O support
2017-10-27 18:32 UTC (13+ messages)
` [PATCH v10 1/9] LIB: Introduce a generic PIO mapping method
` [PATCH v10 2/9] PCI: remove unused __weak attribute in pci_register_io_range()
` [PATCH v10 3/9] PCI: add fwnode handler as input param of pci_register_io_range()
` [PATCH v10 4/9] PCI: Apply the new generic I/O management on PCI IO hosts
` [PATCH v10 5/9] OF: Add missing I/O range exception for indirect-IO devices
` [PATCH v10 6/9] LPC: Support the LPC host on Hip06/Hip07 with DT bindings
` [PATCH v10 7/9] ACPI: Translate the I/O range of non-MMIO devices before scanning
` [PATCH v10 8/9] LPC: Add the ACPI LPC support
` [PATCH v10 9/9] MANTAINERS: Add maintainer for HiSilicon LPC driver
Subject: PCI: brcmstb: Add Broadcom Settopbox PCIe support (V2)
2017-10-27 14:37 UTC (24+ messages)
` [PATCH 1/8] SOC: brcmstb: add memory API
` [PATCH 2/8] PCI: host: brcmstb: add DT docs for Brcmstb PCIe device
` [PATCH 3/8] PCI: host: brcmstb: Broadcom PCIe Host Controller
` [PATCH 4/8] PCI: host: brcmstb: add dma-ranges for inbound traffic
` [PATCH 5/8] PCI/MSI: Enable PCI_MSI_IRQ_DOMAIN support for MIPS
` [PATCH 6/8] PCI: host: brcmstb: add MSI capability
` [PATCH 7/8] MIPS: BMIPS: add PCI bindings for 7425, 7435
` [PATCH 8/8] MIPS: BMIPS: enable PCI
[RFC PATCH v9 0/7] PCI: rockchip: Move PCIe WAKE# handling into pci core
2017-10-27 7:17 UTC (5+ messages)
` [RFC PATCH v9 1/7] dt-bindings: PCI: Add definition of PCIe WAKE# irq and PCI irq
` [RFC PATCH v9 5/7] PCI: Make pci_platform_pm_ops's callbacks optional
` [RFC PATCH v9 6/7] PCI / PM: Move acpi wakeup code to pci core
` [RFC PATCH v9 7/7] PCI / PM: Add support for the PCIe WAKE# signal for OF
Make Bjorn's life easier (and grease the path of your patch)
2017-10-26 22:37 UTC
[PATCH] alpha/pci: Fix pci_map_irq()/pci_swizzle() functions section markers
2017-10-26 21:46 UTC (3+ messages)
[PATCH v1] PCI: Fixup the RTIT_BAR of Intel TH on Denverton
2017-10-26 16:51 UTC (2+ messages)
Enabling peer to peer device transactions for PCIe devices
2017-10-26 13:28 UTC (9+ messages)
[PATCH v9 0/4] iommu/smmu-v3: Workaround for hisilicon 161010801 erratum(reserve HW MSI)
2017-10-26 10:11 UTC (6+ messages)
` [PATCH v9 2/4] iommu/dma: Add a helper function to reserve HW MSI address regions for IOMMU drivers
alpha boot hang - 4.14-rc* regression
2017-10-26 8:54 UTC (9+ messages)
[PATCH v7 0/3] PCI: rockchip: Move PCIE_WAKE handling into pci core
2017-10-26 8:42 UTC (7+ messages)
` [PATCH v7 1/3] PCI: Add support for wake irq
[PATCH v2] dwc: dra7xx: Print link state to console for debug
2017-10-26 7:59 UTC (11+ messages)
[pci:pci/resource 2/4] htmldocs: drivers/pci/pci.c:2979: warning: No description found for parameter 'pdev'
2017-10-26 6:58 UTC (3+ messages)
[PATCH 1/5] PCI: aardvark: Check for platform_get_irq() error
2017-10-26 6:37 UTC (5+ messages)
` [PATCH 4/5] PCI: tango: Fix platform_get_irq() error handling
[PATCH] PCI: rework error checking in the reset path
2017-10-25 22:34 UTC (6+ messages)
[PATCH] PCI: turn off PCIe services during shutdown
2017-10-25 19:01 UTC
[RFCv2 PATCH 00/36] Process management for IOMMU + SVM for SMMUv3
2017-10-25 18:05 UTC (5+ messages)
` [RFCv2 PATCH 01/36] iommu: Keep track of processes and PASIDs
[RFC PATCH] PCI: Detach driver before procfs & sysfs teardown on device remove
2017-10-25 13:51 UTC (2+ messages)
[PATCH v4] PCI: pciehp: Drop checking of PCI_BRIDGE_CONTROL in pciehp_unconfigure_device()
2017-10-25 11:29 UTC
Resizable PCI BAR support V9
2017-10-25 11:27 UTC (3+ messages)
Recovering from driver-detected 'surprise removal'
2017-10-25 11:20 UTC
[PATCH 5/9] PCI: host: brcmstb: add dma-ranges for inbound traffic
2017-10-25 9:36 UTC (15+ messages)
[PATCH v14 0/5] Replace PCI pool by DMA pool API
2017-10-24 20:18 UTC (3+ messages)
` [PATCH v14 5/5] PCI: Remove PCI pool macro functions
[PATCH V3 0/2] Tegra PCIe end point config space map code refactoring
2017-10-24 20:15 UTC (4+ messages)
` [PATCH V3 1/2] PCI: tegra: refactor config space mapping code
` [PATCH V3 2/2] ARM64: tegra: limit PCIe config space mapping to 4K for T186
[PATCH v2] PCI: hisi: add PCIe driver support for HiSilicon STB SoCs
2017-10-24 19:53 UTC (2+ messages)
[PATCH v3] PCI: pciehp: Check for valid PCI_BRIDGE_CONTROL in pciehp_unconfigure_device()
2017-10-24 16:28 UTC (2+ messages)
[PATCH] PCI: designware: move dw_pcie_iatu_unroll_enabled to pcie-designware.c
2017-10-24 13:40 UTC (3+ messages)
[PATCH 0/3] dts: Add the property of IB and OB
2017-10-24 8:30 UTC (4+ messages)
` [PATCH 1/3] ARMv8: dts: ls1046a: add "
` [PATCH 2/3] ARMv8: layerscape: add the pcie ep function support
` [PATCH 3/3] ARMv8: pcie: make the DWC EP driver support for layerscape
[RFC PATCH] PCI/portdrv: Fix switch devctrl error report enable
2017-10-24 8:29 UTC (3+ messages)
[PATCH] of: Devices with pci_epf_bus_type require DMA configuration
2017-10-24 5:43 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox