aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTomoya MORINAGA <tomoya-linux@dsn.lapis-semi.com>2011-10-27 20:35:22 -0400
committerGrant Likely <grant.likely@secretlab.ca>2011-10-29 11:02:31 -0400
commit2b246283277862c4866a005852af5c70fd581824 (patch)
tree6b06850ed637c52c4efae46d05c209f81eb299ac /drivers
parent92b3a5c1bc3c7da1ae4675d014124f4a97ddb632 (diff)
spi-topcliff-pch: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor
On October 1 in 2011, OKI SEMICONDUCTOR Co., Ltd. changed the company name in to LAPIS Semiconductor Co., Ltd. Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.lapis-semi.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/spi/spi-topcliff-pch.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/spi/spi-topcliff-pch.c b/drivers/spi/spi-topcliff-pch.c
index 2b1e96643d71..7086583b9107 100644
--- a/drivers/spi/spi-topcliff-pch.c
+++ b/drivers/spi/spi-topcliff-pch.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * SPI bus driver for the Topcliff PCH used by Intel SoCs 2 * SPI bus driver for the Topcliff PCH used by Intel SoCs
3 * 3 *
4 * Copyright (C) 2010 OKI SEMICONDUCTOR Co., LTD. 4 * Copyright (C) 2011 LAPIS Semiconductor Co., Ltd.
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by
@@ -95,7 +95,7 @@
95#define PCH_CLOCK_HZ 50000000 95#define PCH_CLOCK_HZ 50000000
96#define PCH_MAX_SPBR 1023 96#define PCH_MAX_SPBR 1023
97 97
98/* Definition for ML7213/ML7831 by OKI SEMICONDUCTOR */ 98/* Definition for ML7213/ML7223/ML7831 by LAPIS Semiconductor */
99#define PCI_VENDOR_ID_ROHM 0x10DB 99#define PCI_VENDOR_ID_ROHM 0x10DB
100#define PCI_DEVICE_ID_ML7213_SPI 0x802c 100#define PCI_DEVICE_ID_ML7213_SPI 0x802c
101#define PCI_DEVICE_ID_ML7223_SPI 0x800F 101#define PCI_DEVICE_ID_ML7223_SPI 0x800F
@@ -104,9 +104,9 @@
104/* 104/*
105 * Set the number of SPI instance max 105 * Set the number of SPI instance max
106 * Intel EG20T PCH : 1ch 106 * Intel EG20T PCH : 1ch
107 * OKI SEMICONDUCTOR ML7213 IOH : 2ch 107 * LAPIS Semiconductor ML7213 IOH : 2ch
108 * OKI SEMICONDUCTOR ML7223 IOH : 1ch 108 * LAPIS Semiconductor ML7223 IOH : 1ch
109 * OKI SEMICONDUCTOR ML7831 IOH : 1ch 109 * LAPIS Semiconductor ML7831 IOH : 1ch
110*/ 110*/
111#define PCH_SPI_MAX_DEV 2 111#define PCH_SPI_MAX_DEV 2
112 112
@@ -1756,4 +1756,4 @@ MODULE_PARM_DESC(use_dma,
1756 "to use DMA for data transfers pass 1 else 0; default 1"); 1756 "to use DMA for data transfers pass 1 else 0; default 1");
1757 1757
1758MODULE_LICENSE("GPL"); 1758MODULE_LICENSE("GPL");
1759MODULE_DESCRIPTION("Intel EG20T PCH/OKI SEMICONDUCTOR ML7xxx IOH SPI Driver"); 1759MODULE_DESCRIPTION("Intel EG20T PCH/LAPIS Semiconductor ML7xxx IOH SPI Driver");