blob: 24b4a09468dd0f5784d6bfd32814a73f6302a1e2 [file] [log] [blame]
Jon Loeligeref82a3062006-06-17 17:52:55 -05001/*
2 * Driver for Vitesse PHYs
3 *
4 * Author: Kriston Carson
5 *
Madalin Bucur3fb69bc2013-11-20 16:38:19 -06006 * Copyright (c) 2005, 2009, 2011 Freescale Semiconductor, Inc.
Jon Loeligeref82a3062006-06-17 17:52:55 -05007 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2 of the License, or (at your
11 * option) any later version.
12 *
13 */
14
Jon Loeligeref82a3062006-06-17 17:52:55 -050015#include <linux/kernel.h>
16#include <linux/module.h>
17#include <linux/mii.h>
18#include <linux/ethtool.h>
19#include <linux/phy.h>
20
Madalin Bucur3fb69bc2013-11-20 16:38:19 -060021/* Vitesse Extended Page Magic Register(s) */
22#define MII_VSC82X4_EXT_PAGE_16E 0x10
23#define MII_VSC82X4_EXT_PAGE_17E 0x11
24#define MII_VSC82X4_EXT_PAGE_18E 0x12
25
Jon Loeligeref82a3062006-06-17 17:52:55 -050026/* Vitesse Extended Control Register 1 */
27#define MII_VSC8244_EXT_CON1 0x17
28#define MII_VSC8244_EXTCON1_INIT 0x0000
Andy Flemingaf2d9402007-07-11 11:42:35 -050029#define MII_VSC8244_EXTCON1_TX_SKEW_MASK 0x0c00
30#define MII_VSC8244_EXTCON1_RX_SKEW_MASK 0x0300
31#define MII_VSC8244_EXTCON1_TX_SKEW 0x0800
32#define MII_VSC8244_EXTCON1_RX_SKEW 0x0200
Jon Loeligeref82a3062006-06-17 17:52:55 -050033
34/* Vitesse Interrupt Mask Register */
35#define MII_VSC8244_IMASK 0x19
36#define MII_VSC8244_IMASK_IEN 0x8000
37#define MII_VSC8244_IMASK_SPEED 0x4000
38#define MII_VSC8244_IMASK_LINK 0x2000
39#define MII_VSC8244_IMASK_DUPLEX 0x1000
40#define MII_VSC8244_IMASK_MASK 0xf000
41
Trent Piepho11c6dd22008-11-25 01:00:47 -080042#define MII_VSC8221_IMASK_MASK 0xa000
43
Jon Loeligeref82a3062006-06-17 17:52:55 -050044/* Vitesse Interrupt Status Register */
45#define MII_VSC8244_ISTAT 0x1a
46#define MII_VSC8244_ISTAT_STATUS 0x8000
47#define MII_VSC8244_ISTAT_SPEED 0x4000
48#define MII_VSC8244_ISTAT_LINK 0x2000
49#define MII_VSC8244_ISTAT_DUPLEX 0x1000
50
51/* Vitesse Auxiliary Control/Status Register */
Michal Simek2a8626d2013-05-30 20:08:23 +000052#define MII_VSC8244_AUX_CONSTAT 0x1c
53#define MII_VSC8244_AUXCONSTAT_INIT 0x0000
54#define MII_VSC8244_AUXCONSTAT_DUPLEX 0x0020
55#define MII_VSC8244_AUXCONSTAT_SPEED 0x0018
56#define MII_VSC8244_AUXCONSTAT_GBIT 0x0010
57#define MII_VSC8244_AUXCONSTAT_100 0x0008
Jon Loeligeref82a3062006-06-17 17:52:55 -050058
Trent Piepho11c6dd22008-11-25 01:00:47 -080059#define MII_VSC8221_AUXCONSTAT_INIT 0x0004 /* need to set this bit? */
60#define MII_VSC8221_AUXCONSTAT_RESERVED 0x0004
61
Madalin Bucur3fb69bc2013-11-20 16:38:19 -060062/* Vitesse Extended Page Access Register */
63#define MII_VSC82X4_EXT_PAGE_ACCESS 0x1f
64
Alex955e1602016-11-16 01:02:33 -080065/* Vitesse VSC8601 Extended PHY Control Register 1 */
66#define MII_VSC8601_EPHY_CTL 0x17
67#define MII_VSC8601_EPHY_CTL_RGMII_SKEW (1 << 8)
68
Andy Fleming05080192013-11-20 16:38:16 -060069#define PHY_ID_VSC8234 0x000fc620
Trent Piepho11c6dd22008-11-25 01:00:47 -080070#define PHY_ID_VSC8244 0x000fc6c0
Shaohui Xie167f76a2013-11-25 12:40:49 +080071#define PHY_ID_VSC8514 0x00070670
shaohui xiec2efef72013-11-20 16:38:17 -060072#define PHY_ID_VSC8574 0x000704a0
Måns Rullgård7729b052015-11-12 18:41:12 +000073#define PHY_ID_VSC8601 0x00070420
Sandeep Singh06ae4f82013-11-20 16:38:18 -060074#define PHY_ID_VSC8662 0x00070660
Trent Piepho11c6dd22008-11-25 01:00:47 -080075#define PHY_ID_VSC8221 0x000fc550
Michal Simek5a1cebd2013-05-30 20:08:24 +000076#define PHY_ID_VSC8211 0x000fc4b0
Trent Piepho11c6dd22008-11-25 01:00:47 -080077
Jon Loeligeref82a3062006-06-17 17:52:55 -050078MODULE_DESCRIPTION("Vitesse PHY driver");
79MODULE_AUTHOR("Kriston Carson");
80MODULE_LICENSE("GPL");
81
stephen hemmingerbaec1262013-03-08 09:07:42 +000082static int vsc824x_add_skew(struct phy_device *phydev)
Andy Flemingfddf86f2011-10-13 04:33:55 +000083{
84 int err;
85 int extcon;
86
87 extcon = phy_read(phydev, MII_VSC8244_EXT_CON1);
88
89 if (extcon < 0)
90 return extcon;
91
92 extcon &= ~(MII_VSC8244_EXTCON1_TX_SKEW_MASK |
93 MII_VSC8244_EXTCON1_RX_SKEW_MASK);
94
95 extcon |= (MII_VSC8244_EXTCON1_TX_SKEW |
96 MII_VSC8244_EXTCON1_RX_SKEW);
97
98 err = phy_write(phydev, MII_VSC8244_EXT_CON1, extcon);
99
100 return err;
101}
Andy Flemingfddf86f2011-10-13 04:33:55 +0000102
Jon Loeligeref82a3062006-06-17 17:52:55 -0500103static int vsc824x_config_init(struct phy_device *phydev)
104{
105 int err;
106
107 err = phy_write(phydev, MII_VSC8244_AUX_CONSTAT,
108 MII_VSC8244_AUXCONSTAT_INIT);
109 if (err < 0)
110 return err;
111
Andy Flemingaf2d9402007-07-11 11:42:35 -0500112 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_ID)
Andy Flemingfddf86f2011-10-13 04:33:55 +0000113 err = vsc824x_add_skew(phydev);
Andy Flemingaf2d9402007-07-11 11:42:35 -0500114
Jon Loeligeref82a3062006-06-17 17:52:55 -0500115 return err;
116}
117
Alex955e1602016-11-16 01:02:33 -0800118/* This adds a skew for both TX and RX clocks, so the skew should only be
119 * applied to "rgmii-id" interfaces. It may not work as expected
120 * on "rgmii-txid", "rgmii-rxid" or "rgmii" interfaces. */
121static int vsc8601_add_skew(struct phy_device *phydev)
122{
123 int ret;
124
125 ret = phy_read(phydev, MII_VSC8601_EPHY_CTL);
126 if (ret < 0)
127 return ret;
128
129 ret |= MII_VSC8601_EPHY_CTL_RGMII_SKEW;
130 return phy_write(phydev, MII_VSC8601_EPHY_CTL, ret);
131}
132
133static int vsc8601_config_init(struct phy_device *phydev)
134{
135 int ret = 0;
136
137 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_ID)
138 ret = vsc8601_add_skew(phydev);
139
140 if (ret < 0)
141 return ret;
142
143 return genphy_config_init(phydev);
144}
145
Jon Loeligeref82a3062006-06-17 17:52:55 -0500146static int vsc824x_ack_interrupt(struct phy_device *phydev)
147{
Andy Fleming1d5e83a2007-07-10 16:42:04 -0500148 int err = 0;
Michal Simek2a8626d2013-05-30 20:08:23 +0000149
150 /* Don't bother to ACK the interrupts if interrupts
Andy Fleming1d5e83a2007-07-10 16:42:04 -0500151 * are disabled. The 824x cannot clear the interrupts
152 * if they are disabled.
153 */
154 if (phydev->interrupts == PHY_INTERRUPT_ENABLED)
155 err = phy_read(phydev, MII_VSC8244_ISTAT);
Jon Loeligeref82a3062006-06-17 17:52:55 -0500156
157 return (err < 0) ? err : 0;
158}
159
Trent Piepho11c6dd22008-11-25 01:00:47 -0800160static int vsc82xx_config_intr(struct phy_device *phydev)
Jon Loeligeref82a3062006-06-17 17:52:55 -0500161{
162 int err;
163
164 if (phydev->interrupts == PHY_INTERRUPT_ENABLED)
165 err = phy_write(phydev, MII_VSC8244_IMASK,
Andy Fleming05080192013-11-20 16:38:16 -0600166 (phydev->drv->phy_id == PHY_ID_VSC8234 ||
shaohui xiec2efef72013-11-20 16:38:17 -0600167 phydev->drv->phy_id == PHY_ID_VSC8244 ||
Shaohui Xie167f76a2013-11-25 12:40:49 +0800168 phydev->drv->phy_id == PHY_ID_VSC8514 ||
Måns Rullgård7729b052015-11-12 18:41:12 +0000169 phydev->drv->phy_id == PHY_ID_VSC8574 ||
170 phydev->drv->phy_id == PHY_ID_VSC8601) ?
Trent Piepho11c6dd22008-11-25 01:00:47 -0800171 MII_VSC8244_IMASK_MASK :
172 MII_VSC8221_IMASK_MASK);
Andy Fleming1d5e83a2007-07-10 16:42:04 -0500173 else {
Michal Simek2a8626d2013-05-30 20:08:23 +0000174 /* The Vitesse PHY cannot clear the interrupt
Andy Fleming1d5e83a2007-07-10 16:42:04 -0500175 * once it has disabled them, so we clear them first
176 */
177 err = phy_read(phydev, MII_VSC8244_ISTAT);
178
Andy Fleming52cb1c22007-07-18 01:06:28 -0500179 if (err < 0)
Andy Fleming1d5e83a2007-07-10 16:42:04 -0500180 return err;
181
Jon Loeligeref82a3062006-06-17 17:52:55 -0500182 err = phy_write(phydev, MII_VSC8244_IMASK, 0);
Andy Fleming1d5e83a2007-07-10 16:42:04 -0500183 }
184
Jon Loeligeref82a3062006-06-17 17:52:55 -0500185 return err;
186}
187
Trent Piepho11c6dd22008-11-25 01:00:47 -0800188static int vsc8221_config_init(struct phy_device *phydev)
Jon Loeligeref82a3062006-06-17 17:52:55 -0500189{
Trent Piepho11c6dd22008-11-25 01:00:47 -0800190 int err;
191
192 err = phy_write(phydev, MII_VSC8244_AUX_CONSTAT,
193 MII_VSC8221_AUXCONSTAT_INIT);
194 return err;
195
196 /* Perhaps we should set EXT_CON1 based on the interface?
Michal Simek2a8626d2013-05-30 20:08:23 +0000197 * Options are 802.3Z SerDes or SGMII
198 */
Jon Loeligeref82a3062006-06-17 17:52:55 -0500199}
200
Madalin Bucur3fb69bc2013-11-20 16:38:19 -0600201/* vsc82x4_config_autocross_enable - Enable auto MDI/MDI-X for forced links
202 * @phydev: target phy_device struct
203 *
204 * Enable auto MDI/MDI-X when in 10/100 forced link speeds by writing
205 * special values in the VSC8234/VSC8244 extended reserved registers
206 */
207static int vsc82x4_config_autocross_enable(struct phy_device *phydev)
208{
209 int ret;
210
211 if (phydev->autoneg == AUTONEG_ENABLE || phydev->speed > SPEED_100)
212 return 0;
213
214 /* map extended registers set 0x10 - 0x1e */
215 ret = phy_write(phydev, MII_VSC82X4_EXT_PAGE_ACCESS, 0x52b5);
216 if (ret >= 0)
217 ret = phy_write(phydev, MII_VSC82X4_EXT_PAGE_18E, 0x0012);
218 if (ret >= 0)
219 ret = phy_write(phydev, MII_VSC82X4_EXT_PAGE_17E, 0x2803);
220 if (ret >= 0)
221 ret = phy_write(phydev, MII_VSC82X4_EXT_PAGE_16E, 0x87fa);
222 /* map standard registers set 0x10 - 0x1e */
223 if (ret >= 0)
224 ret = phy_write(phydev, MII_VSC82X4_EXT_PAGE_ACCESS, 0x0000);
225 else
226 phy_write(phydev, MII_VSC82X4_EXT_PAGE_ACCESS, 0x0000);
227
228 return ret;
229}
230
231/* vsc82x4_config_aneg - restart auto-negotiation or write BMCR
232 * @phydev: target phy_device struct
233 *
234 * Description: If auto-negotiation is enabled, we configure the
235 * advertising, and then restart auto-negotiation. If it is not
236 * enabled, then we write the BMCR and also start the auto
237 * MDI/MDI-X feature
238 */
239static int vsc82x4_config_aneg(struct phy_device *phydev)
240{
241 int ret;
242
243 /* Enable auto MDI/MDI-X when in 10/100 forced link speeds by
244 * writing special values in the VSC8234 extended reserved registers
245 */
246 if (phydev->autoneg != AUTONEG_ENABLE && phydev->speed <= SPEED_100) {
247 ret = genphy_setup_forced(phydev);
248
249 if (ret < 0) /* error */
250 return ret;
251
252 return vsc82x4_config_autocross_enable(phydev);
253 }
254
255 return genphy_config_aneg(phydev);
256}
257
Andy Fleming05080192013-11-20 16:38:16 -0600258/* Vitesse 82xx */
Christian Hohnstaedtd5bf9072012-07-04 05:44:34 +0000259static struct phy_driver vsc82xx_driver[] = {
260{
Andy Fleming05080192013-11-20 16:38:16 -0600261 .phy_id = PHY_ID_VSC8234,
262 .name = "Vitesse VSC8234",
263 .phy_id_mask = 0x000ffff0,
264 .features = PHY_GBIT_FEATURES,
265 .flags = PHY_HAS_INTERRUPT,
266 .config_init = &vsc824x_config_init,
Madalin Bucur3fb69bc2013-11-20 16:38:19 -0600267 .config_aneg = &vsc82x4_config_aneg,
Andy Fleming05080192013-11-20 16:38:16 -0600268 .read_status = &genphy_read_status,
269 .ack_interrupt = &vsc824x_ack_interrupt,
270 .config_intr = &vsc82xx_config_intr,
Andy Fleming05080192013-11-20 16:38:16 -0600271}, {
Christian Hohnstaedtd5bf9072012-07-04 05:44:34 +0000272 .phy_id = PHY_ID_VSC8244,
273 .name = "Vitesse VSC8244",
274 .phy_id_mask = 0x000fffc0,
275 .features = PHY_GBIT_FEATURES,
276 .flags = PHY_HAS_INTERRUPT,
277 .config_init = &vsc824x_config_init,
Madalin Bucur3fb69bc2013-11-20 16:38:19 -0600278 .config_aneg = &vsc82x4_config_aneg,
Christian Hohnstaedtd5bf9072012-07-04 05:44:34 +0000279 .read_status = &genphy_read_status,
280 .ack_interrupt = &vsc824x_ack_interrupt,
281 .config_intr = &vsc82xx_config_intr,
Christian Hohnstaedtd5bf9072012-07-04 05:44:34 +0000282}, {
Shaohui Xie167f76a2013-11-25 12:40:49 +0800283 .phy_id = PHY_ID_VSC8514,
284 .name = "Vitesse VSC8514",
285 .phy_id_mask = 0x000ffff0,
286 .features = PHY_GBIT_FEATURES,
287 .flags = PHY_HAS_INTERRUPT,
288 .config_init = &vsc824x_config_init,
289 .config_aneg = &vsc82x4_config_aneg,
290 .read_status = &genphy_read_status,
291 .ack_interrupt = &vsc824x_ack_interrupt,
292 .config_intr = &vsc82xx_config_intr,
Shaohui Xie167f76a2013-11-25 12:40:49 +0800293}, {
shaohui xiec2efef72013-11-20 16:38:17 -0600294 .phy_id = PHY_ID_VSC8574,
295 .name = "Vitesse VSC8574",
296 .phy_id_mask = 0x000ffff0,
297 .features = PHY_GBIT_FEATURES,
298 .flags = PHY_HAS_INTERRUPT,
299 .config_init = &vsc824x_config_init,
Madalin Bucur3fb69bc2013-11-20 16:38:19 -0600300 .config_aneg = &vsc82x4_config_aneg,
shaohui xiec2efef72013-11-20 16:38:17 -0600301 .read_status = &genphy_read_status,
302 .ack_interrupt = &vsc824x_ack_interrupt,
303 .config_intr = &vsc82xx_config_intr,
shaohui xiec2efef72013-11-20 16:38:17 -0600304}, {
Måns Rullgård7729b052015-11-12 18:41:12 +0000305 .phy_id = PHY_ID_VSC8601,
306 .name = "Vitesse VSC8601",
307 .phy_id_mask = 0x000ffff0,
308 .features = PHY_GBIT_FEATURES,
309 .flags = PHY_HAS_INTERRUPT,
Alex955e1602016-11-16 01:02:33 -0800310 .config_init = &vsc8601_config_init,
Måns Rullgård7729b052015-11-12 18:41:12 +0000311 .config_aneg = &genphy_config_aneg,
312 .read_status = &genphy_read_status,
313 .ack_interrupt = &vsc824x_ack_interrupt,
314 .config_intr = &vsc82xx_config_intr,
Måns Rullgård7729b052015-11-12 18:41:12 +0000315}, {
Sandeep Singh06ae4f82013-11-20 16:38:18 -0600316 .phy_id = PHY_ID_VSC8662,
317 .name = "Vitesse VSC8662",
318 .phy_id_mask = 0x000ffff0,
319 .features = PHY_GBIT_FEATURES,
320 .flags = PHY_HAS_INTERRUPT,
321 .config_init = &vsc824x_config_init,
Madalin Bucur3fb69bc2013-11-20 16:38:19 -0600322 .config_aneg = &vsc82x4_config_aneg,
Sandeep Singh06ae4f82013-11-20 16:38:18 -0600323 .read_status = &genphy_read_status,
324 .ack_interrupt = &vsc824x_ack_interrupt,
325 .config_intr = &vsc82xx_config_intr,
Sandeep Singh06ae4f82013-11-20 16:38:18 -0600326}, {
Christian Hohnstaedtd5bf9072012-07-04 05:44:34 +0000327 /* Vitesse 8221 */
Trent Piepho11c6dd22008-11-25 01:00:47 -0800328 .phy_id = PHY_ID_VSC8221,
329 .phy_id_mask = 0x000ffff0,
330 .name = "Vitesse VSC8221",
331 .features = PHY_GBIT_FEATURES,
332 .flags = PHY_HAS_INTERRUPT,
333 .config_init = &vsc8221_config_init,
334 .config_aneg = &genphy_config_aneg,
335 .read_status = &genphy_read_status,
336 .ack_interrupt = &vsc824x_ack_interrupt,
337 .config_intr = &vsc82xx_config_intr,
Michal Simek5a1cebd2013-05-30 20:08:24 +0000338}, {
339 /* Vitesse 8211 */
340 .phy_id = PHY_ID_VSC8211,
341 .phy_id_mask = 0x000ffff0,
342 .name = "Vitesse VSC8211",
343 .features = PHY_GBIT_FEATURES,
344 .flags = PHY_HAS_INTERRUPT,
345 .config_init = &vsc8221_config_init,
346 .config_aneg = &genphy_config_aneg,
347 .read_status = &genphy_read_status,
348 .ack_interrupt = &vsc824x_ack_interrupt,
349 .config_intr = &vsc82xx_config_intr,
Christian Hohnstaedtd5bf9072012-07-04 05:44:34 +0000350} };
Trent Piepho11c6dd22008-11-25 01:00:47 -0800351
Johan Hovold50fd7152014-11-11 19:45:59 +0100352module_phy_driver(vsc82xx_driver);
David Woodhouse4e4f10f2010-04-02 01:05:56 +0000353
Uwe Kleine-Königcf93c942010-10-03 23:43:32 +0000354static struct mdio_device_id __maybe_unused vitesse_tbl[] = {
Andy Fleming05080192013-11-20 16:38:16 -0600355 { PHY_ID_VSC8234, 0x000ffff0 },
David Woodhouse4e4f10f2010-04-02 01:05:56 +0000356 { PHY_ID_VSC8244, 0x000fffc0 },
Shaohui Xie167f76a2013-11-25 12:40:49 +0800357 { PHY_ID_VSC8514, 0x000ffff0 },
shaohui xiec2efef72013-11-20 16:38:17 -0600358 { PHY_ID_VSC8574, 0x000ffff0 },
Sandeep Singh06ae4f82013-11-20 16:38:18 -0600359 { PHY_ID_VSC8662, 0x000ffff0 },
David Woodhouse4e4f10f2010-04-02 01:05:56 +0000360 { PHY_ID_VSC8221, 0x000ffff0 },
Michal Simek5a1cebd2013-05-30 20:08:24 +0000361 { PHY_ID_VSC8211, 0x000ffff0 },
David Woodhouse4e4f10f2010-04-02 01:05:56 +0000362 { }
363};
364
365MODULE_DEVICE_TABLE(mdio, vitesse_tbl);