2 * lpc_ich.c - LPC interface for Intel ICH
4 * LPC bridge function of the Intel ICH contains many other
5 * functional units, such as Interrupt controllers, Timers,
6 * Power Management, System Management, GPIO, RTC, and LPC
7 * Configuration Registers.
9 * This driver is derived from lpc_sch.
11 * Copyright (c) 2011 Extreme Engineering Solution, Inc.
12 * Author: Aaron Sierra <asierra@xes-inc.com>
14 * This program is free software; you can redistribute it and/or modify
15 * it under the terms of the GNU General Public License 2 as published
16 * by the Free Software Foundation.
18 * This program is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
23 * You should have received a copy of the GNU General Public License
24 * along with this program; see the file COPYING. If not, write to
25 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
27 * This driver supports the following I/O Controller hubs:
28 * (See the intel documentation on http://developer.intel.com.)
29 * document number 290655-003, 290677-014: 82801AA (ICH), 82801AB (ICHO)
30 * document number 290687-002, 298242-027: 82801BA (ICH2)
31 * document number 290733-003, 290739-013: 82801CA (ICH3-S)
32 * document number 290716-001, 290718-007: 82801CAM (ICH3-M)
33 * document number 290744-001, 290745-025: 82801DB (ICH4)
34 * document number 252337-001, 252663-008: 82801DBM (ICH4-M)
35 * document number 273599-001, 273645-002: 82801E (C-ICH)
36 * document number 252516-001, 252517-028: 82801EB (ICH5), 82801ER (ICH5R)
37 * document number 300641-004, 300884-013: 6300ESB
38 * document number 301473-002, 301474-026: 82801F (ICH6)
39 * document number 313082-001, 313075-006: 631xESB, 632xESB
40 * document number 307013-003, 307014-024: 82801G (ICH7)
41 * document number 322896-001, 322897-001: NM10
42 * document number 313056-003, 313057-017: 82801H (ICH8)
43 * document number 316972-004, 316973-012: 82801I (ICH9)
44 * document number 319973-002, 319974-002: 82801J (ICH10)
45 * document number 322169-001, 322170-003: 5 Series, 3400 Series (PCH)
46 * document number 320066-003, 320257-008: EP80597 (IICH)
47 * document number 324645-001, 324646-001: Cougar Point (CPT)
48 * document number TBD : Patsburg (PBG)
49 * document number TBD : DH89xxCC
50 * document number TBD : Panther Point
51 * document number TBD : Lynx Point
52 * document number TBD : Lynx Point-LP
53 * document number TBD : Wellsburg
56 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
58 #include <linux/init.h>
59 #include <linux/kernel.h>
60 #include <linux/module.h>
61 #include <linux/errno.h>
62 #include <linux/acpi.h>
63 #include <linux/pci.h>
64 #include <linux/mfd/core.h>
65 #include <linux/mfd/lpc_ich.h>
68 #define ACPIBASE_GPE_OFF 0x28
69 #define ACPIBASE_GPE_END 0x2f
70 #define ACPIBASE_SMI_OFF 0x30
71 #define ACPIBASE_SMI_END 0x33
72 #define ACPIBASE_TCO_OFF 0x60
73 #define ACPIBASE_TCO_END 0x7f
76 #define ACPIBASE_GCS_OFF 0x3410
77 #define ACPIBASE_GCS_END 0x3414
79 #define GPIOBASE_ICH0 0x58
80 #define GPIOCTRL_ICH0 0x5C
81 #define GPIOBASE_ICH6 0x48
82 #define GPIOCTRL_ICH6 0x4C
86 #define wdt_io_res(i) wdt_res(0, i)
87 #define wdt_mem_res(i) wdt_res(ICH_RES_MEM_OFF, i)
88 #define wdt_res(b, i) (&wdt_ich_res[(b) + (i)])
98 struct lpc_ich_cfg acpi;
99 struct lpc_ich_cfg gpio;
102 static struct resource wdt_ich_res[] = {
105 .flags = IORESOURCE_IO,
109 .flags = IORESOURCE_IO,
113 .flags = IORESOURCE_MEM,
117 static struct resource gpio_ich_res[] = {
120 .flags = IORESOURCE_IO,
124 .flags = IORESOURCE_IO,
133 static struct mfd_cell lpc_ich_cells[] = {
136 .num_resources = ARRAY_SIZE(wdt_ich_res),
137 .resources = wdt_ich_res,
138 .ignore_resource_conflicts = true,
142 .num_resources = ARRAY_SIZE(gpio_ich_res),
143 .resources = gpio_ich_res,
144 .ignore_resource_conflicts = true,
148 /* chipset related info */
150 LPC_ICH = 0, /* ICH */
153 LPC_ICH2M, /* ICH2-M */
154 LPC_ICH3, /* ICH3-S */
155 LPC_ICH3M, /* ICH3-M */
157 LPC_ICH4M, /* ICH4-M */
158 LPC_CICH, /* C-ICH */
159 LPC_ICH5, /* ICH5 & ICH5R */
160 LPC_6300ESB, /* 6300ESB */
161 LPC_ICH6, /* ICH6 & ICH6R */
162 LPC_ICH6M, /* ICH6-M */
163 LPC_ICH6W, /* ICH6W & ICH6RW */
164 LPC_631XESB, /* 631xESB/632xESB */
165 LPC_ICH7, /* ICH7 & ICH7R */
166 LPC_ICH7DH, /* ICH7DH */
167 LPC_ICH7M, /* ICH7-M & ICH7-U */
168 LPC_ICH7MDH, /* ICH7-M DH */
170 LPC_ICH8, /* ICH8 & ICH8R */
171 LPC_ICH8DH, /* ICH8DH */
172 LPC_ICH8DO, /* ICH8DO */
173 LPC_ICH8M, /* ICH8M */
174 LPC_ICH8ME, /* ICH8M-E */
176 LPC_ICH9R, /* ICH9R */
177 LPC_ICH9DH, /* ICH9DH */
178 LPC_ICH9DO, /* ICH9DO */
179 LPC_ICH9M, /* ICH9M */
180 LPC_ICH9ME, /* ICH9M-E */
181 LPC_ICH10, /* ICH10 */
182 LPC_ICH10R, /* ICH10R */
183 LPC_ICH10D, /* ICH10D */
184 LPC_ICH10DO, /* ICH10DO */
185 LPC_PCH, /* PCH Desktop Full Featured */
186 LPC_PCHM, /* PCH Mobile Full Featured */
195 LPC_PCHMSFF, /* PCH Mobile SFF Full Featured */
200 LPC_EP80579, /* EP80579 */
201 LPC_CPT, /* Cougar Point */
202 LPC_CPTD, /* Cougar Point Desktop */
203 LPC_CPTM, /* Cougar Point Mobile */
204 LPC_PBG, /* Patsburg */
205 LPC_DH89XXCC, /* DH89xxCC */
206 LPC_PPT, /* Panther Point */
207 LPC_LPT, /* Lynx Point */
208 LPC_LPT_LP, /* Lynx Point-LP */
209 LPC_WBG, /* Wellsburg */
212 struct lpc_ich_info lpc_chipset_info[] = {
250 .name = "ICH5 or ICH5R",
258 .name = "ICH6 or ICH6R",
260 .gpio_version = ICH_V6_GPIO,
265 .gpio_version = ICH_V6_GPIO,
268 .name = "ICH6W or ICH6RW",
270 .gpio_version = ICH_V6_GPIO,
273 .name = "631xESB/632xESB",
275 .gpio_version = ICH_V6_GPIO,
278 .name = "ICH7 or ICH7R",
280 .gpio_version = ICH_V7_GPIO,
285 .gpio_version = ICH_V7_GPIO,
288 .name = "ICH7-M or ICH7-U",
290 .gpio_version = ICH_V7_GPIO,
295 .gpio_version = ICH_V7_GPIO,
302 .name = "ICH8 or ICH8R",
304 .gpio_version = ICH_V7_GPIO,
309 .gpio_version = ICH_V7_GPIO,
314 .gpio_version = ICH_V7_GPIO,
319 .gpio_version = ICH_V7_GPIO,
324 .gpio_version = ICH_V7_GPIO,
329 .gpio_version = ICH_V9_GPIO,
334 .gpio_version = ICH_V9_GPIO,
339 .gpio_version = ICH_V9_GPIO,
344 .gpio_version = ICH_V9_GPIO,
349 .gpio_version = ICH_V9_GPIO,
354 .gpio_version = ICH_V9_GPIO,
359 .gpio_version = ICH_V10CONS_GPIO,
364 .gpio_version = ICH_V10CONS_GPIO,
369 .gpio_version = ICH_V10CORP_GPIO,
374 .gpio_version = ICH_V10CORP_GPIO,
377 .name = "PCH Desktop Full Featured",
379 .gpio_version = ICH_V5_GPIO,
382 .name = "PCH Mobile Full Featured",
384 .gpio_version = ICH_V5_GPIO,
389 .gpio_version = ICH_V5_GPIO,
394 .gpio_version = ICH_V5_GPIO,
399 .gpio_version = ICH_V5_GPIO,
404 .gpio_version = ICH_V5_GPIO,
409 .gpio_version = ICH_V5_GPIO,
414 .gpio_version = ICH_V5_GPIO,
419 .gpio_version = ICH_V5_GPIO,
424 .gpio_version = ICH_V5_GPIO,
427 .name = "PCH Mobile SFF Full Featured",
429 .gpio_version = ICH_V5_GPIO,
434 .gpio_version = ICH_V5_GPIO,
439 .gpio_version = ICH_V5_GPIO,
444 .gpio_version = ICH_V5_GPIO,
449 .gpio_version = ICH_V5_GPIO,
456 .name = "Cougar Point",
458 .gpio_version = ICH_V5_GPIO,
461 .name = "Cougar Point Desktop",
463 .gpio_version = ICH_V5_GPIO,
466 .name = "Cougar Point Mobile",
468 .gpio_version = ICH_V5_GPIO,
479 .name = "Panther Point",
483 .name = "Lynx Point",
487 .name = "Lynx Point_LP",
497 * This data only exists for exporting the supported PCI ids
498 * via MODULE_DEVICE_TABLE. We do not actually register a
499 * pci_driver, because the I/O Controller Hub has also other
500 * functions that probably will be registered by other drivers.
502 static DEFINE_PCI_DEVICE_TABLE(lpc_ich_ids) = {
503 { PCI_VDEVICE(INTEL, 0x2410), LPC_ICH},
504 { PCI_VDEVICE(INTEL, 0x2420), LPC_ICH0},
505 { PCI_VDEVICE(INTEL, 0x2440), LPC_ICH2},
506 { PCI_VDEVICE(INTEL, 0x244c), LPC_ICH2M},
507 { PCI_VDEVICE(INTEL, 0x2480), LPC_ICH3},
508 { PCI_VDEVICE(INTEL, 0x248c), LPC_ICH3M},
509 { PCI_VDEVICE(INTEL, 0x24c0), LPC_ICH4},
510 { PCI_VDEVICE(INTEL, 0x24cc), LPC_ICH4M},
511 { PCI_VDEVICE(INTEL, 0x2450), LPC_CICH},
512 { PCI_VDEVICE(INTEL, 0x24d0), LPC_ICH5},
513 { PCI_VDEVICE(INTEL, 0x25a1), LPC_6300ESB},
514 { PCI_VDEVICE(INTEL, 0x2640), LPC_ICH6},
515 { PCI_VDEVICE(INTEL, 0x2641), LPC_ICH6M},
516 { PCI_VDEVICE(INTEL, 0x2642), LPC_ICH6W},
517 { PCI_VDEVICE(INTEL, 0x2670), LPC_631XESB},
518 { PCI_VDEVICE(INTEL, 0x2671), LPC_631XESB},
519 { PCI_VDEVICE(INTEL, 0x2672), LPC_631XESB},
520 { PCI_VDEVICE(INTEL, 0x2673), LPC_631XESB},
521 { PCI_VDEVICE(INTEL, 0x2674), LPC_631XESB},
522 { PCI_VDEVICE(INTEL, 0x2675), LPC_631XESB},
523 { PCI_VDEVICE(INTEL, 0x2676), LPC_631XESB},
524 { PCI_VDEVICE(INTEL, 0x2677), LPC_631XESB},
525 { PCI_VDEVICE(INTEL, 0x2678), LPC_631XESB},
526 { PCI_VDEVICE(INTEL, 0x2679), LPC_631XESB},
527 { PCI_VDEVICE(INTEL, 0x267a), LPC_631XESB},
528 { PCI_VDEVICE(INTEL, 0x267b), LPC_631XESB},
529 { PCI_VDEVICE(INTEL, 0x267c), LPC_631XESB},
530 { PCI_VDEVICE(INTEL, 0x267d), LPC_631XESB},
531 { PCI_VDEVICE(INTEL, 0x267e), LPC_631XESB},
532 { PCI_VDEVICE(INTEL, 0x267f), LPC_631XESB},
533 { PCI_VDEVICE(INTEL, 0x27b8), LPC_ICH7},
534 { PCI_VDEVICE(INTEL, 0x27b0), LPC_ICH7DH},
535 { PCI_VDEVICE(INTEL, 0x27b9), LPC_ICH7M},
536 { PCI_VDEVICE(INTEL, 0x27bd), LPC_ICH7MDH},
537 { PCI_VDEVICE(INTEL, 0x27bc), LPC_NM10},
538 { PCI_VDEVICE(INTEL, 0x2810), LPC_ICH8},
539 { PCI_VDEVICE(INTEL, 0x2812), LPC_ICH8DH},
540 { PCI_VDEVICE(INTEL, 0x2814), LPC_ICH8DO},
541 { PCI_VDEVICE(INTEL, 0x2815), LPC_ICH8M},
542 { PCI_VDEVICE(INTEL, 0x2811), LPC_ICH8ME},
543 { PCI_VDEVICE(INTEL, 0x2918), LPC_ICH9},
544 { PCI_VDEVICE(INTEL, 0x2916), LPC_ICH9R},
545 { PCI_VDEVICE(INTEL, 0x2912), LPC_ICH9DH},
546 { PCI_VDEVICE(INTEL, 0x2914), LPC_ICH9DO},
547 { PCI_VDEVICE(INTEL, 0x2919), LPC_ICH9M},
548 { PCI_VDEVICE(INTEL, 0x2917), LPC_ICH9ME},
549 { PCI_VDEVICE(INTEL, 0x3a18), LPC_ICH10},
550 { PCI_VDEVICE(INTEL, 0x3a16), LPC_ICH10R},
551 { PCI_VDEVICE(INTEL, 0x3a1a), LPC_ICH10D},
552 { PCI_VDEVICE(INTEL, 0x3a14), LPC_ICH10DO},
553 { PCI_VDEVICE(INTEL, 0x3b00), LPC_PCH},
554 { PCI_VDEVICE(INTEL, 0x3b01), LPC_PCHM},
555 { PCI_VDEVICE(INTEL, 0x3b02), LPC_P55},
556 { PCI_VDEVICE(INTEL, 0x3b03), LPC_PM55},
557 { PCI_VDEVICE(INTEL, 0x3b06), LPC_H55},
558 { PCI_VDEVICE(INTEL, 0x3b07), LPC_QM57},
559 { PCI_VDEVICE(INTEL, 0x3b08), LPC_H57},
560 { PCI_VDEVICE(INTEL, 0x3b09), LPC_HM55},
561 { PCI_VDEVICE(INTEL, 0x3b0a), LPC_Q57},
562 { PCI_VDEVICE(INTEL, 0x3b0b), LPC_HM57},
563 { PCI_VDEVICE(INTEL, 0x3b0d), LPC_PCHMSFF},
564 { PCI_VDEVICE(INTEL, 0x3b0f), LPC_QS57},
565 { PCI_VDEVICE(INTEL, 0x3b12), LPC_3400},
566 { PCI_VDEVICE(INTEL, 0x3b14), LPC_3420},
567 { PCI_VDEVICE(INTEL, 0x3b16), LPC_3450},
568 { PCI_VDEVICE(INTEL, 0x5031), LPC_EP80579},
569 { PCI_VDEVICE(INTEL, 0x1c41), LPC_CPT},
570 { PCI_VDEVICE(INTEL, 0x1c42), LPC_CPTD},
571 { PCI_VDEVICE(INTEL, 0x1c43), LPC_CPTM},
572 { PCI_VDEVICE(INTEL, 0x1c44), LPC_CPT},
573 { PCI_VDEVICE(INTEL, 0x1c45), LPC_CPT},
574 { PCI_VDEVICE(INTEL, 0x1c46), LPC_CPT},
575 { PCI_VDEVICE(INTEL, 0x1c47), LPC_CPT},
576 { PCI_VDEVICE(INTEL, 0x1c48), LPC_CPT},
577 { PCI_VDEVICE(INTEL, 0x1c49), LPC_CPT},
578 { PCI_VDEVICE(INTEL, 0x1c4a), LPC_CPT},
579 { PCI_VDEVICE(INTEL, 0x1c4b), LPC_CPT},
580 { PCI_VDEVICE(INTEL, 0x1c4c), LPC_CPT},
581 { PCI_VDEVICE(INTEL, 0x1c4d), LPC_CPT},
582 { PCI_VDEVICE(INTEL, 0x1c4e), LPC_CPT},
583 { PCI_VDEVICE(INTEL, 0x1c4f), LPC_CPT},
584 { PCI_VDEVICE(INTEL, 0x1c50), LPC_CPT},
585 { PCI_VDEVICE(INTEL, 0x1c51), LPC_CPT},
586 { PCI_VDEVICE(INTEL, 0x1c52), LPC_CPT},
587 { PCI_VDEVICE(INTEL, 0x1c53), LPC_CPT},
588 { PCI_VDEVICE(INTEL, 0x1c54), LPC_CPT},
589 { PCI_VDEVICE(INTEL, 0x1c55), LPC_CPT},
590 { PCI_VDEVICE(INTEL, 0x1c56), LPC_CPT},
591 { PCI_VDEVICE(INTEL, 0x1c57), LPC_CPT},
592 { PCI_VDEVICE(INTEL, 0x1c58), LPC_CPT},
593 { PCI_VDEVICE(INTEL, 0x1c59), LPC_CPT},
594 { PCI_VDEVICE(INTEL, 0x1c5a), LPC_CPT},
595 { PCI_VDEVICE(INTEL, 0x1c5b), LPC_CPT},
596 { PCI_VDEVICE(INTEL, 0x1c5c), LPC_CPT},
597 { PCI_VDEVICE(INTEL, 0x1c5d), LPC_CPT},
598 { PCI_VDEVICE(INTEL, 0x1c5e), LPC_CPT},
599 { PCI_VDEVICE(INTEL, 0x1c5f), LPC_CPT},
600 { PCI_VDEVICE(INTEL, 0x1d40), LPC_PBG},
601 { PCI_VDEVICE(INTEL, 0x1d41), LPC_PBG},
602 { PCI_VDEVICE(INTEL, 0x2310), LPC_DH89XXCC},
603 { PCI_VDEVICE(INTEL, 0x1e40), LPC_PPT},
604 { PCI_VDEVICE(INTEL, 0x1e41), LPC_PPT},
605 { PCI_VDEVICE(INTEL, 0x1e42), LPC_PPT},
606 { PCI_VDEVICE(INTEL, 0x1e43), LPC_PPT},
607 { PCI_VDEVICE(INTEL, 0x1e44), LPC_PPT},
608 { PCI_VDEVICE(INTEL, 0x1e45), LPC_PPT},
609 { PCI_VDEVICE(INTEL, 0x1e46), LPC_PPT},
610 { PCI_VDEVICE(INTEL, 0x1e47), LPC_PPT},
611 { PCI_VDEVICE(INTEL, 0x1e48), LPC_PPT},
612 { PCI_VDEVICE(INTEL, 0x1e49), LPC_PPT},
613 { PCI_VDEVICE(INTEL, 0x1e4a), LPC_PPT},
614 { PCI_VDEVICE(INTEL, 0x1e4b), LPC_PPT},
615 { PCI_VDEVICE(INTEL, 0x1e4c), LPC_PPT},
616 { PCI_VDEVICE(INTEL, 0x1e4d), LPC_PPT},
617 { PCI_VDEVICE(INTEL, 0x1e4e), LPC_PPT},
618 { PCI_VDEVICE(INTEL, 0x1e4f), LPC_PPT},
619 { PCI_VDEVICE(INTEL, 0x1e50), LPC_PPT},
620 { PCI_VDEVICE(INTEL, 0x1e51), LPC_PPT},
621 { PCI_VDEVICE(INTEL, 0x1e52), LPC_PPT},
622 { PCI_VDEVICE(INTEL, 0x1e53), LPC_PPT},
623 { PCI_VDEVICE(INTEL, 0x1e54), LPC_PPT},
624 { PCI_VDEVICE(INTEL, 0x1e55), LPC_PPT},
625 { PCI_VDEVICE(INTEL, 0x1e56), LPC_PPT},
626 { PCI_VDEVICE(INTEL, 0x1e57), LPC_PPT},
627 { PCI_VDEVICE(INTEL, 0x1e58), LPC_PPT},
628 { PCI_VDEVICE(INTEL, 0x1e59), LPC_PPT},
629 { PCI_VDEVICE(INTEL, 0x1e5a), LPC_PPT},
630 { PCI_VDEVICE(INTEL, 0x1e5b), LPC_PPT},
631 { PCI_VDEVICE(INTEL, 0x1e5c), LPC_PPT},
632 { PCI_VDEVICE(INTEL, 0x1e5d), LPC_PPT},
633 { PCI_VDEVICE(INTEL, 0x1e5e), LPC_PPT},
634 { PCI_VDEVICE(INTEL, 0x1e5f), LPC_PPT},
635 { PCI_VDEVICE(INTEL, 0x8c40), LPC_LPT},
636 { PCI_VDEVICE(INTEL, 0x8c41), LPC_LPT},
637 { PCI_VDEVICE(INTEL, 0x8c42), LPC_LPT},
638 { PCI_VDEVICE(INTEL, 0x8c43), LPC_LPT},
639 { PCI_VDEVICE(INTEL, 0x8c44), LPC_LPT},
640 { PCI_VDEVICE(INTEL, 0x8c45), LPC_LPT},
641 { PCI_VDEVICE(INTEL, 0x8c46), LPC_LPT},
642 { PCI_VDEVICE(INTEL, 0x8c47), LPC_LPT},
643 { PCI_VDEVICE(INTEL, 0x8c48), LPC_LPT},
644 { PCI_VDEVICE(INTEL, 0x8c49), LPC_LPT},
645 { PCI_VDEVICE(INTEL, 0x8c4a), LPC_LPT},
646 { PCI_VDEVICE(INTEL, 0x8c4b), LPC_LPT},
647 { PCI_VDEVICE(INTEL, 0x8c4c), LPC_LPT},
648 { PCI_VDEVICE(INTEL, 0x8c4d), LPC_LPT},
649 { PCI_VDEVICE(INTEL, 0x8c4e), LPC_LPT},
650 { PCI_VDEVICE(INTEL, 0x8c4f), LPC_LPT},
651 { PCI_VDEVICE(INTEL, 0x8c50), LPC_LPT},
652 { PCI_VDEVICE(INTEL, 0x8c51), LPC_LPT},
653 { PCI_VDEVICE(INTEL, 0x8c52), LPC_LPT},
654 { PCI_VDEVICE(INTEL, 0x8c53), LPC_LPT},
655 { PCI_VDEVICE(INTEL, 0x8c54), LPC_LPT},
656 { PCI_VDEVICE(INTEL, 0x8c55), LPC_LPT},
657 { PCI_VDEVICE(INTEL, 0x8c56), LPC_LPT},
658 { PCI_VDEVICE(INTEL, 0x8c57), LPC_LPT},
659 { PCI_VDEVICE(INTEL, 0x8c58), LPC_LPT},
660 { PCI_VDEVICE(INTEL, 0x8c59), LPC_LPT},
661 { PCI_VDEVICE(INTEL, 0x8c5a), LPC_LPT},
662 { PCI_VDEVICE(INTEL, 0x8c5b), LPC_LPT},
663 { PCI_VDEVICE(INTEL, 0x8c5c), LPC_LPT},
664 { PCI_VDEVICE(INTEL, 0x8c5d), LPC_LPT},
665 { PCI_VDEVICE(INTEL, 0x8c5e), LPC_LPT},
666 { PCI_VDEVICE(INTEL, 0x8c5f), LPC_LPT},
667 { PCI_VDEVICE(INTEL, 0x9c40), LPC_LPT_LP},
668 { PCI_VDEVICE(INTEL, 0x9c41), LPC_LPT_LP},
669 { PCI_VDEVICE(INTEL, 0x9c42), LPC_LPT_LP},
670 { PCI_VDEVICE(INTEL, 0x9c43), LPC_LPT_LP},
671 { PCI_VDEVICE(INTEL, 0x9c44), LPC_LPT_LP},
672 { PCI_VDEVICE(INTEL, 0x9c45), LPC_LPT_LP},
673 { PCI_VDEVICE(INTEL, 0x9c46), LPC_LPT_LP},
674 { PCI_VDEVICE(INTEL, 0x9c47), LPC_LPT_LP},
675 { PCI_VDEVICE(INTEL, 0x8d40), LPC_WBG},
676 { PCI_VDEVICE(INTEL, 0x8d41), LPC_WBG},
677 { PCI_VDEVICE(INTEL, 0x8d42), LPC_WBG},
678 { PCI_VDEVICE(INTEL, 0x8d43), LPC_WBG},
679 { PCI_VDEVICE(INTEL, 0x8d44), LPC_WBG},
680 { PCI_VDEVICE(INTEL, 0x8d45), LPC_WBG},
681 { PCI_VDEVICE(INTEL, 0x8d46), LPC_WBG},
682 { PCI_VDEVICE(INTEL, 0x8d47), LPC_WBG},
683 { PCI_VDEVICE(INTEL, 0x8d48), LPC_WBG},
684 { PCI_VDEVICE(INTEL, 0x8d49), LPC_WBG},
685 { PCI_VDEVICE(INTEL, 0x8d4a), LPC_WBG},
686 { PCI_VDEVICE(INTEL, 0x8d4b), LPC_WBG},
687 { PCI_VDEVICE(INTEL, 0x8d4c), LPC_WBG},
688 { PCI_VDEVICE(INTEL, 0x8d4d), LPC_WBG},
689 { PCI_VDEVICE(INTEL, 0x8d4e), LPC_WBG},
690 { PCI_VDEVICE(INTEL, 0x8d4f), LPC_WBG},
691 { PCI_VDEVICE(INTEL, 0x8d50), LPC_WBG},
692 { PCI_VDEVICE(INTEL, 0x8d51), LPC_WBG},
693 { PCI_VDEVICE(INTEL, 0x8d52), LPC_WBG},
694 { PCI_VDEVICE(INTEL, 0x8d53), LPC_WBG},
695 { PCI_VDEVICE(INTEL, 0x8d54), LPC_WBG},
696 { PCI_VDEVICE(INTEL, 0x8d55), LPC_WBG},
697 { PCI_VDEVICE(INTEL, 0x8d56), LPC_WBG},
698 { PCI_VDEVICE(INTEL, 0x8d57), LPC_WBG},
699 { PCI_VDEVICE(INTEL, 0x8d58), LPC_WBG},
700 { PCI_VDEVICE(INTEL, 0x8d59), LPC_WBG},
701 { PCI_VDEVICE(INTEL, 0x8d5a), LPC_WBG},
702 { PCI_VDEVICE(INTEL, 0x8d5b), LPC_WBG},
703 { PCI_VDEVICE(INTEL, 0x8d5c), LPC_WBG},
704 { PCI_VDEVICE(INTEL, 0x8d5d), LPC_WBG},
705 { PCI_VDEVICE(INTEL, 0x8d5e), LPC_WBG},
706 { PCI_VDEVICE(INTEL, 0x8d5f), LPC_WBG},
707 { 0, }, /* End of list */
709 MODULE_DEVICE_TABLE(pci, lpc_ich_ids);
711 static void lpc_ich_restore_config_space(struct pci_dev *dev)
713 struct lpc_ich_priv *priv = pci_get_drvdata(dev);
715 if (priv->acpi.save >= 0) {
716 pci_write_config_byte(dev, priv->acpi.ctrl, priv->acpi.save);
717 priv->acpi.save = -1;
720 if (priv->gpio.save >= 0) {
721 pci_write_config_byte(dev, priv->gpio.ctrl, priv->gpio.save);
722 priv->gpio.save = -1;
726 static void lpc_ich_enable_acpi_space(struct pci_dev *dev)
728 struct lpc_ich_priv *priv = pci_get_drvdata(dev);
731 pci_read_config_byte(dev, priv->acpi.ctrl, ®_save);
732 pci_write_config_byte(dev, priv->acpi.ctrl, reg_save | 0x10);
733 priv->acpi.save = reg_save;
736 static void lpc_ich_enable_gpio_space(struct pci_dev *dev)
738 struct lpc_ich_priv *priv = pci_get_drvdata(dev);
741 pci_read_config_byte(dev, priv->gpio.ctrl, ®_save);
742 pci_write_config_byte(dev, priv->gpio.ctrl, reg_save | 0x10);
743 priv->gpio.save = reg_save;
746 static void lpc_ich_finalize_cell(struct pci_dev *dev, struct mfd_cell *cell)
748 struct lpc_ich_priv *priv = pci_get_drvdata(dev);
750 cell->platform_data = &lpc_chipset_info[priv->chipset];
751 cell->pdata_size = sizeof(struct lpc_ich_info);
755 * We don't check for resource conflict globally. There are 2 or 3 independent
756 * GPIO groups and it's enough to have access to one of these to instantiate
759 static int lpc_ich_check_conflict_gpio(struct resource *res)
764 if (resource_size(res) >= 0x50 &&
765 !acpi_check_region(res->start + 0x40, 0x10, "LPC ICH GPIO3"))
768 if (!acpi_check_region(res->start + 0x30, 0x10, "LPC ICH GPIO2"))
771 ret = acpi_check_region(res->start + 0x00, 0x30, "LPC ICH GPIO1");
775 return use_gpio ? use_gpio : ret;
778 static int lpc_ich_init_gpio(struct pci_dev *dev)
780 struct lpc_ich_priv *priv = pci_get_drvdata(dev);
784 bool acpi_conflict = false;
785 struct resource *res;
787 /* Setup power management base register */
788 pci_read_config_dword(dev, priv->acpi.base, &base_addr_cfg);
789 base_addr = base_addr_cfg & 0x0000ff80;
791 dev_notice(&dev->dev, "I/O space for ACPI uninitialized\n");
792 lpc_ich_cells[LPC_GPIO].num_resources--;
796 res = &gpio_ich_res[ICH_RES_GPE0];
797 res->start = base_addr + ACPIBASE_GPE_OFF;
798 res->end = base_addr + ACPIBASE_GPE_END;
799 ret = acpi_check_resource_conflict(res);
802 * This isn't fatal for the GPIO, but we have to make sure that
803 * the platform_device subsystem doesn't see this resource
804 * or it will register an invalid region.
806 lpc_ich_cells[LPC_GPIO].num_resources--;
807 acpi_conflict = true;
809 lpc_ich_enable_acpi_space(dev);
813 /* Setup GPIO base register */
814 pci_read_config_dword(dev, priv->gpio.base, &base_addr_cfg);
815 base_addr = base_addr_cfg & 0x0000ff80;
817 dev_notice(&dev->dev, "I/O space for GPIO uninitialized\n");
822 /* Older devices provide fewer GPIO and have a smaller resource size. */
823 res = &gpio_ich_res[ICH_RES_GPIO];
824 res->start = base_addr;
825 switch (lpc_chipset_info[priv->chipset].gpio_version) {
827 case ICH_V10CORP_GPIO:
828 res->end = res->start + 128 - 1;
831 res->end = res->start + 64 - 1;
835 ret = lpc_ich_check_conflict_gpio(res);
837 /* this isn't necessarily fatal for the GPIO */
838 acpi_conflict = true;
841 lpc_chipset_info[priv->chipset].use_gpio = ret;
842 lpc_ich_enable_gpio_space(dev);
844 lpc_ich_finalize_cell(dev, &lpc_ich_cells[LPC_GPIO]);
845 ret = mfd_add_devices(&dev->dev, -1, &lpc_ich_cells[LPC_GPIO],
850 pr_warn("Resource conflict(s) found affecting %s\n",
851 lpc_ich_cells[LPC_GPIO].name);
855 static int lpc_ich_init_wdt(struct pci_dev *dev)
857 struct lpc_ich_priv *priv = pci_get_drvdata(dev);
861 struct resource *res;
863 /* Setup power management base register */
864 pci_read_config_dword(dev, priv->acpi.base, &base_addr_cfg);
865 base_addr = base_addr_cfg & 0x0000ff80;
867 dev_notice(&dev->dev, "I/O space for ACPI uninitialized\n");
872 res = wdt_io_res(ICH_RES_IO_TCO);
873 res->start = base_addr + ACPIBASE_TCO_OFF;
874 res->end = base_addr + ACPIBASE_TCO_END;
876 res = wdt_io_res(ICH_RES_IO_SMI);
877 res->start = base_addr + ACPIBASE_SMI_OFF;
878 res->end = base_addr + ACPIBASE_SMI_END;
880 lpc_ich_enable_acpi_space(dev);
883 * Get the Memory-Mapped GCS register. To get access to it
884 * we have to read RCBA from PCI Config space 0xf0 and use
885 * it as base. GCS = RCBA + ICH6_GCS(0x3410).
887 if (lpc_chipset_info[priv->chipset].iTCO_version == 1) {
888 /* Don't register iomem for TCO ver 1 */
889 lpc_ich_cells[LPC_WDT].num_resources--;
891 pci_read_config_dword(dev, RCBABASE, &base_addr_cfg);
892 base_addr = base_addr_cfg & 0xffffc000;
893 if (!(base_addr_cfg & 1)) {
894 dev_notice(&dev->dev, "RCBA is disabled by "
895 "hardware/BIOS, device disabled\n");
899 res = wdt_mem_res(ICH_RES_MEM_GCS);
900 res->start = base_addr + ACPIBASE_GCS_OFF;
901 res->end = base_addr + ACPIBASE_GCS_END;
904 lpc_ich_finalize_cell(dev, &lpc_ich_cells[LPC_WDT]);
905 ret = mfd_add_devices(&dev->dev, -1, &lpc_ich_cells[LPC_WDT],
912 static int lpc_ich_probe(struct pci_dev *dev,
913 const struct pci_device_id *id)
915 struct lpc_ich_priv *priv;
917 bool cell_added = false;
919 priv = devm_kzalloc(&dev->dev,
920 sizeof(struct lpc_ich_priv), GFP_KERNEL);
924 priv->chipset = id->driver_data;
925 priv->acpi.save = -1;
926 priv->acpi.base = ACPIBASE;
927 priv->acpi.ctrl = ACPICTRL;
929 priv->gpio.save = -1;
930 if (priv->chipset <= LPC_ICH5) {
931 priv->gpio.base = GPIOBASE_ICH0;
932 priv->gpio.ctrl = GPIOCTRL_ICH0;
934 priv->gpio.base = GPIOBASE_ICH6;
935 priv->gpio.ctrl = GPIOCTRL_ICH6;
938 pci_set_drvdata(dev, priv);
940 ret = lpc_ich_init_wdt(dev);
944 ret = lpc_ich_init_gpio(dev);
949 * We only care if at least one or none of the cells registered
953 dev_warn(&dev->dev, "No MFD cells added\n");
954 lpc_ich_restore_config_space(dev);
955 pci_set_drvdata(dev, NULL);
962 static void lpc_ich_remove(struct pci_dev *dev)
964 mfd_remove_devices(&dev->dev);
965 lpc_ich_restore_config_space(dev);
966 pci_set_drvdata(dev, NULL);
969 static struct pci_driver lpc_ich_driver = {
971 .id_table = lpc_ich_ids,
972 .probe = lpc_ich_probe,
973 .remove = lpc_ich_remove,
976 static int __init lpc_ich_init(void)
978 return pci_register_driver(&lpc_ich_driver);
981 static void __exit lpc_ich_exit(void)
983 pci_unregister_driver(&lpc_ich_driver);
986 module_init(lpc_ich_init);
987 module_exit(lpc_ich_exit);
989 MODULE_AUTHOR("Aaron Sierra <asierra@xes-inc.com>");
990 MODULE_DESCRIPTION("LPC interface for Intel ICH");
991 MODULE_LICENSE("GPL");