Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 2 | * ACPI PCI HotPlug glue functions to ACPI CA subsystem |
| 3 | * |
| 4 | * Copyright (C) 2002,2003 Takayoshi Kochi (t-kochi@bq.jp.nec.com) |
| 5 | * Copyright (C) 2002 Hiroshi Aono (h-aono@ap.jp.nec.com) |
| 6 | * Copyright (C) 2002,2003 NEC Corporation |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 7 | * Copyright (C) 2003-2005 Matthew Wilcox (matthew.wilcox@hp.com) |
| 8 | * Copyright (C) 2003-2005 Hewlett Packard |
Rajesh Shah | 8e7561c | 2005-04-28 00:25:56 -0700 | [diff] [blame] | 9 | * Copyright (C) 2005 Rajesh Shah (rajesh.shah@intel.com) |
| 10 | * Copyright (C) 2005 Intel Corporation |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | * |
| 12 | * All rights reserved. |
| 13 | * |
| 14 | * This program is free software; you can redistribute it and/or modify |
| 15 | * it under the terms of the GNU General Public License as published by |
| 16 | * the Free Software Foundation; either version 2 of the License, or (at |
| 17 | * your option) any later version. |
| 18 | * |
| 19 | * This program is distributed in the hope that it will be useful, but |
| 20 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
| 21 | * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or |
| 22 | * NON INFRINGEMENT. See the GNU General Public License for more |
| 23 | * details. |
| 24 | * |
| 25 | * You should have received a copy of the GNU General Public License |
| 26 | * along with this program; if not, write to the Free Software |
| 27 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
| 28 | * |
Kristen Carlson Accardi | 998be20 | 2006-07-26 10:52:33 -0700 | [diff] [blame] | 29 | * Send feedback to <kristen.c.accardi@intel.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | * |
| 31 | */ |
| 32 | |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 33 | /* |
| 34 | * Lifetime rules for pci_dev: |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 35 | * - The one in acpiphp_bridge has its refcount elevated by pci_get_slot() |
| 36 | * when the bridge is scanned and it loses a refcount when the bridge |
| 37 | * is removed. |
Alex Chiang | 5d4a4b2 | 2009-03-30 10:50:14 -0600 | [diff] [blame] | 38 | * - When a P2P bridge is present, we elevate the refcount on the subordinate |
| 39 | * bus. It loses the refcount when the the driver unloads. |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 40 | */ |
| 41 | |
Lan Tianyu | bd95079 | 2013-09-24 18:11:48 -0600 | [diff] [blame] | 42 | #define pr_fmt(fmt) "acpiphp_glue: " fmt |
| 43 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | #include <linux/init.h> |
| 45 | #include <linux/module.h> |
| 46 | |
| 47 | #include <linux/kernel.h> |
| 48 | #include <linux/pci.h> |
Greg Kroah-Hartman | 7a54f25 | 2006-10-13 20:05:19 -0700 | [diff] [blame] | 49 | #include <linux/pci_hotplug.h> |
Kenji Kaneshige | e8c331e | 2008-12-17 12:09:12 +0900 | [diff] [blame] | 50 | #include <linux/pci-acpi.h> |
Rafael J. Wysocki | 4ebe345 | 2013-07-16 22:10:35 +0200 | [diff] [blame] | 51 | #include <linux/pm_runtime.h> |
Ingo Molnar | 6aa4cdd | 2006-01-13 16:02:15 +0100 | [diff] [blame] | 52 | #include <linux/mutex.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 53 | #include <linux/slab.h> |
Prarit Bhargava | 6af8bef | 2011-09-28 19:40:53 -0400 | [diff] [blame] | 54 | #include <linux/acpi.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | |
| 56 | #include "../pci.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | #include "acpiphp.h" |
| 58 | |
| 59 | static LIST_HEAD(bridge_list); |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 60 | static DEFINE_MUTEX(bridge_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | |
Rafael J. Wysocki | 8783127 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 62 | static void handle_hotplug_event(acpi_handle handle, u32 type, void *data); |
Kristen Accardi | 8e5dce3 | 2005-10-18 17:21:40 -0700 | [diff] [blame] | 63 | static void acpiphp_sanitize_bus(struct pci_bus *bus); |
Bjorn Helgaas | fca6825 | 2009-09-14 16:35:10 -0600 | [diff] [blame] | 64 | static void acpiphp_set_hpp_values(struct pci_bus *bus); |
Rafael J. Wysocki | d3a1ebb | 2014-02-04 00:42:20 +0100 | [diff] [blame] | 65 | static void hotplug_event(u32 type, struct acpiphp_context *context); |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 66 | static void free_bridge(struct kref *kref); |
Kristen Accardi | 8e5dce3 | 2005-10-18 17:21:40 -0700 | [diff] [blame] | 67 | |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 68 | static void acpiphp_context_handler(acpi_handle handle, void *context) |
| 69 | { |
| 70 | /* Intentionally empty. */ |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * acpiphp_init_context - Create hotplug context and grab a reference to it. |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 75 | * @adev: ACPI device object to create the context for. |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 76 | * |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 77 | * Call under acpi_hp_context_lock. |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 78 | */ |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 79 | static struct acpiphp_context *acpiphp_init_context(struct acpi_device *adev) |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 80 | { |
| 81 | struct acpiphp_context *context; |
| 82 | acpi_status status; |
| 83 | |
| 84 | context = kzalloc(sizeof(*context), GFP_KERNEL); |
| 85 | if (!context) |
| 86 | return NULL; |
| 87 | |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 88 | context->adev = adev; |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 89 | context->refcount = 1; |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 90 | status = acpi_attach_data(adev->handle, acpiphp_context_handler, context); |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 91 | if (ACPI_FAILURE(status)) { |
| 92 | kfree(context); |
| 93 | return NULL; |
| 94 | } |
| 95 | return context; |
| 96 | } |
| 97 | |
| 98 | /** |
| 99 | * acpiphp_get_context - Get hotplug context and grab a reference to it. |
| 100 | * @handle: ACPI object handle to get the context for. |
| 101 | * |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 102 | * Call under acpi_hp_context_lock. |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 103 | */ |
| 104 | static struct acpiphp_context *acpiphp_get_context(acpi_handle handle) |
| 105 | { |
| 106 | struct acpiphp_context *context = NULL; |
| 107 | acpi_status status; |
| 108 | void *data; |
| 109 | |
| 110 | status = acpi_get_data(handle, acpiphp_context_handler, &data); |
| 111 | if (ACPI_SUCCESS(status)) { |
| 112 | context = data; |
| 113 | context->refcount++; |
| 114 | } |
| 115 | return context; |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * acpiphp_put_context - Drop a reference to ACPI hotplug context. |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 120 | * @context: ACPI hotplug context to drop a reference to. |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 121 | * |
| 122 | * The context object is removed if there are no more references to it. |
| 123 | * |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 124 | * Call under acpi_hp_context_lock. |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 125 | */ |
| 126 | static void acpiphp_put_context(struct acpiphp_context *context) |
| 127 | { |
| 128 | if (--context->refcount) |
| 129 | return; |
| 130 | |
Rafael J. Wysocki | bd4674d | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 131 | WARN_ON(context->bridge); |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 132 | acpi_detach_data(context->adev->handle, acpiphp_context_handler); |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 133 | kfree(context); |
| 134 | } |
| 135 | |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 136 | static inline void get_bridge(struct acpiphp_bridge *bridge) |
| 137 | { |
| 138 | kref_get(&bridge->ref); |
| 139 | } |
| 140 | |
| 141 | static inline void put_bridge(struct acpiphp_bridge *bridge) |
| 142 | { |
| 143 | kref_put(&bridge->ref, free_bridge); |
| 144 | } |
| 145 | |
| 146 | static void free_bridge(struct kref *kref) |
| 147 | { |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 148 | struct acpiphp_context *context; |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 149 | struct acpiphp_bridge *bridge; |
| 150 | struct acpiphp_slot *slot, *next; |
| 151 | struct acpiphp_func *func, *tmp; |
| 152 | |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 153 | acpi_lock_hp_context(); |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 154 | |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 155 | bridge = container_of(kref, struct acpiphp_bridge, ref); |
| 156 | |
| 157 | list_for_each_entry_safe(slot, next, &bridge->slots, node) { |
Rafael J. Wysocki | bd4674d | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 158 | list_for_each_entry_safe(func, tmp, &slot->funcs, sibling) |
| 159 | acpiphp_put_context(func_to_context(func)); |
| 160 | |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 161 | kfree(slot); |
| 162 | } |
| 163 | |
Rafael J. Wysocki | 8783127 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 164 | context = bridge->context; |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 165 | /* Root bridges will not have hotplug context. */ |
| 166 | if (context) { |
| 167 | /* Release the reference taken by acpiphp_enumerate_slots(). */ |
Rafael J. Wysocki | bda46db | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 168 | put_bridge(context->func.parent); |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 169 | context->bridge = NULL; |
| 170 | acpiphp_put_context(context); |
| 171 | } |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 172 | |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 173 | put_device(&bridge->pci_bus->dev); |
| 174 | pci_dev_put(bridge->pci_dev); |
| 175 | kfree(bridge); |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 176 | |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 177 | acpi_unlock_hp_context(); |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 178 | } |
| 179 | |
Kristen Accardi | 4e8662b | 2006-06-28 03:08:06 -0400 | [diff] [blame] | 180 | /* |
| 181 | * the _DCK method can do funny things... and sometimes not |
| 182 | * hah-hah funny. |
| 183 | * |
| 184 | * TBD - figure out a way to only call fixups for |
| 185 | * systems that require them. |
| 186 | */ |
Rafael J. Wysocki | f09ce74 | 2013-07-05 03:03:25 +0200 | [diff] [blame] | 187 | static void post_dock_fixups(acpi_handle not_used, u32 event, void *data) |
Kristen Accardi | 4e8662b | 2006-06-28 03:08:06 -0400 | [diff] [blame] | 188 | { |
Rafael J. Wysocki | 43e5c09 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 189 | struct acpiphp_context *context = data; |
Rafael J. Wysocki | bda46db | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 190 | struct pci_bus *bus = context->func.slot->bus; |
Kristen Accardi | 4e8662b | 2006-06-28 03:08:06 -0400 | [diff] [blame] | 191 | u32 buses; |
| 192 | |
| 193 | if (!bus->self) |
Rafael J. Wysocki | f09ce74 | 2013-07-05 03:03:25 +0200 | [diff] [blame] | 194 | return; |
Kristen Accardi | 4e8662b | 2006-06-28 03:08:06 -0400 | [diff] [blame] | 195 | |
| 196 | /* fixup bad _DCK function that rewrites |
| 197 | * secondary bridge on slot |
| 198 | */ |
| 199 | pci_read_config_dword(bus->self, |
| 200 | PCI_PRIMARY_BUS, |
| 201 | &buses); |
| 202 | |
Yinghai Lu | b918c62 | 2012-05-17 18:51:11 -0700 | [diff] [blame] | 203 | if (((buses >> 8) & 0xff) != bus->busn_res.start) { |
Kristen Accardi | 4e8662b | 2006-06-28 03:08:06 -0400 | [diff] [blame] | 204 | buses = (buses & 0xff000000) |
Alex Chiang | 2a9d352 | 2008-12-11 11:17:55 -0700 | [diff] [blame] | 205 | | ((unsigned int)(bus->primary) << 0) |
Yinghai Lu | b918c62 | 2012-05-17 18:51:11 -0700 | [diff] [blame] | 206 | | ((unsigned int)(bus->busn_res.start) << 8) |
| 207 | | ((unsigned int)(bus->busn_res.end) << 16); |
Kristen Accardi | 4e8662b | 2006-06-28 03:08:06 -0400 | [diff] [blame] | 208 | pci_write_config_dword(bus->self, PCI_PRIMARY_BUS, buses); |
| 209 | } |
Kristen Accardi | 4e8662b | 2006-06-28 03:08:06 -0400 | [diff] [blame] | 210 | } |
| 211 | |
Rafael J. Wysocki | af9d8ad | 2014-02-03 22:30:15 +0100 | [diff] [blame] | 212 | static void dock_event(acpi_handle handle, u32 type, void *data) |
| 213 | { |
| 214 | struct acpiphp_context *context; |
| 215 | |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 216 | acpi_lock_hp_context(); |
Rafael J. Wysocki | af9d8ad | 2014-02-03 22:30:15 +0100 | [diff] [blame] | 217 | context = acpiphp_get_context(handle); |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 218 | if (!context || WARN_ON(context->adev->handle != handle) |
Rafael J. Wysocki | af9d8ad | 2014-02-03 22:30:15 +0100 | [diff] [blame] | 219 | || context->func.parent->is_going_away) { |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 220 | acpi_unlock_hp_context(); |
Rafael J. Wysocki | af9d8ad | 2014-02-03 22:30:15 +0100 | [diff] [blame] | 221 | return; |
| 222 | } |
| 223 | get_bridge(context->func.parent); |
| 224 | acpiphp_put_context(context); |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 225 | acpi_unlock_hp_context(); |
Rafael J. Wysocki | af9d8ad | 2014-02-03 22:30:15 +0100 | [diff] [blame] | 226 | |
Rafael J. Wysocki | d3a1ebb | 2014-02-04 00:42:20 +0100 | [diff] [blame] | 227 | hotplug_event(type, context); |
Rafael J. Wysocki | af9d8ad | 2014-02-03 22:30:15 +0100 | [diff] [blame] | 228 | |
| 229 | put_bridge(context->func.parent); |
| 230 | } |
Kristen Accardi | 4e8662b | 2006-06-28 03:08:06 -0400 | [diff] [blame] | 231 | |
Vasiliy Kulikov | 9c8b04b | 2011-06-25 21:07:52 +0400 | [diff] [blame] | 232 | static const struct acpi_dock_ops acpiphp_dock_ops = { |
Rafael J. Wysocki | f09ce74 | 2013-07-05 03:03:25 +0200 | [diff] [blame] | 233 | .fixup = post_dock_fixups, |
Rafael J. Wysocki | af9d8ad | 2014-02-03 22:30:15 +0100 | [diff] [blame] | 234 | .handler = dock_event, |
Shaohua Li | 1253f7a | 2008-08-28 10:06:16 +0800 | [diff] [blame] | 235 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 236 | |
Jiang Liu | 5ba113f | 2012-08-22 23:16:45 +0800 | [diff] [blame] | 237 | /* Check whether the PCI device is managed by native PCIe hotplug driver */ |
| 238 | static bool device_is_managed_by_native_pciehp(struct pci_dev *pdev) |
| 239 | { |
| 240 | u32 reg32; |
| 241 | acpi_handle tmp; |
| 242 | struct acpi_pci_root *root; |
| 243 | |
| 244 | /* Check whether the PCIe port supports native PCIe hotplug */ |
| 245 | if (pcie_capability_read_dword(pdev, PCI_EXP_SLTCAP, ®32)) |
| 246 | return false; |
| 247 | if (!(reg32 & PCI_EXP_SLTCAP_HPC)) |
| 248 | return false; |
| 249 | |
| 250 | /* |
| 251 | * Check whether native PCIe hotplug has been enabled for |
| 252 | * this PCIe hierarchy. |
| 253 | */ |
| 254 | tmp = acpi_find_root_bridge_handle(pdev); |
| 255 | if (!tmp) |
| 256 | return false; |
| 257 | root = acpi_pci_find_root(tmp); |
| 258 | if (!root) |
| 259 | return false; |
| 260 | if (!(root->osc_control_set & OSC_PCI_EXPRESS_NATIVE_HP_CONTROL)) |
| 261 | return false; |
| 262 | |
| 263 | return true; |
| 264 | } |
| 265 | |
Rafael J. Wysocki | 21a3101 | 2013-06-24 11:22:53 +0200 | [diff] [blame] | 266 | static void acpiphp_dock_init(void *data) |
| 267 | { |
Rafael J. Wysocki | 43e5c09 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 268 | struct acpiphp_context *context = data; |
Rafael J. Wysocki | 21a3101 | 2013-06-24 11:22:53 +0200 | [diff] [blame] | 269 | |
Rafael J. Wysocki | bda46db | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 270 | get_bridge(context->func.parent); |
Rafael J. Wysocki | 21a3101 | 2013-06-24 11:22:53 +0200 | [diff] [blame] | 271 | } |
| 272 | |
| 273 | static void acpiphp_dock_release(void *data) |
| 274 | { |
Rafael J. Wysocki | 43e5c09 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 275 | struct acpiphp_context *context = data; |
Rafael J. Wysocki | 21a3101 | 2013-06-24 11:22:53 +0200 | [diff] [blame] | 276 | |
Rafael J. Wysocki | bda46db | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 277 | put_bridge(context->func.parent); |
Rafael J. Wysocki | 21a3101 | 2013-06-24 11:22:53 +0200 | [diff] [blame] | 278 | } |
| 279 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 280 | /* callback routine to register each ACPI PCI slot object */ |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 281 | static acpi_status register_slot(acpi_handle handle, u32 lvl, void *data, |
| 282 | void **rv) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 283 | { |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 284 | struct acpiphp_bridge *bridge = data; |
| 285 | struct acpiphp_context *context; |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 286 | struct acpi_device *adev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 287 | struct acpiphp_slot *slot; |
| 288 | struct acpiphp_func *newfunc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 289 | acpi_status status = AE_OK; |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 290 | unsigned long long adr; |
| 291 | int device, function; |
Kenji Kaneshige | e8c331e | 2008-12-17 12:09:12 +0900 | [diff] [blame] | 292 | struct pci_bus *pbus = bridge->pci_bus; |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 293 | struct pci_dev *pdev = bridge->pci_dev; |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 294 | u32 val; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 295 | |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 296 | if (pdev && device_is_managed_by_native_pciehp(pdev)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 297 | return AE_OK; |
| 298 | |
Bjorn Helgaas | dfb117b | 2012-06-20 16:18:29 -0600 | [diff] [blame] | 299 | status = acpi_evaluate_integer(handle, "_ADR", NULL, &adr); |
| 300 | if (ACPI_FAILURE(status)) { |
Toshi Kani | f26ca1d | 2013-11-27 13:33:09 -0700 | [diff] [blame] | 301 | if (status != AE_NOT_FOUND) |
| 302 | acpi_handle_warn(handle, |
| 303 | "can't evaluate _ADR (%#x)\n", status); |
Bjorn Helgaas | dfb117b | 2012-06-20 16:18:29 -0600 | [diff] [blame] | 304 | return AE_OK; |
| 305 | } |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 306 | if (acpi_bus_get_device(handle, &adev)) |
| 307 | return AE_OK; |
Bjorn Helgaas | dfb117b | 2012-06-20 16:18:29 -0600 | [diff] [blame] | 308 | |
| 309 | device = (adr >> 16) & 0xffff; |
| 310 | function = adr & 0xffff; |
| 311 | |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 312 | acpi_lock_hp_context(); |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 313 | context = acpiphp_init_context(adev); |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 314 | if (!context) { |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 315 | acpi_unlock_hp_context(); |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 316 | acpi_handle_err(handle, "No hotplug context\n"); |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 317 | return AE_NOT_EXIST; |
| 318 | } |
Rafael J. Wysocki | bd4674d | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 319 | newfunc = &context->func; |
Rafael J. Wysocki | bd4674d | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 320 | newfunc->function = function; |
Rafael J. Wysocki | bda46db | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 321 | newfunc->parent = bridge; |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 322 | acpi_unlock_hp_context(); |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 323 | |
Jiang Liu | ecd046d | 2013-06-29 00:24:43 +0800 | [diff] [blame] | 324 | if (acpi_has_method(handle, "_EJ0")) |
Kristen Accardi | 20416ea | 2006-02-23 17:56:03 -0800 | [diff] [blame] | 325 | newfunc->flags = FUNC_HAS_EJ0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 326 | |
Jiang Liu | ecd046d | 2013-06-29 00:24:43 +0800 | [diff] [blame] | 327 | if (acpi_has_method(handle, "_STA")) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 328 | newfunc->flags |= FUNC_HAS_STA; |
| 329 | |
Jiang Liu | ecd046d | 2013-06-29 00:24:43 +0800 | [diff] [blame] | 330 | if (acpi_has_method(handle, "_DCK")) |
Kristen Accardi | 20416ea | 2006-02-23 17:56:03 -0800 | [diff] [blame] | 331 | newfunc->flags |= FUNC_HAS_DCK; |
Kristen Accardi | 20416ea | 2006-02-23 17:56:03 -0800 | [diff] [blame] | 332 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 333 | /* search for objects that share the same slot */ |
Yijing Wang | ad41dd9 | 2013-04-12 05:44:27 +0000 | [diff] [blame] | 334 | list_for_each_entry(slot, &bridge->slots, node) |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 335 | if (slot->device == device) |
Rafael J. Wysocki | ac37233 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 336 | goto slot_found; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 337 | |
Rafael J. Wysocki | ac37233 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 338 | slot = kzalloc(sizeof(struct acpiphp_slot), GFP_KERNEL); |
| 339 | if (!slot) { |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 340 | acpi_lock_hp_context(); |
Rafael J. Wysocki | 146fc68 | 2014-02-04 00:38:15 +0100 | [diff] [blame] | 341 | acpiphp_put_context(context); |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 342 | acpi_unlock_hp_context(); |
Rafael J. Wysocki | 146fc68 | 2014-02-04 00:38:15 +0100 | [diff] [blame] | 343 | return AE_NO_MEMORY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 344 | } |
| 345 | |
Rafael J. Wysocki | bda46db | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 346 | slot->bus = bridge->pci_bus; |
Rafael J. Wysocki | ac37233 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 347 | slot->device = device; |
Rafael J. Wysocki | ac37233 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 348 | INIT_LIST_HEAD(&slot->funcs); |
Rafael J. Wysocki | ac37233 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 349 | |
Rafael J. Wysocki | ac37233 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 350 | list_add_tail(&slot->node, &bridge->slots); |
Rafael J. Wysocki | ac37233 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 351 | |
Bjorn Helgaas | f762598 | 2013-11-14 11:28:18 -0700 | [diff] [blame] | 352 | /* Register slots for ejectable functions only. */ |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 353 | if (acpi_pci_check_ejectable(pbus, handle) || is_dock_device(handle)) { |
| 354 | unsigned long long sun; |
| 355 | int retval; |
Rafael J. Wysocki | ac37233 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 356 | |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 357 | bridge->nr_slots++; |
| 358 | status = acpi_evaluate_integer(handle, "_SUN", NULL, &sun); |
| 359 | if (ACPI_FAILURE(status)) |
| 360 | sun = bridge->nr_slots; |
Rafael J. Wysocki | ac37233 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 361 | |
Lan Tianyu | bd95079 | 2013-09-24 18:11:48 -0600 | [diff] [blame] | 362 | pr_debug("found ACPI PCI Hotplug slot %llu at PCI %04x:%02x:%02x\n", |
Rafael J. Wysocki | 7342798 | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 363 | sun, pci_domain_nr(pbus), pbus->number, device); |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 364 | |
Rafael J. Wysocki | 7342798 | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 365 | retval = acpiphp_register_hotplug_slot(slot, sun); |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 366 | if (retval) { |
Rafael J. Wysocki | 1aaac07 | 2013-08-17 22:16:33 +0200 | [diff] [blame] | 367 | slot->slot = NULL; |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 368 | bridge->nr_slots--; |
| 369 | if (retval == -EBUSY) |
Lan Tianyu | bd95079 | 2013-09-24 18:11:48 -0600 | [diff] [blame] | 370 | pr_warn("Slot %llu already registered by another " |
Rafael J. Wysocki | 7342798 | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 371 | "hotplug driver\n", sun); |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 372 | else |
Lan Tianyu | bd95079 | 2013-09-24 18:11:48 -0600 | [diff] [blame] | 373 | pr_warn("acpiphp_register_hotplug_slot failed " |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 374 | "(err code = 0x%x)\n", retval); |
| 375 | } |
| 376 | /* Even if the slot registration fails, we can still use it. */ |
Rafael J. Wysocki | ac37233 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 377 | } |
| 378 | |
| 379 | slot_found: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 380 | newfunc->slot = slot; |
| 381 | list_add_tail(&newfunc->sibling, &slot->funcs); |
| 382 | |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 383 | if (pci_bus_read_dev_vendor_id(pbus, PCI_DEVFN(device, function), |
| 384 | &val, 60*1000)) |
Rafael J. Wysocki | bc805a5 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 385 | slot->flags |= SLOT_ENABLED; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 386 | |
Kristen Accardi | 4e8662b | 2006-06-28 03:08:06 -0400 | [diff] [blame] | 387 | if (is_dock_device(handle)) { |
| 388 | /* we don't want to call this device's _EJ0 |
| 389 | * because we want the dock notify handler |
| 390 | * to call it after it calls _DCK |
Kristen Accardi | 20416ea | 2006-02-23 17:56:03 -0800 | [diff] [blame] | 391 | */ |
| 392 | newfunc->flags &= ~FUNC_HAS_EJ0; |
Kristen Accardi | 4e8662b | 2006-06-28 03:08:06 -0400 | [diff] [blame] | 393 | if (register_hotplug_dock_device(handle, |
Rafael J. Wysocki | 43e5c09 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 394 | &acpiphp_dock_ops, context, |
Rafael J. Wysocki | 21a3101 | 2013-06-24 11:22:53 +0200 | [diff] [blame] | 395 | acpiphp_dock_init, acpiphp_dock_release)) |
Lan Tianyu | bd95079 | 2013-09-24 18:11:48 -0600 | [diff] [blame] | 396 | pr_debug("failed to register dock device\n"); |
Kristen Accardi | 20416ea | 2006-02-23 17:56:03 -0800 | [diff] [blame] | 397 | } |
| 398 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 399 | /* install notify handler */ |
Kristen Accardi | 20416ea | 2006-02-23 17:56:03 -0800 | [diff] [blame] | 400 | if (!(newfunc->flags & FUNC_HAS_DCK)) { |
Rafael J. Wysocki | 8783127 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 401 | status = acpi_install_notify_handler(handle, ACPI_SYSTEM_NOTIFY, |
| 402 | handle_hotplug_event, |
| 403 | context); |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 404 | if (ACPI_FAILURE(status)) |
| 405 | acpi_handle_err(handle, |
| 406 | "failed to install notify handler\n"); |
Rafael J. Wysocki | 2e862c5 | 2013-07-13 23:27:23 +0200 | [diff] [blame] | 407 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 408 | |
Rafael J. Wysocki | 2e862c5 | 2013-07-13 23:27:23 +0200 | [diff] [blame] | 409 | return AE_OK; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 410 | } |
| 411 | |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 412 | static struct acpiphp_bridge *acpiphp_handle_to_bridge(acpi_handle handle) |
| 413 | { |
Rafael J. Wysocki | ed13feb | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 414 | struct acpiphp_context *context; |
| 415 | struct acpiphp_bridge *bridge = NULL; |
Alex Chiang | 58c0862 | 2009-10-26 21:25:27 -0600 | [diff] [blame] | 416 | |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 417 | acpi_lock_hp_context(); |
Rafael J. Wysocki | ed13feb | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 418 | context = acpiphp_get_context(handle); |
| 419 | if (context) { |
| 420 | bridge = context->bridge; |
| 421 | if (bridge) |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 422 | get_bridge(bridge); |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 423 | |
Rafael J. Wysocki | ed13feb | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 424 | acpiphp_put_context(context); |
| 425 | } |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 426 | acpi_unlock_hp_context(); |
Rafael J. Wysocki | ed13feb | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 427 | return bridge; |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 428 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 429 | |
Rajesh Shah | 364d509 | 2005-04-28 00:25:54 -0700 | [diff] [blame] | 430 | static void cleanup_bridge(struct acpiphp_bridge *bridge) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 431 | { |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 432 | struct acpiphp_slot *slot; |
| 433 | struct acpiphp_func *func; |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 434 | acpi_status status; |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 435 | |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 436 | list_for_each_entry(slot, &bridge->slots, node) { |
| 437 | list_for_each_entry(func, &slot->funcs, sibling) { |
Rafael J. Wysocki | 5a3bc57 | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 438 | acpi_handle handle = func_to_handle(func); |
| 439 | |
| 440 | if (is_dock_device(handle)) |
| 441 | unregister_hotplug_dock_device(handle); |
| 442 | |
Kristen Accardi | 20416ea | 2006-02-23 17:56:03 -0800 | [diff] [blame] | 443 | if (!(func->flags & FUNC_HAS_DCK)) { |
Rafael J. Wysocki | 5a3bc57 | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 444 | status = acpi_remove_notify_handler(handle, |
Rafael J. Wysocki | 8783127 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 445 | ACPI_SYSTEM_NOTIFY, |
| 446 | handle_hotplug_event); |
Kristen Accardi | 20416ea | 2006-02-23 17:56:03 -0800 | [diff] [blame] | 447 | if (ACPI_FAILURE(status)) |
Lan Tianyu | bd95079 | 2013-09-24 18:11:48 -0600 | [diff] [blame] | 448 | pr_err("failed to remove notify handler\n"); |
Kristen Accardi | 20416ea | 2006-02-23 17:56:03 -0800 | [diff] [blame] | 449 | } |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 450 | } |
Rafael J. Wysocki | 9217a98 | 2014-01-10 15:24:41 +0100 | [diff] [blame] | 451 | slot->flags |= SLOT_IS_GOING_AWAY; |
Rafael J. Wysocki | 1aaac07 | 2013-08-17 22:16:33 +0200 | [diff] [blame] | 452 | if (slot->slot) |
| 453 | acpiphp_unregister_hotplug_slot(slot); |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 454 | } |
| 455 | |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 456 | mutex_lock(&bridge_mutex); |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 457 | list_del(&bridge->list); |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 458 | mutex_unlock(&bridge_mutex); |
Rafael J. Wysocki | 9217a98 | 2014-01-10 15:24:41 +0100 | [diff] [blame] | 459 | |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 460 | acpi_lock_hp_context(); |
Rafael J. Wysocki | 9217a98 | 2014-01-10 15:24:41 +0100 | [diff] [blame] | 461 | bridge->is_going_away = true; |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 462 | acpi_unlock_hp_context(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 463 | } |
| 464 | |
Kristen Accardi | 15a1ae7 | 2006-02-23 17:55:58 -0800 | [diff] [blame] | 465 | /** |
Randy Dunlap | 26e6c66 | 2007-11-28 09:04:30 -0800 | [diff] [blame] | 466 | * acpiphp_max_busnr - return the highest reserved bus number under the given bus. |
Kristen Accardi | 15a1ae7 | 2006-02-23 17:55:58 -0800 | [diff] [blame] | 467 | * @bus: bus to start search with |
Kristen Accardi | 15a1ae7 | 2006-02-23 17:55:58 -0800 | [diff] [blame] | 468 | */ |
| 469 | static unsigned char acpiphp_max_busnr(struct pci_bus *bus) |
| 470 | { |
| 471 | struct list_head *tmp; |
| 472 | unsigned char max, n; |
| 473 | |
| 474 | /* |
| 475 | * pci_bus_max_busnr will return the highest |
| 476 | * reserved busnr for all these children. |
| 477 | * that is equivalent to the bus->subordinate |
| 478 | * value. We don't want to use the parent's |
| 479 | * bus->subordinate value because it could have |
| 480 | * padding in it. |
| 481 | */ |
Yinghai Lu | b918c62 | 2012-05-17 18:51:11 -0700 | [diff] [blame] | 482 | max = bus->busn_res.start; |
Kristen Accardi | 15a1ae7 | 2006-02-23 17:55:58 -0800 | [diff] [blame] | 483 | |
| 484 | list_for_each(tmp, &bus->children) { |
| 485 | n = pci_bus_max_busnr(pci_bus_b(tmp)); |
| 486 | if (n > max) |
| 487 | max = n; |
| 488 | } |
| 489 | return max; |
| 490 | } |
| 491 | |
Shaohua Li | d060705 | 2010-02-25 10:59:34 +0800 | [diff] [blame] | 492 | static void acpiphp_set_acpi_region(struct acpiphp_slot *slot) |
| 493 | { |
| 494 | struct acpiphp_func *func; |
| 495 | union acpi_object params[2]; |
| 496 | struct acpi_object_list arg_list; |
| 497 | |
| 498 | list_for_each_entry(func, &slot->funcs, sibling) { |
| 499 | arg_list.count = 2; |
| 500 | arg_list.pointer = params; |
| 501 | params[0].type = ACPI_TYPE_INTEGER; |
| 502 | params[0].integer.value = ACPI_ADR_SPACE_PCI_CONFIG; |
| 503 | params[1].type = ACPI_TYPE_INTEGER; |
| 504 | params[1].integer.value = 1; |
| 505 | /* _REG is optional, we don't care about if there is failure */ |
Rafael J. Wysocki | 5a3bc57 | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 506 | acpi_evaluate_object(func_to_handle(func), "_REG", &arg_list, |
| 507 | NULL); |
Shaohua Li | d060705 | 2010-02-25 10:59:34 +0800 | [diff] [blame] | 508 | } |
| 509 | } |
| 510 | |
Yinghai Lu | 1f96a96 | 2013-01-21 13:20:42 -0800 | [diff] [blame] | 511 | static void check_hotplug_bridge(struct acpiphp_slot *slot, struct pci_dev *dev) |
| 512 | { |
| 513 | struct acpiphp_func *func; |
| 514 | |
Yinghai Lu | 1f96a96 | 2013-01-21 13:20:42 -0800 | [diff] [blame] | 515 | /* quirk, or pcie could set it already */ |
| 516 | if (dev->is_hotplug_bridge) |
| 517 | return; |
| 518 | |
Yinghai Lu | 1f96a96 | 2013-01-21 13:20:42 -0800 | [diff] [blame] | 519 | list_for_each_entry(func, &slot->funcs, sibling) { |
| 520 | if (PCI_FUNC(dev->devfn) == func->function) { |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 521 | dev->is_hotplug_bridge = 1; |
Yinghai Lu | 1f96a96 | 2013-01-21 13:20:42 -0800 | [diff] [blame] | 522 | break; |
| 523 | } |
| 524 | } |
| 525 | } |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 526 | |
Rafael J. Wysocki | a47d8c8 | 2013-09-08 00:07:28 +0200 | [diff] [blame] | 527 | static int acpiphp_rescan_slot(struct acpiphp_slot *slot) |
| 528 | { |
| 529 | struct acpiphp_func *func; |
| 530 | |
Rafael J. Wysocki | b6708fb | 2014-02-04 00:39:58 +0100 | [diff] [blame] | 531 | list_for_each_entry(func, &slot->funcs, sibling) { |
| 532 | struct acpi_device *adev = func_to_acpi_device(func); |
Rafael J. Wysocki | a47d8c8 | 2013-09-08 00:07:28 +0200 | [diff] [blame] | 533 | |
Rafael J. Wysocki | b6708fb | 2014-02-04 00:39:58 +0100 | [diff] [blame] | 534 | acpi_bus_scan(adev->handle); |
| 535 | if (acpi_device_enumerated(adev)) |
| 536 | acpi_device_set_power(adev, ACPI_STATE_D0); |
| 537 | } |
Rafael J. Wysocki | a47d8c8 | 2013-09-08 00:07:28 +0200 | [diff] [blame] | 538 | return pci_scan_slot(slot->bus, PCI_DEVFN(slot->device, 0)); |
| 539 | } |
| 540 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 541 | /** |
Rafael J. Wysocki | a1d0abc | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 542 | * enable_slot - enable, configure a slot |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 543 | * @slot: slot to be enabled |
| 544 | * |
| 545 | * This function should be called per *physical slot*, |
| 546 | * not per each slot object in ACPI namespace. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 547 | */ |
Rafael J. Wysocki | a1d0abc | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 548 | static void __ref enable_slot(struct acpiphp_slot *slot) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 549 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 550 | struct pci_dev *dev; |
Rafael J. Wysocki | bda46db | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 551 | struct pci_bus *bus = slot->bus; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 552 | struct acpiphp_func *func; |
Kirill A. Shutemov | b91182a | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 553 | int max, pass; |
Jiang Liu | d66ecb7 | 2013-06-23 01:01:35 +0200 | [diff] [blame] | 554 | LIST_HEAD(add_list); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 555 | |
Mika Westerberg | ab12259 | 2013-10-30 14:40:36 +0200 | [diff] [blame] | 556 | acpiphp_rescan_slot(slot); |
Kristen Accardi | 15a1ae7 | 2006-02-23 17:55:58 -0800 | [diff] [blame] | 557 | max = acpiphp_max_busnr(bus); |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 558 | for (pass = 0; pass < 2; pass++) { |
| 559 | list_for_each_entry(dev, &bus->devices, bus_list) { |
| 560 | if (PCI_SLOT(dev->devfn) != slot->device) |
| 561 | continue; |
Rafael J. Wysocki | a1d0abc | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 562 | |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 563 | if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE || |
Kristen Accardi | c64b5ee | 2005-12-14 09:37:26 -0800 | [diff] [blame] | 564 | dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) { |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 565 | max = pci_scan_bridge(bus, dev, max, pass); |
Yinghai Lu | 1f96a96 | 2013-01-21 13:20:42 -0800 | [diff] [blame] | 566 | if (pass && dev->subordinate) { |
| 567 | check_hotplug_bridge(slot, dev); |
Jiang Liu | d66ecb7 | 2013-06-23 01:01:35 +0200 | [diff] [blame] | 568 | pcibios_resource_survey_bus(dev->subordinate); |
| 569 | __pci_bus_size_bridges(dev->subordinate, |
| 570 | &add_list); |
Yinghai Lu | 1f96a96 | 2013-01-21 13:20:42 -0800 | [diff] [blame] | 571 | } |
Kristen Accardi | c64b5ee | 2005-12-14 09:37:26 -0800 | [diff] [blame] | 572 | } |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 573 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 574 | } |
Jiang Liu | d66ecb7 | 2013-06-23 01:01:35 +0200 | [diff] [blame] | 575 | __pci_bus_assign_resources(bus, &add_list, NULL); |
Rafael J. Wysocki | 2dc4128 | 2013-09-06 15:41:32 +0200 | [diff] [blame] | 576 | |
Kristen Accardi | 8e5dce3 | 2005-10-18 17:21:40 -0700 | [diff] [blame] | 577 | acpiphp_sanitize_bus(bus); |
Bjorn Helgaas | fca6825 | 2009-09-14 16:35:10 -0600 | [diff] [blame] | 578 | acpiphp_set_hpp_values(bus); |
Shaohua Li | d060705 | 2010-02-25 10:59:34 +0800 | [diff] [blame] | 579 | acpiphp_set_acpi_region(slot); |
Ian Campbell | 69643e4 | 2011-05-11 17:00:32 +0100 | [diff] [blame] | 580 | |
| 581 | list_for_each_entry(dev, &bus->devices, bus_list) { |
| 582 | /* Assume that newly added devices are powered on already. */ |
| 583 | if (!dev->is_added) |
| 584 | dev->current_state = PCI_D0; |
| 585 | } |
| 586 | |
Rajesh Shah | 42f49a6 | 2005-04-28 00:25:53 -0700 | [diff] [blame] | 587 | pci_bus_add_devices(bus); |
| 588 | |
Amos Kong | f382a08 | 2011-11-25 15:03:07 +0800 | [diff] [blame] | 589 | slot->flags |= SLOT_ENABLED; |
Alex Chiang | 58c0862 | 2009-10-26 21:25:27 -0600 | [diff] [blame] | 590 | list_for_each_entry(func, &slot->funcs, sibling) { |
Alex Chiang | 9d911d7 | 2009-05-21 16:21:15 -0600 | [diff] [blame] | 591 | dev = pci_get_slot(bus, PCI_DEVFN(slot->device, |
| 592 | func->function)); |
Amos Kong | f382a08 | 2011-11-25 15:03:07 +0800 | [diff] [blame] | 593 | if (!dev) { |
| 594 | /* Do not set SLOT_ENABLED flag if some funcs |
| 595 | are not added. */ |
| 596 | slot->flags &= (~SLOT_ENABLED); |
MUNEDA Takahiro | 551bcb7 | 2006-03-22 14:49:20 +0900 | [diff] [blame] | 597 | continue; |
Amos Kong | f382a08 | 2011-11-25 15:03:07 +0800 | [diff] [blame] | 598 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 599 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 600 | } |
| 601 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 602 | /** |
Rafael J. Wysocki | a1d0abc | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 603 | * disable_slot - disable a slot |
Randy Dunlap | 26e6c66 | 2007-11-28 09:04:30 -0800 | [diff] [blame] | 604 | * @slot: ACPI PHP slot |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 605 | */ |
Rafael J. Wysocki | a1d0abc | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 606 | static void disable_slot(struct acpiphp_slot *slot) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 607 | { |
Rafael J. Wysocki | 1c0c544 | 2014-02-04 00:37:02 +0100 | [diff] [blame] | 608 | struct pci_bus *bus = slot->bus; |
| 609 | struct pci_dev *dev, *prev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 610 | struct acpiphp_func *func; |
MUNEDA Takahiro | 551bcb7 | 2006-03-22 14:49:20 +0900 | [diff] [blame] | 611 | |
Amos Kong | ce29ca3 | 2012-05-23 10:20:35 -0600 | [diff] [blame] | 612 | /* |
Rafael J. Wysocki | a1d0abc | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 613 | * enable_slot() enumerates all functions in this device via |
Amos Kong | ce29ca3 | 2012-05-23 10:20:35 -0600 | [diff] [blame] | 614 | * pci_scan_slot(), whether they have associated ACPI hotplug |
| 615 | * methods (_EJ0, etc.) or not. Therefore, we remove all functions |
| 616 | * here. |
| 617 | */ |
Rafael J. Wysocki | 1c0c544 | 2014-02-04 00:37:02 +0100 | [diff] [blame] | 618 | list_for_each_entry_safe_reverse(dev, prev, &bus->devices, bus_list) |
| 619 | if (PCI_SLOT(dev->devfn) == slot->device) |
| 620 | pci_stop_and_remove_bus_device(dev); |
Satoru Takeuchi | 0dad351 | 2006-09-12 10:17:46 -0700 | [diff] [blame] | 621 | |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 622 | list_for_each_entry(func, &slot->funcs, sibling) |
| 623 | acpi_bus_trim(func_to_acpi_device(func)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 624 | |
| 625 | slot->flags &= (~SLOT_ENABLED); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 626 | } |
| 627 | |
Rafael J. Wysocki | b2118d6 | 2014-02-04 00:39:20 +0100 | [diff] [blame] | 628 | static bool acpiphp_no_hotplug(struct acpi_device *adev) |
Rafael J. Wysocki | f244d8b | 2013-12-31 13:39:42 +0100 | [diff] [blame] | 629 | { |
Rafael J. Wysocki | f244d8b | 2013-12-31 13:39:42 +0100 | [diff] [blame] | 630 | return adev && adev->flags.no_hotplug; |
| 631 | } |
| 632 | |
| 633 | static bool slot_no_hotplug(struct acpiphp_slot *slot) |
| 634 | { |
| 635 | struct acpiphp_func *func; |
| 636 | |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 637 | list_for_each_entry(func, &slot->funcs, sibling) |
| 638 | if (acpiphp_no_hotplug(func_to_acpi_device(func))) |
Rafael J. Wysocki | b2118d6 | 2014-02-04 00:39:20 +0100 | [diff] [blame] | 639 | return true; |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 640 | |
Rafael J. Wysocki | f244d8b | 2013-12-31 13:39:42 +0100 | [diff] [blame] | 641 | return false; |
| 642 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 643 | |
| 644 | /** |
| 645 | * get_slot_status - get ACPI slot status |
Randy Dunlap | 26e6c66 | 2007-11-28 09:04:30 -0800 | [diff] [blame] | 646 | * @slot: ACPI PHP slot |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 647 | * |
Randy Dunlap | 26e6c66 | 2007-11-28 09:04:30 -0800 | [diff] [blame] | 648 | * If a slot has _STA for each function and if any one of them |
| 649 | * returned non-zero status, return it. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 650 | * |
Randy Dunlap | 26e6c66 | 2007-11-28 09:04:30 -0800 | [diff] [blame] | 651 | * If a slot doesn't have _STA and if any one of its functions' |
| 652 | * configuration space is configured, return 0x0f as a _STA. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 653 | * |
Randy Dunlap | 26e6c66 | 2007-11-28 09:04:30 -0800 | [diff] [blame] | 654 | * Otherwise return 0. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 655 | */ |
| 656 | static unsigned int get_slot_status(struct acpiphp_slot *slot) |
| 657 | { |
Matthew Wilcox | 27663c5 | 2008-10-10 02:22:59 -0400 | [diff] [blame] | 658 | unsigned long long sta = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 659 | struct acpiphp_func *func; |
| 660 | |
Alex Chiang | 58c0862 | 2009-10-26 21:25:27 -0600 | [diff] [blame] | 661 | list_for_each_entry(func, &slot->funcs, sibling) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 662 | if (func->flags & FUNC_HAS_STA) { |
Rafael J. Wysocki | 5a3bc57 | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 663 | acpi_status status; |
| 664 | |
| 665 | status = acpi_evaluate_integer(func_to_handle(func), |
| 666 | "_STA", NULL, &sta); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 667 | if (ACPI_SUCCESS(status) && sta) |
| 668 | break; |
| 669 | } else { |
Rafael J. Wysocki | 5a3bc57 | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 670 | u32 dvid; |
| 671 | |
Rafael J. Wysocki | bda46db | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 672 | pci_bus_read_config_dword(slot->bus, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 673 | PCI_DEVFN(slot->device, |
| 674 | func->function), |
| 675 | PCI_VENDOR_ID, &dvid); |
| 676 | if (dvid != 0xffffffff) { |
| 677 | sta = ACPI_STA_ALL; |
| 678 | break; |
| 679 | } |
| 680 | } |
| 681 | } |
| 682 | |
| 683 | return (unsigned int)sta; |
| 684 | } |
| 685 | |
| 686 | /** |
Rafael J. Wysocki | 4ebe345 | 2013-07-16 22:10:35 +0200 | [diff] [blame] | 687 | * trim_stale_devices - remove PCI devices that are not responding. |
| 688 | * @dev: PCI device to start walking the hierarchy from. |
| 689 | */ |
| 690 | static void trim_stale_devices(struct pci_dev *dev) |
| 691 | { |
Rafael J. Wysocki | 4dc3082 | 2014-02-04 00:38:52 +0100 | [diff] [blame] | 692 | struct acpi_device *adev = ACPI_COMPANION(&dev->dev); |
Rafael J. Wysocki | 4ebe345 | 2013-07-16 22:10:35 +0200 | [diff] [blame] | 693 | struct pci_bus *bus = dev->subordinate; |
| 694 | bool alive = false; |
| 695 | |
Rafael J. Wysocki | 4dc3082 | 2014-02-04 00:38:52 +0100 | [diff] [blame] | 696 | if (adev) { |
Rafael J. Wysocki | 4ebe345 | 2013-07-16 22:10:35 +0200 | [diff] [blame] | 697 | acpi_status status; |
| 698 | unsigned long long sta; |
| 699 | |
Rafael J. Wysocki | b2118d6 | 2014-02-04 00:39:20 +0100 | [diff] [blame] | 700 | status = acpi_evaluate_integer(adev->handle, "_STA", NULL, &sta); |
Rafael J. Wysocki | f244d8b | 2013-12-31 13:39:42 +0100 | [diff] [blame] | 701 | alive = (ACPI_SUCCESS(status) && sta == ACPI_STA_ALL) |
Rafael J. Wysocki | b2118d6 | 2014-02-04 00:39:20 +0100 | [diff] [blame] | 702 | || acpiphp_no_hotplug(adev); |
Rafael J. Wysocki | 4ebe345 | 2013-07-16 22:10:35 +0200 | [diff] [blame] | 703 | } |
| 704 | if (!alive) { |
| 705 | u32 v; |
| 706 | |
| 707 | /* Check if the device responds. */ |
| 708 | alive = pci_bus_read_dev_vendor_id(dev->bus, dev->devfn, &v, 0); |
| 709 | } |
| 710 | if (!alive) { |
| 711 | pci_stop_and_remove_bus_device(dev); |
Rafael J. Wysocki | 4dc3082 | 2014-02-04 00:38:52 +0100 | [diff] [blame] | 712 | if (adev) |
| 713 | acpi_bus_trim(adev); |
Rafael J. Wysocki | 4ebe345 | 2013-07-16 22:10:35 +0200 | [diff] [blame] | 714 | } else if (bus) { |
| 715 | struct pci_dev *child, *tmp; |
| 716 | |
| 717 | /* The device is a bridge. so check the bus below it. */ |
| 718 | pm_runtime_get_sync(&dev->dev); |
Rafael J. Wysocki | 2d7c1b7 | 2014-02-03 02:22:07 +0100 | [diff] [blame] | 719 | list_for_each_entry_safe_reverse(child, tmp, &bus->devices, bus_list) |
Rafael J. Wysocki | 4ebe345 | 2013-07-16 22:10:35 +0200 | [diff] [blame] | 720 | trim_stale_devices(child); |
| 721 | |
| 722 | pm_runtime_put(&dev->dev); |
| 723 | } |
| 724 | } |
| 725 | |
| 726 | /** |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 727 | * acpiphp_check_bridge - re-enumerate devices |
Randy Dunlap | 26e6c66 | 2007-11-28 09:04:30 -0800 | [diff] [blame] | 728 | * @bridge: where to begin re-enumeration |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 729 | * |
| 730 | * Iterate over all slots under this bridge and make sure that if a |
| 731 | * card is present they are enabled, and if not they are disabled. |
| 732 | */ |
Rafael J. Wysocki | 4ebe345 | 2013-07-16 22:10:35 +0200 | [diff] [blame] | 733 | static void acpiphp_check_bridge(struct acpiphp_bridge *bridge) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 734 | { |
| 735 | struct acpiphp_slot *slot; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 736 | |
Rafael J. Wysocki | 9217a98 | 2014-01-10 15:24:41 +0100 | [diff] [blame] | 737 | /* Bail out if the bridge is going away. */ |
| 738 | if (bridge->is_going_away) |
| 739 | return; |
| 740 | |
Yijing Wang | ad41dd9 | 2013-04-12 05:44:27 +0000 | [diff] [blame] | 741 | list_for_each_entry(slot, &bridge->slots, node) { |
Rafael J. Wysocki | 4ebe345 | 2013-07-16 22:10:35 +0200 | [diff] [blame] | 742 | struct pci_bus *bus = slot->bus; |
| 743 | struct pci_dev *dev, *tmp; |
Mika Westerberg | ad21d2d | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 744 | |
Rafael J. Wysocki | f244d8b | 2013-12-31 13:39:42 +0100 | [diff] [blame] | 745 | if (slot_no_hotplug(slot)) { |
| 746 | ; /* do nothing */ |
| 747 | } else if (get_slot_status(slot) == ACPI_STA_ALL) { |
Rafael J. Wysocki | 4ebe345 | 2013-07-16 22:10:35 +0200 | [diff] [blame] | 748 | /* remove stale devices if any */ |
Rafael J. Wysocki | 2d7c1b7 | 2014-02-03 02:22:07 +0100 | [diff] [blame] | 749 | list_for_each_entry_safe_reverse(dev, tmp, |
| 750 | &bus->devices, bus_list) |
Rafael J. Wysocki | 4ebe345 | 2013-07-16 22:10:35 +0200 | [diff] [blame] | 751 | if (PCI_SLOT(dev->devfn) == slot->device) |
| 752 | trim_stale_devices(dev); |
Mika Westerberg | ad21d2d | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 753 | |
Rafael J. Wysocki | 4ebe345 | 2013-07-16 22:10:35 +0200 | [diff] [blame] | 754 | /* configure all functions */ |
Rafael J. Wysocki | a1d0abc | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 755 | enable_slot(slot); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 756 | } else { |
Rafael J. Wysocki | a1d0abc | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 757 | disable_slot(slot); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 758 | } |
| 759 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 760 | } |
| 761 | |
Bjorn Helgaas | fca6825 | 2009-09-14 16:35:10 -0600 | [diff] [blame] | 762 | static void acpiphp_set_hpp_values(struct pci_bus *bus) |
Rajesh Shah | 8e7561c | 2005-04-28 00:25:56 -0700 | [diff] [blame] | 763 | { |
Rajesh Shah | 8e7561c | 2005-04-28 00:25:56 -0700 | [diff] [blame] | 764 | struct pci_dev *dev; |
| 765 | |
Bjorn Helgaas | e81995b | 2009-09-14 16:35:35 -0600 | [diff] [blame] | 766 | list_for_each_entry(dev, &bus->devices, bus_list) |
| 767 | pci_configure_slot(dev); |
Rajesh Shah | 8e7561c | 2005-04-28 00:25:56 -0700 | [diff] [blame] | 768 | } |
| 769 | |
| 770 | /* |
| 771 | * Remove devices for which we could not assign resources, call |
| 772 | * arch specific code to fix-up the bus |
| 773 | */ |
| 774 | static void acpiphp_sanitize_bus(struct pci_bus *bus) |
| 775 | { |
Yijing Wang | d65eba6 | 2013-04-12 05:44:17 +0000 | [diff] [blame] | 776 | struct pci_dev *dev, *tmp; |
Rajesh Shah | 8e7561c | 2005-04-28 00:25:56 -0700 | [diff] [blame] | 777 | int i; |
| 778 | unsigned long type_mask = IORESOURCE_IO | IORESOURCE_MEM; |
| 779 | |
Rafael J. Wysocki | 2d7c1b7 | 2014-02-03 02:22:07 +0100 | [diff] [blame] | 780 | list_for_each_entry_safe_reverse(dev, tmp, &bus->devices, bus_list) { |
Rajesh Shah | 8e7561c | 2005-04-28 00:25:56 -0700 | [diff] [blame] | 781 | for (i=0; i<PCI_BRIDGE_RESOURCES; i++) { |
| 782 | struct resource *res = &dev->resource[i]; |
| 783 | if ((res->flags & type_mask) && !res->start && |
| 784 | res->end) { |
| 785 | /* Could not assign a required resources |
| 786 | * for this device, remove it */ |
Yinghai Lu | 210647a | 2012-02-25 13:54:20 -0800 | [diff] [blame] | 787 | pci_stop_and_remove_bus_device(dev); |
Rajesh Shah | 8e7561c | 2005-04-28 00:25:56 -0700 | [diff] [blame] | 788 | break; |
| 789 | } |
| 790 | } |
| 791 | } |
| 792 | } |
| 793 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 794 | /* |
| 795 | * ACPI event handlers |
| 796 | */ |
| 797 | |
Yinghai Lu | 3f327e3 | 2013-05-07 11:06:03 -0600 | [diff] [blame] | 798 | void acpiphp_check_host_bridge(acpi_handle handle) |
| 799 | { |
| 800 | struct acpiphp_bridge *bridge; |
| 801 | |
| 802 | bridge = acpiphp_handle_to_bridge(handle); |
| 803 | if (bridge) { |
Rafael J. Wysocki | d42f5da | 2014-02-03 02:22:27 +0100 | [diff] [blame] | 804 | pci_lock_rescan_remove(); |
| 805 | |
Yinghai Lu | 3f327e3 | 2013-05-07 11:06:03 -0600 | [diff] [blame] | 806 | acpiphp_check_bridge(bridge); |
Rafael J. Wysocki | d42f5da | 2014-02-03 02:22:27 +0100 | [diff] [blame] | 807 | |
| 808 | pci_unlock_rescan_remove(); |
Yinghai Lu | 3f327e3 | 2013-05-07 11:06:03 -0600 | [diff] [blame] | 809 | put_bridge(bridge); |
| 810 | } |
Yinghai Lu | 3f327e3 | 2013-05-07 11:06:03 -0600 | [diff] [blame] | 811 | } |
| 812 | |
Rafael J. Wysocki | 9217a98 | 2014-01-10 15:24:41 +0100 | [diff] [blame] | 813 | static int acpiphp_disable_and_eject_slot(struct acpiphp_slot *slot); |
| 814 | |
Rafael J. Wysocki | d3a1ebb | 2014-02-04 00:42:20 +0100 | [diff] [blame] | 815 | static void hotplug_event(u32 type, struct acpiphp_context *context) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 816 | { |
Rafael J. Wysocki | d3a1ebb | 2014-02-04 00:42:20 +0100 | [diff] [blame] | 817 | acpi_handle handle = context->adev->handle; |
Rafael J. Wysocki | bd4674d | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 818 | struct acpiphp_func *func = &context->func; |
Rafael J. Wysocki | b75cece | 2014-02-04 00:40:46 +0100 | [diff] [blame] | 819 | struct acpiphp_slot *slot = func->slot; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 820 | struct acpiphp_bridge *bridge; |
Prarit Bhargava | 6af8bef | 2011-09-28 19:40:53 -0400 | [diff] [blame] | 821 | |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 822 | acpi_lock_hp_context(); |
Rafael J. Wysocki | c8ebcf1 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 823 | bridge = context->bridge; |
Rafael J. Wysocki | 43e5c09 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 824 | if (bridge) |
| 825 | get_bridge(bridge); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 826 | |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 827 | acpi_unlock_hp_context(); |
Rafael J. Wysocki | 3757b94 | 2013-02-13 14:36:47 +0100 | [diff] [blame] | 828 | |
Rafael J. Wysocki | f41b326 | 2014-02-03 02:22:17 +0100 | [diff] [blame] | 829 | pci_lock_rescan_remove(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 830 | |
| 831 | switch (type) { |
| 832 | case ACPI_NOTIFY_BUS_CHECK: |
| 833 | /* bus re-enumerate */ |
Rafael J. Wysocki | 1d4a5b6 | 2014-02-04 00:41:52 +0100 | [diff] [blame] | 834 | acpi_handle_debug(handle, "Bus check in %s()\n", __func__); |
Rafael J. Wysocki | b75cece | 2014-02-04 00:40:46 +0100 | [diff] [blame] | 835 | if (bridge) |
Rafael J. Wysocki | 43e5c09 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 836 | acpiphp_check_bridge(bridge); |
Rafael J. Wysocki | b75cece | 2014-02-04 00:40:46 +0100 | [diff] [blame] | 837 | else if (!(slot->flags & SLOT_IS_GOING_AWAY)) |
| 838 | enable_slot(slot); |
Rafael J. Wysocki | 4ebe345 | 2013-07-16 22:10:35 +0200 | [diff] [blame] | 839 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 840 | break; |
| 841 | |
| 842 | case ACPI_NOTIFY_DEVICE_CHECK: |
| 843 | /* device check */ |
Rafael J. Wysocki | 1d4a5b6 | 2014-02-04 00:41:52 +0100 | [diff] [blame] | 844 | acpi_handle_debug(handle, "Device check in %s()\n", __func__); |
Rafael J. Wysocki | a47d8c8 | 2013-09-08 00:07:28 +0200 | [diff] [blame] | 845 | if (bridge) { |
Rafael J. Wysocki | 43e5c09 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 846 | acpiphp_check_bridge(bridge); |
Rafael J. Wysocki | b75cece | 2014-02-04 00:40:46 +0100 | [diff] [blame] | 847 | } else if (!(slot->flags & SLOT_IS_GOING_AWAY)) { |
Rafael J. Wysocki | a47d8c8 | 2013-09-08 00:07:28 +0200 | [diff] [blame] | 848 | /* |
| 849 | * Check if anything has changed in the slot and rescan |
| 850 | * from the parent if that's the case. |
| 851 | */ |
Rafael J. Wysocki | 661b406 | 2014-02-04 00:40:25 +0100 | [diff] [blame] | 852 | if (acpiphp_rescan_slot(slot)) |
Rafael J. Wysocki | a47d8c8 | 2013-09-08 00:07:28 +0200 | [diff] [blame] | 853 | acpiphp_check_bridge(func->parent); |
| 854 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 855 | break; |
| 856 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 857 | case ACPI_NOTIFY_EJECT_REQUEST: |
| 858 | /* request device eject */ |
Rafael J. Wysocki | 1d4a5b6 | 2014-02-04 00:41:52 +0100 | [diff] [blame] | 859 | acpi_handle_debug(handle, "Eject request in %s()\n", __func__); |
Rafael J. Wysocki | b75cece | 2014-02-04 00:40:46 +0100 | [diff] [blame] | 860 | acpiphp_disable_and_eject_slot(slot); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 861 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 862 | } |
Prarit Bhargava | 6af8bef | 2011-09-28 19:40:53 -0400 | [diff] [blame] | 863 | |
Rafael J. Wysocki | f41b326 | 2014-02-03 02:22:17 +0100 | [diff] [blame] | 864 | pci_unlock_rescan_remove(); |
Rafael J. Wysocki | 43e5c09 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 865 | if (bridge) |
| 866 | put_bridge(bridge); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 867 | } |
| 868 | |
Rafael J. Wysocki | 7b98118 | 2013-11-07 01:45:40 +0100 | [diff] [blame] | 869 | static void hotplug_event_work(void *data, u32 type) |
Rafael J. Wysocki | 21a3101 | 2013-06-24 11:22:53 +0200 | [diff] [blame] | 870 | { |
Rafael J. Wysocki | 7b98118 | 2013-11-07 01:45:40 +0100 | [diff] [blame] | 871 | struct acpiphp_context *context = data; |
Rafael J. Wysocki | 21a3101 | 2013-06-24 11:22:53 +0200 | [diff] [blame] | 872 | |
Rafael J. Wysocki | 21a3101 | 2013-06-24 11:22:53 +0200 | [diff] [blame] | 873 | acpi_scan_lock_acquire(); |
| 874 | |
Rafael J. Wysocki | d3a1ebb | 2014-02-04 00:42:20 +0100 | [diff] [blame] | 875 | hotplug_event(type, context); |
Prarit Bhargava | 6af8bef | 2011-09-28 19:40:53 -0400 | [diff] [blame] | 876 | |
Rafael J. Wysocki | 3757b94 | 2013-02-13 14:36:47 +0100 | [diff] [blame] | 877 | acpi_scan_lock_release(); |
Rafael J. Wysocki | d3a1ebb | 2014-02-04 00:42:20 +0100 | [diff] [blame] | 878 | acpi_evaluate_hotplug_ost(context->adev->handle, type, |
| 879 | ACPI_OST_SC_SUCCESS, NULL); |
Rafael J. Wysocki | bda46db | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 880 | put_bridge(context->func.parent); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 881 | } |
| 882 | |
Prarit Bhargava | 6af8bef | 2011-09-28 19:40:53 -0400 | [diff] [blame] | 883 | /** |
Rafael J. Wysocki | 8783127 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 884 | * handle_hotplug_event - handle ACPI hotplug event |
Prarit Bhargava | 6af8bef | 2011-09-28 19:40:53 -0400 | [diff] [blame] | 885 | * @handle: Notify()'ed acpi_handle |
| 886 | * @type: Notify code |
Rafael J. Wysocki | 8783127 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 887 | * @data: pointer to acpiphp_context structure |
Prarit Bhargava | 6af8bef | 2011-09-28 19:40:53 -0400 | [diff] [blame] | 888 | * |
| 889 | * Handles ACPI event notification on slots. |
| 890 | */ |
Rafael J. Wysocki | 8783127 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 891 | static void handle_hotplug_event(acpi_handle handle, u32 type, void *data) |
Prarit Bhargava | 6af8bef | 2011-09-28 19:40:53 -0400 | [diff] [blame] | 892 | { |
Rafael J. Wysocki | 8783127 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 893 | struct acpiphp_context *context; |
Rafael J. Wysocki | e532e84 | 2013-09-06 15:41:41 +0200 | [diff] [blame] | 894 | u32 ost_code = ACPI_OST_SC_SUCCESS; |
Rafael J. Wysocki | 1b360f4 | 2014-02-03 22:30:06 +0100 | [diff] [blame] | 895 | acpi_status status; |
Rafael J. Wysocki | 8783127 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 896 | |
Rafael J. Wysocki | 5c8d0e1 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 897 | switch (type) { |
| 898 | case ACPI_NOTIFY_BUS_CHECK: |
| 899 | case ACPI_NOTIFY_DEVICE_CHECK: |
Rafael J. Wysocki | e532e84 | 2013-09-06 15:41:41 +0200 | [diff] [blame] | 900 | break; |
Rafael J. Wysocki | 5c8d0e1 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 901 | case ACPI_NOTIFY_EJECT_REQUEST: |
Rafael J. Wysocki | e532e84 | 2013-09-06 15:41:41 +0200 | [diff] [blame] | 902 | ost_code = ACPI_OST_SC_EJECT_IN_PROGRESS; |
| 903 | acpi_evaluate_hotplug_ost(handle, type, ost_code, NULL); |
Rafael J. Wysocki | 5c8d0e1 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 904 | break; |
| 905 | |
| 906 | case ACPI_NOTIFY_DEVICE_WAKE: |
| 907 | return; |
| 908 | |
| 909 | case ACPI_NOTIFY_FREQUENCY_MISMATCH: |
| 910 | acpi_handle_err(handle, "Device cannot be configured due " |
| 911 | "to a frequency mismatch\n"); |
Rafael J. Wysocki | e532e84 | 2013-09-06 15:41:41 +0200 | [diff] [blame] | 912 | goto out; |
Rafael J. Wysocki | 5c8d0e1 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 913 | |
| 914 | case ACPI_NOTIFY_BUS_MODE_MISMATCH: |
| 915 | acpi_handle_err(handle, "Device cannot be configured due " |
| 916 | "to a bus mode mismatch\n"); |
Rafael J. Wysocki | e532e84 | 2013-09-06 15:41:41 +0200 | [diff] [blame] | 917 | goto out; |
Rafael J. Wysocki | 5c8d0e1 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 918 | |
| 919 | case ACPI_NOTIFY_POWER_FAULT: |
| 920 | acpi_handle_err(handle, "Device has suffered a power fault\n"); |
Rafael J. Wysocki | e532e84 | 2013-09-06 15:41:41 +0200 | [diff] [blame] | 921 | goto out; |
Rafael J. Wysocki | 5c8d0e1 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 922 | |
| 923 | default: |
| 924 | acpi_handle_warn(handle, "Unsupported event type 0x%x\n", type); |
Rafael J. Wysocki | e532e84 | 2013-09-06 15:41:41 +0200 | [diff] [blame] | 925 | ost_code = ACPI_OST_SC_UNRECOGNIZED_NOTIFY; |
| 926 | goto out; |
Rafael J. Wysocki | 5c8d0e1 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 927 | } |
| 928 | |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 929 | acpi_lock_hp_context(); |
Rafael J. Wysocki | 8783127 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 930 | context = acpiphp_get_context(handle); |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 931 | if (!context || WARN_ON(context->adev->handle != handle) |
Rafael J. Wysocki | 1b360f4 | 2014-02-03 22:30:06 +0100 | [diff] [blame] | 932 | || context->func.parent->is_going_away) |
| 933 | goto err_out; |
| 934 | |
| 935 | get_bridge(context->func.parent); |
| 936 | acpiphp_put_context(context); |
| 937 | status = acpi_hotplug_execute(hotplug_event_work, context, type); |
| 938 | if (ACPI_SUCCESS(status)) { |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 939 | acpi_unlock_hp_context(); |
Rafael J. Wysocki | e532e84 | 2013-09-06 15:41:41 +0200 | [diff] [blame] | 940 | return; |
Rafael J. Wysocki | 8783127 | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 941 | } |
Rafael J. Wysocki | 1b360f4 | 2014-02-03 22:30:06 +0100 | [diff] [blame] | 942 | put_bridge(context->func.parent); |
| 943 | |
| 944 | err_out: |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 945 | acpi_unlock_hp_context(); |
Rafael J. Wysocki | e532e84 | 2013-09-06 15:41:41 +0200 | [diff] [blame] | 946 | ost_code = ACPI_OST_SC_NON_SPECIFIC_FAILURE; |
| 947 | |
| 948 | out: |
| 949 | acpi_evaluate_hotplug_ost(handle, type, ost_code, NULL); |
Rajesh Shah | 8e7561c | 2005-04-28 00:25:56 -0700 | [diff] [blame] | 950 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 951 | |
Rafael J. Wysocki | 454481a | 2014-02-04 00:37:35 +0100 | [diff] [blame] | 952 | /** |
| 953 | * acpiphp_enumerate_slots - Enumerate PCI slots for a given bus. |
| 954 | * @bus: PCI bus to enumerate the slots for. |
| 955 | * |
| 956 | * A "slot" is an object associated with a PCI device number. All functions |
| 957 | * (PCI devices) with the same bus and device number belong to the same slot. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 958 | */ |
Rafael J. Wysocki | be1c9de | 2013-07-13 23:27:23 +0200 | [diff] [blame] | 959 | void acpiphp_enumerate_slots(struct pci_bus *bus) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 960 | { |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 961 | struct acpiphp_bridge *bridge; |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 962 | struct acpi_device *adev; |
Rafael J. Wysocki | 2552002a | 2013-07-13 23:27:23 +0200 | [diff] [blame] | 963 | acpi_handle handle; |
| 964 | acpi_status status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 965 | |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 966 | if (acpiphp_disabled) |
| 967 | return; |
| 968 | |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 969 | adev = ACPI_COMPANION(bus->bridge); |
| 970 | if (!adev) |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 971 | return; |
| 972 | |
Rafael J. Wysocki | bbcbfc0 | 2014-02-04 00:39:33 +0100 | [diff] [blame] | 973 | handle = adev->handle; |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 974 | bridge = kzalloc(sizeof(struct acpiphp_bridge), GFP_KERNEL); |
Rafael J. Wysocki | cb7b8ce | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 975 | if (!bridge) { |
| 976 | acpi_handle_err(handle, "No memory for bridge object\n"); |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 977 | return; |
| 978 | } |
| 979 | |
Yijing Wang | ad41dd9 | 2013-04-12 05:44:27 +0000 | [diff] [blame] | 980 | INIT_LIST_HEAD(&bridge->slots); |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 981 | kref_init(&bridge->ref); |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 982 | bridge->pci_dev = pci_dev_get(bus->self); |
| 983 | bridge->pci_bus = bus; |
| 984 | |
| 985 | /* |
| 986 | * Grab a ref to the subordinate PCI bus in case the bus is |
| 987 | * removed via PCI core logical hotplug. The ref pins the bus |
| 988 | * (which we access during module unload). |
| 989 | */ |
| 990 | get_device(&bus->dev); |
| 991 | |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 992 | if (!pci_is_root_bus(bridge->pci_bus)) { |
| 993 | struct acpiphp_context *context; |
| 994 | |
| 995 | /* |
| 996 | * This bridge should have been registered as a hotplug function |
Rafael J. Wysocki | fd3cfeb | 2013-10-12 01:49:48 +0200 | [diff] [blame] | 997 | * under its parent, so the context should be there, unless the |
| 998 | * parent is going to be handled by pciehp, in which case this |
| 999 | * bridge is not interesting to us either. |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 1000 | */ |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 1001 | acpi_lock_hp_context(); |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 1002 | context = acpiphp_get_context(handle); |
Rafael J. Wysocki | fd3cfeb | 2013-10-12 01:49:48 +0200 | [diff] [blame] | 1003 | if (!context) { |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 1004 | acpi_unlock_hp_context(); |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 1005 | put_device(&bus->dev); |
Rafael J. Wysocki | 5d44945 | 2013-10-11 13:20:50 +0200 | [diff] [blame] | 1006 | pci_dev_put(bridge->pci_dev); |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 1007 | kfree(bridge); |
| 1008 | return; |
| 1009 | } |
| 1010 | bridge->context = context; |
| 1011 | context->bridge = bridge; |
| 1012 | /* Get a reference to the parent bridge. */ |
Rafael J. Wysocki | bda46db | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 1013 | get_bridge(context->func.parent); |
Rafael J. Wysocki | e525506 | 2014-02-04 00:43:17 +0100 | [diff] [blame^] | 1014 | acpi_unlock_hp_context(); |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 1015 | } |
| 1016 | |
Rafael J. Wysocki | 2552002a | 2013-07-13 23:27:23 +0200 | [diff] [blame] | 1017 | /* must be added to the list prior to calling register_slot */ |
| 1018 | mutex_lock(&bridge_mutex); |
| 1019 | list_add(&bridge->list, &bridge_list); |
| 1020 | mutex_unlock(&bridge_mutex); |
| 1021 | |
| 1022 | /* register all slot objects under this bridge */ |
Rafael J. Wysocki | 89373a5 | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 1023 | status = acpi_walk_namespace(ACPI_TYPE_DEVICE, handle, 1, |
Rafael J. Wysocki | 2552002a | 2013-07-13 23:27:23 +0200 | [diff] [blame] | 1024 | register_slot, NULL, bridge, NULL); |
| 1025 | if (ACPI_FAILURE(status)) { |
Rafael J. Wysocki | 89373a5 | 2013-07-13 23:27:25 +0200 | [diff] [blame] | 1026 | acpi_handle_err(handle, "failed to register slots\n"); |
Rafael J. Wysocki | bbd34fc | 2013-07-13 23:27:24 +0200 | [diff] [blame] | 1027 | cleanup_bridge(bridge); |
| 1028 | put_bridge(bridge); |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 1029 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1030 | } |
| 1031 | |
Rafael J. Wysocki | 454481a | 2014-02-04 00:37:35 +0100 | [diff] [blame] | 1032 | /** |
| 1033 | * acpiphp_remove_slots - Remove slot objects associated with a given bus. |
| 1034 | * @bus: PCI bus to remove the slot objects for. |
| 1035 | */ |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 1036 | void acpiphp_remove_slots(struct pci_bus *bus) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1037 | { |
Rafael J. Wysocki | ff181e5 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1038 | struct acpiphp_bridge *bridge; |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 1039 | |
| 1040 | if (acpiphp_disabled) |
| 1041 | return; |
| 1042 | |
Rafael J. Wysocki | ff181e5 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1043 | mutex_lock(&bridge_mutex); |
| 1044 | list_for_each_entry(bridge, &bridge_list, list) |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 1045 | if (bridge->pci_bus == bus) { |
Rafael J. Wysocki | ff181e5 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1046 | mutex_unlock(&bridge_mutex); |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 1047 | cleanup_bridge(bridge); |
Jiang Liu | 3d54a31 | 2013-04-12 05:44:28 +0000 | [diff] [blame] | 1048 | put_bridge(bridge); |
Rafael J. Wysocki | ff181e5 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1049 | return; |
Jiang Liu | 3b63aaa | 2013-04-12 05:44:26 +0000 | [diff] [blame] | 1050 | } |
Rafael J. Wysocki | ff181e5 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1051 | |
| 1052 | mutex_unlock(&bridge_mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1053 | } |
| 1054 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1055 | /** |
| 1056 | * acpiphp_enable_slot - power on slot |
Randy Dunlap | 26e6c66 | 2007-11-28 09:04:30 -0800 | [diff] [blame] | 1057 | * @slot: ACPI PHP slot |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1058 | */ |
| 1059 | int acpiphp_enable_slot(struct acpiphp_slot *slot) |
| 1060 | { |
Rafael J. Wysocki | 9217a98 | 2014-01-10 15:24:41 +0100 | [diff] [blame] | 1061 | pci_lock_rescan_remove(); |
| 1062 | |
| 1063 | if (slot->flags & SLOT_IS_GOING_AWAY) |
| 1064 | return -ENODEV; |
| 1065 | |
Rafael J. Wysocki | bc805a5 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1066 | /* configure all functions */ |
Kirill A. Shutemov | 55502dd | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1067 | if (!(slot->flags & SLOT_ENABLED)) |
Rafael J. Wysocki | a1d0abc | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1068 | enable_slot(slot); |
Kirill A. Shutemov | 55502dd | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1069 | |
Rafael J. Wysocki | 9217a98 | 2014-01-10 15:24:41 +0100 | [diff] [blame] | 1070 | pci_unlock_rescan_remove(); |
Rafael J. Wysocki | a1d0abc | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1071 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1072 | } |
| 1073 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1074 | /** |
Mika Westerberg | ad21d2d | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1075 | * acpiphp_disable_and_eject_slot - power off and eject slot |
Randy Dunlap | 26e6c66 | 2007-11-28 09:04:30 -0800 | [diff] [blame] | 1076 | * @slot: ACPI PHP slot |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1077 | */ |
Rafael J. Wysocki | 9217a98 | 2014-01-10 15:24:41 +0100 | [diff] [blame] | 1078 | static int acpiphp_disable_and_eject_slot(struct acpiphp_slot *slot) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1079 | { |
Mika Westerberg | ad21d2d | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1080 | struct acpiphp_func *func; |
Rafael J. Wysocki | 9217a98 | 2014-01-10 15:24:41 +0100 | [diff] [blame] | 1081 | |
| 1082 | if (slot->flags & SLOT_IS_GOING_AWAY) |
| 1083 | return -ENODEV; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1084 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1085 | /* unconfigure all functions */ |
Rafael J. Wysocki | a1d0abc | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1086 | disable_slot(slot); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1087 | |
Mika Westerberg | ad21d2d | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1088 | list_for_each_entry(func, &slot->funcs, sibling) |
| 1089 | if (func->flags & FUNC_HAS_EJ0) { |
| 1090 | acpi_handle handle = func_to_handle(func); |
| 1091 | |
| 1092 | if (ACPI_FAILURE(acpi_evaluate_ej0(handle))) |
| 1093 | acpi_handle_err(handle, "_EJ0 failed\n"); |
| 1094 | |
| 1095 | break; |
| 1096 | } |
| 1097 | |
Rafael J. Wysocki | 9217a98 | 2014-01-10 15:24:41 +0100 | [diff] [blame] | 1098 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1099 | } |
| 1100 | |
Rafael J. Wysocki | 9217a98 | 2014-01-10 15:24:41 +0100 | [diff] [blame] | 1101 | int acpiphp_disable_slot(struct acpiphp_slot *slot) |
| 1102 | { |
| 1103 | int ret; |
| 1104 | |
| 1105 | pci_lock_rescan_remove(); |
| 1106 | ret = acpiphp_disable_and_eject_slot(slot); |
| 1107 | pci_unlock_rescan_remove(); |
| 1108 | return ret; |
| 1109 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1110 | |
| 1111 | /* |
| 1112 | * slot enabled: 1 |
| 1113 | * slot disabled: 0 |
| 1114 | */ |
| 1115 | u8 acpiphp_get_power_status(struct acpiphp_slot *slot) |
| 1116 | { |
Rafael J. Wysocki | bc805a5 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1117 | return (slot->flags & SLOT_ENABLED); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1118 | } |
| 1119 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1120 | /* |
MUNEDA Takahiro | 35ae61a | 2006-10-25 11:44:57 -0700 | [diff] [blame] | 1121 | * latch open: 1 |
| 1122 | * latch closed: 0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1123 | */ |
| 1124 | u8 acpiphp_get_latch_status(struct acpiphp_slot *slot) |
| 1125 | { |
Mika Westerberg | 1ad3790 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1126 | return !(get_slot_status(slot) & ACPI_STA_DEVICE_UI); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1127 | } |
| 1128 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1129 | /* |
| 1130 | * adapter presence : 1 |
| 1131 | * absence : 0 |
| 1132 | */ |
| 1133 | u8 acpiphp_get_adapter_status(struct acpiphp_slot *slot) |
| 1134 | { |
Mika Westerberg | 1ad3790 | 2013-07-13 23:27:26 +0200 | [diff] [blame] | 1135 | return !!get_slot_status(slot); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1136 | } |