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

Date List Subject
2015-02-26 08:16:40 linux-kernel [PATCH v4 22/30] PCI/Parisc: Use pci_scan_root_bus() for simplicity
2015-02-26 08:16:37 linux-kernel [PATCH v4 21/30] PCI: Introduce pci_bus_child_max_busnr()
2015-02-26 08:16:34 linux-kernel [PATCH v4 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
2015-02-26 08:16:31 linux-kernel [PATCH v4 20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity
2015-02-26 08:15:53 linux-kernel [PATCH v4 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()
2015-02-26 08:15:51 linux-kernel [PATCH v4 18/30] PCI/powerpc: Use pci_scan_root_bridge() for simplicity
2015-02-26 08:15:47 linux-kernel [PATCH v4 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
2015-02-26 08:15:39 linux-kernel [PATCH v4 04/30] PCI: Remove deprecated pci_scan_bus_parented()
2015-02-26 08:15:38 linux-kernel [PATCH v4 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()
2015-02-26 08:15:36 linux-kernel [PATCH v4 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
2015-02-26 08:15:33 linux-kernel [PATCH v4 03/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
2015-02-26 01:42:27 linux-kernel [PATCH v3 17/30] PCI/powerpc: Rename pcibios_root_bridge_prepare()
2015-02-26 01:41:53 linux-kernel [PATCH v3 21/30] PCI: Introduce pci_bus_child_max_busnr()
2015-02-26 01:41:32 linux-kernel [PATCH v3 20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity
2015-02-26 01:41:08 linux-kernel [PATCH v3 19/30] PCI: Remove weak pcibios_root_bridge_prepare()
2015-02-26 01:40:06 linux-kernel [PATCH v3 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
2015-02-26 01:39:44 linux-kernel [PATCH v3 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
2015-02-26 01:38:38 linux-kernel [PATCH v3 03/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
2015-02-26 01:38:36 linux-kernel [PATCH v3 11/30] PCI: Save sysdata in pci_host_bridge drvdata
2015-02-26 01:38:35 linux-kernel [PATCH v3 04/30] PCI: Remove deprecated pci_scan_bus_parented()
2015-02-26 01:38:30 linux-kernel [PATCH v3 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
2015-02-26 01:35:52 linux-kernel [PATCH v3 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
2015-02-26 01:35:50 linux-kernel [PATCH v3 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
2015-02-26 01:34:24 linux-kernel [PATCH v3 18/30] PCI/powerpc: Use pci_scan_root_bridge() for simplicity
2015-02-26 01:34:00 linux-kernel [PATCH v3 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
2015-02-26 01:33:51 linux-kernel [PATCH v3 07/30] PCI: Pass PCI domain number combined with root bus number
2015-02-26 01:33:25 linux-kernel [PATCH v3 30/30] PCI: Remove pci_bus_assign_domain_nr()
2015-02-26 01:33:23 linux-kernel [PATCH v3 28/30] PCI: Export find_pci_host_bridge()
2015-02-26 01:33:20 linux-kernel [PATCH v3 29/30] PCI: Remove platform specific pci_domain_nr()
2015-02-26 01:33:12 linux-kernel [PATCH v3 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
2015-02-26 01:33:00 linux-kernel [PATCH v3 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
2015-02-26 01:32:58 linux-kernel [PATCH v3 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
2015-02-26 01:32:56 linux-kernel [PATCH v3 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
2015-02-26 01:32:55 linux-kernel [PATCH v3 06/30] PCI: Combine PCI domain and bus number in u32 arg
2015-02-26 01:32:53 linux-kernel [PATCH v3 08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
2015-02-26 01:32:49 linux-kernel [PATCH v3 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()
2015-02-26 01:32:46 linux-kernel [PATCH v3 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-02-26 01:32:31 linux-kernel [PATCH v3 22/30] PCI/Parisc: Use pci_scan_root_bus() for simplicity
2015-02-26 01:32:28 linux-kernel [PATCH v3 13/30] PCI: Introduce new scan function pci_scan_root_bridge()
2015-02-26 01:32:26 linux-kernel [PATCH v3 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()
2015-02-26 01:32:24 linux-kernel [PATCH v3 14/30] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge
2015-02-26 01:32:20 linux-kernel [PATCH v3 15/30] PCI/IA64: Refine pci_acpi_scan_root() with generic pci_host_bridge
2015-02-26 00:54:46 linux-kernel Re: [PATCH v2 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-02-16 03:28:51 linux-kernel Re: [PATCH v2 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-02-16 01:19:05 linux-kernel Re: [PATCH v2 00/30] Refine PCI scan interfaces and make generic pci host bridge
2015-02-15 01:11:59 linux-kernel Re: [PATCH v2 00/30] Refine PCI scan interfaces and make generic pci host bridge
2014-12-09 12:24:45 linux-kernel Re: [PATCH 2/6] PCI/MSI: add hooks to populate the msi_domain field
2014-12-09 11:58:12 linux-kernel Re: [PATCH 2/6] PCI/MSI: add hooks to populate the msi_domain field
2014-12-09 02:03:29 linux-kernel Re: [PATCH 2/6] PCI/MSI: add hooks to populate the msi_domain field
2014-11-21 03:46:43 linux-kernel Re: Removal of bus->msi assignment breaks MSI with stacked domains
2014-11-21 02:59:06 linux-kernel Re: [RFC PATCH 00/16] Refine PCI host bridge scan interfaces