x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directory in...
[cris-mirror.git] / drivers / misc / mei / pci-me.c
blob4a0ccda4d04b9a898c4cd3163ada9d94f581242e
1 /*
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
13 * more details.
16 #include <linux/module.h>
17 #include <linux/moduleparam.h>
18 #include <linux/kernel.h>
19 #include <linux/device.h>
20 #include <linux/fs.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>
39 #include "mei_dev.h"
40 #include "client.h"
41 #include "hw-me-regs.h"
42 #include "hw-me.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_ICH_CFG)},
47 {MEI_PCI_DEVICE(MEI_DEV_ID_82G35, MEI_ME_ICH_CFG)},
48 {MEI_PCI_DEVICE(MEI_DEV_ID_82Q965, MEI_ME_ICH_CFG)},
49 {MEI_PCI_DEVICE(MEI_DEV_ID_82G965, MEI_ME_ICH_CFG)},
50 {MEI_PCI_DEVICE(MEI_DEV_ID_82GM965, MEI_ME_ICH_CFG)},
51 {MEI_PCI_DEVICE(MEI_DEV_ID_82GME965, MEI_ME_ICH_CFG)},
52 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_82Q35, MEI_ME_ICH_CFG)},
53 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_82G33, MEI_ME_ICH_CFG)},
54 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_82Q33, MEI_ME_ICH_CFG)},
55 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_82X38, MEI_ME_ICH_CFG)},
56 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_3200, MEI_ME_ICH_CFG)},
58 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_6, MEI_ME_ICH_CFG)},
59 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_7, MEI_ME_ICH_CFG)},
60 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_8, MEI_ME_ICH_CFG)},
61 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_9, MEI_ME_ICH_CFG)},
62 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9_10, MEI_ME_ICH_CFG)},
63 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9M_1, MEI_ME_ICH_CFG)},
64 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9M_2, MEI_ME_ICH_CFG)},
65 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9M_3, MEI_ME_ICH_CFG)},
66 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH9M_4, MEI_ME_ICH_CFG)},
68 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH10_1, MEI_ME_ICH10_CFG)},
69 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH10_2, MEI_ME_ICH10_CFG)},
70 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH10_3, MEI_ME_ICH10_CFG)},
71 {MEI_PCI_DEVICE(MEI_DEV_ID_ICH10_4, MEI_ME_ICH10_CFG)},
73 {MEI_PCI_DEVICE(MEI_DEV_ID_IBXPK_1, MEI_ME_PCH_CFG)},
74 {MEI_PCI_DEVICE(MEI_DEV_ID_IBXPK_2, MEI_ME_PCH_CFG)},
75 {MEI_PCI_DEVICE(MEI_DEV_ID_CPT_1, MEI_ME_PCH_CPT_PBG_CFG)},
76 {MEI_PCI_DEVICE(MEI_DEV_ID_PBG_1, MEI_ME_PCH_CPT_PBG_CFG)},
77 {MEI_PCI_DEVICE(MEI_DEV_ID_PPT_1, MEI_ME_PCH_CFG)},
78 {MEI_PCI_DEVICE(MEI_DEV_ID_PPT_2, MEI_ME_PCH_CFG)},
79 {MEI_PCI_DEVICE(MEI_DEV_ID_PPT_3, MEI_ME_PCH_CFG)},
80 {MEI_PCI_DEVICE(MEI_DEV_ID_LPT_H, MEI_ME_PCH8_SPS_CFG)},
81 {MEI_PCI_DEVICE(MEI_DEV_ID_LPT_W, MEI_ME_PCH8_SPS_CFG)},
82 {MEI_PCI_DEVICE(MEI_DEV_ID_LPT_LP, MEI_ME_PCH8_CFG)},
83 {MEI_PCI_DEVICE(MEI_DEV_ID_LPT_HR, MEI_ME_PCH8_SPS_CFG)},
84 {MEI_PCI_DEVICE(MEI_DEV_ID_WPT_LP, MEI_ME_PCH8_CFG)},
85 {MEI_PCI_DEVICE(MEI_DEV_ID_WPT_LP_2, MEI_ME_PCH8_CFG)},
87 {MEI_PCI_DEVICE(MEI_DEV_ID_SPT, MEI_ME_PCH8_CFG)},
88 {MEI_PCI_DEVICE(MEI_DEV_ID_SPT_2, MEI_ME_PCH8_CFG)},
89 {MEI_PCI_DEVICE(MEI_DEV_ID_SPT_H, MEI_ME_PCH8_SPS_CFG)},
90 {MEI_PCI_DEVICE(MEI_DEV_ID_SPT_H_2, MEI_ME_PCH8_SPS_CFG)},
91 {MEI_PCI_DEVICE(MEI_DEV_ID_LBG, MEI_ME_PCH8_CFG)},
93 {MEI_PCI_DEVICE(MEI_DEV_ID_BXT_M, MEI_ME_PCH8_CFG)},
94 {MEI_PCI_DEVICE(MEI_DEV_ID_APL_I, MEI_ME_PCH8_CFG)},
96 {MEI_PCI_DEVICE(MEI_DEV_ID_GLK, MEI_ME_PCH8_CFG)},
98 {MEI_PCI_DEVICE(MEI_DEV_ID_KBP, MEI_ME_PCH8_CFG)},
99 {MEI_PCI_DEVICE(MEI_DEV_ID_KBP_2, MEI_ME_PCH8_CFG)},
101 /* required last entry */
102 {0, }
105 MODULE_DEVICE_TABLE(pci, mei_me_pci_tbl);
107 #ifdef CONFIG_PM
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 #else
111 static inline void mei_me_set_pm_domain(struct mei_device *dev) {}
112 static inline void mei_me_unset_pm_domain(struct mei_device *dev) {}
113 #endif /* CONFIG_PM */
116 * mei_me_quirk_probe - probe for devices that doesn't valid ME interface
118 * @pdev: PCI device structure
119 * @cfg: per generation config
121 * Return: true if ME Interface is valid, false otherwise
123 static bool mei_me_quirk_probe(struct pci_dev *pdev,
124 const struct mei_cfg *cfg)
126 if (cfg->quirk_probe && cfg->quirk_probe(pdev)) {
127 dev_info(&pdev->dev, "Device doesn't have valid ME Interface\n");
128 return false;
131 return true;
135 * mei_me_probe - Device Initialization Routine
137 * @pdev: PCI device structure
138 * @ent: entry in kcs_pci_tbl
140 * Return: 0 on success, <0 on failure.
142 static int mei_me_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
144 const struct mei_cfg *cfg;
145 struct mei_device *dev;
146 struct mei_me_hw *hw;
147 unsigned int irqflags;
148 int err;
150 cfg = mei_me_get_cfg(ent->driver_data);
151 if (!cfg)
152 return -ENODEV;
154 if (!mei_me_quirk_probe(pdev, cfg))
155 return -ENODEV;
157 /* enable pci dev */
158 err = pcim_enable_device(pdev);
159 if (err) {
160 dev_err(&pdev->dev, "failed to enable pci device.\n");
161 goto end;
163 /* set PCI host mastering */
164 pci_set_master(pdev);
165 /* pci request regions and mapping IO device memory for mei driver */
166 err = pcim_iomap_regions(pdev, BIT(0), KBUILD_MODNAME);
167 if (err) {
168 dev_err(&pdev->dev, "failed to get pci regions.\n");
169 goto end;
172 if (dma_set_mask(&pdev->dev, DMA_BIT_MASK(64)) ||
173 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64))) {
175 err = dma_set_mask(&pdev->dev, DMA_BIT_MASK(32));
176 if (err)
177 err = dma_set_coherent_mask(&pdev->dev,
178 DMA_BIT_MASK(32));
180 if (err) {
181 dev_err(&pdev->dev, "No usable DMA configuration, aborting\n");
182 goto end;
185 /* allocates and initializes the mei dev structure */
186 dev = mei_me_dev_init(pdev, cfg);
187 if (!dev) {
188 err = -ENOMEM;
189 goto end;
191 hw = to_me_hw(dev);
192 hw->mem_addr = pcim_iomap_table(pdev)[0];
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);
203 if (err) {
204 dev_err(&pdev->dev, "request_threaded_irq failure. irq = %d\n",
205 pdev->irq);
206 goto end;
209 if (mei_start(dev)) {
210 dev_err(&pdev->dev, "init hw failure.\n");
211 err = -ENODEV;
212 goto release_irq;
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);
219 if (err)
220 goto stop;
222 pci_set_drvdata(pdev, dev);
225 * MEI requires to resume from runtime suspend mode
226 * in order to perform link reset flow upon system suspend.
228 dev_pm_set_driver_flags(&pdev->dev, DPM_FLAG_NEVER_SKIP);
231 * ME maps runtime suspend/resume to D0i states,
232 * hence we need to go around native PCI runtime service which
233 * eventually brings the device into D3cold/hot state,
234 * but the mei device cannot wake up from D3 unlike from D0i3.
235 * To get around the PCI device native runtime pm,
236 * ME uses runtime pm domain handlers which take precedence
237 * over the driver's pm handlers.
239 mei_me_set_pm_domain(dev);
241 if (mei_pg_is_enabled(dev)) {
242 pm_runtime_put_noidle(&pdev->dev);
243 if (hw->d0i3_supported)
244 pm_runtime_allow(&pdev->dev);
247 dev_dbg(&pdev->dev, "initialization successful.\n");
249 return 0;
251 stop:
252 mei_stop(dev);
253 release_irq:
254 mei_cancel_work(dev);
255 mei_disable_interrupts(dev);
256 free_irq(pdev->irq, dev);
257 end:
258 dev_err(&pdev->dev, "initialization failed.\n");
259 return err;
263 * mei_me_shutdown - Device Removal Routine
265 * @pdev: PCI device structure
267 * mei_me_shutdown is called from the reboot notifier
268 * it's a simplified version of remove so we go down
269 * faster.
271 static void mei_me_shutdown(struct pci_dev *pdev)
273 struct mei_device *dev;
275 dev = pci_get_drvdata(pdev);
276 if (!dev)
277 return;
279 dev_dbg(&pdev->dev, "shutdown\n");
280 mei_stop(dev);
282 mei_me_unset_pm_domain(dev);
284 mei_disable_interrupts(dev);
285 free_irq(pdev->irq, dev);
289 * mei_me_remove - Device Removal Routine
291 * @pdev: PCI device structure
293 * mei_me_remove is called by the PCI subsystem to alert the driver
294 * that it should release a PCI device.
296 static void mei_me_remove(struct pci_dev *pdev)
298 struct mei_device *dev;
300 dev = pci_get_drvdata(pdev);
301 if (!dev)
302 return;
304 if (mei_pg_is_enabled(dev))
305 pm_runtime_get_noresume(&pdev->dev);
307 dev_dbg(&pdev->dev, "stop\n");
308 mei_stop(dev);
310 mei_me_unset_pm_domain(dev);
312 mei_disable_interrupts(dev);
314 free_irq(pdev->irq, dev);
316 mei_deregister(dev);
319 #ifdef CONFIG_PM_SLEEP
320 static int mei_me_pci_suspend(struct device *device)
322 struct pci_dev *pdev = to_pci_dev(device);
323 struct mei_device *dev = pci_get_drvdata(pdev);
325 if (!dev)
326 return -ENODEV;
328 dev_dbg(&pdev->dev, "suspend\n");
330 mei_stop(dev);
332 mei_disable_interrupts(dev);
334 free_irq(pdev->irq, dev);
335 pci_disable_msi(pdev);
337 return 0;
340 static int mei_me_pci_resume(struct device *device)
342 struct pci_dev *pdev = to_pci_dev(device);
343 struct mei_device *dev;
344 unsigned int irqflags;
345 int err;
347 dev = pci_get_drvdata(pdev);
348 if (!dev)
349 return -ENODEV;
351 pci_enable_msi(pdev);
353 irqflags = pci_dev_msi_enabled(pdev) ? IRQF_ONESHOT : IRQF_SHARED;
355 /* request and enable interrupt */
356 err = request_threaded_irq(pdev->irq,
357 mei_me_irq_quick_handler,
358 mei_me_irq_thread_handler,
359 irqflags, KBUILD_MODNAME, dev);
361 if (err) {
362 dev_err(&pdev->dev, "request_threaded_irq failed: irq = %d.\n",
363 pdev->irq);
364 return err;
367 err = mei_restart(dev);
368 if (err)
369 return err;
371 /* Start timer if stopped in suspend */
372 schedule_delayed_work(&dev->timer_work, HZ);
374 return 0;
376 #endif /* CONFIG_PM_SLEEP */
378 #ifdef CONFIG_PM
379 static int mei_me_pm_runtime_idle(struct device *device)
381 struct pci_dev *pdev = to_pci_dev(device);
382 struct mei_device *dev;
384 dev_dbg(&pdev->dev, "rpm: me: runtime_idle\n");
386 dev = pci_get_drvdata(pdev);
387 if (!dev)
388 return -ENODEV;
389 if (mei_write_is_idle(dev))
390 pm_runtime_autosuspend(device);
392 return -EBUSY;
395 static int mei_me_pm_runtime_suspend(struct device *device)
397 struct pci_dev *pdev = to_pci_dev(device);
398 struct mei_device *dev;
399 int ret;
401 dev_dbg(&pdev->dev, "rpm: me: runtime suspend\n");
403 dev = pci_get_drvdata(pdev);
404 if (!dev)
405 return -ENODEV;
407 mutex_lock(&dev->device_lock);
409 if (mei_write_is_idle(dev))
410 ret = mei_me_pg_enter_sync(dev);
411 else
412 ret = -EAGAIN;
414 mutex_unlock(&dev->device_lock);
416 dev_dbg(&pdev->dev, "rpm: me: runtime suspend ret=%d\n", ret);
418 if (ret && ret != -EAGAIN)
419 schedule_work(&dev->reset_work);
421 return ret;
424 static int mei_me_pm_runtime_resume(struct device *device)
426 struct pci_dev *pdev = to_pci_dev(device);
427 struct mei_device *dev;
428 int ret;
430 dev_dbg(&pdev->dev, "rpm: me: runtime resume\n");
432 dev = pci_get_drvdata(pdev);
433 if (!dev)
434 return -ENODEV;
436 mutex_lock(&dev->device_lock);
438 ret = mei_me_pg_exit_sync(dev);
440 mutex_unlock(&dev->device_lock);
442 dev_dbg(&pdev->dev, "rpm: me: runtime resume ret = %d\n", ret);
444 if (ret)
445 schedule_work(&dev->reset_work);
447 return ret;
451 * mei_me_set_pm_domain - fill and set pm domain structure for device
453 * @dev: mei_device
455 static inline void mei_me_set_pm_domain(struct mei_device *dev)
457 struct pci_dev *pdev = to_pci_dev(dev->dev);
459 if (pdev->dev.bus && pdev->dev.bus->pm) {
460 dev->pg_domain.ops = *pdev->dev.bus->pm;
462 dev->pg_domain.ops.runtime_suspend = mei_me_pm_runtime_suspend;
463 dev->pg_domain.ops.runtime_resume = mei_me_pm_runtime_resume;
464 dev->pg_domain.ops.runtime_idle = mei_me_pm_runtime_idle;
466 dev_pm_domain_set(&pdev->dev, &dev->pg_domain);
471 * mei_me_unset_pm_domain - clean pm domain structure for device
473 * @dev: mei_device
475 static inline void mei_me_unset_pm_domain(struct mei_device *dev)
477 /* stop using pm callbacks if any */
478 dev_pm_domain_set(dev->dev, NULL);
481 static const struct dev_pm_ops mei_me_pm_ops = {
482 SET_SYSTEM_SLEEP_PM_OPS(mei_me_pci_suspend,
483 mei_me_pci_resume)
484 SET_RUNTIME_PM_OPS(
485 mei_me_pm_runtime_suspend,
486 mei_me_pm_runtime_resume,
487 mei_me_pm_runtime_idle)
490 #define MEI_ME_PM_OPS (&mei_me_pm_ops)
491 #else
492 #define MEI_ME_PM_OPS NULL
493 #endif /* CONFIG_PM */
495 * PCI driver structure
497 static struct pci_driver mei_me_driver = {
498 .name = KBUILD_MODNAME,
499 .id_table = mei_me_pci_tbl,
500 .probe = mei_me_probe,
501 .remove = mei_me_remove,
502 .shutdown = mei_me_shutdown,
503 .driver.pm = MEI_ME_PM_OPS,
504 .driver.probe_type = PROBE_PREFER_ASYNCHRONOUS,
507 module_pci_driver(mei_me_driver);
509 MODULE_AUTHOR("Intel Corporation");
510 MODULE_DESCRIPTION("Intel(R) Management Engine Interface");
511 MODULE_LICENSE("GPL v2");