LinuxLists
Users
About
Yijing Wang (
[email protected]
)
Number of posts: 587 (2.08 per day)
First post: 2012-08-25 10:00:15
Last post: 2013-06-04 07:08:32
Previous Page
/
Next Page
Date
List
Subject
2015-04-03 09:38:13
linux-kernel
[PATCH v9 14/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
2015-04-03 09:38:08
linux-kernel
[PATCH v9 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
2015-04-03 09:37:33
linux-kernel
[PATCH v9 17/30] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
2015-04-03 09:36:47
linux-kernel
[PATCH v9 28/30] PCI: Remove platform specific pci_domain_nr()
2015-04-03 09:32:44
linux-kernel
Re: [PATCH] PCI: Save sysdata in pci_host_bridge drvdata
2015-04-03 09:31:26
linux-kernel
[PATCH v9 29/30] PCI: Remove pci_bus_assign_domain_nr()
2015-04-03 09:31:22
linux-kernel
[PATCH v9 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
2015-04-03 09:31:18
linux-kernel
[PATCH v9 30/30] PCI: Clean up CONFIG_PCI_DOMAINS_GENERIC
2015-04-03 09:31:14
linux-kernel
[PATCH v9 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
2015-04-03 09:31:09
linux-kernel
[PATCH v9 02/30] PCI: Remove deprecated pci_scan_bus_parented()
2015-04-03 09:31:05
linux-kernel
[PATCH v9 15/30] PCI: Introduce new scan function pci_scan_host_bridge()
2015-04-03 09:31:01
linux-kernel
[PATCH v9 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-04-03 09:30:57
linux-kernel
[PATCH v9 13/30] PCI: Move pcibios_root_bridge_prepare() to pci_create_host_bridge()
2015-04-03 09:30:54
linux-kernel
[PATCH v9 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
2015-04-03 09:30:50
linux-kernel
[PATCH v9 06/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
2015-04-03 09:30:45
linux-kernel
[PATCH v9 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
2015-04-03 09:30:38
linux-kernel
[PATCH v9 07/30] PCI: Add default bus resource in pci_host_bridge
2015-04-03 09:30:34
linux-kernel
[PATCH v9 05/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
2015-04-03 09:30:27
linux-kernel
[PATCH v9 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
2015-04-03 09:30:22
linux-kernel
[PATCH v9 03/30] PCI: Save domain in pci_host_bridge
2015-04-03 09:30:16
linux-kernel
[PATCH v9 18/30] ia64/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
2015-04-03 09:30:12
linux-kernel
[PATCH v9 04/30] PCI: Move pci_bus_assign_domain_nr() declaration into drivers/pci/pci.h
2015-04-03 09:30:07
linux-kernel
[PATCH v9 22/30] parisc/PCI: Use pci_scan_root_bus() for simplicity
2015-04-03 09:29:56
linux-kernel
[PATCH v9 16/30] PCI: Introduce pci_bus_child_max_busnr()
2015-04-03 09:29:49
linux-kernel
[PATCH v9 21/30] sparc/PCI: Use pci_scan_host_bridge() for simplicity
2015-04-03 09:29:44
linux-kernel
[PATCH] PCI: Save sysdata in pci_host_bridge drvdata
2015-04-03 09:29:39
linux-kernel
[PATCH v9 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity
2015-04-03 09:29:27
linux-kernel
[PATCH v9 01/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
2015-04-03 09:29:06
linux-kernel
[PATCH v9 08/30] PCI: Update pci_host_bridge bus resource
2015-02-27 00:57:08
linux-kernel
Re: [PATCH v4 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-02-26 08:26:40
linux-kernel
[PATCH v4 06/30] PCI: Combine PCI domain and bus number in u32 arg
2015-02-26 08:26:01
linux-kernel
[PATCH v4 08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
2015-02-26 08:25:40
linux-kernel
[PATCH v4 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
2015-02-26 08:24:46
linux-kernel
[PATCH v4 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-02-26 08:24:28
linux-kernel
Re: [PATCH v3 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-02-26 08:22:49
linux-kernel
[PATCH v4 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
2015-02-26 08:22:47
linux-kernel
[PATCH v4 11/30] PCI: Save sysdata in pci_host_bridge drvdata
2015-02-26 08:22:45
linux-kernel
[PATCH v4 13/30] PCI: Introduce new scan function pci_scan_root_bridge()
2015-02-26 08:22:28
linux-kernel
[PATCH v4 14/30] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge
2015-02-26 08:21:26
linux-kernel
[PATCH v4 19/30] PCI: Remove weak pcibios_root_bridge_prepare()
2015-02-26 08:21:24
linux-kernel
[PATCH v4 17/30] PCI/powerpc: Rename pcibios_root_bridge_prepare()
2015-02-26 08:20:55
linux-kernel
[PATCH v4 15/30] PCI/IA64: Refine pci_acpi_scan_root() with generic pci_host_bridge
2015-02-26 08:19:57
linux-kernel
[PATCH v4 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
2015-02-26 08:19:51
linux-kernel
[PATCH v4 28/30] PCI: Export find_pci_host_bridge()
2015-02-26 08:19:50
linux-kernel
[PATCH v4 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
2015-02-26 08:19:15
linux-kernel
[PATCH v4 30/30] PCI: Remove pci_bus_assign_domain_nr()
2015-02-26 08:19:13
linux-kernel
[PATCH v4 29/30] PCI: Remove platform specific pci_domain_nr()
2015-02-26 08:17:49
linux-kernel
[PATCH v4 07/30] PCI: Pass PCI domain number combined with root bus number
2015-02-26 08:16:44
linux-kernel
[PATCH v4 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
2015-02-26 08:16:43
linux-kernel
[PATCH v4 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
2015-02-26 08:16:41
linux-kernel
[PATCH v4 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()