3 * Intel Management Engine Interface (Intel MEI) Linux driver
4 * Copyright (c) 2003-2012, Intel Corporation.
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License,
8 * version 2, as published by the Free Software Foundation.
10 * This program is distributed in the hope it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
16 #include <linux/module.h>
17 #include <linux/moduleparam.h>
18 #include <linux/kernel.h>
19 #include <linux/device.h>
21 #include <linux/errno.h>
22 #include <linux/types.h>
23 #include <linux/fcntl.h>
24 #include <linux/pci.h>
25 #include <linux/poll.h>
26 #include <linux/ioctl.h>
27 #include <linux/cdev.h>
28 #include <linux/sched.h>
29 #include <linux/uuid.h>
30 #include <linux/compat.h>
31 #include <linux/jiffies.h>
32 #include <linux/interrupt.h>
34 #include <linux/pm_domain.h>
35 #include <linux/pm_runtime.h>
37 #include <linux/mei.h>
41 #include "hw-me-regs.h"
44 /* mei_pci_tbl - PCI Device ID Table */
45 static const struct pci_device_id mei_me_pci_tbl
[] = {
46 {MEI_PCI_DEVICE(MEI_DEV_ID_82946GZ
, mei_me_legacy_cfg
)},
47 {MEI_PCI_DEVICE(MEI_DEV_ID_82G35
, mei_me_legacy_cfg
)},
48 {MEI_PCI_DEVICE(MEI_DEV_ID_82Q965
, mei_me_legacy_cfg
)},
49 {MEI_PCI_DEVICE(MEI_DEV_ID_82G965
, mei_me_legacy_cfg
)},
50 {MEI_PCI_DEVICE(MEI_DEV_ID_82GM965
, mei_me_legacy_cfg
)},
51 {MEI_PCI_DEVICE(MEI_DEV_ID_82GME965
, mei_me_legacy_cfg
)},
52 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_82Q35
, mei_me_legacy_cfg
)},
53 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_82G33
, mei_me_legacy_cfg
)},
54 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_82Q33
, mei_me_legacy_cfg
)},
55 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_82X38
, mei_me_legacy_cfg
)},
56 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_3200
, mei_me_legacy_cfg
)},
58 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_6
, mei_me_legacy_cfg
)},
59 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_7
, mei_me_legacy_cfg
)},
60 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_8
, mei_me_legacy_cfg
)},
61 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_9
, mei_me_legacy_cfg
)},
62 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_10
, mei_me_legacy_cfg
)},
63 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9M_1
, mei_me_legacy_cfg
)},
64 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9M_2
, mei_me_legacy_cfg
)},
65 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9M_3
, mei_me_legacy_cfg
)},
66 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9M_4
, mei_me_legacy_cfg
)},
67 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH10_1
, mei_me_ich_cfg
)},
68 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH10_2
, mei_me_ich_cfg
)},
69 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH10_3
, mei_me_ich_cfg
)},
70 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH10_4
, mei_me_ich_cfg
)},
72 {MEI_PCI_DEVICE(MEI_DEV_ID_IBXPK_1
, mei_me_pch_cfg
)},
73 {MEI_PCI_DEVICE(MEI_DEV_ID_IBXPK_2
, mei_me_pch_cfg
)},
74 {MEI_PCI_DEVICE(MEI_DEV_ID_CPT_1
, mei_me_pch_cpt_pbg_cfg
)},
75 {MEI_PCI_DEVICE(MEI_DEV_ID_PBG_1
, mei_me_pch_cpt_pbg_cfg
)},
76 {MEI_PCI_DEVICE(MEI_DEV_ID_PPT_1
, mei_me_pch_cfg
)},
77 {MEI_PCI_DEVICE(MEI_DEV_ID_PPT_2
, mei_me_pch_cfg
)},
78 {MEI_PCI_DEVICE(MEI_DEV_ID_PPT_3
, mei_me_pch_cfg
)},
79 {MEI_PCI_DEVICE(MEI_DEV_ID_LPT_H
, mei_me_pch8_sps_cfg
)},
80 {MEI_PCI_DEVICE(MEI_DEV_ID_LPT_W
, mei_me_pch8_sps_cfg
)},
81 {MEI_PCI_DEVICE(MEI_DEV_ID_LPT_LP
, mei_me_pch8_cfg
)},
82 {MEI_PCI_DEVICE(MEI_DEV_ID_LPT_HR
, mei_me_pch8_sps_cfg
)},
83 {MEI_PCI_DEVICE(MEI_DEV_ID_WPT_LP
, mei_me_pch8_cfg
)},
84 {MEI_PCI_DEVICE(MEI_DEV_ID_WPT_LP_2
, mei_me_pch8_cfg
)},
86 {MEI_PCI_DEVICE(MEI_DEV_ID_SPT
, mei_me_pch8_cfg
)},
87 {MEI_PCI_DEVICE(MEI_DEV_ID_SPT_2
, mei_me_pch8_cfg
)},
88 {MEI_PCI_DEVICE(MEI_DEV_ID_SPT_H
, mei_me_pch8_sps_cfg
)},
89 {MEI_PCI_DEVICE(MEI_DEV_ID_SPT_H_2
, mei_me_pch8_sps_cfg
)},
90 {MEI_PCI_DEVICE(MEI_DEV_ID_LBG
, mei_me_pch8_cfg
)},
92 {MEI_PCI_DEVICE(MEI_DEV_ID_BXT_M
, mei_me_pch8_cfg
)},
93 {MEI_PCI_DEVICE(MEI_DEV_ID_APL_I
, mei_me_pch8_cfg
)},
95 {MEI_PCI_DEVICE(MEI_DEV_ID_KBP
, mei_me_pch8_cfg
)},
96 {MEI_PCI_DEVICE(MEI_DEV_ID_KBP_2
, mei_me_pch8_cfg
)},
98 /* required last entry */
102 MODULE_DEVICE_TABLE(pci
, mei_me_pci_tbl
);
105 static inline void mei_me_set_pm_domain(struct mei_device
*dev
);
106 static inline void mei_me_unset_pm_domain(struct mei_device
*dev
);
108 static inline void mei_me_set_pm_domain(struct mei_device
*dev
) {}
109 static inline void mei_me_unset_pm_domain(struct mei_device
*dev
) {}
110 #endif /* CONFIG_PM */
113 * mei_me_quirk_probe - probe for devices that doesn't valid ME interface
115 * @pdev: PCI device structure
116 * @cfg: per generation config
118 * Return: true if ME Interface is valid, false otherwise
120 static bool mei_me_quirk_probe(struct pci_dev
*pdev
,
121 const struct mei_cfg
*cfg
)
123 if (cfg
->quirk_probe
&& cfg
->quirk_probe(pdev
)) {
124 dev_info(&pdev
->dev
, "Device doesn't have valid ME Interface\n");
132 * mei_me_probe - Device Initialization Routine
134 * @pdev: PCI device structure
135 * @ent: entry in kcs_pci_tbl
137 * Return: 0 on success, <0 on failure.
139 static int mei_me_probe(struct pci_dev
*pdev
, const struct pci_device_id
*ent
)
141 const struct mei_cfg
*cfg
= (struct mei_cfg
*)(ent
->driver_data
);
142 struct mei_device
*dev
;
143 struct mei_me_hw
*hw
;
144 unsigned int irqflags
;
148 if (!mei_me_quirk_probe(pdev
, cfg
))
152 err
= pci_enable_device(pdev
);
154 dev_err(&pdev
->dev
, "failed to enable pci device.\n");
157 /* set PCI host mastering */
158 pci_set_master(pdev
);
159 /* pci request regions for mei driver */
160 err
= pci_request_regions(pdev
, KBUILD_MODNAME
);
162 dev_err(&pdev
->dev
, "failed to get pci regions.\n");
166 if (dma_set_mask(&pdev
->dev
, DMA_BIT_MASK(64)) ||
167 dma_set_coherent_mask(&pdev
->dev
, DMA_BIT_MASK(64))) {
169 err
= dma_set_mask(&pdev
->dev
, DMA_BIT_MASK(32));
171 err
= dma_set_coherent_mask(&pdev
->dev
,
175 dev_err(&pdev
->dev
, "No usable DMA configuration, aborting\n");
176 goto release_regions
;
180 /* allocates and initializes the mei dev structure */
181 dev
= mei_me_dev_init(pdev
, cfg
);
184 goto release_regions
;
187 /* mapping IO device memory */
188 hw
->mem_addr
= pci_iomap(pdev
, 0, 0);
190 dev_err(&pdev
->dev
, "mapping I/O device memory failure.\n");
194 pci_enable_msi(pdev
);
196 /* request and enable interrupt */
197 irqflags
= pci_dev_msi_enabled(pdev
) ? IRQF_ONESHOT
: IRQF_SHARED
;
199 err
= request_threaded_irq(pdev
->irq
,
200 mei_me_irq_quick_handler
,
201 mei_me_irq_thread_handler
,
202 irqflags
, KBUILD_MODNAME
, dev
);
204 dev_err(&pdev
->dev
, "request_threaded_irq failure. irq = %d\n",
209 if (mei_start(dev
)) {
210 dev_err(&pdev
->dev
, "init hw failure.\n");
215 pm_runtime_set_autosuspend_delay(&pdev
->dev
, MEI_ME_RPM_TIMEOUT
);
216 pm_runtime_use_autosuspend(&pdev
->dev
);
218 err
= mei_register(dev
, &pdev
->dev
);
222 pci_set_drvdata(pdev
, dev
);
225 * For not wake-able HW runtime pm framework
226 * can't be used on pci device level.
227 * Use domain runtime pm callbacks instead.
229 if (!pci_dev_run_wake(pdev
))
230 mei_me_set_pm_domain(dev
);
232 if (mei_pg_is_enabled(dev
))
233 pm_runtime_put_noidle(&pdev
->dev
);
235 dev_dbg(&pdev
->dev
, "initialization successful.\n");
242 mei_cancel_work(dev
);
243 mei_disable_interrupts(dev
);
244 free_irq(pdev
->irq
, dev
);
246 pci_disable_msi(pdev
);
247 pci_iounmap(pdev
, hw
->mem_addr
);
251 pci_release_regions(pdev
);
253 pci_disable_device(pdev
);
255 dev_err(&pdev
->dev
, "initialization failed.\n");
260 * mei_me_remove - Device Removal Routine
262 * @pdev: PCI device structure
264 * mei_remove is called by the PCI subsystem to alert the driver
265 * that it should release a PCI device.
267 static void mei_me_remove(struct pci_dev
*pdev
)
269 struct mei_device
*dev
;
270 struct mei_me_hw
*hw
;
272 dev
= pci_get_drvdata(pdev
);
276 if (mei_pg_is_enabled(dev
))
277 pm_runtime_get_noresume(&pdev
->dev
);
282 dev_dbg(&pdev
->dev
, "stop\n");
285 if (!pci_dev_run_wake(pdev
))
286 mei_me_unset_pm_domain(dev
);
288 /* disable interrupts */
289 mei_disable_interrupts(dev
);
291 free_irq(pdev
->irq
, dev
);
292 pci_disable_msi(pdev
);
295 pci_iounmap(pdev
, hw
->mem_addr
);
301 pci_release_regions(pdev
);
302 pci_disable_device(pdev
);
306 #ifdef CONFIG_PM_SLEEP
307 static int mei_me_pci_suspend(struct device
*device
)
309 struct pci_dev
*pdev
= to_pci_dev(device
);
310 struct mei_device
*dev
= pci_get_drvdata(pdev
);
315 dev_dbg(&pdev
->dev
, "suspend\n");
319 mei_disable_interrupts(dev
);
321 free_irq(pdev
->irq
, dev
);
322 pci_disable_msi(pdev
);
327 static int mei_me_pci_resume(struct device
*device
)
329 struct pci_dev
*pdev
= to_pci_dev(device
);
330 struct mei_device
*dev
;
331 unsigned int irqflags
;
334 dev
= pci_get_drvdata(pdev
);
338 pci_enable_msi(pdev
);
340 irqflags
= pci_dev_msi_enabled(pdev
) ? IRQF_ONESHOT
: IRQF_SHARED
;
342 /* request and enable interrupt */
343 err
= request_threaded_irq(pdev
->irq
,
344 mei_me_irq_quick_handler
,
345 mei_me_irq_thread_handler
,
346 irqflags
, KBUILD_MODNAME
, dev
);
349 dev_err(&pdev
->dev
, "request_threaded_irq failed: irq = %d.\n",
354 err
= mei_restart(dev
);
358 /* Start timer if stopped in suspend */
359 schedule_delayed_work(&dev
->timer_work
, HZ
);
363 #endif /* CONFIG_PM_SLEEP */
366 static int mei_me_pm_runtime_idle(struct device
*device
)
368 struct pci_dev
*pdev
= to_pci_dev(device
);
369 struct mei_device
*dev
;
371 dev_dbg(&pdev
->dev
, "rpm: me: runtime_idle\n");
373 dev
= pci_get_drvdata(pdev
);
376 if (mei_write_is_idle(dev
))
377 pm_runtime_autosuspend(device
);
382 static int mei_me_pm_runtime_suspend(struct device
*device
)
384 struct pci_dev
*pdev
= to_pci_dev(device
);
385 struct mei_device
*dev
;
388 dev_dbg(&pdev
->dev
, "rpm: me: runtime suspend\n");
390 dev
= pci_get_drvdata(pdev
);
394 mutex_lock(&dev
->device_lock
);
396 if (mei_write_is_idle(dev
))
397 ret
= mei_me_pg_enter_sync(dev
);
401 mutex_unlock(&dev
->device_lock
);
403 dev_dbg(&pdev
->dev
, "rpm: me: runtime suspend ret=%d\n", ret
);
405 if (ret
&& ret
!= -EAGAIN
)
406 schedule_work(&dev
->reset_work
);
411 static int mei_me_pm_runtime_resume(struct device
*device
)
413 struct pci_dev
*pdev
= to_pci_dev(device
);
414 struct mei_device
*dev
;
417 dev_dbg(&pdev
->dev
, "rpm: me: runtime resume\n");
419 dev
= pci_get_drvdata(pdev
);
423 mutex_lock(&dev
->device_lock
);
425 ret
= mei_me_pg_exit_sync(dev
);
427 mutex_unlock(&dev
->device_lock
);
429 dev_dbg(&pdev
->dev
, "rpm: me: runtime resume ret = %d\n", ret
);
432 schedule_work(&dev
->reset_work
);
438 * mei_me_set_pm_domain - fill and set pm domain structure for device
442 static inline void mei_me_set_pm_domain(struct mei_device
*dev
)
444 struct pci_dev
*pdev
= to_pci_dev(dev
->dev
);
446 if (pdev
->dev
.bus
&& pdev
->dev
.bus
->pm
) {
447 dev
->pg_domain
.ops
= *pdev
->dev
.bus
->pm
;
449 dev
->pg_domain
.ops
.runtime_suspend
= mei_me_pm_runtime_suspend
;
450 dev
->pg_domain
.ops
.runtime_resume
= mei_me_pm_runtime_resume
;
451 dev
->pg_domain
.ops
.runtime_idle
= mei_me_pm_runtime_idle
;
453 dev_pm_domain_set(&pdev
->dev
, &dev
->pg_domain
);
458 * mei_me_unset_pm_domain - clean pm domain structure for device
462 static inline void mei_me_unset_pm_domain(struct mei_device
*dev
)
464 /* stop using pm callbacks if any */
465 dev_pm_domain_set(dev
->dev
, NULL
);
468 static const struct dev_pm_ops mei_me_pm_ops
= {
469 SET_SYSTEM_SLEEP_PM_OPS(mei_me_pci_suspend
,
472 mei_me_pm_runtime_suspend
,
473 mei_me_pm_runtime_resume
,
474 mei_me_pm_runtime_idle
)
477 #define MEI_ME_PM_OPS (&mei_me_pm_ops)
479 #define MEI_ME_PM_OPS NULL
480 #endif /* CONFIG_PM */
482 * PCI driver structure
484 static struct pci_driver mei_me_driver
= {
485 .name
= KBUILD_MODNAME
,
486 .id_table
= mei_me_pci_tbl
,
487 .probe
= mei_me_probe
,
488 .remove
= mei_me_remove
,
489 .shutdown
= mei_me_remove
,
490 .driver
.pm
= MEI_ME_PM_OPS
,
493 module_pci_driver(mei_me_driver
);
495 MODULE_AUTHOR("Intel Corporation");
496 MODULE_DESCRIPTION("Intel(R) Management Engine Interface");
497 MODULE_LICENSE("GPL v2");