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-07-20 12:06:09 linux-kernel [PATCH part3 v12 09/10] PCI: Remove pci_bus_assign_domain_nr()
2015-07-20 12:06:06 linux-kernel [PATCH part3 v12 04/10] PCI: Introduce pci_host_assign_domain_nr() to assign domain
2015-07-20 12:06:03 linux-kernel [PATCH part3 v12 02/10] PCI: Move pci_bus_assign_domain_nr() declaration into drivers/pci/pci.h
2015-07-20 12:05:59 linux-kernel [PATCH part3 v12 07/10] PCI: Create pci host bridge prior to root bus
2015-07-15 05:16:37 linux-kernel Re: [PATCH 17/36] PCI: Add support for more than two alt_size under same bridge
2015-07-15 03:18:41 linux-kernel Re: [PATCH 17/36] PCI: Add support for more than two alt_size under same bridge
2015-07-10 01:42:07 linux-kernel Re: [RFC Patch V1 00/12] Reorganize struct msi_desc to prepare for support of generic MSI
2015-06-18 11:41:25 linux-nfs [PATCH] nfs: Fix comment for nfs_pageio_init() and nfs_pageio_complete_mirror()
2015-05-22 07:56:29 linux-kernel Re: e1000e pci_disable_link_state_locked() issues
2015-05-22 07:14:33 linux-kernel Re: e1000e pci_disable_link_state_locked() issues
2015-04-27 06:26:16 linux-kernel Re: [PATCH v10 00/29] Refine PCI scan interfaces and make generic pci host bridge
2015-04-21 11:49:53 linux-kernel [PATCH v10 06/29] PCI: Alloc busn resource dynamically for pci_scan_bus()
2015-04-21 11:49:07 linux-kernel [PATCH v10 07/29] PCI: Allocate busn resource for pci_scan_root_bus()
2015-04-21 11:48:45 linux-kernel [PATCH v10 20/29] PCI: Remove pcibios_root_bridge_prepare() and pcibos_set_root_bus_speed()
2015-04-21 11:48:04 linux-kernel [PATCH v10 03/29] PCI: Save domain in pci_host_bridge
2015-04-21 11:47:07 linux-kernel [PATCH v10 25/29] PCI/designware: Use pci_scan_root_bus() for simplicity
2015-04-21 11:47:03 linux-kernel [PATCH v10 19/29] powerpc/pci: Use pci_scan_host_bridge() for simplicity
2015-04-21 11:40:06 linux-kernel [PATCH v10 29/29] PCI: Remove pci_bus_assign_domain_nr()
2015-04-21 11:39:58 linux-kernel [PATCH v10 27/29] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
2015-04-21 11:39:55 linux-kernel [PATCH v10 28/29] PCI: Remove platform specific pci_domain_nr()
2015-04-21 11:39:52 linux-kernel [PATCH v10 24/29] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
2015-04-21 11:39:47 linux-kernel [PATCH v10 26/29] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
2015-04-21 11:39:42 linux-kernel [PATCH v10 23/29] PCI/mvebu: Use pci_common_init_dev() to simplify code
2015-04-21 11:39:36 linux-kernel [PATCH v10 17/29] x86/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
2015-04-21 11:39:33 linux-kernel [PATCH v10 22/29] parisc/PCI: Use pci_scan_root_bus() for simplicity
2015-04-21 11:39:30 linux-kernel [PATCH v10 21/29] sparc/PCI: Use pci_scan_host_bridge() for simplicity
2015-04-21 11:39:27 linux-kernel [PATCH v10 11/29] PCI: Save sysdata in pci_host_bridge drvdata
2015-04-21 11:39:24 linux-kernel [PATCH v10 13/29] PCI: Move pcibios_root_bridge_prepare() to pci_create_host_bridge()
2015-04-21 11:39:20 linux-kernel [PATCH v10 18/29] ia64/PCI: Refine pci_acpi_scan_root() with generic pci_host_bridge
2015-04-21 11:39:14 linux-kernel [PATCH v10 16/29] PCI: Introduce pci_bus_child_max_busnr()
2015-04-21 11:39:08 linux-kernel [PATCH v10 14/29] PCI: Introduce pci_host_bridge_ops to support host specific operations
2015-04-21 11:39:04 linux-kernel [PATCH v10 02/29] PCI: Remove deprecated pci_scan_bus_parented()
2015-04-21 11:38:59 linux-kernel [PATCH v10 15/29] PCI: Introduce new scan function pci_scan_host_bridge()
2015-04-21 11:38:51 linux-kernel [PATCH v10 10/29] PCI: Introduce pci_host_bridge_list to manage host bridges
2015-04-21 11:38:47 linux-kernel [PATCH v10 09/29] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
2015-04-21 11:38:44 linux-kernel [PATCH v10 08/29] PCI: Introduce pci_host_assign_domain_nr() to assign domain
2015-04-21 11:38:38 linux-kernel [PATCH v10 00/29] Refine PCI scan interfaces and make generic pci host bridge
2015-04-21 11:38:33 linux-kernel [PATCH v10 05/29] PCI: Remove argument bus for pci_create_root_bus()
2015-04-21 11:38:25 linux-kernel [PATCH v10 12/29] powerpc/PCI: Rename pcibios_root_bridge_prepare() to pcibios_set_root_bus_speed()
2015-04-21 11:38:18 linux-kernel [PATCH v10 04/29] PCI: Move pci_bus_assign_domain_nr() declaration into drivers/pci/pci.h
2015-04-21 11:38:09 linux-kernel [PATCH v10 01/29] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
2015-04-08 09:22:51 linux-kernel Re: [PATCH v9 08/30] PCI: Update pci_host_bridge bus resource
2015-04-08 08:36:47 linux-kernel Re: [PATCH v9 03/30] PCI: Save domain in pci_host_bridge
2015-04-08 08:32:13 linux-kernel Re: [PATCH v9 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
2015-04-08 08:16:35 linux-kernel Re: [PATCH v9 07/30] PCI: Add default bus resource in pci_host_bridge
2015-04-08 01:19:23 linux-kernel Re: [PATCH v9 06/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
2015-04-07 02:52:58 linux-kernel Re: [PATCH v9 19/30] powerpc/pci: Use pci_scan_host_bridge() for simplicity
2015-04-03 09:38:30 linux-kernel [PATCH v9 09/30] PCI: Introduce pci_host_first_busnr() function
2015-04-03 09:38:27 linux-kernel [PATCH v9 20/30] PCI: Remove pcibios_root_bridge_prepare() and pcibos_set_root_bus_speed()
2015-04-03 09:38:23 linux-kernel [PATCH v9 11/30] PCI: Save sysdata in pci_host_bridge drvdata
2015-04-03 09:38:19 linux-kernel [PATCH v9 12/30] powerpc/PCI: Rename pcibios_root_bridge_prepare() to pcibios_set_root_bus_speed()