diff options
| -rw-r--r-- | drivers/i2c/busses/i2c-eg20t.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/i2c/busses/i2c-eg20t.c b/drivers/i2c/busses/i2c-eg20t.c index c72d7f998487..ca8877641040 100644 --- a/drivers/i2c/busses/i2c-eg20t.c +++ b/drivers/i2c/busses/i2c-eg20t.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (C) 2010 OKI SEMICONDUCTOR CO., LTD. | 2 | * Copyright (C) 2011 LAPIS Semiconductor Co., Ltd. |
| 3 | * | 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify | 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License as published by | 5 | * it under the terms of the GNU General Public License as published by |
| @@ -136,8 +136,8 @@ | |||
| 136 | /* | 136 | /* |
| 137 | Set the number of I2C instance max | 137 | Set the number of I2C instance max |
| 138 | Intel EG20T PCH : 1ch | 138 | Intel EG20T PCH : 1ch |
| 139 | OKI SEMICONDUCTOR ML7213 IOH : 2ch | 139 | LAPIS Semiconductor ML7213 IOH : 2ch |
| 140 | OKI SEMICONDUCTOR ML7831 IOH : 1ch | 140 | LAPIS Semiconductor ML7831 IOH : 1ch |
| 141 | */ | 141 | */ |
| 142 | #define PCH_I2C_MAX_DEV 2 | 142 | #define PCH_I2C_MAX_DEV 2 |
| 143 | 143 | ||
| @@ -181,7 +181,7 @@ static int pch_clk = 50000; /* specifies I2C clock speed in KHz */ | |||
| 181 | static wait_queue_head_t pch_event; | 181 | static wait_queue_head_t pch_event; |
| 182 | static DEFINE_MUTEX(pch_mutex); | 182 | static DEFINE_MUTEX(pch_mutex); |
| 183 | 183 | ||
| 184 | /* Definition for ML7213 by OKI SEMICONDUCTOR */ | 184 | /* Definition for ML7213 by LAPIS Semiconductor */ |
| 185 | #define PCI_VENDOR_ID_ROHM 0x10DB | 185 | #define PCI_VENDOR_ID_ROHM 0x10DB |
| 186 | #define PCI_DEVICE_ID_ML7213_I2C 0x802D | 186 | #define PCI_DEVICE_ID_ML7213_I2C 0x802D |
| 187 | #define PCI_DEVICE_ID_ML7223_I2C 0x8010 | 187 | #define PCI_DEVICE_ID_ML7223_I2C 0x8010 |
| @@ -1063,8 +1063,8 @@ static void __exit pch_pci_exit(void) | |||
| 1063 | } | 1063 | } |
| 1064 | module_exit(pch_pci_exit); | 1064 | module_exit(pch_pci_exit); |
| 1065 | 1065 | ||
| 1066 | MODULE_DESCRIPTION("Intel EG20T PCH/OKI SEMICONDUCTOR ML7213 IOH I2C Driver"); | 1066 | MODULE_DESCRIPTION("Intel EG20T PCH/LAPIS Semico ML7213/ML7223/ML7831 IOH I2C"); |
| 1067 | MODULE_LICENSE("GPL"); | 1067 | MODULE_LICENSE("GPL"); |
| 1068 | MODULE_AUTHOR("Tomoya MORINAGA. <tomoya-linux@dsn.okisemi.com>"); | 1068 | MODULE_AUTHOR("Tomoya MORINAGA. <tomoya-linux@dsn.lapis-semi.com>"); |
| 1069 | module_param(pch_i2c_speed, int, (S_IRUSR | S_IWUSR)); | 1069 | module_param(pch_i2c_speed, int, (S_IRUSR | S_IWUSR)); |
| 1070 | module_param(pch_clk, int, (S_IRUSR | S_IWUSR)); | 1070 | module_param(pch_clk, int, (S_IRUSR | S_IWUSR)); |
