Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Linas Vepstas | 3c8c90a | 2007-05-24 03:28:01 +1000 | [diff] [blame] | 2 | * Copyright IBM Corporation 2001, 2005, 2006 |
| 3 | * Copyright Dave Engebretsen & Todd Inglett 2001 |
| 4 | * Copyright Linas Vepstas 2005, 2006 |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 5 | * Copyright 2001-2012 IBM Corporation. |
Linas Vepstas | 6937650 | 2005-11-03 18:47:50 -0600 | [diff] [blame] | 6 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | * This program is free software; you can redistribute it and/or modify |
| 8 | * it under the terms of the GNU General Public License as published by |
| 9 | * the Free Software Foundation; either version 2 of the License, or |
| 10 | * (at your option) any later version. |
Linas Vepstas | 6937650 | 2005-11-03 18:47:50 -0600 | [diff] [blame] | 11 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | * This program is distributed in the hope that it will be useful, |
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | * GNU General Public License for more details. |
Linas Vepstas | 6937650 | 2005-11-03 18:47:50 -0600 | [diff] [blame] | 16 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | * You should have received a copy of the GNU General Public License |
| 18 | * along with this program; if not, write to the Free Software |
| 19 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
Linas Vepstas | 3c8c90a | 2007-05-24 03:28:01 +1000 | [diff] [blame] | 20 | * |
| 21 | * Please address comments and feedback to Linas Vepstas <linas@austin.ibm.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 22 | */ |
| 23 | |
Linas Vepstas | 6dee3fb | 2005-11-03 18:50:10 -0600 | [diff] [blame] | 24 | #include <linux/delay.h> |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 25 | #include <linux/sched.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 26 | #include <linux/init.h> |
| 27 | #include <linux/list.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 28 | #include <linux/pci.h> |
| 29 | #include <linux/proc_fs.h> |
| 30 | #include <linux/rbtree.h> |
| 31 | #include <linux/seq_file.h> |
| 32 | #include <linux/spinlock.h> |
Paul Gortmaker | 66b15db | 2011-05-27 10:46:24 -0400 | [diff] [blame] | 33 | #include <linux/export.h> |
Stephen Rothwell | acaa617 | 2007-12-21 15:52:07 +1100 | [diff] [blame] | 34 | #include <linux/of.h> |
| 35 | |
Arun Sharma | 60063497 | 2011-07-26 16:09:06 -0700 | [diff] [blame] | 36 | #include <linux/atomic.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 37 | #include <asm/eeh.h> |
Linas Vepstas | 172ca92 | 2005-11-03 18:50:04 -0600 | [diff] [blame] | 38 | #include <asm/eeh_event.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | #include <asm/io.h> |
| 40 | #include <asm/machdep.h> |
Stephen Rothwell | d387899 | 2005-09-28 02:50:25 +1000 | [diff] [blame] | 41 | #include <asm/ppc-pci.h> |
Linas Vepstas | 172ca92 | 2005-11-03 18:50:04 -0600 | [diff] [blame] | 42 | #include <asm/rtas.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 43 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | |
| 45 | /** Overview: |
| 46 | * EEH, or "Extended Error Handling" is a PCI bridge technology for |
| 47 | * dealing with PCI bus errors that can't be dealt with within the |
| 48 | * usual PCI framework, except by check-stopping the CPU. Systems |
| 49 | * that are designed for high-availability/reliability cannot afford |
| 50 | * to crash due to a "mere" PCI error, thus the need for EEH. |
| 51 | * An EEH-capable bridge operates by converting a detected error |
| 52 | * into a "slot freeze", taking the PCI adapter off-line, making |
| 53 | * the slot behave, from the OS'es point of view, as if the slot |
| 54 | * were "empty": all reads return 0xff's and all writes are silently |
| 55 | * ignored. EEH slot isolation events can be triggered by parity |
| 56 | * errors on the address or data busses (e.g. during posted writes), |
Linas Vepstas | 6937650 | 2005-11-03 18:47:50 -0600 | [diff] [blame] | 57 | * which in turn might be caused by low voltage on the bus, dust, |
| 58 | * vibration, humidity, radioactivity or plain-old failed hardware. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 59 | * |
| 60 | * Note, however, that one of the leading causes of EEH slot |
| 61 | * freeze events are buggy device drivers, buggy device microcode, |
| 62 | * or buggy device hardware. This is because any attempt by the |
| 63 | * device to bus-master data to a memory address that is not |
| 64 | * assigned to the device will trigger a slot freeze. (The idea |
| 65 | * is to prevent devices-gone-wild from corrupting system memory). |
| 66 | * Buggy hardware/drivers will have a miserable time co-existing |
| 67 | * with EEH. |
| 68 | * |
| 69 | * Ideally, a PCI device driver, when suspecting that an isolation |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 70 | * event has occurred (e.g. by reading 0xff's), will then ask EEH |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 71 | * whether this is the case, and then take appropriate steps to |
| 72 | * reset the PCI slot, the PCI device, and then resume operations. |
| 73 | * However, until that day, the checking is done here, with the |
| 74 | * eeh_check_failure() routine embedded in the MMIO macros. If |
| 75 | * the slot is found to be isolated, an "EEH Event" is synthesized |
| 76 | * and sent out for processing. |
| 77 | */ |
| 78 | |
Linas Vepstas | 5c1344e | 2005-11-03 18:49:31 -0600 | [diff] [blame] | 79 | /* If a device driver keeps reading an MMIO register in an interrupt |
Mike Mason | f36c522 | 2008-07-22 02:40:17 +1000 | [diff] [blame] | 80 | * handler after a slot isolation event, it might be broken. |
| 81 | * This sets the threshold for how many read attempts we allow |
| 82 | * before printing an error message. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 83 | */ |
Linas Vepstas | 2fd30be | 2007-03-19 14:53:22 -0500 | [diff] [blame] | 84 | #define EEH_MAX_FAILS 2100000 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 85 | |
Linas Vepstas | 17213c3 | 2007-05-10 02:38:11 +1000 | [diff] [blame] | 86 | /* Time to wait for a PCI slot to report status, in milliseconds */ |
Linas Vepstas | 9c54776 | 2007-03-19 14:58:07 -0500 | [diff] [blame] | 87 | #define PCI_BUS_RESET_WAIT_MSEC (60*1000) |
| 88 | |
Gavin Shan | aa1e637 | 2012-02-27 20:03:53 +0000 | [diff] [blame] | 89 | /* Platform dependent EEH operations */ |
| 90 | struct eeh_ops *eeh_ops = NULL; |
| 91 | |
David Woodhouse | 1e28a7d | 2005-11-17 00:44:03 +0000 | [diff] [blame] | 92 | int eeh_subsystem_enabled; |
| 93 | EXPORT_SYMBOL(eeh_subsystem_enabled); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 94 | |
Gavin Shan | d7bb886 | 2012-09-07 22:44:21 +0000 | [diff] [blame] | 95 | /* |
| 96 | * EEH probe mode support. The intention is to support multiple |
| 97 | * platforms for EEH. Some platforms like pSeries do PCI emunation |
| 98 | * based on device tree. However, other platforms like powernv probe |
| 99 | * PCI devices from hardware. The flag is used to distinguish that. |
| 100 | * In addition, struct eeh_ops::probe would be invoked for particular |
| 101 | * OF node or PCI device so that the corresponding PE would be created |
| 102 | * there. |
| 103 | */ |
| 104 | int eeh_probe_mode; |
| 105 | |
Gavin Shan | 646a849 | 2012-09-07 22:44:06 +0000 | [diff] [blame] | 106 | /* Global EEH mutex */ |
| 107 | DEFINE_MUTEX(eeh_mutex); |
| 108 | |
Linas Vepstas | fd761fd | 2005-11-03 18:49:23 -0600 | [diff] [blame] | 109 | /* Lock to avoid races due to multiple reports of an error */ |
Thomas Gleixner | 3d37262 | 2010-02-18 02:23:07 +0000 | [diff] [blame] | 110 | static DEFINE_RAW_SPINLOCK(confirm_error_lock); |
Linas Vepstas | fd761fd | 2005-11-03 18:49:23 -0600 | [diff] [blame] | 111 | |
Linas Vepstas | 17213c3 | 2007-05-10 02:38:11 +1000 | [diff] [blame] | 112 | /* Buffer for reporting pci register dumps. Its here in BSS, and |
| 113 | * not dynamically alloced, so that it ends up in RMO where RTAS |
| 114 | * can access it. |
| 115 | */ |
Linas Vepstas | d99bb1d | 2007-05-09 09:35:32 +1000 | [diff] [blame] | 116 | #define EEH_PCI_REGS_LOG_LEN 4096 |
| 117 | static unsigned char pci_regs_buf[EEH_PCI_REGS_LOG_LEN]; |
| 118 | |
Gavin Shan | e575f8d | 2012-02-29 15:47:45 +0000 | [diff] [blame] | 119 | /* |
| 120 | * The struct is used to maintain the EEH global statistic |
| 121 | * information. Besides, the EEH global statistics will be |
| 122 | * exported to user space through procfs |
| 123 | */ |
| 124 | struct eeh_stats { |
| 125 | u64 no_device; /* PCI device not found */ |
| 126 | u64 no_dn; /* OF node not found */ |
| 127 | u64 no_cfg_addr; /* Config address not found */ |
| 128 | u64 ignored_check; /* EEH check skipped */ |
| 129 | u64 total_mmio_ffs; /* Total EEH checks */ |
| 130 | u64 false_positives; /* Unnecessary EEH checks */ |
| 131 | u64 slot_resets; /* PE reset */ |
| 132 | }; |
| 133 | |
| 134 | static struct eeh_stats eeh_stats; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 135 | |
Linas Vepstas | 7684b40 | 2005-11-03 18:55:19 -0600 | [diff] [blame] | 136 | #define IS_BRIDGE(class_code) (((class_code)<<16) == PCI_BASE_CLASS_BRIDGE) |
| 137 | |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 138 | /** |
Gavin Shan | cce4b2d | 2012-02-27 20:03:52 +0000 | [diff] [blame] | 139 | * eeh_gather_pci_data - Copy assorted PCI config space registers to buff |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 140 | * @edev: device to report data for |
Linas Vepstas | d99bb1d | 2007-05-09 09:35:32 +1000 | [diff] [blame] | 141 | * @buf: point to buffer in which to log |
| 142 | * @len: amount of room in buffer |
| 143 | * |
| 144 | * This routine captures assorted PCI configuration space data, |
| 145 | * and puts them into a buffer for RTAS error logging. |
| 146 | */ |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 147 | static size_t eeh_gather_pci_data(struct eeh_dev *edev, char * buf, size_t len) |
Linas Vepstas | d99bb1d | 2007-05-09 09:35:32 +1000 | [diff] [blame] | 148 | { |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 149 | struct device_node *dn = eeh_dev_to_of_node(edev); |
| 150 | struct pci_dev *dev = eeh_dev_to_pci_dev(edev); |
Linas Vepstas | d99bb1d | 2007-05-09 09:35:32 +1000 | [diff] [blame] | 151 | u32 cfg; |
Linas Vepstas | fcf9892b | 2007-05-09 09:36:21 +1000 | [diff] [blame] | 152 | int cap, i; |
Linas Vepstas | d99bb1d | 2007-05-09 09:35:32 +1000 | [diff] [blame] | 153 | int n = 0; |
| 154 | |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 155 | n += scnprintf(buf+n, len-n, "%s\n", dn->full_name); |
| 156 | printk(KERN_WARNING "EEH: of node=%s\n", dn->full_name); |
Linas Vepstas | fcf9892b | 2007-05-09 09:36:21 +1000 | [diff] [blame] | 157 | |
Gavin Shan | 3780444 | 2012-02-27 20:04:11 +0000 | [diff] [blame] | 158 | eeh_ops->read_config(dn, PCI_VENDOR_ID, 4, &cfg); |
Linas Vepstas | fcf9892b | 2007-05-09 09:36:21 +1000 | [diff] [blame] | 159 | n += scnprintf(buf+n, len-n, "dev/vend:%08x\n", cfg); |
| 160 | printk(KERN_WARNING "EEH: PCI device/vendor: %08x\n", cfg); |
| 161 | |
Gavin Shan | 3780444 | 2012-02-27 20:04:11 +0000 | [diff] [blame] | 162 | eeh_ops->read_config(dn, PCI_COMMAND, 4, &cfg); |
Linas Vepstas | d99bb1d | 2007-05-09 09:35:32 +1000 | [diff] [blame] | 163 | n += scnprintf(buf+n, len-n, "cmd/stat:%x\n", cfg); |
Linas Vepstas | fcf9892b | 2007-05-09 09:36:21 +1000 | [diff] [blame] | 164 | printk(KERN_WARNING "EEH: PCI cmd/status register: %08x\n", cfg); |
Linas Vepstas | d99bb1d | 2007-05-09 09:35:32 +1000 | [diff] [blame] | 165 | |
Linas Vepstas | b37ceef | 2007-11-03 07:29:01 +1100 | [diff] [blame] | 166 | if (!dev) { |
| 167 | printk(KERN_WARNING "EEH: no PCI device for this of node\n"); |
| 168 | return n; |
| 169 | } |
| 170 | |
Linas Vepstas | 0b9369f | 2007-07-27 08:35:40 +1000 | [diff] [blame] | 171 | /* Gather bridge-specific registers */ |
| 172 | if (dev->class >> 16 == PCI_BASE_CLASS_BRIDGE) { |
Gavin Shan | 3780444 | 2012-02-27 20:04:11 +0000 | [diff] [blame] | 173 | eeh_ops->read_config(dn, PCI_SEC_STATUS, 2, &cfg); |
Linas Vepstas | 0b9369f | 2007-07-27 08:35:40 +1000 | [diff] [blame] | 174 | n += scnprintf(buf+n, len-n, "sec stat:%x\n", cfg); |
| 175 | printk(KERN_WARNING "EEH: Bridge secondary status: %04x\n", cfg); |
| 176 | |
Gavin Shan | 3780444 | 2012-02-27 20:04:11 +0000 | [diff] [blame] | 177 | eeh_ops->read_config(dn, PCI_BRIDGE_CONTROL, 2, &cfg); |
Linas Vepstas | 0b9369f | 2007-07-27 08:35:40 +1000 | [diff] [blame] | 178 | n += scnprintf(buf+n, len-n, "brdg ctl:%x\n", cfg); |
| 179 | printk(KERN_WARNING "EEH: Bridge control: %04x\n", cfg); |
| 180 | } |
| 181 | |
Linas Vepstas | fcf9892b | 2007-05-09 09:36:21 +1000 | [diff] [blame] | 182 | /* Dump out the PCI-X command and status regs */ |
Linas Vepstas | b37ceef | 2007-11-03 07:29:01 +1100 | [diff] [blame] | 183 | cap = pci_find_capability(dev, PCI_CAP_ID_PCIX); |
Linas Vepstas | fcf9892b | 2007-05-09 09:36:21 +1000 | [diff] [blame] | 184 | if (cap) { |
Gavin Shan | 3780444 | 2012-02-27 20:04:11 +0000 | [diff] [blame] | 185 | eeh_ops->read_config(dn, cap, 4, &cfg); |
Linas Vepstas | fcf9892b | 2007-05-09 09:36:21 +1000 | [diff] [blame] | 186 | n += scnprintf(buf+n, len-n, "pcix-cmd:%x\n", cfg); |
| 187 | printk(KERN_WARNING "EEH: PCI-X cmd: %08x\n", cfg); |
| 188 | |
Gavin Shan | 3780444 | 2012-02-27 20:04:11 +0000 | [diff] [blame] | 189 | eeh_ops->read_config(dn, cap+4, 4, &cfg); |
Linas Vepstas | fcf9892b | 2007-05-09 09:36:21 +1000 | [diff] [blame] | 190 | n += scnprintf(buf+n, len-n, "pcix-stat:%x\n", cfg); |
| 191 | printk(KERN_WARNING "EEH: PCI-X status: %08x\n", cfg); |
| 192 | } |
| 193 | |
| 194 | /* If PCI-E capable, dump PCI-E cap 10, and the AER */ |
Linas Vepstas | b37ceef | 2007-11-03 07:29:01 +1100 | [diff] [blame] | 195 | cap = pci_find_capability(dev, PCI_CAP_ID_EXP); |
Linas Vepstas | fcf9892b | 2007-05-09 09:36:21 +1000 | [diff] [blame] | 196 | if (cap) { |
| 197 | n += scnprintf(buf+n, len-n, "pci-e cap10:\n"); |
| 198 | printk(KERN_WARNING |
| 199 | "EEH: PCI-E capabilities and status follow:\n"); |
| 200 | |
| 201 | for (i=0; i<=8; i++) { |
Gavin Shan | 3780444 | 2012-02-27 20:04:11 +0000 | [diff] [blame] | 202 | eeh_ops->read_config(dn, cap+4*i, 4, &cfg); |
Linas Vepstas | fcf9892b | 2007-05-09 09:36:21 +1000 | [diff] [blame] | 203 | n += scnprintf(buf+n, len-n, "%02x:%x\n", 4*i, cfg); |
| 204 | printk(KERN_WARNING "EEH: PCI-E %02x: %08x\n", i, cfg); |
| 205 | } |
| 206 | |
Linas Vepstas | b37ceef | 2007-11-03 07:29:01 +1100 | [diff] [blame] | 207 | cap = pci_find_ext_capability(dev, PCI_EXT_CAP_ID_ERR); |
Linas Vepstas | fcf9892b | 2007-05-09 09:36:21 +1000 | [diff] [blame] | 208 | if (cap) { |
| 209 | n += scnprintf(buf+n, len-n, "pci-e AER:\n"); |
| 210 | printk(KERN_WARNING |
| 211 | "EEH: PCI-E AER capability register set follows:\n"); |
| 212 | |
| 213 | for (i=0; i<14; i++) { |
Gavin Shan | 3780444 | 2012-02-27 20:04:11 +0000 | [diff] [blame] | 214 | eeh_ops->read_config(dn, cap+4*i, 4, &cfg); |
Linas Vepstas | fcf9892b | 2007-05-09 09:36:21 +1000 | [diff] [blame] | 215 | n += scnprintf(buf+n, len-n, "%02x:%x\n", 4*i, cfg); |
| 216 | printk(KERN_WARNING "EEH: PCI-E AER %02x: %08x\n", i, cfg); |
| 217 | } |
| 218 | } |
| 219 | } |
Linas Vepstas | 0b9369f | 2007-07-27 08:35:40 +1000 | [diff] [blame] | 220 | |
Linas Vepstas | d99bb1d | 2007-05-09 09:35:32 +1000 | [diff] [blame] | 221 | return n; |
| 222 | } |
| 223 | |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 224 | /** |
| 225 | * eeh_slot_error_detail - Generate combined log including driver log and error log |
Gavin Shan | ff47796 | 2012-09-07 22:44:16 +0000 | [diff] [blame] | 226 | * @pe: EEH PE |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 227 | * @severity: temporary or permanent error log |
| 228 | * |
| 229 | * This routine should be called to generate the combined log, which |
| 230 | * is comprised of driver log and error log. The driver log is figured |
| 231 | * out from the config space of the corresponding PCI device, while |
| 232 | * the error log is fetched through platform dependent function call. |
| 233 | */ |
Gavin Shan | ff47796 | 2012-09-07 22:44:16 +0000 | [diff] [blame] | 234 | void eeh_slot_error_detail(struct eeh_pe *pe, int severity) |
Linas Vepstas | d99bb1d | 2007-05-09 09:35:32 +1000 | [diff] [blame] | 235 | { |
| 236 | size_t loglen = 0; |
Gavin Shan | ff47796 | 2012-09-07 22:44:16 +0000 | [diff] [blame] | 237 | struct eeh_dev *edev; |
| 238 | |
| 239 | eeh_pci_enable(pe, EEH_OPT_THAW_MMIO); |
| 240 | eeh_ops->configure_bridge(pe); |
| 241 | eeh_pe_restore_bars(pe); |
| 242 | |
Linas Vepstas | 17213c3 | 2007-05-10 02:38:11 +1000 | [diff] [blame] | 243 | pci_regs_buf[0] = 0; |
Gavin Shan | ff47796 | 2012-09-07 22:44:16 +0000 | [diff] [blame] | 244 | eeh_pe_for_each_dev(pe, edev) { |
| 245 | loglen += eeh_gather_pci_data(edev, pci_regs_buf, |
| 246 | EEH_PCI_REGS_LOG_LEN); |
| 247 | } |
Linas Vepstas | d99bb1d | 2007-05-09 09:35:32 +1000 | [diff] [blame] | 248 | |
Gavin Shan | ff47796 | 2012-09-07 22:44:16 +0000 | [diff] [blame] | 249 | eeh_ops->get_log(pe, severity, pci_regs_buf, loglen); |
Linas Vepstas | d99bb1d | 2007-05-09 09:35:32 +1000 | [diff] [blame] | 250 | } |
| 251 | |
| 252 | /** |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 253 | * eeh_token_to_phys - Convert EEH address token to phys address |
| 254 | * @token: I/O token, should be address in the form 0xA.... |
| 255 | * |
| 256 | * This routine should be called to convert virtual I/O address |
| 257 | * to physical one. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 258 | */ |
| 259 | static inline unsigned long eeh_token_to_phys(unsigned long token) |
| 260 | { |
| 261 | pte_t *ptep; |
| 262 | unsigned long pa; |
| 263 | |
David Gibson | 20cee16 | 2005-06-21 17:15:31 -0700 | [diff] [blame] | 264 | ptep = find_linux_pte(init_mm.pgd, token); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 265 | if (!ptep) |
| 266 | return token; |
| 267 | pa = pte_pfn(*ptep) << PAGE_SHIFT; |
| 268 | |
| 269 | return pa | (token & (PAGE_SIZE-1)); |
| 270 | } |
| 271 | |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 272 | /** |
Gavin Shan | f8f7d63 | 2012-09-07 22:44:22 +0000 | [diff] [blame] | 273 | * eeh_dev_check_failure - Check if all 1's data is due to EEH slot freeze |
| 274 | * @edev: eeh device |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 275 | * |
| 276 | * Check for an EEH failure for the given device node. Call this |
| 277 | * routine if the result of a read was all 0xff's and you want to |
| 278 | * find out if this is due to an EEH slot freeze. This routine |
| 279 | * will query firmware for the EEH status. |
| 280 | * |
| 281 | * Returns 0 if there has not been an EEH error; otherwise returns |
Linas Vepstas | 6937650 | 2005-11-03 18:47:50 -0600 | [diff] [blame] | 282 | * a non-zero value and queues up a slot isolation event notification. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 283 | * |
| 284 | * It is safe to call this routine in an interrupt context. |
| 285 | */ |
Gavin Shan | f8f7d63 | 2012-09-07 22:44:22 +0000 | [diff] [blame] | 286 | int eeh_dev_check_failure(struct eeh_dev *edev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 287 | { |
| 288 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 289 | unsigned long flags; |
Gavin Shan | f8f7d63 | 2012-09-07 22:44:22 +0000 | [diff] [blame] | 290 | struct device_node *dn; |
| 291 | struct pci_dev *dev; |
Gavin Shan | 66523d9 | 2012-09-07 22:44:13 +0000 | [diff] [blame] | 292 | struct eeh_pe *pe; |
Linas Vepstas | fd761fd | 2005-11-03 18:49:23 -0600 | [diff] [blame] | 293 | int rc = 0; |
Mike Mason | f36c522 | 2008-07-22 02:40:17 +1000 | [diff] [blame] | 294 | const char *location; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 295 | |
Gavin Shan | e575f8d | 2012-02-29 15:47:45 +0000 | [diff] [blame] | 296 | eeh_stats.total_mmio_ffs++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 297 | |
| 298 | if (!eeh_subsystem_enabled) |
| 299 | return 0; |
| 300 | |
Gavin Shan | f8f7d63 | 2012-09-07 22:44:22 +0000 | [diff] [blame] | 301 | if (!edev) { |
Gavin Shan | e575f8d | 2012-02-29 15:47:45 +0000 | [diff] [blame] | 302 | eeh_stats.no_dn++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 303 | return 0; |
Linas Vepstas | 177bc93 | 2005-11-03 18:48:52 -0600 | [diff] [blame] | 304 | } |
Gavin Shan | f8f7d63 | 2012-09-07 22:44:22 +0000 | [diff] [blame] | 305 | dn = eeh_dev_to_of_node(edev); |
| 306 | dev = eeh_dev_to_pci_dev(edev); |
Gavin Shan | 66523d9 | 2012-09-07 22:44:13 +0000 | [diff] [blame] | 307 | pe = edev->pe; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 308 | |
| 309 | /* Access to IO BARs might get this far and still not want checking. */ |
Gavin Shan | 66523d9 | 2012-09-07 22:44:13 +0000 | [diff] [blame] | 310 | if (!pe) { |
Gavin Shan | e575f8d | 2012-02-29 15:47:45 +0000 | [diff] [blame] | 311 | eeh_stats.ignored_check++; |
Gavin Shan | 66523d9 | 2012-09-07 22:44:13 +0000 | [diff] [blame] | 312 | pr_debug("EEH: Ignored check for %s %s\n", |
| 313 | eeh_pci_name(dev), dn->full_name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 314 | return 0; |
| 315 | } |
| 316 | |
Gavin Shan | 66523d9 | 2012-09-07 22:44:13 +0000 | [diff] [blame] | 317 | if (!pe->addr && !pe->config_addr) { |
Gavin Shan | e575f8d | 2012-02-29 15:47:45 +0000 | [diff] [blame] | 318 | eeh_stats.no_cfg_addr++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 319 | return 0; |
| 320 | } |
| 321 | |
Linas Vepstas | fd761fd | 2005-11-03 18:49:23 -0600 | [diff] [blame] | 322 | /* If we already have a pending isolation event for this |
| 323 | * slot, we know it's bad already, we don't need to check. |
| 324 | * Do this checking under a lock; as multiple PCI devices |
| 325 | * in one slot might report errors simultaneously, and we |
| 326 | * only want one error recovery routine running. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 327 | */ |
Thomas Gleixner | 3d37262 | 2010-02-18 02:23:07 +0000 | [diff] [blame] | 328 | raw_spin_lock_irqsave(&confirm_error_lock, flags); |
Linas Vepstas | fd761fd | 2005-11-03 18:49:23 -0600 | [diff] [blame] | 329 | rc = 1; |
Gavin Shan | 66523d9 | 2012-09-07 22:44:13 +0000 | [diff] [blame] | 330 | if (pe->state & EEH_PE_ISOLATED) { |
| 331 | pe->check_count++; |
| 332 | if (pe->check_count % EEH_MAX_FAILS == 0) { |
Mike Mason | f36c522 | 2008-07-22 02:40:17 +1000 | [diff] [blame] | 333 | location = of_get_property(dn, "ibm,loc-code", NULL); |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 334 | printk(KERN_ERR "EEH: %d reads ignored for recovering device at " |
Mike Mason | f36c522 | 2008-07-22 02:40:17 +1000 | [diff] [blame] | 335 | "location=%s driver=%s pci addr=%s\n", |
Gavin Shan | 66523d9 | 2012-09-07 22:44:13 +0000 | [diff] [blame] | 336 | pe->check_count, location, |
Thadeu Lima de Souza Cascardo | 778a785 | 2012-01-11 09:09:58 +0000 | [diff] [blame] | 337 | eeh_driver_name(dev), eeh_pci_name(dev)); |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 338 | printk(KERN_ERR "EEH: Might be infinite loop in %s driver\n", |
Thadeu Lima de Souza Cascardo | 778a785 | 2012-01-11 09:09:58 +0000 | [diff] [blame] | 339 | eeh_driver_name(dev)); |
Linas Vepstas | 5c1344e | 2005-11-03 18:49:31 -0600 | [diff] [blame] | 340 | dump_stack(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 341 | } |
Linas Vepstas | fd761fd | 2005-11-03 18:49:23 -0600 | [diff] [blame] | 342 | goto dn_unlock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 343 | } |
| 344 | |
| 345 | /* |
| 346 | * Now test for an EEH failure. This is VERY expensive. |
| 347 | * Note that the eeh_config_addr may be a parent device |
| 348 | * in the case of a device behind a bridge, or it may be |
| 349 | * function zero of a multi-function device. |
| 350 | * In any case they must share a common PHB. |
| 351 | */ |
Gavin Shan | 66523d9 | 2012-09-07 22:44:13 +0000 | [diff] [blame] | 352 | ret = eeh_ops->get_state(pe, NULL); |
Linas Vepstas | 76e6faf | 2005-11-03 18:49:15 -0600 | [diff] [blame] | 353 | |
Linas Vepstas | 39d16e2 | 2007-03-19 14:51:00 -0500 | [diff] [blame] | 354 | /* Note that config-io to empty slots may fail; |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 355 | * they are empty when they don't have children. |
Gavin Shan | eb594a4 | 2012-02-27 20:03:57 +0000 | [diff] [blame] | 356 | * We will punt with the following conditions: Failure to get |
| 357 | * PE's state, EEH not support and Permanently unavailable |
| 358 | * state, PE is in good state. |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 359 | */ |
Gavin Shan | eb594a4 | 2012-02-27 20:03:57 +0000 | [diff] [blame] | 360 | if ((ret < 0) || |
| 361 | (ret == EEH_STATE_NOT_SUPPORT) || |
| 362 | (ret & (EEH_STATE_MMIO_ACTIVE | EEH_STATE_DMA_ACTIVE)) == |
| 363 | (EEH_STATE_MMIO_ACTIVE | EEH_STATE_DMA_ACTIVE)) { |
Gavin Shan | e575f8d | 2012-02-29 15:47:45 +0000 | [diff] [blame] | 364 | eeh_stats.false_positives++; |
Gavin Shan | 66523d9 | 2012-09-07 22:44:13 +0000 | [diff] [blame] | 365 | pe->false_positives++; |
Linas Vepstas | fd761fd | 2005-11-03 18:49:23 -0600 | [diff] [blame] | 366 | rc = 0; |
| 367 | goto dn_unlock; |
Linas Vepstas | 76e6faf | 2005-11-03 18:49:15 -0600 | [diff] [blame] | 368 | } |
| 369 | |
Gavin Shan | e575f8d | 2012-02-29 15:47:45 +0000 | [diff] [blame] | 370 | eeh_stats.slot_resets++; |
Gavin Shan | a84f273 | 2013-06-20 13:20:51 +0800 | [diff] [blame] | 371 | |
Linas Vepstas | fd761fd | 2005-11-03 18:49:23 -0600 | [diff] [blame] | 372 | /* Avoid repeated reports of this failure, including problems |
| 373 | * with other functions on this device, and functions under |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 374 | * bridges. |
| 375 | */ |
Gavin Shan | 66523d9 | 2012-09-07 22:44:13 +0000 | [diff] [blame] | 376 | eeh_pe_state_mark(pe, EEH_PE_ISOLATED); |
Thomas Gleixner | 3d37262 | 2010-02-18 02:23:07 +0000 | [diff] [blame] | 377 | raw_spin_unlock_irqrestore(&confirm_error_lock, flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 378 | |
Gavin Shan | 66523d9 | 2012-09-07 22:44:13 +0000 | [diff] [blame] | 379 | eeh_send_failure_event(pe); |
Linas Vepstas | 77bd741 | 2005-11-03 18:52:49 -0600 | [diff] [blame] | 380 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 381 | /* Most EEH events are due to device driver bugs. Having |
| 382 | * a stack trace will help the device-driver authors figure |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 383 | * out what happened. So print that out. |
| 384 | */ |
Anton Blanchard | 14fb1fa | 2012-04-17 19:16:48 +0000 | [diff] [blame] | 385 | WARN(1, "EEH: failure detected\n"); |
Linas Vepstas | fd761fd | 2005-11-03 18:49:23 -0600 | [diff] [blame] | 386 | return 1; |
| 387 | |
| 388 | dn_unlock: |
Thomas Gleixner | 3d37262 | 2010-02-18 02:23:07 +0000 | [diff] [blame] | 389 | raw_spin_unlock_irqrestore(&confirm_error_lock, flags); |
Linas Vepstas | fd761fd | 2005-11-03 18:49:23 -0600 | [diff] [blame] | 390 | return rc; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 391 | } |
| 392 | |
Gavin Shan | f8f7d63 | 2012-09-07 22:44:22 +0000 | [diff] [blame] | 393 | EXPORT_SYMBOL_GPL(eeh_dev_check_failure); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 394 | |
| 395 | /** |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 396 | * eeh_check_failure - Check if all 1's data is due to EEH slot freeze |
| 397 | * @token: I/O token, should be address in the form 0xA.... |
| 398 | * @val: value, should be all 1's (XXX why do we need this arg??) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 399 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 400 | * Check for an EEH failure at the given token address. Call this |
| 401 | * routine if the result of a read was all 0xff's and you want to |
| 402 | * find out if this is due to an EEH slot freeze event. This routine |
| 403 | * will query firmware for the EEH status. |
| 404 | * |
| 405 | * Note this routine is safe to call in an interrupt context. |
| 406 | */ |
| 407 | unsigned long eeh_check_failure(const volatile void __iomem *token, unsigned long val) |
| 408 | { |
| 409 | unsigned long addr; |
Gavin Shan | f8f7d63 | 2012-09-07 22:44:22 +0000 | [diff] [blame] | 410 | struct eeh_dev *edev; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 411 | |
| 412 | /* Finding the phys addr + pci device; this is pretty quick. */ |
| 413 | addr = eeh_token_to_phys((unsigned long __force) token); |
Gavin Shan | 3ab96a0 | 2012-09-07 22:44:23 +0000 | [diff] [blame] | 414 | edev = eeh_addr_cache_get_dev(addr); |
Gavin Shan | f8f7d63 | 2012-09-07 22:44:22 +0000 | [diff] [blame] | 415 | if (!edev) { |
Gavin Shan | e575f8d | 2012-02-29 15:47:45 +0000 | [diff] [blame] | 416 | eeh_stats.no_device++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 417 | return val; |
Linas Vepstas | 177bc93 | 2005-11-03 18:48:52 -0600 | [diff] [blame] | 418 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 419 | |
Gavin Shan | f8f7d63 | 2012-09-07 22:44:22 +0000 | [diff] [blame] | 420 | eeh_dev_check_failure(edev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 421 | |
Gavin Shan | f8f7d63 | 2012-09-07 22:44:22 +0000 | [diff] [blame] | 422 | pci_dev_put(eeh_dev_to_pci_dev(edev)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 423 | return val; |
| 424 | } |
| 425 | |
| 426 | EXPORT_SYMBOL(eeh_check_failure); |
| 427 | |
Linas Vepstas | 6dee3fb | 2005-11-03 18:50:10 -0600 | [diff] [blame] | 428 | |
Linas Vepstas | cb5b562 | 2006-09-15 18:56:35 -0500 | [diff] [blame] | 429 | /** |
Gavin Shan | cce4b2d | 2012-02-27 20:03:52 +0000 | [diff] [blame] | 430 | * eeh_pci_enable - Enable MMIO or DMA transfers for this slot |
Gavin Shan | ff47796 | 2012-09-07 22:44:16 +0000 | [diff] [blame] | 431 | * @pe: EEH PE |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 432 | * |
| 433 | * This routine should be called to reenable frozen MMIO or DMA |
| 434 | * so that it would work correctly again. It's useful while doing |
| 435 | * recovery or log collection on the indicated device. |
Linas Vepstas | 47b5c83 | 2006-09-15 18:57:42 -0500 | [diff] [blame] | 436 | */ |
Gavin Shan | ff47796 | 2012-09-07 22:44:16 +0000 | [diff] [blame] | 437 | int eeh_pci_enable(struct eeh_pe *pe, int function) |
Linas Vepstas | 47b5c83 | 2006-09-15 18:57:42 -0500 | [diff] [blame] | 438 | { |
Linas Vepstas | 47b5c83 | 2006-09-15 18:57:42 -0500 | [diff] [blame] | 439 | int rc; |
| 440 | |
Gavin Shan | ff47796 | 2012-09-07 22:44:16 +0000 | [diff] [blame] | 441 | rc = eeh_ops->set_option(pe, function); |
Linas Vepstas | 47b5c83 | 2006-09-15 18:57:42 -0500 | [diff] [blame] | 442 | if (rc) |
Gavin Shan | ff47796 | 2012-09-07 22:44:16 +0000 | [diff] [blame] | 443 | pr_warning("%s: Unexpected state change %d on PHB#%d-PE#%x, err=%d\n", |
| 444 | __func__, function, pe->phb->global_number, pe->addr, rc); |
Linas Vepstas | 47b5c83 | 2006-09-15 18:57:42 -0500 | [diff] [blame] | 445 | |
Gavin Shan | ff47796 | 2012-09-07 22:44:16 +0000 | [diff] [blame] | 446 | rc = eeh_ops->wait_state(pe, PCI_BUS_RESET_WAIT_MSEC); |
Gavin Shan | eb594a4 | 2012-02-27 20:03:57 +0000 | [diff] [blame] | 447 | if (rc > 0 && (rc & EEH_STATE_MMIO_ENABLED) && |
| 448 | (function == EEH_OPT_THAW_MMIO)) |
Linas Vepstas | fa1be47 | 2007-03-19 14:59:59 -0500 | [diff] [blame] | 449 | return 0; |
| 450 | |
Linas Vepstas | 47b5c83 | 2006-09-15 18:57:42 -0500 | [diff] [blame] | 451 | return rc; |
| 452 | } |
| 453 | |
| 454 | /** |
Brian King | 00c2ae3 | 2007-05-08 08:04:05 +1000 | [diff] [blame] | 455 | * pcibios_set_pcie_slot_reset - Set PCI-E reset state |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 456 | * @dev: pci device struct |
| 457 | * @state: reset state to enter |
Brian King | 00c2ae3 | 2007-05-08 08:04:05 +1000 | [diff] [blame] | 458 | * |
| 459 | * Return value: |
| 460 | * 0 if success |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 461 | */ |
Brian King | 00c2ae3 | 2007-05-08 08:04:05 +1000 | [diff] [blame] | 462 | int pcibios_set_pcie_reset_state(struct pci_dev *dev, enum pcie_reset_state state) |
| 463 | { |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 464 | struct eeh_dev *edev = pci_dev_to_eeh_dev(dev); |
| 465 | struct eeh_pe *pe = edev->pe; |
| 466 | |
| 467 | if (!pe) { |
| 468 | pr_err("%s: No PE found on PCI device %s\n", |
| 469 | __func__, pci_name(dev)); |
| 470 | return -EINVAL; |
| 471 | } |
Brian King | 00c2ae3 | 2007-05-08 08:04:05 +1000 | [diff] [blame] | 472 | |
| 473 | switch (state) { |
| 474 | case pcie_deassert_reset: |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 475 | eeh_ops->reset(pe, EEH_RESET_DEACTIVATE); |
Brian King | 00c2ae3 | 2007-05-08 08:04:05 +1000 | [diff] [blame] | 476 | break; |
| 477 | case pcie_hot_reset: |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 478 | eeh_ops->reset(pe, EEH_RESET_HOT); |
Brian King | 00c2ae3 | 2007-05-08 08:04:05 +1000 | [diff] [blame] | 479 | break; |
| 480 | case pcie_warm_reset: |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 481 | eeh_ops->reset(pe, EEH_RESET_FUNDAMENTAL); |
Brian King | 00c2ae3 | 2007-05-08 08:04:05 +1000 | [diff] [blame] | 482 | break; |
| 483 | default: |
| 484 | return -EINVAL; |
| 485 | }; |
| 486 | |
| 487 | return 0; |
| 488 | } |
| 489 | |
| 490 | /** |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 491 | * eeh_set_pe_freset - Check the required reset for the indicated device |
| 492 | * @data: EEH device |
| 493 | * @flag: return value |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 494 | * |
| 495 | * Each device might have its preferred reset type: fundamental or |
| 496 | * hot reset. The routine is used to collected the information for |
| 497 | * the indicated device and its children so that the bunch of the |
| 498 | * devices could be reset properly. |
| 499 | */ |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 500 | static void *eeh_set_dev_freset(void *data, void *flag) |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 501 | { |
| 502 | struct pci_dev *dev; |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 503 | unsigned int *freset = (unsigned int *)flag; |
| 504 | struct eeh_dev *edev = (struct eeh_dev *)data; |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 505 | |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 506 | dev = eeh_dev_to_pci_dev(edev); |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 507 | if (dev) |
| 508 | *freset |= dev->needs_freset; |
| 509 | |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 510 | return NULL; |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 511 | } |
| 512 | |
| 513 | /** |
Gavin Shan | cce4b2d | 2012-02-27 20:03:52 +0000 | [diff] [blame] | 514 | * eeh_reset_pe_once - Assert the pci #RST line for 1/4 second |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 515 | * @pe: EEH PE |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 516 | * |
| 517 | * Assert the PCI #RST line for 1/4 second. |
| 518 | */ |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 519 | static void eeh_reset_pe_once(struct eeh_pe *pe) |
Linas Vepstas | 6dee3fb | 2005-11-03 18:50:10 -0600 | [diff] [blame] | 520 | { |
Richard A Lary | 308fc4f | 2011-04-22 09:59:47 +0000 | [diff] [blame] | 521 | unsigned int freset = 0; |
Mike Mason | 6e19314 | 2009-07-30 15:42:39 -0700 | [diff] [blame] | 522 | |
Richard A Lary | 308fc4f | 2011-04-22 09:59:47 +0000 | [diff] [blame] | 523 | /* Determine type of EEH reset required for |
| 524 | * Partitionable Endpoint, a hot-reset (1) |
| 525 | * or a fundamental reset (3). |
| 526 | * A fundamental reset required by any device under |
| 527 | * Partitionable Endpoint trumps hot-reset. |
Gavin Shan | a84f273 | 2013-06-20 13:20:51 +0800 | [diff] [blame] | 528 | */ |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 529 | eeh_pe_dev_traverse(pe, eeh_set_dev_freset, &freset); |
Richard A Lary | 308fc4f | 2011-04-22 09:59:47 +0000 | [diff] [blame] | 530 | |
| 531 | if (freset) |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 532 | eeh_ops->reset(pe, EEH_RESET_FUNDAMENTAL); |
Mike Mason | 6e19314 | 2009-07-30 15:42:39 -0700 | [diff] [blame] | 533 | else |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 534 | eeh_ops->reset(pe, EEH_RESET_HOT); |
Linas Vepstas | 6dee3fb | 2005-11-03 18:50:10 -0600 | [diff] [blame] | 535 | |
| 536 | /* The PCI bus requires that the reset be held high for at least |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 537 | * a 100 milliseconds. We wait a bit longer 'just in case'. |
| 538 | */ |
Linas Vepstas | 6dee3fb | 2005-11-03 18:50:10 -0600 | [diff] [blame] | 539 | #define PCI_BUS_RST_HOLD_TIME_MSEC 250 |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 540 | msleep(PCI_BUS_RST_HOLD_TIME_MSEC); |
Gavin Shan | a84f273 | 2013-06-20 13:20:51 +0800 | [diff] [blame] | 541 | |
| 542 | /* We might get hit with another EEH freeze as soon as the |
Linas Vepstas | d9564ad | 2005-11-03 18:50:48 -0600 | [diff] [blame] | 543 | * pci slot reset line is dropped. Make sure we don't miss |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 544 | * these, and clear the flag now. |
| 545 | */ |
Gavin Shan | dbbceee | 2012-09-07 22:44:20 +0000 | [diff] [blame] | 546 | eeh_pe_state_clear(pe, EEH_PE_ISOLATED); |
Linas Vepstas | d9564ad | 2005-11-03 18:50:48 -0600 | [diff] [blame] | 547 | |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 548 | eeh_ops->reset(pe, EEH_RESET_DEACTIVATE); |
Linas Vepstas | 6dee3fb | 2005-11-03 18:50:10 -0600 | [diff] [blame] | 549 | |
| 550 | /* After a PCI slot has been reset, the PCI Express spec requires |
| 551 | * a 1.5 second idle time for the bus to stabilize, before starting |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 552 | * up traffic. |
| 553 | */ |
Linas Vepstas | 6dee3fb | 2005-11-03 18:50:10 -0600 | [diff] [blame] | 554 | #define PCI_BUS_SETTLE_TIME_MSEC 1800 |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 555 | msleep(PCI_BUS_SETTLE_TIME_MSEC); |
Linas Vepstas | e102926 | 2006-09-21 18:25:56 -0500 | [diff] [blame] | 556 | } |
| 557 | |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 558 | /** |
Gavin Shan | cce4b2d | 2012-02-27 20:03:52 +0000 | [diff] [blame] | 559 | * eeh_reset_pe - Reset the indicated PE |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 560 | * @pe: EEH PE |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 561 | * |
| 562 | * This routine should be called to reset indicated device, including |
| 563 | * PE. A PE might include multiple PCI devices and sometimes PCI bridges |
| 564 | * might be involved as well. |
| 565 | */ |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 566 | int eeh_reset_pe(struct eeh_pe *pe) |
Linas Vepstas | e102926 | 2006-09-21 18:25:56 -0500 | [diff] [blame] | 567 | { |
Gavin Shan | 326a98e | 2013-06-20 13:20:58 +0800 | [diff] [blame] | 568 | int flags = (EEH_STATE_MMIO_ACTIVE | EEH_STATE_DMA_ACTIVE); |
Linas Vepstas | e102926 | 2006-09-21 18:25:56 -0500 | [diff] [blame] | 569 | int i, rc; |
| 570 | |
Linas Vepstas | 9c54776 | 2007-03-19 14:58:07 -0500 | [diff] [blame] | 571 | /* Take three shots at resetting the bus */ |
| 572 | for (i=0; i<3; i++) { |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 573 | eeh_reset_pe_once(pe); |
Linas Vepstas | 6dee3fb | 2005-11-03 18:50:10 -0600 | [diff] [blame] | 574 | |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 575 | rc = eeh_ops->wait_state(pe, PCI_BUS_RESET_WAIT_MSEC); |
Gavin Shan | 326a98e | 2013-06-20 13:20:58 +0800 | [diff] [blame] | 576 | if ((rc & flags) == flags) |
Linas Vepstas | b6495c0 | 2005-11-03 18:54:54 -0600 | [diff] [blame] | 577 | return 0; |
Linas Vepstas | e102926 | 2006-09-21 18:25:56 -0500 | [diff] [blame] | 578 | |
Linas Vepstas | e102926 | 2006-09-21 18:25:56 -0500 | [diff] [blame] | 579 | if (rc < 0) { |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 580 | pr_err("%s: Unrecoverable slot failure on PHB#%d-PE#%x", |
| 581 | __func__, pe->phb->global_number, pe->addr); |
Linas Vepstas | b6495c0 | 2005-11-03 18:54:54 -0600 | [diff] [blame] | 582 | return -1; |
Linas Vepstas | e102926 | 2006-09-21 18:25:56 -0500 | [diff] [blame] | 583 | } |
Gavin Shan | c270a24 | 2012-09-07 22:44:17 +0000 | [diff] [blame] | 584 | pr_err("EEH: bus reset %d failed on PHB#%d-PE#%x, rc=%d\n", |
| 585 | i+1, pe->phb->global_number, pe->addr, rc); |
Linas Vepstas | 6dee3fb | 2005-11-03 18:50:10 -0600 | [diff] [blame] | 586 | } |
Linas Vepstas | b6495c0 | 2005-11-03 18:54:54 -0600 | [diff] [blame] | 587 | |
Linas Vepstas | 9c54776 | 2007-03-19 14:58:07 -0500 | [diff] [blame] | 588 | return -1; |
Linas Vepstas | 6dee3fb | 2005-11-03 18:50:10 -0600 | [diff] [blame] | 589 | } |
| 590 | |
Linas Vepstas | 8b553f3 | 2005-11-03 18:50:17 -0600 | [diff] [blame] | 591 | /** |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 592 | * eeh_save_bars - Save device bars |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 593 | * @edev: PCI device associated EEH device |
Linas Vepstas | 8b553f3 | 2005-11-03 18:50:17 -0600 | [diff] [blame] | 594 | * |
| 595 | * Save the values of the device bars. Unlike the restore |
| 596 | * routine, this routine is *not* recursive. This is because |
Justin Mattock | 31116f0 | 2011-02-24 20:10:18 +0000 | [diff] [blame] | 597 | * PCI devices are added individually; but, for the restore, |
Linas Vepstas | 8b553f3 | 2005-11-03 18:50:17 -0600 | [diff] [blame] | 598 | * an entire slot is reset at a time. |
| 599 | */ |
Gavin Shan | d7bb886 | 2012-09-07 22:44:21 +0000 | [diff] [blame] | 600 | void eeh_save_bars(struct eeh_dev *edev) |
Linas Vepstas | 8b553f3 | 2005-11-03 18:50:17 -0600 | [diff] [blame] | 601 | { |
| 602 | int i; |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 603 | struct device_node *dn; |
Linas Vepstas | 8b553f3 | 2005-11-03 18:50:17 -0600 | [diff] [blame] | 604 | |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 605 | if (!edev) |
Linas Vepstas | 8b553f3 | 2005-11-03 18:50:17 -0600 | [diff] [blame] | 606 | return; |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 607 | dn = eeh_dev_to_of_node(edev); |
Gavin Shan | a84f273 | 2013-06-20 13:20:51 +0800 | [diff] [blame] | 608 | |
Linas Vepstas | 8b553f3 | 2005-11-03 18:50:17 -0600 | [diff] [blame] | 609 | for (i = 0; i < 16; i++) |
Gavin Shan | 3780444 | 2012-02-27 20:04:11 +0000 | [diff] [blame] | 610 | eeh_ops->read_config(dn, i * 4, 4, &edev->config_space[i]); |
Linas Vepstas | 8b553f3 | 2005-11-03 18:50:17 -0600 | [diff] [blame] | 611 | } |
| 612 | |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 613 | /** |
Gavin Shan | aa1e637 | 2012-02-27 20:03:53 +0000 | [diff] [blame] | 614 | * eeh_ops_register - Register platform dependent EEH operations |
| 615 | * @ops: platform dependent EEH operations |
| 616 | * |
| 617 | * Register the platform dependent EEH operation callback |
| 618 | * functions. The platform should call this function before |
| 619 | * any other EEH operations. |
| 620 | */ |
| 621 | int __init eeh_ops_register(struct eeh_ops *ops) |
| 622 | { |
| 623 | if (!ops->name) { |
| 624 | pr_warning("%s: Invalid EEH ops name for %p\n", |
| 625 | __func__, ops); |
| 626 | return -EINVAL; |
| 627 | } |
| 628 | |
| 629 | if (eeh_ops && eeh_ops != ops) { |
| 630 | pr_warning("%s: EEH ops of platform %s already existing (%s)\n", |
| 631 | __func__, eeh_ops->name, ops->name); |
| 632 | return -EEXIST; |
| 633 | } |
| 634 | |
| 635 | eeh_ops = ops; |
| 636 | |
| 637 | return 0; |
| 638 | } |
| 639 | |
| 640 | /** |
| 641 | * eeh_ops_unregister - Unreigster platform dependent EEH operations |
| 642 | * @name: name of EEH platform operations |
| 643 | * |
| 644 | * Unregister the platform dependent EEH operation callback |
| 645 | * functions. |
| 646 | */ |
| 647 | int __exit eeh_ops_unregister(const char *name) |
| 648 | { |
| 649 | if (!name || !strlen(name)) { |
| 650 | pr_warning("%s: Invalid EEH ops name\n", |
| 651 | __func__); |
| 652 | return -EINVAL; |
| 653 | } |
| 654 | |
| 655 | if (eeh_ops && !strcmp(eeh_ops->name, name)) { |
| 656 | eeh_ops = NULL; |
| 657 | return 0; |
| 658 | } |
| 659 | |
| 660 | return -EEXIST; |
| 661 | } |
| 662 | |
| 663 | /** |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 664 | * eeh_init - EEH initialization |
| 665 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 666 | * Initialize EEH by trying to enable it for all of the adapters in the system. |
| 667 | * As a side effect we can determine here if eeh is supported at all. |
| 668 | * Note that we leave EEH on so failed config cycles won't cause a machine |
| 669 | * check. If a user turns off EEH for a particular adapter they are really |
| 670 | * telling Linux to ignore errors. Some hardware (e.g. POWER5) won't |
| 671 | * grant access to a slot if EEH isn't enabled, and so we always enable |
| 672 | * EEH for all slots/all devices. |
| 673 | * |
| 674 | * The eeh-force-off option disables EEH checking globally, for all slots. |
| 675 | * Even if force-off is set, the EEH hardware is still enabled, so that |
| 676 | * newer systems can boot. |
| 677 | */ |
Gavin Shan | 51fb5f5 | 2013-06-20 13:20:56 +0800 | [diff] [blame] | 678 | int __init eeh_init(void) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 679 | { |
Gavin Shan | 1a5c2e6 | 2012-03-20 21:30:29 +0000 | [diff] [blame] | 680 | struct pci_controller *hose, *tmp; |
| 681 | struct device_node *phb; |
Gavin Shan | 51fb5f5 | 2013-06-20 13:20:56 +0800 | [diff] [blame] | 682 | static int cnt = 0; |
| 683 | int ret = 0; |
| 684 | |
| 685 | /* |
| 686 | * We have to delay the initialization on PowerNV after |
| 687 | * the PCI hierarchy tree has been built because the PEs |
| 688 | * are figured out based on PCI devices instead of device |
| 689 | * tree nodes |
| 690 | */ |
| 691 | if (machine_is(powernv) && cnt++ <= 0) |
| 692 | return ret; |
Gavin Shan | e2af155 | 2012-02-27 20:03:54 +0000 | [diff] [blame] | 693 | |
| 694 | /* call platform initialization function */ |
| 695 | if (!eeh_ops) { |
| 696 | pr_warning("%s: Platform EEH operation not found\n", |
| 697 | __func__); |
Gavin Shan | 35e5cfe | 2012-09-07 22:44:02 +0000 | [diff] [blame] | 698 | return -EEXIST; |
Gavin Shan | e2af155 | 2012-02-27 20:03:54 +0000 | [diff] [blame] | 699 | } else if ((ret = eeh_ops->init())) { |
| 700 | pr_warning("%s: Failed to call platform init function (%d)\n", |
| 701 | __func__, ret); |
Gavin Shan | 35e5cfe | 2012-09-07 22:44:02 +0000 | [diff] [blame] | 702 | return ret; |
Gavin Shan | e2af155 | 2012-02-27 20:03:54 +0000 | [diff] [blame] | 703 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 704 | |
Thomas Gleixner | 3d37262 | 2010-02-18 02:23:07 +0000 | [diff] [blame] | 705 | raw_spin_lock_init(&confirm_error_lock); |
Linas Vepstas | df7242b | 2005-11-03 18:49:01 -0600 | [diff] [blame] | 706 | |
Gavin Shan | 1a5c2e6 | 2012-03-20 21:30:29 +0000 | [diff] [blame] | 707 | /* Enable EEH for all adapters */ |
Gavin Shan | d7bb886 | 2012-09-07 22:44:21 +0000 | [diff] [blame] | 708 | if (eeh_probe_mode_devtree()) { |
| 709 | list_for_each_entry_safe(hose, tmp, |
| 710 | &hose_list, list_node) { |
| 711 | phb = hose->dn; |
| 712 | traverse_pci_devices(phb, eeh_ops->of_probe, NULL); |
| 713 | } |
Gavin Shan | 51fb5f5 | 2013-06-20 13:20:56 +0800 | [diff] [blame] | 714 | } else if (eeh_probe_mode_dev()) { |
| 715 | list_for_each_entry_safe(hose, tmp, |
| 716 | &hose_list, list_node) |
| 717 | pci_walk_bus(hose->bus, eeh_ops->dev_probe, NULL); |
| 718 | } else { |
| 719 | pr_warning("%s: Invalid probe mode %d\n", |
| 720 | __func__, eeh_probe_mode); |
| 721 | return -EINVAL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 722 | } |
| 723 | |
Gavin Shan | 21fd21f | 2013-06-20 13:20:57 +0800 | [diff] [blame] | 724 | /* |
| 725 | * Call platform post-initialization. Actually, It's good chance |
| 726 | * to inform platform that EEH is ready to supply service if the |
| 727 | * I/O cache stuff has been built up. |
| 728 | */ |
| 729 | if (eeh_ops->post_init) { |
| 730 | ret = eeh_ops->post_init(); |
| 731 | if (ret) |
| 732 | return ret; |
| 733 | } |
| 734 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 735 | if (eeh_subsystem_enabled) |
Gavin Shan | d7bb886 | 2012-09-07 22:44:21 +0000 | [diff] [blame] | 736 | pr_info("EEH: PCI Enhanced I/O Error Handling Enabled\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 737 | else |
Gavin Shan | d7bb886 | 2012-09-07 22:44:21 +0000 | [diff] [blame] | 738 | pr_warning("EEH: No capable adapters found\n"); |
Gavin Shan | 35e5cfe | 2012-09-07 22:44:02 +0000 | [diff] [blame] | 739 | |
| 740 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 741 | } |
| 742 | |
Gavin Shan | 35e5cfe | 2012-09-07 22:44:02 +0000 | [diff] [blame] | 743 | core_initcall_sync(eeh_init); |
| 744 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 745 | /** |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 746 | * eeh_add_device_early - Enable EEH for the indicated device_node |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 747 | * @dn: device node for which to set up EEH |
| 748 | * |
| 749 | * This routine must be used to perform EEH initialization for PCI |
| 750 | * devices that were added after system boot (e.g. hotplug, dlpar). |
| 751 | * This routine must be called before any i/o is performed to the |
| 752 | * adapter (inluding any config-space i/o). |
| 753 | * Whether this actually enables EEH or not for this device depends |
| 754 | * on the CEC architecture, type of the device, on earlier boot |
| 755 | * command-line arguments & etc. |
| 756 | */ |
Nathan Fontenot | 794e085 | 2006-03-31 12:04:52 -0600 | [diff] [blame] | 757 | static void eeh_add_device_early(struct device_node *dn) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 758 | { |
| 759 | struct pci_controller *phb; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 760 | |
Gavin Shan | 26a7485 | 2013-06-20 13:20:59 +0800 | [diff] [blame^] | 761 | /* |
| 762 | * If we're doing EEH probe based on PCI device, we |
| 763 | * would delay the probe until late stage because |
| 764 | * the PCI device isn't available this moment. |
| 765 | */ |
| 766 | if (!eeh_probe_mode_devtree()) |
| 767 | return; |
| 768 | |
Gavin Shan | 1e38b71 | 2012-09-17 04:34:28 +0000 | [diff] [blame] | 769 | if (!of_node_to_eeh_dev(dn)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 770 | return; |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 771 | phb = of_node_to_eeh_dev(dn)->phb; |
Linas Vepstas | f751f84 | 2005-11-03 18:54:23 -0600 | [diff] [blame] | 772 | |
| 773 | /* USB Bus children of PCI devices will not have BUID's */ |
| 774 | if (NULL == phb || 0 == phb->buid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 775 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 776 | |
Gavin Shan | d7bb886 | 2012-09-07 22:44:21 +0000 | [diff] [blame] | 777 | eeh_ops->of_probe(dn, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 778 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 779 | |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 780 | /** |
| 781 | * eeh_add_device_tree_early - Enable EEH for the indicated device |
| 782 | * @dn: device node |
| 783 | * |
| 784 | * This routine must be used to perform EEH initialization for the |
| 785 | * indicated PCI device that was added after system boot (e.g. |
| 786 | * hotplug, dlpar). |
| 787 | */ |
Linas Vepstas | e2a296e | 2005-11-03 18:51:31 -0600 | [diff] [blame] | 788 | void eeh_add_device_tree_early(struct device_node *dn) |
| 789 | { |
| 790 | struct device_node *sib; |
Stephen Rothwell | acaa617 | 2007-12-21 15:52:07 +1100 | [diff] [blame] | 791 | |
| 792 | for_each_child_of_node(dn, sib) |
Linas Vepstas | e2a296e | 2005-11-03 18:51:31 -0600 | [diff] [blame] | 793 | eeh_add_device_tree_early(sib); |
| 794 | eeh_add_device_early(dn); |
| 795 | } |
| 796 | EXPORT_SYMBOL_GPL(eeh_add_device_tree_early); |
| 797 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 798 | /** |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 799 | * eeh_add_device_late - Perform EEH initialization for the indicated pci device |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 800 | * @dev: pci device for which to set up EEH |
| 801 | * |
| 802 | * This routine must be used to complete EEH initialization for PCI |
| 803 | * devices that were added after system boot (e.g. hotplug, dlpar). |
| 804 | */ |
Nathan Fontenot | 794e085 | 2006-03-31 12:04:52 -0600 | [diff] [blame] | 805 | static void eeh_add_device_late(struct pci_dev *dev) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 806 | { |
Linas Vepstas | 56b0fca | 2005-11-03 18:48:45 -0600 | [diff] [blame] | 807 | struct device_node *dn; |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 808 | struct eeh_dev *edev; |
Linas Vepstas | 56b0fca | 2005-11-03 18:48:45 -0600 | [diff] [blame] | 809 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 810 | if (!dev || !eeh_subsystem_enabled) |
| 811 | return; |
| 812 | |
Benjamin Herrenschmidt | 57b066f | 2008-10-27 19:48:41 +0000 | [diff] [blame] | 813 | pr_debug("EEH: Adding device %s\n", pci_name(dev)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 814 | |
Linas Vepstas | 56b0fca | 2005-11-03 18:48:45 -0600 | [diff] [blame] | 815 | dn = pci_device_to_OF_node(dev); |
Gavin Shan | 2ef822c | 2012-04-16 19:55:39 +0000 | [diff] [blame] | 816 | edev = of_node_to_eeh_dev(dn); |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 817 | if (edev->pdev == dev) { |
Benjamin Herrenschmidt | 57b066f | 2008-10-27 19:48:41 +0000 | [diff] [blame] | 818 | pr_debug("EEH: Already referenced !\n"); |
| 819 | return; |
| 820 | } |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 821 | WARN_ON(edev->pdev); |
Benjamin Herrenschmidt | 57b066f | 2008-10-27 19:48:41 +0000 | [diff] [blame] | 822 | |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 823 | pci_dev_get(dev); |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 824 | edev->pdev = dev; |
| 825 | dev->dev.archdata.edev = edev; |
Linas Vepstas | 56b0fca | 2005-11-03 18:48:45 -0600 | [diff] [blame] | 826 | |
Gavin Shan | 26a7485 | 2013-06-20 13:20:59 +0800 | [diff] [blame^] | 827 | /* |
| 828 | * We have to do the EEH probe here because the PCI device |
| 829 | * hasn't been created yet in the early stage. |
| 830 | */ |
| 831 | if (eeh_probe_mode_dev()) |
| 832 | eeh_ops->dev_probe(dev, NULL); |
| 833 | |
Gavin Shan | 3ab96a0 | 2012-09-07 22:44:23 +0000 | [diff] [blame] | 834 | eeh_addr_cache_insert_dev(dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 835 | } |
Nathan Fontenot | 794e085 | 2006-03-31 12:04:52 -0600 | [diff] [blame] | 836 | |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 837 | /** |
| 838 | * eeh_add_device_tree_late - Perform EEH initialization for the indicated PCI bus |
| 839 | * @bus: PCI bus |
| 840 | * |
| 841 | * This routine must be used to perform EEH initialization for PCI |
| 842 | * devices which are attached to the indicated PCI bus. The PCI bus |
| 843 | * is added after system boot through hotplug or dlpar. |
| 844 | */ |
Nathan Fontenot | 794e085 | 2006-03-31 12:04:52 -0600 | [diff] [blame] | 845 | void eeh_add_device_tree_late(struct pci_bus *bus) |
| 846 | { |
| 847 | struct pci_dev *dev; |
| 848 | |
| 849 | list_for_each_entry(dev, &bus->devices, bus_list) { |
Gavin Shan | a84f273 | 2013-06-20 13:20:51 +0800 | [diff] [blame] | 850 | eeh_add_device_late(dev); |
| 851 | if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { |
| 852 | struct pci_bus *subbus = dev->subordinate; |
| 853 | if (subbus) |
| 854 | eeh_add_device_tree_late(subbus); |
| 855 | } |
Nathan Fontenot | 794e085 | 2006-03-31 12:04:52 -0600 | [diff] [blame] | 856 | } |
| 857 | } |
| 858 | EXPORT_SYMBOL_GPL(eeh_add_device_tree_late); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 859 | |
| 860 | /** |
Thadeu Lima de Souza Cascardo | 6a040ce | 2012-12-28 09:13:19 +0000 | [diff] [blame] | 861 | * eeh_add_sysfs_files - Add EEH sysfs files for the indicated PCI bus |
| 862 | * @bus: PCI bus |
| 863 | * |
| 864 | * This routine must be used to add EEH sysfs files for PCI |
| 865 | * devices which are attached to the indicated PCI bus. The PCI bus |
| 866 | * is added after system boot through hotplug or dlpar. |
| 867 | */ |
| 868 | void eeh_add_sysfs_files(struct pci_bus *bus) |
| 869 | { |
| 870 | struct pci_dev *dev; |
| 871 | |
| 872 | list_for_each_entry(dev, &bus->devices, bus_list) { |
| 873 | eeh_sysfs_add_device(dev); |
| 874 | if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { |
| 875 | struct pci_bus *subbus = dev->subordinate; |
| 876 | if (subbus) |
| 877 | eeh_add_sysfs_files(subbus); |
| 878 | } |
| 879 | } |
| 880 | } |
| 881 | EXPORT_SYMBOL_GPL(eeh_add_sysfs_files); |
| 882 | |
| 883 | /** |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 884 | * eeh_remove_device - Undo EEH setup for the indicated pci device |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 885 | * @dev: pci device to be removed |
Gavin Shan | 20ee6a9 | 2012-09-11 19:16:17 +0000 | [diff] [blame] | 886 | * @purge_pe: remove the PE or not |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 887 | * |
Nathan Fontenot | 794e085 | 2006-03-31 12:04:52 -0600 | [diff] [blame] | 888 | * This routine should be called when a device is removed from |
| 889 | * a running system (e.g. by hotplug or dlpar). It unregisters |
| 890 | * the PCI device from the EEH subsystem. I/O errors affecting |
| 891 | * this device will no longer be detected after this call; thus, |
| 892 | * i/o errors affecting this slot may leave this device unusable. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 893 | */ |
Gavin Shan | 20ee6a9 | 2012-09-11 19:16:17 +0000 | [diff] [blame] | 894 | static void eeh_remove_device(struct pci_dev *dev, int purge_pe) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 895 | { |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 896 | struct eeh_dev *edev; |
| 897 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 898 | if (!dev || !eeh_subsystem_enabled) |
| 899 | return; |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 900 | edev = pci_dev_to_eeh_dev(dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 901 | |
| 902 | /* Unregister the device with the EEH/PCI address search system */ |
Benjamin Herrenschmidt | 57b066f | 2008-10-27 19:48:41 +0000 | [diff] [blame] | 903 | pr_debug("EEH: Removing device %s\n", pci_name(dev)); |
Linas Vepstas | 56b0fca | 2005-11-03 18:48:45 -0600 | [diff] [blame] | 904 | |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 905 | if (!edev || !edev->pdev) { |
Benjamin Herrenschmidt | 57b066f | 2008-10-27 19:48:41 +0000 | [diff] [blame] | 906 | pr_debug("EEH: Not referenced !\n"); |
| 907 | return; |
Linas Vepstas | b055a9e | 2006-04-06 15:41:41 -0500 | [diff] [blame] | 908 | } |
Gavin Shan | f631acd | 2012-02-27 20:04:07 +0000 | [diff] [blame] | 909 | edev->pdev = NULL; |
| 910 | dev->dev.archdata.edev = NULL; |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 911 | pci_dev_put(dev); |
Benjamin Herrenschmidt | 57b066f | 2008-10-27 19:48:41 +0000 | [diff] [blame] | 912 | |
Gavin Shan | 20ee6a9 | 2012-09-11 19:16:17 +0000 | [diff] [blame] | 913 | eeh_rmv_from_parent_pe(edev, purge_pe); |
Gavin Shan | 3ab96a0 | 2012-09-07 22:44:23 +0000 | [diff] [blame] | 914 | eeh_addr_cache_rmv_dev(dev); |
Benjamin Herrenschmidt | 57b066f | 2008-10-27 19:48:41 +0000 | [diff] [blame] | 915 | eeh_sysfs_remove_device(dev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 916 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 917 | |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 918 | /** |
| 919 | * eeh_remove_bus_device - Undo EEH setup for the indicated PCI device |
| 920 | * @dev: PCI device |
Gavin Shan | 20ee6a9 | 2012-09-11 19:16:17 +0000 | [diff] [blame] | 921 | * @purge_pe: remove the corresponding PE or not |
Gavin Shan | cb3bc9d | 2012-02-27 20:03:51 +0000 | [diff] [blame] | 922 | * |
| 923 | * This routine must be called when a device is removed from the |
| 924 | * running system through hotplug or dlpar. The corresponding |
| 925 | * PCI address cache will be removed. |
| 926 | */ |
Gavin Shan | 20ee6a9 | 2012-09-11 19:16:17 +0000 | [diff] [blame] | 927 | void eeh_remove_bus_device(struct pci_dev *dev, int purge_pe) |
Linas Vepstas | e2a296e | 2005-11-03 18:51:31 -0600 | [diff] [blame] | 928 | { |
Nathan Fontenot | 794e085 | 2006-03-31 12:04:52 -0600 | [diff] [blame] | 929 | struct pci_bus *bus = dev->subordinate; |
| 930 | struct pci_dev *child, *tmp; |
| 931 | |
Gavin Shan | 20ee6a9 | 2012-09-11 19:16:17 +0000 | [diff] [blame] | 932 | eeh_remove_device(dev, purge_pe); |
Nathan Fontenot | 794e085 | 2006-03-31 12:04:52 -0600 | [diff] [blame] | 933 | |
| 934 | if (bus && dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { |
| 935 | list_for_each_entry_safe(child, tmp, &bus->devices, bus_list) |
Gavin Shan | 20ee6a9 | 2012-09-11 19:16:17 +0000 | [diff] [blame] | 936 | eeh_remove_bus_device(child, purge_pe); |
Linas Vepstas | e2a296e | 2005-11-03 18:51:31 -0600 | [diff] [blame] | 937 | } |
| 938 | } |
| 939 | EXPORT_SYMBOL_GPL(eeh_remove_bus_device); |
| 940 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 941 | static int proc_eeh_show(struct seq_file *m, void *v) |
| 942 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 943 | if (0 == eeh_subsystem_enabled) { |
| 944 | seq_printf(m, "EEH Subsystem is globally disabled\n"); |
Gavin Shan | e575f8d | 2012-02-29 15:47:45 +0000 | [diff] [blame] | 945 | seq_printf(m, "eeh_total_mmio_ffs=%llu\n", eeh_stats.total_mmio_ffs); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 946 | } else { |
| 947 | seq_printf(m, "EEH Subsystem is enabled\n"); |
Linas Vepstas | 177bc93 | 2005-11-03 18:48:52 -0600 | [diff] [blame] | 948 | seq_printf(m, |
Gavin Shan | e575f8d | 2012-02-29 15:47:45 +0000 | [diff] [blame] | 949 | "no device=%llu\n" |
| 950 | "no device node=%llu\n" |
| 951 | "no config address=%llu\n" |
| 952 | "check not wanted=%llu\n" |
| 953 | "eeh_total_mmio_ffs=%llu\n" |
| 954 | "eeh_false_positives=%llu\n" |
| 955 | "eeh_slot_resets=%llu\n", |
| 956 | eeh_stats.no_device, |
| 957 | eeh_stats.no_dn, |
| 958 | eeh_stats.no_cfg_addr, |
| 959 | eeh_stats.ignored_check, |
| 960 | eeh_stats.total_mmio_ffs, |
| 961 | eeh_stats.false_positives, |
| 962 | eeh_stats.slot_resets); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 963 | } |
| 964 | |
| 965 | return 0; |
| 966 | } |
| 967 | |
| 968 | static int proc_eeh_open(struct inode *inode, struct file *file) |
| 969 | { |
| 970 | return single_open(file, proc_eeh_show, NULL); |
| 971 | } |
| 972 | |
Arjan van de Ven | 5dfe4c9 | 2007-02-12 00:55:31 -0800 | [diff] [blame] | 973 | static const struct file_operations proc_eeh_operations = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 974 | .open = proc_eeh_open, |
| 975 | .read = seq_read, |
| 976 | .llseek = seq_lseek, |
| 977 | .release = single_release, |
| 978 | }; |
| 979 | |
| 980 | static int __init eeh_init_proc(void) |
| 981 | { |
Denis V. Lunev | 6674713 | 2008-04-29 01:02:26 -0700 | [diff] [blame] | 982 | if (machine_is(pseries)) |
Thadeu Lima de Souza Cascardo | 8feaa43 | 2011-08-26 10:36:31 +0000 | [diff] [blame] | 983 | proc_create("powerpc/eeh", 0, NULL, &proc_eeh_operations); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 984 | return 0; |
| 985 | } |
| 986 | __initcall(eeh_init_proc); |