Age | Commit message (Expand) | Author |
2025-01-18 | PCI: dw-rockchip: Enumerate endpoints based on dll_link_up IRQ | Niklas Cassel |
2025-01-18 | PCI: qcom: Update ICC and OPP values after Link Up event | Krishna chaitanya chundru |
2025-01-18 | PCI: qcom: Don't wait for link if we can detect Link Up | Krishna chaitanya chundru |
2025-01-18 | PCI: dwc: Don't wait for link up if driver can detect Link Up event | Krishna chaitanya chundru |
2025-01-18 | PCI: dwc: Fix potential truncation in dw_pcie_edma_irq_verify() | Niklas Cassel |
2025-01-16 | PCI: dra7xx: Use syscon_regmap_lookup_by_phandle_args | Krzysztof Kozlowski |
2025-01-16 | PCI: layerscape: Use syscon_regmap_lookup_by_phandle_args | Krzysztof Kozlowski |
2025-01-16 | PCI: imx6: Remove surplus imx7d_pcie_init_phy() function | Richard Zhu |
2025-01-16 | PCI: imx6: Add missing reference clock disable logic | Richard Zhu |
2025-01-16 | PCI: imx6: Deassert apps_reset in imx_pcie_deassert_core_reset() | Richard Zhu |
2025-01-16 | PCI: imx6: Skip controller_id generation logic for i.MX7D | Richard Zhu |
2025-01-16 | PCI: imx6: Fetch dbi2 and iATU base addesses from DT | Richard Zhu |
2025-01-16 | PCI: imx6: Configure PHY based on Root Complex or Endpoint mode | Frank Li |
2025-01-16 | PCI: imx6: Add Refclk for i.MX95 PCIe | Richard Zhu |
2025-01-16 | PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) support | Frank Li |
2025-01-16 | PCI: Add pcie_print_tlp_log() to print TLP Header and Prefix Log | Ilpo Järvinen |
2025-01-16 | PCI: Add TLP Prefix reading to pcie_read_tlp_log() | Ilpo Järvinen |
2025-01-15 | PCI: of: Simplify devm_of_pci_get_host_bridge_resources() interface | Bjorn Helgaas |
2025-01-15 | PCI: of: Drop 'No bus range found' message | Bjorn Helgaas |
2025-01-15 | PCI: Unexport of_pci_parse_bus_range() | Bjorn Helgaas |
2025-01-15 | PCI: apple: Convert to {en,dis}able_device() callbacks | Marc Zyngier |
2025-01-15 | PCI: host-generic: Allow {en,dis}able_device() to be provided via pci_ecam_ops | Marc Zyngier |
2025-01-15 | PCI: imx6: Add IOMMU and ITS MSI support for i.MX95 | Frank Li |
2025-01-15 | x86/apic: Convert to IRQCHIP_MOVE_DEFERRED | Thomas Gleixner |
2025-01-15 | PCI: rockchip-ep: Fix error code in rockchip_pcie_ep_init_ob_mem() | Dan Carpenter |
2025-01-15 | PCI: rockchip: Refactor rockchip_pcie_disable_clocks() signature | Anand Moon |
2025-01-15 | PCI: rockchip: Simplify reset control handling by using reset_control_bulk*()... | Anand Moon |
2025-01-15 | PCI: Add enable_device() and disable_device() callbacks for bridges | Frank Li |
2025-01-15 | PCI/DPC: Quirk PIO log size for Intel Raptor Lake-P | Takashi Iwai |
2025-01-15 | PCI/sysfs: Remove unnecessary zero in initializer | Ilpo Järvinen |
2025-01-15 | PCI/sysfs: Use __free() in reset_method_store() | Ilpo Järvinen |
2025-01-15 | PCI/sysfs: Move reset related sysfs code to correct file | Ilpo Järvinen |
2025-01-14 | PCI: Store number of supported End-End TLP Prefixes | Ilpo Järvinen |
2025-01-14 | PCI: Use unsigned int i in pcie_read_tlp_log() | Ilpo Järvinen |
2025-01-14 | PCI: Use same names in pcie_read_tlp_log() prototype and definition | Ilpo Järvinen |
2025-01-14 | PCI: Add defines for TLP Header/Prefix log sizes | Ilpo Järvinen |
2025-01-14 | PCI: Move TLP Log handling to its own file | Ilpo Järvinen |
2025-01-14 | PCI: Don't expose pcie_read_tlp_log() outside PCI subsystem | Ilpo Järvinen |
2025-01-14 | Merge tag 'pci-v6.13-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2025-01-14 | PCI: mvebu: Enable module autoloading | Liao Chen |
2025-01-13 | PCI: rockchip: Simplify clock handling by using clk_bulk*() functions | Anand Moon |
2025-01-13 | PCI: rockchip: Add missing fields descriptions for struct rockchip_pcie_ep | Damien Le Moal |
2025-01-13 | PCI: rcar-ep: Fix incorrect variable used when calling devm_request_mem_region() | King Dix |
2025-01-13 | PCI: mediatek-gen3: Enable async probe by default | Douglas Anderson |
2025-01-13 | PCI: mediatek-gen3: Avoid PCIe resetting via PERST# for Airoha EN7581 SoC | Lorenzo Bianconi |
2025-01-13 | PCI: mediatek-gen3: Rely on msleep() in mtk_pcie_en7581_power_up() | Lorenzo Bianconi |
2025-01-13 | PCI: mediatek-gen3: Move reset delay in mtk_pcie_en7581_power_up() | Lorenzo Bianconi |
2025-01-13 | PCI: mediatek-gen3: Add comment about initialization order in mtk_pcie_en7581... | Lorenzo Bianconi |
2025-01-13 | PCI: mediatek-gen3: Move reset/assert callbacks in .power_up() | Lorenzo Bianconi |
2025-01-13 | PCI: mediatek-gen3: Rely on clk_bulk_prepare_enable() in mtk_pcie_en7581_powe... | Lorenzo Bianconi |