Commit 45659274 authored by Bjorn Helgaas's avatar Bjorn Helgaas

Merge branch 'pci/misc'

- Remove unused struct 'acpi_handle_node' (Dr. David Alan Gilbert)

- Use array notation for portdrv .id_table consistently (Masahiro Yamada)

- Switch to new Intel CPU model defines (Tony Luck)

- Add missing MODULE_DESCRIPTION() macros (Jeff Johnson)

* pci/misc:
  PCI: controller: Add missing MODULE_DESCRIPTION() macros
  PCI: Add missing MODULE_DESCRIPTION() macros
  PCI/PM: Switch to new Intel CPU model defines
  PCI: Use array for .id_table consistently
  ACPI: PCI: Remove unused struct 'acpi_handle_node'
parents 19a3eec1 142a41da
...@@ -139,7 +139,7 @@ driver data structure. ...@@ -139,7 +139,7 @@ driver data structure.
static struct pcie_port_service_driver root_aerdrv = { static struct pcie_port_service_driver root_aerdrv = {
.name = (char *)device_name, .name = (char *)device_name,
.id_table = &service_id[0], .id_table = service_id,
.probe = aerdrv_load, .probe = aerdrv_load,
.remove = aerdrv_unload, .remove = aerdrv_unload,
......
...@@ -124,7 +124,7 @@ pcie_port_service_unregister取代了Linux驱动模型的pci_unregister_driver ...@@ -124,7 +124,7 @@ pcie_port_service_unregister取代了Linux驱动模型的pci_unregister_driver
static struct pcie_port_service_driver root_aerdrv = { static struct pcie_port_service_driver root_aerdrv = {
.name = (char *)device_name, .name = (char *)device_name,
.id_table = &service_id[0], .id_table = service_id,
.probe = aerdrv_load, .probe = aerdrv_load,
.remove = aerdrv_unload, .remove = aerdrv_unload,
......
...@@ -293,11 +293,6 @@ struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle) ...@@ -293,11 +293,6 @@ struct acpi_pci_root *acpi_pci_find_root(acpi_handle handle)
} }
EXPORT_SYMBOL_GPL(acpi_pci_find_root); EXPORT_SYMBOL_GPL(acpi_pci_find_root);
struct acpi_handle_node {
struct list_head node;
acpi_handle handle;
};
/** /**
* acpi_get_pci_dev - convert ACPI CA handle to struct pci_dev * acpi_get_pci_dev - convert ACPI CA handle to struct pci_dev
* @handle: the handle in question * @handle: the handle in question
......
...@@ -391,5 +391,6 @@ static struct platform_driver exynos_pcie_driver = { ...@@ -391,5 +391,6 @@ static struct platform_driver exynos_pcie_driver = {
}, },
}; };
module_platform_driver(exynos_pcie_driver); module_platform_driver(exynos_pcie_driver);
MODULE_DESCRIPTION("Samsung Exynos PCIe host controller driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
MODULE_DEVICE_TABLE(of, exynos_pcie_of_match); MODULE_DEVICE_TABLE(of, exynos_pcie_of_match);
...@@ -92,4 +92,5 @@ void pci_host_common_remove(struct platform_device *pdev) ...@@ -92,4 +92,5 @@ void pci_host_common_remove(struct platform_device *pdev)
} }
EXPORT_SYMBOL_GPL(pci_host_common_remove); EXPORT_SYMBOL_GPL(pci_host_common_remove);
MODULE_DESCRIPTION("Generic PCI host common driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
...@@ -86,4 +86,5 @@ static struct platform_driver gen_pci_driver = { ...@@ -86,4 +86,5 @@ static struct platform_driver gen_pci_driver = {
}; };
module_platform_driver(gen_pci_driver); module_platform_driver(gen_pci_driver);
MODULE_DESCRIPTION("Generic PCI host controller driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
...@@ -290,4 +290,5 @@ static void __exit altera_msi_exit(void) ...@@ -290,4 +290,5 @@ static void __exit altera_msi_exit(void)
subsys_initcall(altera_msi_init); subsys_initcall(altera_msi_init);
MODULE_DEVICE_TABLE(of, altera_msi_of_match); MODULE_DEVICE_TABLE(of, altera_msi_of_match);
module_exit(altera_msi_exit); module_exit(altera_msi_exit);
MODULE_DESCRIPTION("Altera PCIe MSI support driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
...@@ -826,4 +826,5 @@ static struct platform_driver altera_pcie_driver = { ...@@ -826,4 +826,5 @@ static struct platform_driver altera_pcie_driver = {
MODULE_DEVICE_TABLE(of, altera_pcie_of_match); MODULE_DEVICE_TABLE(of, altera_pcie_of_match);
module_platform_driver(altera_pcie_driver); module_platform_driver(altera_pcie_driver);
MODULE_DESCRIPTION("Altera PCIe host controller driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
...@@ -839,4 +839,5 @@ static struct platform_driver apple_pcie_driver = { ...@@ -839,4 +839,5 @@ static struct platform_driver apple_pcie_driver = {
}; };
module_platform_driver(apple_pcie_driver); module_platform_driver(apple_pcie_driver);
MODULE_DESCRIPTION("Apple PCIe host bridge driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
...@@ -1091,4 +1091,5 @@ static struct platform_driver mtk_pcie_driver = { ...@@ -1091,4 +1091,5 @@ static struct platform_driver mtk_pcie_driver = {
}; };
module_platform_driver(mtk_pcie_driver); module_platform_driver(mtk_pcie_driver);
MODULE_DESCRIPTION("MediaTek Gen3 PCIe host controller driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
...@@ -1252,4 +1252,5 @@ static struct platform_driver mtk_pcie_driver = { ...@@ -1252,4 +1252,5 @@ static struct platform_driver mtk_pcie_driver = {
}, },
}; };
module_platform_driver(mtk_pcie_driver); module_platform_driver(mtk_pcie_driver);
MODULE_DESCRIPTION("MediaTek PCIe host controller driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
...@@ -549,4 +549,5 @@ static struct platform_driver mt7621_pcie_driver = { ...@@ -549,4 +549,5 @@ static struct platform_driver mt7621_pcie_driver = {
}; };
builtin_platform_driver(mt7621_pcie_driver); builtin_platform_driver(mt7621_pcie_driver);
MODULE_DESCRIPTION("MediaTek MT7621 PCIe host controller driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
...@@ -1128,5 +1128,6 @@ static struct pci_driver vmd_drv = { ...@@ -1128,5 +1128,6 @@ static struct pci_driver vmd_drv = {
module_pci_driver(vmd_drv); module_pci_driver(vmd_drv);
MODULE_AUTHOR("Intel Corporation"); MODULE_AUTHOR("Intel Corporation");
MODULE_DESCRIPTION("Volume Management Device driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
MODULE_VERSION("0.6"); MODULE_VERSION("0.6");
...@@ -38,8 +38,8 @@ pci_power_t mid_pci_get_power_state(struct pci_dev *pdev) ...@@ -38,8 +38,8 @@ pci_power_t mid_pci_get_power_state(struct pci_dev *pdev)
* arch/x86/platform/intel-mid/pwr.c. * arch/x86/platform/intel-mid/pwr.c.
*/ */
static const struct x86_cpu_id lpss_cpu_ids[] = { static const struct x86_cpu_id lpss_cpu_ids[] = {
X86_MATCH_INTEL_FAM6_MODEL(ATOM_SALTWELL_MID, NULL), X86_MATCH_VFM(INTEL_ATOM_SALTWELL_MID, NULL),
X86_MATCH_INTEL_FAM6_MODEL(ATOM_SILVERMONT_MID, NULL), X86_MATCH_VFM(INTEL_ATOM_SILVERMONT_MID, NULL),
{} {}
}; };
......
...@@ -39,4 +39,5 @@ static struct pci_driver pf_stub_driver = { ...@@ -39,4 +39,5 @@ static struct pci_driver pf_stub_driver = {
}; };
module_pci_driver(pf_stub_driver); module_pci_driver(pf_stub_driver);
MODULE_DESCRIPTION("SR-IOV PF stub driver with no functionality");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
...@@ -92,5 +92,6 @@ static void __exit pci_stub_exit(void) ...@@ -92,5 +92,6 @@ static void __exit pci_stub_exit(void)
module_init(pci_stub_init); module_init(pci_stub_init);
module_exit(pci_stub_exit); module_exit(pci_stub_exit);
MODULE_DESCRIPTION("VM device assignment stub driver");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_AUTHOR("Chris Wright <chrisw@sous-sol.org>"); MODULE_AUTHOR("Chris Wright <chrisw@sous-sol.org>");
...@@ -786,7 +786,7 @@ static const struct pci_error_handlers pcie_portdrv_err_handler = { ...@@ -786,7 +786,7 @@ static const struct pci_error_handlers pcie_portdrv_err_handler = {
static struct pci_driver pcie_portdriver = { static struct pci_driver pcie_portdriver = {
.name = "pcieport", .name = "pcieport",
.id_table = &port_pci_ids[0], .id_table = port_pci_ids,
.probe = pcie_portdrv_probe, .probe = pcie_portdrv_probe,
.remove = pcie_portdrv_remove, .remove = pcie_portdrv_remove,
......
...@@ -231,7 +231,7 @@ static const struct pci_device_id cdnsp_pci_ids[] = { ...@@ -231,7 +231,7 @@ static const struct pci_device_id cdnsp_pci_ids[] = {
static struct pci_driver cdnsp_pci_driver = { static struct pci_driver cdnsp_pci_driver = {
.name = "cdnsp-pci", .name = "cdnsp-pci",
.id_table = &cdnsp_pci_ids[0], .id_table = cdnsp_pci_ids,
.probe = cdnsp_pci_probe, .probe = cdnsp_pci_probe,
.remove = cdnsp_pci_remove, .remove = cdnsp_pci_remove,
.driver = { .driver = {
......
...@@ -121,7 +121,7 @@ static const struct pci_device_id cdns2_pci_ids[] = { ...@@ -121,7 +121,7 @@ static const struct pci_device_id cdns2_pci_ids[] = {
static struct pci_driver cdns2_pci_driver = { static struct pci_driver cdns2_pci_driver = {
.name = "cdns2-pci", .name = "cdns2-pci",
.id_table = &cdns2_pci_ids[0], .id_table = cdns2_pci_ids,
.probe = cdns2_pci_probe, .probe = cdns2_pci_probe,
.remove = cdns2_pci_remove, .remove = cdns2_pci_remove,
.driver = { .driver = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment