aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2015-03-31 07:47:29 -0400
committerLee Jones <lee.jones@linaro.org>2015-04-09 05:25:54 -0400
commit72715757880b36bdd7ff67f768a31324ee31c156 (patch)
tree1a3fc61c11cf14a7ffa51a6cee60a75b81510c32 /drivers/mfd
parentba867bc60a44cb8519b7d674c8ab37d139da6910 (diff)
mfd: lpc_ich: Sort IDs
The patch sorts IDs in the table for easier maintenance. There is no functional change. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/lpc_ich.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c
index 8bd370a3bebb..12d960a60ec4 100644
--- a/drivers/mfd/lpc_ich.c
+++ b/drivers/mfd/lpc_ich.c
@@ -616,11 +616,11 @@ static const struct pci_device_id lpc_ich_ids[] = {
616 { PCI_VDEVICE(INTEL, 0x2420), LPC_ICH0}, 616 { PCI_VDEVICE(INTEL, 0x2420), LPC_ICH0},
617 { PCI_VDEVICE(INTEL, 0x2440), LPC_ICH2}, 617 { PCI_VDEVICE(INTEL, 0x2440), LPC_ICH2},
618 { PCI_VDEVICE(INTEL, 0x244c), LPC_ICH2M}, 618 { PCI_VDEVICE(INTEL, 0x244c), LPC_ICH2M},
619 { PCI_VDEVICE(INTEL, 0x2450), LPC_CICH},
619 { PCI_VDEVICE(INTEL, 0x2480), LPC_ICH3}, 620 { PCI_VDEVICE(INTEL, 0x2480), LPC_ICH3},
620 { PCI_VDEVICE(INTEL, 0x248c), LPC_ICH3M}, 621 { PCI_VDEVICE(INTEL, 0x248c), LPC_ICH3M},
621 { PCI_VDEVICE(INTEL, 0x24c0), LPC_ICH4}, 622 { PCI_VDEVICE(INTEL, 0x24c0), LPC_ICH4},
622 { PCI_VDEVICE(INTEL, 0x24cc), LPC_ICH4M}, 623 { PCI_VDEVICE(INTEL, 0x24cc), LPC_ICH4M},
623 { PCI_VDEVICE(INTEL, 0x2450), LPC_CICH},
624 { PCI_VDEVICE(INTEL, 0x24d0), LPC_ICH5}, 624 { PCI_VDEVICE(INTEL, 0x24d0), LPC_ICH5},
625 { PCI_VDEVICE(INTEL, 0x25a1), LPC_6300ESB}, 625 { PCI_VDEVICE(INTEL, 0x25a1), LPC_6300ESB},
626 { PCI_VDEVICE(INTEL, 0x2640), LPC_ICH6}, 626 { PCI_VDEVICE(INTEL, 0x2640), LPC_ICH6},
@@ -642,26 +642,26 @@ static const struct pci_device_id lpc_ich_ids[] = {
642 { PCI_VDEVICE(INTEL, 0x267d), LPC_631XESB}, 642 { PCI_VDEVICE(INTEL, 0x267d), LPC_631XESB},
643 { PCI_VDEVICE(INTEL, 0x267e), LPC_631XESB}, 643 { PCI_VDEVICE(INTEL, 0x267e), LPC_631XESB},
644 { PCI_VDEVICE(INTEL, 0x267f), LPC_631XESB}, 644 { PCI_VDEVICE(INTEL, 0x267f), LPC_631XESB},
645 { PCI_VDEVICE(INTEL, 0x27b8), LPC_ICH7},
646 { PCI_VDEVICE(INTEL, 0x27b0), LPC_ICH7DH}, 645 { PCI_VDEVICE(INTEL, 0x27b0), LPC_ICH7DH},
646 { PCI_VDEVICE(INTEL, 0x27b8), LPC_ICH7},
647 { PCI_VDEVICE(INTEL, 0x27b9), LPC_ICH7M}, 647 { PCI_VDEVICE(INTEL, 0x27b9), LPC_ICH7M},
648 { PCI_VDEVICE(INTEL, 0x27bd), LPC_ICH7MDH},
649 { PCI_VDEVICE(INTEL, 0x27bc), LPC_NM10}, 648 { PCI_VDEVICE(INTEL, 0x27bc), LPC_NM10},
649 { PCI_VDEVICE(INTEL, 0x27bd), LPC_ICH7MDH},
650 { PCI_VDEVICE(INTEL, 0x2810), LPC_ICH8}, 650 { PCI_VDEVICE(INTEL, 0x2810), LPC_ICH8},
651 { PCI_VDEVICE(INTEL, 0x2811), LPC_ICH8ME},
651 { PCI_VDEVICE(INTEL, 0x2812), LPC_ICH8DH}, 652 { PCI_VDEVICE(INTEL, 0x2812), LPC_ICH8DH},
652 { PCI_VDEVICE(INTEL, 0x2814), LPC_ICH8DO}, 653 { PCI_VDEVICE(INTEL, 0x2814), LPC_ICH8DO},
653 { PCI_VDEVICE(INTEL, 0x2815), LPC_ICH8M}, 654 { PCI_VDEVICE(INTEL, 0x2815), LPC_ICH8M},
654 { PCI_VDEVICE(INTEL, 0x2811), LPC_ICH8ME},
655 { PCI_VDEVICE(INTEL, 0x2918), LPC_ICH9},
656 { PCI_VDEVICE(INTEL, 0x2916), LPC_ICH9R},
657 { PCI_VDEVICE(INTEL, 0x2912), LPC_ICH9DH}, 655 { PCI_VDEVICE(INTEL, 0x2912), LPC_ICH9DH},
658 { PCI_VDEVICE(INTEL, 0x2914), LPC_ICH9DO}, 656 { PCI_VDEVICE(INTEL, 0x2914), LPC_ICH9DO},
659 { PCI_VDEVICE(INTEL, 0x2919), LPC_ICH9M}, 657 { PCI_VDEVICE(INTEL, 0x2916), LPC_ICH9R},
660 { PCI_VDEVICE(INTEL, 0x2917), LPC_ICH9ME}, 658 { PCI_VDEVICE(INTEL, 0x2917), LPC_ICH9ME},
661 { PCI_VDEVICE(INTEL, 0x3a18), LPC_ICH10}, 659 { PCI_VDEVICE(INTEL, 0x2918), LPC_ICH9},
660 { PCI_VDEVICE(INTEL, 0x2919), LPC_ICH9M},
661 { PCI_VDEVICE(INTEL, 0x3a14), LPC_ICH10DO},
662 { PCI_VDEVICE(INTEL, 0x3a16), LPC_ICH10R}, 662 { PCI_VDEVICE(INTEL, 0x3a16), LPC_ICH10R},
663 { PCI_VDEVICE(INTEL, 0x3a18), LPC_ICH10},
663 { PCI_VDEVICE(INTEL, 0x3a1a), LPC_ICH10D}, 664 { PCI_VDEVICE(INTEL, 0x3a1a), LPC_ICH10D},
664 { PCI_VDEVICE(INTEL, 0x3a14), LPC_ICH10DO},
665 { PCI_VDEVICE(INTEL, 0x3b00), LPC_PCH}, 665 { PCI_VDEVICE(INTEL, 0x3b00), LPC_PCH},
666 { PCI_VDEVICE(INTEL, 0x3b01), LPC_PCHM}, 666 { PCI_VDEVICE(INTEL, 0x3b01), LPC_PCHM},
667 { PCI_VDEVICE(INTEL, 0x3b02), LPC_P55}, 667 { PCI_VDEVICE(INTEL, 0x3b02), LPC_P55},