blob: d6e988f69a7de175dcaee9c342aa9dc47752c56f [file] [log] [blame]
Jon Loeligeref82a302006-06-17 17:52:55 -05001/*
2 * Driver for Vitesse PHYs
3 *
4 * Author: Kriston Carson
5 *
Andy Flemingfddf86f2011-10-13 04:33:55 +00006 * Copyright (c) 2005, 2009 Freescale Semiconductor, Inc.
Jon Loeligeref82a302006-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 Loeligeref82a302006-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
21/* Vitesse Extended Control Register 1 */
22#define MII_VSC8244_EXT_CON1 0x17
23#define MII_VSC8244_EXTCON1_INIT 0x0000
Andy Flemingaf2d9402007-07-11 11:42:35 -050024#define MII_VSC8244_EXTCON1_TX_SKEW_MASK 0x0c00
25#define MII_VSC8244_EXTCON1_RX_SKEW_MASK 0x0300
26#define MII_VSC8244_EXTCON1_TX_SKEW 0x0800
27#define MII_VSC8244_EXTCON1_RX_SKEW 0x0200
Jon Loeligeref82a302006-06-17 17:52:55 -050028
29/* Vitesse Interrupt Mask Register */
30#define MII_VSC8244_IMASK 0x19
31#define MII_VSC8244_IMASK_IEN 0x8000
32#define MII_VSC8244_IMASK_SPEED 0x4000
33#define MII_VSC8244_IMASK_LINK 0x2000
34#define MII_VSC8244_IMASK_DUPLEX 0x1000
35#define MII_VSC8244_IMASK_MASK 0xf000
36
Trent Piepho11c6dd22008-11-25 01:00:47 -080037#define MII_VSC8221_IMASK_MASK 0xa000
38
Jon Loeligeref82a302006-06-17 17:52:55 -050039/* Vitesse Interrupt Status Register */
40#define MII_VSC8244_ISTAT 0x1a
41#define MII_VSC8244_ISTAT_STATUS 0x8000
42#define MII_VSC8244_ISTAT_SPEED 0x4000
43#define MII_VSC8244_ISTAT_LINK 0x2000
44#define MII_VSC8244_ISTAT_DUPLEX 0x1000
45
46/* Vitesse Auxiliary Control/Status Register */
Michal Simek2a8626d2013-05-30 20:08:23 +000047#define MII_VSC8244_AUX_CONSTAT 0x1c
48#define MII_VSC8244_AUXCONSTAT_INIT 0x0000
49#define MII_VSC8244_AUXCONSTAT_DUPLEX 0x0020
50#define MII_VSC8244_AUXCONSTAT_SPEED 0x0018
51#define MII_VSC8244_AUXCONSTAT_GBIT 0x0010
52#define MII_VSC8244_AUXCONSTAT_100 0x0008
Jon Loeligeref82a302006-06-17 17:52:55 -050053
Trent Piepho11c6dd22008-11-25 01:00:47 -080054#define MII_VSC8221_AUXCONSTAT_INIT 0x0004 /* need to set this bit? */
55#define MII_VSC8221_AUXCONSTAT_RESERVED 0x0004
56
57#define PHY_ID_VSC8244 0x000fc6c0
58#define PHY_ID_VSC8221 0x000fc550
59
Jon Loeligeref82a302006-06-17 17:52:55 -050060MODULE_DESCRIPTION("Vitesse PHY driver");
61MODULE_AUTHOR("Kriston Carson");
62MODULE_LICENSE("GPL");
63
stephen hemmingerbaec1262013-03-08 09:07:42 +000064static int vsc824x_add_skew(struct phy_device *phydev)
Andy Flemingfddf86f2011-10-13 04:33:55 +000065{
66 int err;
67 int extcon;
68
69 extcon = phy_read(phydev, MII_VSC8244_EXT_CON1);
70
71 if (extcon < 0)
72 return extcon;
73
74 extcon &= ~(MII_VSC8244_EXTCON1_TX_SKEW_MASK |
75 MII_VSC8244_EXTCON1_RX_SKEW_MASK);
76
77 extcon |= (MII_VSC8244_EXTCON1_TX_SKEW |
78 MII_VSC8244_EXTCON1_RX_SKEW);
79
80 err = phy_write(phydev, MII_VSC8244_EXT_CON1, extcon);
81
82 return err;
83}
Andy Flemingfddf86f2011-10-13 04:33:55 +000084
Jon Loeligeref82a302006-06-17 17:52:55 -050085static int vsc824x_config_init(struct phy_device *phydev)
86{
87 int err;
88
89 err = phy_write(phydev, MII_VSC8244_AUX_CONSTAT,
90 MII_VSC8244_AUXCONSTAT_INIT);
91 if (err < 0)
92 return err;
93
Andy Flemingaf2d9402007-07-11 11:42:35 -050094 if (phydev->interface == PHY_INTERFACE_MODE_RGMII_ID)
Andy Flemingfddf86f2011-10-13 04:33:55 +000095 err = vsc824x_add_skew(phydev);
Andy Flemingaf2d9402007-07-11 11:42:35 -050096
Jon Loeligeref82a302006-06-17 17:52:55 -050097 return err;
98}
99
100static int vsc824x_ack_interrupt(struct phy_device *phydev)
101{
Andy Fleming1d5e83a2007-07-10 16:42:04 -0500102 int err = 0;
Michal Simek2a8626d2013-05-30 20:08:23 +0000103
104 /* Don't bother to ACK the interrupts if interrupts
Andy Fleming1d5e83a2007-07-10 16:42:04 -0500105 * are disabled. The 824x cannot clear the interrupts
106 * if they are disabled.
107 */
108 if (phydev->interrupts == PHY_INTERRUPT_ENABLED)
109 err = phy_read(phydev, MII_VSC8244_ISTAT);
Jon Loeligeref82a302006-06-17 17:52:55 -0500110
111 return (err < 0) ? err : 0;
112}
113
Trent Piepho11c6dd22008-11-25 01:00:47 -0800114static int vsc82xx_config_intr(struct phy_device *phydev)
Jon Loeligeref82a302006-06-17 17:52:55 -0500115{
116 int err;
117
118 if (phydev->interrupts == PHY_INTERRUPT_ENABLED)
119 err = phy_write(phydev, MII_VSC8244_IMASK,
Trent Piepho11c6dd22008-11-25 01:00:47 -0800120 phydev->drv->phy_id == PHY_ID_VSC8244 ?
121 MII_VSC8244_IMASK_MASK :
122 MII_VSC8221_IMASK_MASK);
Andy Fleming1d5e83a2007-07-10 16:42:04 -0500123 else {
Michal Simek2a8626d2013-05-30 20:08:23 +0000124 /* The Vitesse PHY cannot clear the interrupt
Andy Fleming1d5e83a2007-07-10 16:42:04 -0500125 * once it has disabled them, so we clear them first
126 */
127 err = phy_read(phydev, MII_VSC8244_ISTAT);
128
Andy Fleming52cb1c22007-07-18 01:06:28 -0500129 if (err < 0)
Andy Fleming1d5e83a2007-07-10 16:42:04 -0500130 return err;
131
Jon Loeligeref82a302006-06-17 17:52:55 -0500132 err = phy_write(phydev, MII_VSC8244_IMASK, 0);
Andy Fleming1d5e83a2007-07-10 16:42:04 -0500133 }
134
Jon Loeligeref82a302006-06-17 17:52:55 -0500135 return err;
136}
137
Trent Piepho11c6dd22008-11-25 01:00:47 -0800138static int vsc8221_config_init(struct phy_device *phydev)
Jon Loeligeref82a302006-06-17 17:52:55 -0500139{
Trent Piepho11c6dd22008-11-25 01:00:47 -0800140 int err;
141
142 err = phy_write(phydev, MII_VSC8244_AUX_CONSTAT,
143 MII_VSC8221_AUXCONSTAT_INIT);
144 return err;
145
146 /* Perhaps we should set EXT_CON1 based on the interface?
Michal Simek2a8626d2013-05-30 20:08:23 +0000147 * Options are 802.3Z SerDes or SGMII
148 */
Jon Loeligeref82a302006-06-17 17:52:55 -0500149}
150
Christian Hohnstaedtd5bf9072012-07-04 05:44:34 +0000151/* Vitesse 824x */
152static struct phy_driver vsc82xx_driver[] = {
153{
154 .phy_id = PHY_ID_VSC8244,
155 .name = "Vitesse VSC8244",
156 .phy_id_mask = 0x000fffc0,
157 .features = PHY_GBIT_FEATURES,
158 .flags = PHY_HAS_INTERRUPT,
159 .config_init = &vsc824x_config_init,
160 .config_aneg = &genphy_config_aneg,
161 .read_status = &genphy_read_status,
162 .ack_interrupt = &vsc824x_ack_interrupt,
163 .config_intr = &vsc82xx_config_intr,
164 .driver = { .owner = THIS_MODULE,},
165}, {
166 /* Vitesse 8221 */
Trent Piepho11c6dd22008-11-25 01:00:47 -0800167 .phy_id = PHY_ID_VSC8221,
168 .phy_id_mask = 0x000ffff0,
169 .name = "Vitesse VSC8221",
170 .features = PHY_GBIT_FEATURES,
171 .flags = PHY_HAS_INTERRUPT,
172 .config_init = &vsc8221_config_init,
173 .config_aneg = &genphy_config_aneg,
174 .read_status = &genphy_read_status,
175 .ack_interrupt = &vsc824x_ack_interrupt,
176 .config_intr = &vsc82xx_config_intr,
Christian Hohnstaedtd5bf9072012-07-04 05:44:34 +0000177 .driver = { .owner = THIS_MODULE,},
178} };
Trent Piepho11c6dd22008-11-25 01:00:47 -0800179
180static int __init vsc82xx_init(void)
181{
Christian Hohnstaedtd5bf9072012-07-04 05:44:34 +0000182 return phy_drivers_register(vsc82xx_driver,
183 ARRAY_SIZE(vsc82xx_driver));
Trent Piepho11c6dd22008-11-25 01:00:47 -0800184}
185
186static void __exit vsc82xx_exit(void)
Jon Loeligeref82a302006-06-17 17:52:55 -0500187{
Christian Hohnstaedtd5bf9072012-07-04 05:44:34 +0000188 return phy_drivers_unregister(vsc82xx_driver,
189 ARRAY_SIZE(vsc82xx_driver));
Jon Loeligeref82a302006-06-17 17:52:55 -0500190}
191
Trent Piepho11c6dd22008-11-25 01:00:47 -0800192module_init(vsc82xx_init);
193module_exit(vsc82xx_exit);
David Woodhouse4e4f10f2010-04-02 01:05:56 +0000194
Uwe Kleine-Königcf93c942010-10-03 23:43:32 +0000195static struct mdio_device_id __maybe_unused vitesse_tbl[] = {
David Woodhouse4e4f10f2010-04-02 01:05:56 +0000196 { PHY_ID_VSC8244, 0x000fffc0 },
197 { PHY_ID_VSC8221, 0x000ffff0 },
198 { }
199};
200
201MODULE_DEVICE_TABLE(mdio, vitesse_tbl);