blob: ece6128bef146aa330f98f486d23f2bed1c15ed5 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 *
3 * Alchemy Au1x00 ethernet driver
4 *
Sergei Shtylyov89be0502006-04-19 22:46:21 +04005 * Copyright 2001-2003, 2006 MontaVista Software Inc.
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 * Copyright 2002 TimeSys Corp.
7 * Added ethtool/mii-tool support,
8 * Copyright 2004 Matt Porter <mporter@kernel.crashing.org>
Jeff Garzik6aa20a22006-09-13 13:24:59 -04009 * Update: 2004 Bjoern Riemer, riemer@fokus.fraunhofer.de
10 * or riemer@riemer-nt.de: fixed the link beat detection with
Linus Torvalds1da177e2005-04-16 15:20:36 -070011 * ioctls (SIOCGMIIPHY)
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +020012 * Copyright 2006 Herbert Valerio Riedel <hvr@gnu.org>
13 * converted to use linux-2.6.x's PHY framework
14 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 * Author: MontaVista Software, Inc.
16 * ppopov@mvista.com or source@mvista.com
17 *
18 * ########################################################################
19 *
20 * This program is free software; you can distribute it and/or modify it
21 * under the terms of the GNU General Public License (Version 2) as
22 * published by the Free Software Foundation.
23 *
24 * This program is distributed in the hope it will be useful, but WITHOUT
25 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
26 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
27 * for more details.
28 *
29 * You should have received a copy of the GNU General Public License along
30 * with this program; if not, write to the Free Software Foundation, Inc.,
31 * 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
32 *
33 * ########################################################################
34 *
Jeff Garzik6aa20a22006-09-13 13:24:59 -040035 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070036 */
Manuel Laussbc36b422009-10-17 02:00:07 +000037#include <linux/capability.h>
Ralf Baechled791c2b2007-06-24 15:59:54 +020038#include <linux/dma-mapping.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include <linux/module.h>
40#include <linux/kernel.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070041#include <linux/string.h>
42#include <linux/timer.h>
43#include <linux/errno.h>
44#include <linux/in.h>
45#include <linux/ioport.h>
46#include <linux/bitops.h>
47#include <linux/slab.h>
48#include <linux/interrupt.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070049#include <linux/init.h>
50#include <linux/netdevice.h>
51#include <linux/etherdevice.h>
52#include <linux/ethtool.h>
53#include <linux/mii.h>
54#include <linux/skbuff.h>
55#include <linux/delay.h>
Herbert Valerio Riedel8cd35da2006-05-01 15:37:09 +020056#include <linux/crc32.h>
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +020057#include <linux/phy.h>
Florian Fainellibd2302c2009-11-10 01:13:38 +010058#include <linux/platform_device.h>
Yoichi Yuasa25b31cb2007-10-15 19:11:24 +090059
60#include <asm/cpu.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070061#include <asm/mipsregs.h>
62#include <asm/irq.h>
63#include <asm/io.h>
64#include <asm/processor.h>
65
Yoichi Yuasa25b31cb2007-10-15 19:11:24 +090066#include <au1000.h>
Florian Fainellibd2302c2009-11-10 01:13:38 +010067#include <au1xxx_eth.h>
Yoichi Yuasa25b31cb2007-10-15 19:11:24 +090068#include <prom.h>
69
Linus Torvalds1da177e2005-04-16 15:20:36 -070070#include "au1000_eth.h"
71
72#ifdef AU1000_ETH_DEBUG
73static int au1000_debug = 5;
74#else
75static int au1000_debug = 3;
76#endif
77
Florian Fainelli7cd2e6e2010-04-06 22:09:09 +000078#define AU1000_DEF_MSG_ENABLE (NETIF_MSG_DRV | \
79 NETIF_MSG_PROBE | \
80 NETIF_MSG_LINK)
81
Sergei Shtylyov89be0502006-04-19 22:46:21 +040082#define DRV_NAME "au1000_eth"
Florian Fainelli8020eb82010-04-06 22:09:20 +000083#define DRV_VERSION "1.7"
Linus Torvalds1da177e2005-04-16 15:20:36 -070084#define DRV_AUTHOR "Pete Popov <ppopov@embeddedalley.com>"
85#define DRV_DESC "Au1xxx on-chip Ethernet driver"
86
87MODULE_AUTHOR(DRV_AUTHOR);
88MODULE_DESCRIPTION(DRV_DESC);
89MODULE_LICENSE("GPL");
Florian Fainelli13130c72010-04-06 22:08:57 +000090MODULE_VERSION(DRV_VERSION);
Linus Torvalds1da177e2005-04-16 15:20:36 -070091
Linus Torvalds1da177e2005-04-16 15:20:36 -070092/*
93 * Theory of operation
94 *
Jeff Garzik6aa20a22006-09-13 13:24:59 -040095 * The Au1000 MACs use a simple rx and tx descriptor ring scheme.
96 * There are four receive and four transmit descriptors. These
97 * descriptors are not in memory; rather, they are just a set of
Linus Torvalds1da177e2005-04-16 15:20:36 -070098 * hardware registers.
99 *
100 * Since the Au1000 has a coherent data cache, the receive and
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400101 * transmit buffers are allocated from the KSEG0 segment. The
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102 * hardware registers, however, are still mapped at KSEG1 to
103 * make sure there's no out-of-order writes, and that all writes
104 * complete immediately.
105 */
106
107/* These addresses are only used if yamon doesn't tell us what
108 * the mac address is, and the mac address is not passed on the
109 * command line.
110 */
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400111static unsigned char au1000_mac_addr[6] __devinitdata = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 0x00, 0x50, 0xc2, 0x0c, 0x30, 0x00
113};
114
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115struct au1000_private *au_macs[NUM_ETH_INTERFACES];
116
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200117/*
118 * board-specific configurations
119 *
120 * PHY detection algorithm
121 *
Florian Fainellibd2302c2009-11-10 01:13:38 +0100122 * If phy_static_config is undefined, the PHY setup is
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200123 * autodetected:
124 *
125 * mii_probe() first searches the current MAC's MII bus for a PHY,
Florian Fainellibd2302c2009-11-10 01:13:38 +0100126 * selecting the first (or last, if phy_search_highest_addr is
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200127 * defined) PHY address not already claimed by another netdev.
128 *
129 * If nothing was found that way when searching for the 2nd ethernet
Florian Fainellibd2302c2009-11-10 01:13:38 +0100130 * controller's PHY and phy1_search_mac0 is defined, then
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200131 * the first MII bus is searched as well for an unclaimed PHY; this is
132 * needed in case of a dual-PHY accessible only through the MAC0's MII
133 * bus.
134 *
135 * Finally, if no PHY is found, then the corresponding ethernet
136 * controller is not registered to the network subsystem.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137 */
138
Florian Fainellibd2302c2009-11-10 01:13:38 +0100139/* autodetection defaults: phy1_search_mac0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200141/* static PHY setup
142 *
143 * most boards PHY setup should be detectable properly with the
144 * autodetection algorithm in mii_probe(), but in some cases (e.g. if
145 * you have a switch attached, or want to use the PHY's interrupt
146 * notification capabilities) you can provide a static PHY
147 * configuration here
148 *
149 * IRQs may only be set, if a PHY address was configured
150 * If a PHY address is given, also a bus id is required to be set
151 *
152 * ps: make sure the used irqs are configured properly in the board
153 * specific irq-map
154 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155
Florian Fainellieb049632010-04-06 22:09:01 +0000156static void au1000_enable_mac(struct net_device *dev, int force_reset)
Florian Fainelli5ef30412009-01-22 14:06:25 -0800157{
158 unsigned long flags;
159 struct au1000_private *aup = netdev_priv(dev);
160
161 spin_lock_irqsave(&aup->lock, flags);
162
163 if(force_reset || (!aup->mac_enabled)) {
164 *aup->enable = MAC_EN_CLOCK_ENABLE;
165 au_sync_delay(2);
166 *aup->enable = (MAC_EN_RESET0 | MAC_EN_RESET1 | MAC_EN_RESET2
167 | MAC_EN_CLOCK_ENABLE);
168 au_sync_delay(2);
169
170 aup->mac_enabled = 1;
171 }
172
173 spin_unlock_irqrestore(&aup->lock, flags);
174}
175
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200176/*
177 * MII operations
178 */
Adrian Bunk1210dde2008-10-12 21:02:19 -0700179static int au1000_mdio_read(struct net_device *dev, int phy_addr, int reg)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180{
Wang Chen454d7c92008-11-12 23:37:49 -0800181 struct au1000_private *aup = netdev_priv(dev);
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200182 volatile u32 *const mii_control_reg = &aup->mac->mii_control;
183 volatile u32 *const mii_data_reg = &aup->mac->mii_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184 u32 timedout = 20;
185 u32 mii_control;
186
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187 while (*mii_control_reg & MAC_MII_BUSY) {
188 mdelay(1);
189 if (--timedout == 0) {
Florian Fainelli5368c722010-04-06 22:09:17 +0000190 netdev_err(dev, "read_MII busy timeout!!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191 return -1;
192 }
193 }
194
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400195 mii_control = MAC_SET_MII_SELECT_REG(reg) |
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200196 MAC_SET_MII_SELECT_PHY(phy_addr) | MAC_MII_READ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197
198 *mii_control_reg = mii_control;
199
200 timedout = 20;
201 while (*mii_control_reg & MAC_MII_BUSY) {
202 mdelay(1);
203 if (--timedout == 0) {
Florian Fainelli5368c722010-04-06 22:09:17 +0000204 netdev_err(dev, "mdio_read busy timeout!!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205 return -1;
206 }
207 }
208 return (int)*mii_data_reg;
209}
210
Adrian Bunk1210dde2008-10-12 21:02:19 -0700211static void au1000_mdio_write(struct net_device *dev, int phy_addr,
212 int reg, u16 value)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213{
Wang Chen454d7c92008-11-12 23:37:49 -0800214 struct au1000_private *aup = netdev_priv(dev);
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200215 volatile u32 *const mii_control_reg = &aup->mac->mii_control;
216 volatile u32 *const mii_data_reg = &aup->mac->mii_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700217 u32 timedout = 20;
218 u32 mii_control;
219
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220 while (*mii_control_reg & MAC_MII_BUSY) {
221 mdelay(1);
222 if (--timedout == 0) {
Florian Fainelli5368c722010-04-06 22:09:17 +0000223 netdev_err(dev, "mdio_write busy timeout!!\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224 return;
225 }
226 }
227
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400228 mii_control = MAC_SET_MII_SELECT_REG(reg) |
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200229 MAC_SET_MII_SELECT_PHY(phy_addr) | MAC_MII_WRITE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230
231 *mii_data_reg = value;
232 *mii_control_reg = mii_control;
233}
234
Adrian Bunk1210dde2008-10-12 21:02:19 -0700235static int au1000_mdiobus_read(struct mii_bus *bus, int phy_addr, int regnum)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236{
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200237 /* WARNING: bus->phy_map[phy_addr].attached_dev == dev does
238 * _NOT_ hold (e.g. when PHY is accessed through other MAC's MII bus) */
239 struct net_device *const dev = bus->priv;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240
Florian Fainellieb049632010-04-06 22:09:01 +0000241 au1000_enable_mac(dev, 0); /* make sure the MAC associated with this
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200242 * mii_bus is enabled */
Adrian Bunk1210dde2008-10-12 21:02:19 -0700243 return au1000_mdio_read(dev, phy_addr, regnum);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244}
245
Adrian Bunk1210dde2008-10-12 21:02:19 -0700246static int au1000_mdiobus_write(struct mii_bus *bus, int phy_addr, int regnum,
247 u16 value)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248{
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200249 struct net_device *const dev = bus->priv;
250
Florian Fainellieb049632010-04-06 22:09:01 +0000251 au1000_enable_mac(dev, 0); /* make sure the MAC associated with this
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200252 * mii_bus is enabled */
Adrian Bunk1210dde2008-10-12 21:02:19 -0700253 au1000_mdio_write(dev, phy_addr, regnum, value);
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200254 return 0;
255}
256
Adrian Bunk1210dde2008-10-12 21:02:19 -0700257static int au1000_mdiobus_reset(struct mii_bus *bus)
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200258{
259 struct net_device *const dev = bus->priv;
260
Florian Fainellieb049632010-04-06 22:09:01 +0000261 au1000_enable_mac(dev, 0); /* make sure the MAC associated with this
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200262 * mii_bus is enabled */
263 return 0;
264}
265
Florian Fainellieb049632010-04-06 22:09:01 +0000266static void au1000_hard_stop(struct net_device *dev)
Florian Fainelli5ef30412009-01-22 14:06:25 -0800267{
268 struct au1000_private *aup = netdev_priv(dev);
269
Florian Fainelli5368c722010-04-06 22:09:17 +0000270 netif_dbg(aup, drv, dev, "hard stop\n");
Florian Fainelli5ef30412009-01-22 14:06:25 -0800271
272 aup->mac->control &= ~(MAC_RX_ENABLE | MAC_TX_ENABLE);
273 au_sync_delay(10);
274}
275
Florian Fainellieb049632010-04-06 22:09:01 +0000276static void au1000_enable_rx_tx(struct net_device *dev)
Florian Fainelli5ef30412009-01-22 14:06:25 -0800277{
278 struct au1000_private *aup = netdev_priv(dev);
279
Florian Fainelli5368c722010-04-06 22:09:17 +0000280 netif_dbg(aup, hw, dev, "enable_rx_tx\n");
Florian Fainelli5ef30412009-01-22 14:06:25 -0800281
282 aup->mac->control |= (MAC_RX_ENABLE | MAC_TX_ENABLE);
283 au_sync_delay(10);
284}
285
286static void
287au1000_adjust_link(struct net_device *dev)
288{
289 struct au1000_private *aup = netdev_priv(dev);
290 struct phy_device *phydev = aup->phy_dev;
291 unsigned long flags;
292
293 int status_change = 0;
294
295 BUG_ON(!aup->phy_dev);
296
297 spin_lock_irqsave(&aup->lock, flags);
298
299 if (phydev->link && (aup->old_speed != phydev->speed)) {
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000300 /* speed changed */
Florian Fainelli5ef30412009-01-22 14:06:25 -0800301
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000302 switch (phydev->speed) {
Florian Fainelli5ef30412009-01-22 14:06:25 -0800303 case SPEED_10:
304 case SPEED_100:
305 break;
306 default:
Florian Fainelli5368c722010-04-06 22:09:17 +0000307 netdev_warn(dev, "Speed (%d) is not 10/100 ???\n",
308 phydev->speed);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800309 break;
310 }
311
312 aup->old_speed = phydev->speed;
313
314 status_change = 1;
315 }
316
317 if (phydev->link && (aup->old_duplex != phydev->duplex)) {
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000318 /* duplex mode changed */
Florian Fainelli5ef30412009-01-22 14:06:25 -0800319
320 /* switching duplex mode requires to disable rx and tx! */
Florian Fainellieb049632010-04-06 22:09:01 +0000321 au1000_hard_stop(dev);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800322
323 if (DUPLEX_FULL == phydev->duplex)
324 aup->mac->control = ((aup->mac->control
325 | MAC_FULL_DUPLEX)
326 & ~MAC_DISABLE_RX_OWN);
327 else
328 aup->mac->control = ((aup->mac->control
329 & ~MAC_FULL_DUPLEX)
330 | MAC_DISABLE_RX_OWN);
331 au_sync_delay(1);
332
Florian Fainellieb049632010-04-06 22:09:01 +0000333 au1000_enable_rx_tx(dev);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800334 aup->old_duplex = phydev->duplex;
335
336 status_change = 1;
337 }
338
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000339 if (phydev->link != aup->old_link) {
340 /* link state changed */
Florian Fainelli5ef30412009-01-22 14:06:25 -0800341
342 if (!phydev->link) {
343 /* link went down */
344 aup->old_speed = 0;
345 aup->old_duplex = -1;
346 }
347
348 aup->old_link = phydev->link;
349 status_change = 1;
350 }
351
352 spin_unlock_irqrestore(&aup->lock, flags);
353
354 if (status_change) {
355 if (phydev->link)
Florian Fainelli5368c722010-04-06 22:09:17 +0000356 netdev_info(dev, "link up (%d/%s)\n",
357 phydev->speed,
Florian Fainelli5ef30412009-01-22 14:06:25 -0800358 DUPLEX_FULL == phydev->duplex ? "Full" : "Half");
359 else
Florian Fainelli5368c722010-04-06 22:09:17 +0000360 netdev_info(dev, "link down\n");
Florian Fainelli5ef30412009-01-22 14:06:25 -0800361 }
362}
363
Florian Fainellieb049632010-04-06 22:09:01 +0000364static int au1000_mii_probe (struct net_device *dev)
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200365{
Wang Chen454d7c92008-11-12 23:37:49 -0800366 struct au1000_private *const aup = netdev_priv(dev);
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200367 struct phy_device *phydev = NULL;
368
Florian Fainellibd2302c2009-11-10 01:13:38 +0100369 if (aup->phy_static_config) {
370 BUG_ON(aup->mac_id < 0 || aup->mac_id > 1);
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200371
Florian Fainellibd2302c2009-11-10 01:13:38 +0100372 if (aup->phy_addr)
373 phydev = aup->mii_bus->phy_map[aup->phy_addr];
374 else
Florian Fainelli5368c722010-04-06 22:09:17 +0000375 netdev_info(dev, "using PHY-less setup\n");
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200376 return 0;
Florian Fainellibd2302c2009-11-10 01:13:38 +0100377 } else {
378 int phy_addr;
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200379
Florian Fainellibd2302c2009-11-10 01:13:38 +0100380 /* find the first (lowest address) PHY on the current MAC's MII bus */
381 for (phy_addr = 0; phy_addr < PHY_MAX_ADDR; phy_addr++)
382 if (aup->mii_bus->phy_map[phy_addr]) {
383 phydev = aup->mii_bus->phy_map[phy_addr];
384 if (!aup->phy_search_highest_addr)
385 break; /* break out with first one found */
386 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387
Florian Fainellibd2302c2009-11-10 01:13:38 +0100388 if (aup->phy1_search_mac0) {
389 /* try harder to find a PHY */
390 if (!phydev && (aup->mac_id == 1)) {
391 /* no PHY found, maybe we have a dual PHY? */
Florian Fainelli5368c722010-04-06 22:09:17 +0000392 dev_info(&dev->dev, ": no PHY found on MAC1, "
Florian Fainellibd2302c2009-11-10 01:13:38 +0100393 "let's see if it's attached to MAC0...\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394
Florian Fainellibd2302c2009-11-10 01:13:38 +0100395 /* find the first (lowest address) non-attached PHY on
396 * the MAC0 MII bus */
397 for (phy_addr = 0; phy_addr < PHY_MAX_ADDR; phy_addr++) {
398 struct phy_device *const tmp_phydev =
399 aup->mii_bus->phy_map[phy_addr];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700400
Florian Fainellibd2302c2009-11-10 01:13:38 +0100401 if (aup->mac_id == 1)
402 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403
Florian Fainellibd2302c2009-11-10 01:13:38 +0100404 if (!tmp_phydev)
405 continue; /* no PHY here... */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406
Florian Fainellibd2302c2009-11-10 01:13:38 +0100407 if (tmp_phydev->attached_dev)
408 continue; /* already claimed by MAC0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409
Florian Fainellibd2302c2009-11-10 01:13:38 +0100410 phydev = tmp_phydev;
411 break; /* found it */
412 }
413 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700414 }
415 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700416
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200417 if (!phydev) {
Florian Fainelli5368c722010-04-06 22:09:17 +0000418 netdev_err(dev, "no PHY found\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700419 return -1;
420 }
421
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200422 /* now we are supposed to have a proper phydev, to attach to... */
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200423 BUG_ON(phydev->attached_dev);
424
Kay Sieversdb1d7bf2009-01-26 21:12:58 -0800425 phydev = phy_connect(dev, dev_name(&phydev->dev), &au1000_adjust_link,
426 0, PHY_INTERFACE_MODE_MII);
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200427
428 if (IS_ERR(phydev)) {
Florian Fainelli5368c722010-04-06 22:09:17 +0000429 netdev_err(dev, "Could not attach to PHY\n");
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200430 return PTR_ERR(phydev);
431 }
432
433 /* mask with MAC supported features */
434 phydev->supported &= (SUPPORTED_10baseT_Half
435 | SUPPORTED_10baseT_Full
436 | SUPPORTED_100baseT_Half
437 | SUPPORTED_100baseT_Full
438 | SUPPORTED_Autoneg
439 /* | SUPPORTED_Pause | SUPPORTED_Asym_Pause */
440 | SUPPORTED_MII
441 | SUPPORTED_TP);
442
443 phydev->advertising = phydev->supported;
444
445 aup->old_link = 0;
446 aup->old_speed = 0;
447 aup->old_duplex = -1;
448 aup->phy_dev = phydev;
449
Florian Fainelli5368c722010-04-06 22:09:17 +0000450 netdev_info(dev, "attached PHY driver [%s] "
451 "(mii_bus:phy_addr=%s, irq=%d)\n",
Kay Sieversdb1d7bf2009-01-26 21:12:58 -0800452 phydev->drv->name, dev_name(&phydev->dev), phydev->irq);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700453
454 return 0;
455}
456
457
458/*
459 * Buffer allocation/deallocation routines. The buffer descriptor returned
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400460 * has the virtual and dma address of a buffer suitable for
Linus Torvalds1da177e2005-04-16 15:20:36 -0700461 * both, receive and transmit operations.
462 */
Florian Fainellieb049632010-04-06 22:09:01 +0000463static db_dest_t *au1000_GetFreeDB(struct au1000_private *aup)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700464{
465 db_dest_t *pDB;
466 pDB = aup->pDBfree;
467
468 if (pDB) {
469 aup->pDBfree = pDB->pnext;
470 }
471 return pDB;
472}
473
Florian Fainellieb049632010-04-06 22:09:01 +0000474void au1000_ReleaseDB(struct au1000_private *aup, db_dest_t *pDB)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475{
476 db_dest_t *pDBfree = aup->pDBfree;
477 if (pDBfree)
478 pDBfree->pnext = pDB;
479 aup->pDBfree = pDB;
480}
481
Florian Fainellieb049632010-04-06 22:09:01 +0000482static void au1000_reset_mac_unlocked(struct net_device *dev)
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200483{
Wang Chen454d7c92008-11-12 23:37:49 -0800484 struct au1000_private *const aup = netdev_priv(dev);
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200485 int i;
486
Florian Fainellieb049632010-04-06 22:09:01 +0000487 au1000_hard_stop(dev);
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200488
489 *aup->enable = MAC_EN_CLOCK_ENABLE;
490 au_sync_delay(2);
491 *aup->enable = 0;
492 au_sync_delay(2);
493
Linus Torvalds1da177e2005-04-16 15:20:36 -0700494 aup->tx_full = 0;
495 for (i = 0; i < NUM_RX_DMA; i++) {
496 /* reset control bits */
497 aup->rx_dma_ring[i]->buff_stat &= ~0xf;
498 }
499 for (i = 0; i < NUM_TX_DMA; i++) {
500 /* reset control bits */
501 aup->tx_dma_ring[i]->buff_stat &= ~0xf;
502 }
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200503
504 aup->mac_enabled = 0;
505
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506}
507
Florian Fainellieb049632010-04-06 22:09:01 +0000508static void au1000_reset_mac(struct net_device *dev)
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200509{
Wang Chen454d7c92008-11-12 23:37:49 -0800510 struct au1000_private *const aup = netdev_priv(dev);
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200511 unsigned long flags;
512
Florian Fainelli5368c722010-04-06 22:09:17 +0000513 netif_dbg(aup, hw, dev, "reset mac, aup %x\n",
514 (unsigned)aup);
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200515
516 spin_lock_irqsave(&aup->lock, flags);
517
Florian Fainellieb049632010-04-06 22:09:01 +0000518 au1000_reset_mac_unlocked (dev);
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200519
520 spin_unlock_irqrestore(&aup->lock, flags);
521}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400523/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524 * Setup the receive and transmit "rings". These pointers are the addresses
525 * of the rx and tx MAC DMA registers so they are fixed by the hardware --
526 * these are not descriptors sitting in memory.
527 */
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400528static void
Florian Fainellieb049632010-04-06 22:09:01 +0000529au1000_setup_hw_rings(struct au1000_private *aup, u32 rx_base, u32 tx_base)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530{
531 int i;
532
533 for (i = 0; i < NUM_RX_DMA; i++) {
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400534 aup->rx_dma_ring[i] =
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535 (volatile rx_dma_t *) (rx_base + sizeof(rx_dma_t)*i);
536 }
537 for (i = 0; i < NUM_TX_DMA; i++) {
Jeff Garzik6aa20a22006-09-13 13:24:59 -0400538 aup->tx_dma_ring[i] =
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539 (volatile tx_dma_t *) (tx_base + sizeof(tx_dma_t)*i);
540 }
541}
542
Linus Torvalds1da177e2005-04-16 15:20:36 -0700543/*
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200544 * ethtool operations
545 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546
547static int au1000_get_settings(struct net_device *dev, struct ethtool_cmd *cmd)
548{
Wang Chen454d7c92008-11-12 23:37:49 -0800549 struct au1000_private *aup = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700550
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200551 if (aup->phy_dev)
552 return phy_ethtool_gset(aup->phy_dev, cmd);
553
554 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700555}
556
557static int au1000_set_settings(struct net_device *dev, struct ethtool_cmd *cmd)
558{
Wang Chen454d7c92008-11-12 23:37:49 -0800559 struct au1000_private *aup = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200561 if (!capable(CAP_NET_ADMIN))
562 return -EPERM;
563
564 if (aup->phy_dev)
565 return phy_ethtool_sset(aup->phy_dev, cmd);
566
567 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568}
569
570static void
571au1000_get_drvinfo(struct net_device *dev, struct ethtool_drvinfo *info)
572{
Wang Chen454d7c92008-11-12 23:37:49 -0800573 struct au1000_private *aup = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574
575 strcpy(info->driver, DRV_NAME);
576 strcpy(info->version, DRV_VERSION);
577 info->fw_version[0] = '\0';
578 sprintf(info->bus_info, "%s %d", DRV_NAME, aup->mac_id);
579 info->regdump_len = 0;
580}
581
Florian Fainelli7cd2e6e2010-04-06 22:09:09 +0000582static void au1000_set_msglevel(struct net_device *dev, u32 value)
583{
584 struct au1000_private *aup = netdev_priv(dev);
585 aup->msg_enable = value;
586}
587
588static u32 au1000_get_msglevel(struct net_device *dev)
589{
590 struct au1000_private *aup = netdev_priv(dev);
591 return aup->msg_enable;
592}
593
Jeff Garzik7282d492006-09-13 14:30:00 -0400594static const struct ethtool_ops au1000_ethtool_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700595 .get_settings = au1000_get_settings,
596 .set_settings = au1000_set_settings,
597 .get_drvinfo = au1000_get_drvinfo,
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +0200598 .get_link = ethtool_op_get_link,
Florian Fainelli7cd2e6e2010-04-06 22:09:09 +0000599 .get_msglevel = au1000_get_msglevel,
600 .set_msglevel = au1000_set_msglevel,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700601};
602
Florian Fainelli5ef30412009-01-22 14:06:25 -0800603
604/*
605 * Initialize the interface.
606 *
607 * When the device powers up, the clocks are disabled and the
608 * mac is in reset state. When the interface is closed, we
609 * do the same -- reset the device and disable the clocks to
610 * conserve power. Thus, whenever au1000_init() is called,
611 * the device should already be in reset state.
612 */
613static int au1000_init(struct net_device *dev)
614{
615 struct au1000_private *aup = netdev_priv(dev);
616 unsigned long flags;
617 int i;
618 u32 control;
619
Florian Fainelli5368c722010-04-06 22:09:17 +0000620 netif_dbg(aup, hw, dev, "au1000_init\n");
Florian Fainelli5ef30412009-01-22 14:06:25 -0800621
622 /* bring the device out of reset */
Florian Fainellieb049632010-04-06 22:09:01 +0000623 au1000_enable_mac(dev, 1);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800624
625 spin_lock_irqsave(&aup->lock, flags);
626
627 aup->mac->control = 0;
628 aup->tx_head = (aup->tx_dma_ring[0]->buff_stat & 0xC) >> 2;
629 aup->tx_tail = aup->tx_head;
630 aup->rx_head = (aup->rx_dma_ring[0]->buff_stat & 0xC) >> 2;
631
632 aup->mac->mac_addr_high = dev->dev_addr[5]<<8 | dev->dev_addr[4];
633 aup->mac->mac_addr_low = dev->dev_addr[3]<<24 | dev->dev_addr[2]<<16 |
634 dev->dev_addr[1]<<8 | dev->dev_addr[0];
635
636 for (i = 0; i < NUM_RX_DMA; i++) {
637 aup->rx_dma_ring[i]->buff_stat |= RX_DMA_ENABLE;
638 }
639 au_sync();
640
641 control = MAC_RX_ENABLE | MAC_TX_ENABLE;
642#ifndef CONFIG_CPU_LITTLE_ENDIAN
643 control |= MAC_BIG_ENDIAN;
644#endif
645 if (aup->phy_dev) {
646 if (aup->phy_dev->link && (DUPLEX_FULL == aup->phy_dev->duplex))
647 control |= MAC_FULL_DUPLEX;
648 else
649 control |= MAC_DISABLE_RX_OWN;
650 } else { /* PHY-less op, assume full-duplex */
651 control |= MAC_FULL_DUPLEX;
652 }
653
654 aup->mac->control = control;
655 aup->mac->vlan1_tag = 0x8100; /* activate vlan support */
656 au_sync();
657
658 spin_unlock_irqrestore(&aup->lock, flags);
659 return 0;
660}
661
Florian Fainellieb049632010-04-06 22:09:01 +0000662static inline void au1000_update_rx_stats(struct net_device *dev, u32 status)
Florian Fainelli5ef30412009-01-22 14:06:25 -0800663{
Florian Fainelli5ef30412009-01-22 14:06:25 -0800664 struct net_device_stats *ps = &dev->stats;
665
666 ps->rx_packets++;
667 if (status & RX_MCAST_FRAME)
668 ps->multicast++;
669
670 if (status & RX_ERROR) {
671 ps->rx_errors++;
672 if (status & RX_MISSED_FRAME)
673 ps->rx_missed_errors++;
roel kluin4989ccb2009-10-06 09:54:18 +0000674 if (status & (RX_OVERLEN | RX_RUNT | RX_LEN_ERROR))
Florian Fainelli5ef30412009-01-22 14:06:25 -0800675 ps->rx_length_errors++;
676 if (status & RX_CRC_ERROR)
677 ps->rx_crc_errors++;
678 if (status & RX_COLL)
679 ps->collisions++;
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000680 } else
Florian Fainelli5ef30412009-01-22 14:06:25 -0800681 ps->rx_bytes += status & RX_FRAME_LEN_MASK;
682
683}
684
685/*
686 * Au1000 receive routine.
687 */
688static int au1000_rx(struct net_device *dev)
689{
690 struct au1000_private *aup = netdev_priv(dev);
691 struct sk_buff *skb;
692 volatile rx_dma_t *prxd;
693 u32 buff_stat, status;
694 db_dest_t *pDB;
695 u32 frmlen;
696
Florian Fainelli5368c722010-04-06 22:09:17 +0000697 netif_dbg(aup, rx_status, dev, "au1000_rx head %d\n", aup->rx_head);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800698
699 prxd = aup->rx_dma_ring[aup->rx_head];
700 buff_stat = prxd->buff_stat;
701 while (buff_stat & RX_T_DONE) {
702 status = prxd->status;
703 pDB = aup->rx_db_inuse[aup->rx_head];
Florian Fainellieb049632010-04-06 22:09:01 +0000704 au1000_update_rx_stats(dev, status);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800705 if (!(status & RX_ERROR)) {
706
707 /* good frame */
708 frmlen = (status & RX_FRAME_LEN_MASK);
709 frmlen -= 4; /* Remove FCS */
710 skb = dev_alloc_skb(frmlen + 2);
711 if (skb == NULL) {
Florian Fainelli5368c722010-04-06 22:09:17 +0000712 netdev_err(dev, "Memory squeeze, dropping packet.\n");
Florian Fainelli5ef30412009-01-22 14:06:25 -0800713 dev->stats.rx_dropped++;
714 continue;
715 }
716 skb_reserve(skb, 2); /* 16 byte IP header align */
717 skb_copy_to_linear_data(skb,
718 (unsigned char *)pDB->vaddr, frmlen);
719 skb_put(skb, frmlen);
720 skb->protocol = eth_type_trans(skb, dev);
721 netif_rx(skb); /* pass the packet to upper layers */
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000722 } else {
Florian Fainelli5ef30412009-01-22 14:06:25 -0800723 if (au1000_debug > 4) {
724 if (status & RX_MISSED_FRAME)
725 printk("rx miss\n");
726 if (status & RX_WDOG_TIMER)
727 printk("rx wdog\n");
728 if (status & RX_RUNT)
729 printk("rx runt\n");
730 if (status & RX_OVERLEN)
731 printk("rx overlen\n");
732 if (status & RX_COLL)
733 printk("rx coll\n");
734 if (status & RX_MII_ERROR)
735 printk("rx mii error\n");
736 if (status & RX_CRC_ERROR)
737 printk("rx crc error\n");
738 if (status & RX_LEN_ERROR)
739 printk("rx len error\n");
740 if (status & RX_U_CNTRL_FRAME)
741 printk("rx u control frame\n");
Florian Fainelli5ef30412009-01-22 14:06:25 -0800742 }
743 }
744 prxd->buff_stat = (u32)(pDB->dma_addr | RX_DMA_ENABLE);
745 aup->rx_head = (aup->rx_head + 1) & (NUM_RX_DMA - 1);
746 au_sync();
747
748 /* next descriptor */
749 prxd = aup->rx_dma_ring[aup->rx_head];
750 buff_stat = prxd->buff_stat;
751 }
752 return 0;
753}
754
Florian Fainellieb049632010-04-06 22:09:01 +0000755static void au1000_update_tx_stats(struct net_device *dev, u32 status)
Florian Fainelli5ef30412009-01-22 14:06:25 -0800756{
757 struct au1000_private *aup = netdev_priv(dev);
758 struct net_device_stats *ps = &dev->stats;
759
760 if (status & TX_FRAME_ABORTED) {
761 if (!aup->phy_dev || (DUPLEX_FULL == aup->phy_dev->duplex)) {
762 if (status & (TX_JAB_TIMEOUT | TX_UNDERRUN)) {
763 /* any other tx errors are only valid
764 * in half duplex mode */
765 ps->tx_errors++;
766 ps->tx_aborted_errors++;
767 }
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000768 } else {
Florian Fainelli5ef30412009-01-22 14:06:25 -0800769 ps->tx_errors++;
770 ps->tx_aborted_errors++;
771 if (status & (TX_NO_CARRIER | TX_LOSS_CARRIER))
772 ps->tx_carrier_errors++;
773 }
774 }
775}
776
777/*
778 * Called from the interrupt service routine to acknowledge
779 * the TX DONE bits. This is a must if the irq is setup as
780 * edge triggered.
781 */
782static void au1000_tx_ack(struct net_device *dev)
783{
784 struct au1000_private *aup = netdev_priv(dev);
785 volatile tx_dma_t *ptxd;
786
787 ptxd = aup->tx_dma_ring[aup->tx_tail];
788
789 while (ptxd->buff_stat & TX_T_DONE) {
Florian Fainellieb049632010-04-06 22:09:01 +0000790 au1000_update_tx_stats(dev, ptxd->status);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800791 ptxd->buff_stat &= ~TX_T_DONE;
792 ptxd->len = 0;
793 au_sync();
794
795 aup->tx_tail = (aup->tx_tail + 1) & (NUM_TX_DMA - 1);
796 ptxd = aup->tx_dma_ring[aup->tx_tail];
797
798 if (aup->tx_full) {
799 aup->tx_full = 0;
800 netif_wake_queue(dev);
801 }
802 }
803}
804
805/*
806 * Au1000 interrupt service routine.
807 */
808static irqreturn_t au1000_interrupt(int irq, void *dev_id)
809{
810 struct net_device *dev = dev_id;
811
812 /* Handle RX interrupts first to minimize chance of overrun */
813
814 au1000_rx(dev);
815 au1000_tx_ack(dev);
816 return IRQ_RETVAL(1);
817}
818
819static int au1000_open(struct net_device *dev)
820{
821 int retval;
822 struct au1000_private *aup = netdev_priv(dev);
823
Florian Fainelli5368c722010-04-06 22:09:17 +0000824 netif_dbg(aup, drv, dev, "open: dev=%p\n", dev);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800825
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000826 retval = request_irq(dev->irq, au1000_interrupt, 0,
827 dev->name, dev);
828 if (retval) {
Florian Fainelli5368c722010-04-06 22:09:17 +0000829 netdev_err(dev, "unable to get IRQ %d\n", dev->irq);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800830 return retval;
831 }
832
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000833 retval = au1000_init(dev);
834 if (retval) {
Florian Fainelli5368c722010-04-06 22:09:17 +0000835 netdev_err(dev, "error in au1000_init\n");
Florian Fainelli5ef30412009-01-22 14:06:25 -0800836 free_irq(dev->irq, dev);
837 return retval;
838 }
839
840 if (aup->phy_dev) {
841 /* cause the PHY state machine to schedule a link state check */
842 aup->phy_dev->state = PHY_CHANGELINK;
843 phy_start(aup->phy_dev);
844 }
845
846 netif_start_queue(dev);
847
Florian Fainelli5368c722010-04-06 22:09:17 +0000848 netif_dbg(aup, drv, dev, "open: Initialization done.\n");
Florian Fainelli5ef30412009-01-22 14:06:25 -0800849
850 return 0;
851}
852
853static int au1000_close(struct net_device *dev)
854{
855 unsigned long flags;
856 struct au1000_private *const aup = netdev_priv(dev);
857
Florian Fainelli5368c722010-04-06 22:09:17 +0000858 netif_dbg(aup, drv, dev, "close: dev=%p\n", dev);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800859
860 if (aup->phy_dev)
861 phy_stop(aup->phy_dev);
862
863 spin_lock_irqsave(&aup->lock, flags);
864
Florian Fainellieb049632010-04-06 22:09:01 +0000865 au1000_reset_mac_unlocked (dev);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800866
867 /* stop the device */
868 netif_stop_queue(dev);
869
870 /* disable the interrupt */
871 free_irq(dev->irq, dev);
872 spin_unlock_irqrestore(&aup->lock, flags);
873
874 return 0;
875}
876
877/*
878 * Au1000 transmit routine.
879 */
Stephen Hemminger613573252009-08-31 19:50:58 +0000880static netdev_tx_t au1000_tx(struct sk_buff *skb, struct net_device *dev)
Florian Fainelli5ef30412009-01-22 14:06:25 -0800881{
882 struct au1000_private *aup = netdev_priv(dev);
883 struct net_device_stats *ps = &dev->stats;
884 volatile tx_dma_t *ptxd;
885 u32 buff_stat;
886 db_dest_t *pDB;
887 int i;
888
Florian Fainelli5368c722010-04-06 22:09:17 +0000889 netif_dbg(aup, tx_queued, dev, "tx: aup %x len=%d, data=%p, head %d\n",
890 (unsigned)aup, skb->len,
Florian Fainelli5ef30412009-01-22 14:06:25 -0800891 skb->data, aup->tx_head);
892
893 ptxd = aup->tx_dma_ring[aup->tx_head];
894 buff_stat = ptxd->buff_stat;
895 if (buff_stat & TX_DMA_ENABLE) {
896 /* We've wrapped around and the transmitter is still busy */
897 netif_stop_queue(dev);
898 aup->tx_full = 1;
Patrick McHardy5b548142009-06-12 06:22:29 +0000899 return NETDEV_TX_BUSY;
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000900 } else if (buff_stat & TX_T_DONE) {
Florian Fainellieb049632010-04-06 22:09:01 +0000901 au1000_update_tx_stats(dev, ptxd->status);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800902 ptxd->len = 0;
903 }
904
905 if (aup->tx_full) {
906 aup->tx_full = 0;
907 netif_wake_queue(dev);
908 }
909
910 pDB = aup->tx_db_inuse[aup->tx_head];
Florian Fainellibd2302c2009-11-10 01:13:38 +0100911 skb_copy_from_linear_data(skb, (void *)pDB->vaddr, skb->len);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800912 if (skb->len < ETH_ZLEN) {
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000913 for (i = skb->len; i < ETH_ZLEN; i++) {
Florian Fainelli5ef30412009-01-22 14:06:25 -0800914 ((char *)pDB->vaddr)[i] = 0;
915 }
916 ptxd->len = ETH_ZLEN;
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000917 } else
Florian Fainelli5ef30412009-01-22 14:06:25 -0800918 ptxd->len = skb->len;
919
920 ps->tx_packets++;
921 ps->tx_bytes += ptxd->len;
922
923 ptxd->buff_stat = pDB->dma_addr | TX_DMA_ENABLE;
924 au_sync();
925 dev_kfree_skb(skb);
926 aup->tx_head = (aup->tx_head + 1) & (NUM_TX_DMA - 1);
Patrick McHardy6ed10652009-06-23 06:03:08 +0000927 return NETDEV_TX_OK;
Florian Fainelli5ef30412009-01-22 14:06:25 -0800928}
929
930/*
931 * The Tx ring has been full longer than the watchdog timeout
932 * value. The transmitter must be hung?
933 */
934static void au1000_tx_timeout(struct net_device *dev)
935{
Florian Fainelli5368c722010-04-06 22:09:17 +0000936 netdev_err(dev, "au1000_tx_timeout: dev=%p\n", dev);
Florian Fainellieb049632010-04-06 22:09:01 +0000937 au1000_reset_mac(dev);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800938 au1000_init(dev);
Eric Dumazet1ae5dc32010-05-10 05:01:31 -0700939 dev->trans_start = jiffies; /* prevent tx timeout */
Florian Fainelli5ef30412009-01-22 14:06:25 -0800940 netif_wake_queue(dev);
941}
942
Alexander Beregalovd9a92ce2009-04-14 18:30:23 +0000943static void au1000_multicast_list(struct net_device *dev)
Florian Fainelli5ef30412009-01-22 14:06:25 -0800944{
945 struct au1000_private *aup = netdev_priv(dev);
946
Florian Fainelli5368c722010-04-06 22:09:17 +0000947 netif_dbg(aup, drv, dev, "au1000_multicast_list: flags=%x\n", dev->flags);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800948
949 if (dev->flags & IFF_PROMISC) { /* Set promiscuous. */
950 aup->mac->control |= MAC_PROMISCUOUS;
951 } else if ((dev->flags & IFF_ALLMULTI) ||
Jiri Pirko4cd24ea2010-02-08 04:30:35 +0000952 netdev_mc_count(dev) > MULTICAST_FILTER_LIMIT) {
Florian Fainelli5ef30412009-01-22 14:06:25 -0800953 aup->mac->control |= MAC_PASS_ALL_MULTI;
954 aup->mac->control &= ~MAC_PROMISCUOUS;
Florian Fainelli5368c722010-04-06 22:09:17 +0000955 netdev_info(dev, "Pass all multicast\n");
Florian Fainelli5ef30412009-01-22 14:06:25 -0800956 } else {
Jiri Pirko22bedad32010-04-01 21:22:57 +0000957 struct netdev_hw_addr *ha;
Florian Fainelli5ef30412009-01-22 14:06:25 -0800958 u32 mc_filter[2]; /* Multicast hash filter */
959
960 mc_filter[1] = mc_filter[0] = 0;
Jiri Pirko22bedad32010-04-01 21:22:57 +0000961 netdev_for_each_mc_addr(ha, dev)
962 set_bit(ether_crc(ETH_ALEN, ha->addr)>>26,
Florian Fainelli5ef30412009-01-22 14:06:25 -0800963 (long *)mc_filter);
Florian Fainelli5ef30412009-01-22 14:06:25 -0800964 aup->mac->multi_hash_high = mc_filter[1];
965 aup->mac->multi_hash_low = mc_filter[0];
966 aup->mac->control &= ~MAC_PROMISCUOUS;
967 aup->mac->control |= MAC_HASH_MODE;
968 }
969}
970
971static int au1000_ioctl(struct net_device *dev, struct ifreq *rq, int cmd)
972{
973 struct au1000_private *aup = netdev_priv(dev);
974
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000975 if (!netif_running(dev))
976 return -EINVAL;
Florian Fainelli5ef30412009-01-22 14:06:25 -0800977
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000978 if (!aup->phy_dev)
979 return -EINVAL; /* PHY not controllable */
Florian Fainelli5ef30412009-01-22 14:06:25 -0800980
981 return phy_mii_ioctl(aup->phy_dev, if_mii(rq), cmd);
982}
983
Alexander Beregalovd9a92ce2009-04-14 18:30:23 +0000984static const struct net_device_ops au1000_netdev_ops = {
985 .ndo_open = au1000_open,
986 .ndo_stop = au1000_close,
987 .ndo_start_xmit = au1000_tx,
988 .ndo_set_multicast_list = au1000_multicast_list,
989 .ndo_do_ioctl = au1000_ioctl,
990 .ndo_tx_timeout = au1000_tx_timeout,
991 .ndo_set_mac_address = eth_mac_addr,
992 .ndo_validate_addr = eth_validate_addr,
993 .ndo_change_mtu = eth_change_mtu,
994};
995
Florian Fainellibd2302c2009-11-10 01:13:38 +0100996static int __devinit au1000_probe(struct platform_device *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997{
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +0000998 static unsigned version_printed;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700999 struct au1000_private *aup = NULL;
Florian Fainellibd2302c2009-11-10 01:13:38 +01001000 struct au1000_eth_platform_data *pd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001001 struct net_device *dev = NULL;
1002 db_dest_t *pDB, *pDBfree;
Florian Fainellibd2302c2009-11-10 01:13:38 +01001003 int irq, i, err = 0;
1004 struct resource *base, *macen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001005 char ethaddr[6];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001006
Florian Fainellibd2302c2009-11-10 01:13:38 +01001007 base = platform_get_resource(pdev, IORESOURCE_MEM, 0);
1008 if (!base) {
Florian Fainelli5368c722010-04-06 22:09:17 +00001009 dev_err(&pdev->dev, "failed to retrieve base register\n");
Florian Fainellibd2302c2009-11-10 01:13:38 +01001010 err = -ENODEV;
1011 goto out;
1012 }
Sergei Shtylyov89be0502006-04-19 22:46:21 +04001013
Florian Fainellibd2302c2009-11-10 01:13:38 +01001014 macen = platform_get_resource(pdev, IORESOURCE_MEM, 1);
1015 if (!macen) {
Florian Fainelli5368c722010-04-06 22:09:17 +00001016 dev_err(&pdev->dev, "failed to retrieve MAC Enable register\n");
Florian Fainellibd2302c2009-11-10 01:13:38 +01001017 err = -ENODEV;
1018 goto out;
1019 }
Sergei Shtylyov89be0502006-04-19 22:46:21 +04001020
Florian Fainellibd2302c2009-11-10 01:13:38 +01001021 irq = platform_get_irq(pdev, 0);
1022 if (irq < 0) {
Florian Fainelli5368c722010-04-06 22:09:17 +00001023 dev_err(&pdev->dev, "failed to retrieve IRQ\n");
Florian Fainellibd2302c2009-11-10 01:13:38 +01001024 err = -ENODEV;
1025 goto out;
1026 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027
Florian Fainellibd2302c2009-11-10 01:13:38 +01001028 if (!request_mem_region(base->start, resource_size(base), pdev->name)) {
Florian Fainelli5368c722010-04-06 22:09:17 +00001029 dev_err(&pdev->dev, "failed to request memory region for base registers\n");
Florian Fainellibd2302c2009-11-10 01:13:38 +01001030 err = -ENXIO;
1031 goto out;
1032 }
1033
1034 if (!request_mem_region(macen->start, resource_size(macen), pdev->name)) {
Florian Fainelli5368c722010-04-06 22:09:17 +00001035 dev_err(&pdev->dev, "failed to request memory region for MAC enable register\n");
Florian Fainellibd2302c2009-11-10 01:13:38 +01001036 err = -ENXIO;
1037 goto err_request;
1038 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039
1040 dev = alloc_etherdev(sizeof(struct au1000_private));
1041 if (!dev) {
Florian Fainelli5368c722010-04-06 22:09:17 +00001042 dev_err(&pdev->dev, "alloc_etherdev failed\n");
Florian Fainellibd2302c2009-11-10 01:13:38 +01001043 err = -ENOMEM;
1044 goto err_alloc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045 }
1046
Florian Fainellibd2302c2009-11-10 01:13:38 +01001047 SET_NETDEV_DEV(dev, &pdev->dev);
1048 platform_set_drvdata(pdev, dev);
Wang Chen454d7c92008-11-12 23:37:49 -08001049 aup = netdev_priv(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050
Martin Gebert533763d2008-07-23 09:40:09 +02001051 spin_lock_init(&aup->lock);
Florian Fainelli7cd2e6e2010-04-06 22:09:09 +00001052 aup->msg_enable = (au1000_debug < 4 ? AU1000_DEF_MSG_ENABLE : au1000_debug);
Martin Gebert533763d2008-07-23 09:40:09 +02001053
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054 /* Allocate the data buffers */
1055 /* Snooping works fine with eth on all au1xxx */
Sergei Shtylyov89be0502006-04-19 22:46:21 +04001056 aup->vaddr = (u32)dma_alloc_noncoherent(NULL, MAX_BUF_SIZE *
1057 (NUM_TX_BUFFS + NUM_RX_BUFFS),
1058 &aup->dma_addr, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001059 if (!aup->vaddr) {
Florian Fainelli5368c722010-04-06 22:09:17 +00001060 dev_err(&pdev->dev, "failed to allocate data buffers\n");
Florian Fainellibd2302c2009-11-10 01:13:38 +01001061 err = -ENOMEM;
1062 goto err_vaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063 }
1064
1065 /* aup->mac is the base address of the MAC's registers */
Florian Fainellibd2302c2009-11-10 01:13:38 +01001066 aup->mac = (volatile mac_reg_t *)ioremap_nocache(base->start, resource_size(base));
1067 if (!aup->mac) {
Florian Fainelli5368c722010-04-06 22:09:17 +00001068 dev_err(&pdev->dev, "failed to ioremap MAC registers\n");
Florian Fainellibd2302c2009-11-10 01:13:38 +01001069 err = -ENXIO;
1070 goto err_remap1;
1071 }
Sergei Shtylyov89be0502006-04-19 22:46:21 +04001072
Florian Fainellibd2302c2009-11-10 01:13:38 +01001073 /* Setup some variables for quick register address access */
1074 aup->enable = (volatile u32 *)ioremap_nocache(macen->start, resource_size(macen));
1075 if (!aup->enable) {
Florian Fainelli5368c722010-04-06 22:09:17 +00001076 dev_err(&pdev->dev, "failed to ioremap MAC enable register\n");
Florian Fainellibd2302c2009-11-10 01:13:38 +01001077 err = -ENXIO;
1078 goto err_remap2;
1079 }
1080 aup->mac_id = pdev->id;
Sergei Shtylyov89be0502006-04-19 22:46:21 +04001081
Florian Fainellibd2302c2009-11-10 01:13:38 +01001082 if (pdev->id == 0) {
Yoichi Yuasa2de88922007-10-15 19:06:20 +09001083 if (prom_get_ethernet_addr(ethaddr) == 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084 memcpy(au1000_mac_addr, ethaddr, sizeof(au1000_mac_addr));
Sergei Shtylyov89be0502006-04-19 22:46:21 +04001085 else {
Florian Fainelli5368c722010-04-06 22:09:17 +00001086 netdev_info(dev, "No MAC address found\n");
Sergei Shtylyov89be0502006-04-19 22:46:21 +04001087 /* Use the hard coded MAC addresses */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089
Florian Fainellieb049632010-04-06 22:09:01 +00001090 au1000_setup_hw_rings(aup, MAC0_RX_DMA_ADDR, MAC0_TX_DMA_ADDR);
Florian Fainellibd2302c2009-11-10 01:13:38 +01001091 } else if (pdev->id == 1)
Florian Fainellieb049632010-04-06 22:09:01 +00001092 au1000_setup_hw_rings(aup, MAC1_RX_DMA_ADDR, MAC1_TX_DMA_ADDR);
Sergei Shtylyov89be0502006-04-19 22:46:21 +04001093
1094 /*
1095 * Assign to the Ethernet ports two consecutive MAC addresses
1096 * to match those that are printed on their stickers
1097 */
1098 memcpy(dev->dev_addr, au1000_mac_addr, sizeof(au1000_mac_addr));
Florian Fainellibd2302c2009-11-10 01:13:38 +01001099 dev->dev_addr[5] += pdev->id;
Sergei Shtylyov89be0502006-04-19 22:46:21 +04001100
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +02001101 *aup->enable = 0;
1102 aup->mac_enabled = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103
Florian Fainellibd2302c2009-11-10 01:13:38 +01001104 pd = pdev->dev.platform_data;
1105 if (!pd) {
Florian Fainelli5368c722010-04-06 22:09:17 +00001106 dev_info(&pdev->dev, "no platform_data passed, PHY search on MAC0\n");
Florian Fainellibd2302c2009-11-10 01:13:38 +01001107 aup->phy1_search_mac0 = 1;
1108 } else {
1109 aup->phy_static_config = pd->phy_static_config;
1110 aup->phy_search_highest_addr = pd->phy_search_highest_addr;
1111 aup->phy1_search_mac0 = pd->phy1_search_mac0;
1112 aup->phy_addr = pd->phy_addr;
1113 aup->phy_busid = pd->phy_busid;
1114 aup->phy_irq = pd->phy_irq;
1115 }
1116
1117 if (aup->phy_busid && aup->phy_busid > 0) {
Florian Fainelli5368c722010-04-06 22:09:17 +00001118 dev_err(&pdev->dev, "MAC0-associated PHY attached 2nd MACs MII"
Florian Fainellibd2302c2009-11-10 01:13:38 +01001119 "bus not supported yet\n");
1120 err = -ENODEV;
1121 goto err_mdiobus_alloc;
1122 }
1123
Lennert Buytenhek298cf9be2008-10-08 16:29:57 -07001124 aup->mii_bus = mdiobus_alloc();
Florian Fainellibd2302c2009-11-10 01:13:38 +01001125 if (aup->mii_bus == NULL) {
Florian Fainelli5368c722010-04-06 22:09:17 +00001126 dev_err(&pdev->dev, "failed to allocate mdiobus structure\n");
Florian Fainellibd2302c2009-11-10 01:13:38 +01001127 err = -ENOMEM;
1128 goto err_mdiobus_alloc;
1129 }
Lennert Buytenhek298cf9be2008-10-08 16:29:57 -07001130
1131 aup->mii_bus->priv = dev;
Adrian Bunk1210dde2008-10-12 21:02:19 -07001132 aup->mii_bus->read = au1000_mdiobus_read;
1133 aup->mii_bus->write = au1000_mdiobus_write;
1134 aup->mii_bus->reset = au1000_mdiobus_reset;
Lennert Buytenhek298cf9be2008-10-08 16:29:57 -07001135 aup->mii_bus->name = "au1000_eth_mii";
1136 snprintf(aup->mii_bus->id, MII_BUS_ID_SIZE, "%x", aup->mac_id);
1137 aup->mii_bus->irq = kmalloc(sizeof(int)*PHY_MAX_ADDR, GFP_KERNEL);
roel kluindcbfef82009-08-30 22:40:15 +00001138 if (aup->mii_bus->irq == NULL)
1139 goto err_out;
1140
Florian Fainelli2cc3c6b2010-04-06 22:09:06 +00001141 for (i = 0; i < PHY_MAX_ADDR; ++i)
Lennert Buytenhek298cf9be2008-10-08 16:29:57 -07001142 aup->mii_bus->irq[i] = PHY_POLL;
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +02001143 /* if known, set corresponding PHY IRQs */
Florian Fainellibd2302c2009-11-10 01:13:38 +01001144 if (aup->phy_static_config)
1145 if (aup->phy_irq && aup->phy_busid == aup->mac_id)
1146 aup->mii_bus->irq[aup->phy_addr] = aup->phy_irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147
Florian Fainellibd2302c2009-11-10 01:13:38 +01001148 err = mdiobus_register(aup->mii_bus);
1149 if (err) {
Florian Fainelli5368c722010-04-06 22:09:17 +00001150 dev_err(&pdev->dev, "failed to register MDIO bus\n");
Florian Fainellibd2302c2009-11-10 01:13:38 +01001151 goto err_mdiobus_reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152 }
1153
Florian Fainellieb049632010-04-06 22:09:01 +00001154 if (au1000_mii_probe(dev) != 0)
Florian Fainellibd2302c2009-11-10 01:13:38 +01001155 goto err_out;
1156
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157 pDBfree = NULL;
1158 /* setup the data buffer descriptors and attach a buffer to each one */
1159 pDB = aup->db;
1160 for (i = 0; i < (NUM_TX_BUFFS+NUM_RX_BUFFS); i++) {
1161 pDB->pnext = pDBfree;
1162 pDBfree = pDB;
1163 pDB->vaddr = (u32 *)((unsigned)aup->vaddr + MAX_BUF_SIZE*i);
1164 pDB->dma_addr = (dma_addr_t)virt_to_bus(pDB->vaddr);
1165 pDB++;
1166 }
1167 aup->pDBfree = pDBfree;
1168
1169 for (i = 0; i < NUM_RX_DMA; i++) {
Florian Fainellieb049632010-04-06 22:09:01 +00001170 pDB = au1000_GetFreeDB(aup);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171 if (!pDB) {
1172 goto err_out;
1173 }
1174 aup->rx_dma_ring[i]->buff_stat = (unsigned)pDB->dma_addr;
1175 aup->rx_db_inuse[i] = pDB;
1176 }
1177 for (i = 0; i < NUM_TX_DMA; i++) {
Florian Fainellieb049632010-04-06 22:09:01 +00001178 pDB = au1000_GetFreeDB(aup);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179 if (!pDB) {
1180 goto err_out;
1181 }
1182 aup->tx_dma_ring[i]->buff_stat = (unsigned)pDB->dma_addr;
1183 aup->tx_dma_ring[i]->len = 0;
1184 aup->tx_db_inuse[i] = pDB;
1185 }
1186
Florian Fainellibd2302c2009-11-10 01:13:38 +01001187 dev->base_addr = base->start;
1188 dev->irq = irq;
1189 dev->netdev_ops = &au1000_netdev_ops;
1190 SET_ETHTOOL_OPS(dev, &au1000_ethtool_ops);
1191 dev->watchdog_timeo = ETH_TX_TIMEOUT;
1192
Jeff Garzik6aa20a22006-09-13 13:24:59 -04001193 /*
1194 * The boot code uses the ethernet controller, so reset it to start
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195 * fresh. au1000_init() expects that the device is in reset state.
1196 */
Florian Fainellieb049632010-04-06 22:09:01 +00001197 au1000_reset_mac(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198
Florian Fainellibd2302c2009-11-10 01:13:38 +01001199 err = register_netdev(dev);
1200 if (err) {
Florian Fainelli5368c722010-04-06 22:09:17 +00001201 netdev_err(dev, "Cannot register net device, aborting.\n");
Florian Fainellibd2302c2009-11-10 01:13:38 +01001202 goto err_out;
1203 }
1204
Florian Fainelli5368c722010-04-06 22:09:17 +00001205 netdev_info(dev, "Au1xx0 Ethernet found at 0x%lx, irq %d\n",
1206 (unsigned long)base->start, irq);
Florian Fainellibd2302c2009-11-10 01:13:38 +01001207 if (version_printed++ == 0)
1208 printk("%s version %s %s\n", DRV_NAME, DRV_VERSION, DRV_AUTHOR);
1209
1210 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211
1212err_out:
Florian Fainellibd2302c2009-11-10 01:13:38 +01001213 if (aup->mii_bus != NULL)
Lennert Buytenhek298cf9be2008-10-08 16:29:57 -07001214 mdiobus_unregister(aup->mii_bus);
Lennert Buytenhek298cf9be2008-10-08 16:29:57 -07001215
Linus Torvalds1da177e2005-04-16 15:20:36 -07001216 /* here we should have a valid dev plus aup-> register addresses
1217 * so we can reset the mac properly.*/
Florian Fainellieb049632010-04-06 22:09:01 +00001218 au1000_reset_mac(dev);
Herbert Valerio Riedel0638dec2006-06-01 09:41:04 +02001219
Linus Torvalds1da177e2005-04-16 15:20:36 -07001220 for (i = 0; i < NUM_RX_DMA; i++) {
1221 if (aup->rx_db_inuse[i])
Florian Fainellieb049632010-04-06 22:09:01 +00001222 au1000_ReleaseDB(aup, aup->rx_db_inuse[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001223 }
1224 for (i = 0; i < NUM_TX_DMA; i++) {
1225 if (aup->tx_db_inuse[i])
Florian Fainellieb049632010-04-06 22:09:01 +00001226 au1000_ReleaseDB(aup, aup->tx_db_inuse[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001227 }
Florian Fainellibd2302c2009-11-10 01:13:38 +01001228err_mdiobus_reg:
1229 mdiobus_free(aup->mii_bus);
1230err_mdiobus_alloc:
1231 iounmap(aup->enable);
1232err_remap2:
1233 iounmap(aup->mac);
1234err_remap1:
Sergei Shtylyov89be0502006-04-19 22:46:21 +04001235 dma_free_noncoherent(NULL, MAX_BUF_SIZE * (NUM_TX_BUFFS + NUM_RX_BUFFS),
1236 (void *)aup->vaddr, aup->dma_addr);
Florian Fainellibd2302c2009-11-10 01:13:38 +01001237err_vaddr:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001238 free_netdev(dev);
Florian Fainellibd2302c2009-11-10 01:13:38 +01001239err_alloc:
1240 release_mem_region(macen->start, resource_size(macen));
1241err_request:
1242 release_mem_region(base->start, resource_size(base));
1243out:
1244 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245}
1246
Florian Fainellibd2302c2009-11-10 01:13:38 +01001247static int __devexit au1000_remove(struct platform_device *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248{
Florian Fainellibd2302c2009-11-10 01:13:38 +01001249 struct net_device *dev = platform_get_drvdata(pdev);
1250 struct au1000_private *aup = netdev_priv(dev);
1251 int i;
1252 struct resource *base, *macen;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253
Florian Fainellibd2302c2009-11-10 01:13:38 +01001254 platform_set_drvdata(pdev, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255
Florian Fainellibd2302c2009-11-10 01:13:38 +01001256 unregister_netdev(dev);
1257 mdiobus_unregister(aup->mii_bus);
1258 mdiobus_free(aup->mii_bus);
1259
1260 for (i = 0; i < NUM_RX_DMA; i++)
1261 if (aup->rx_db_inuse[i])
Florian Fainellieb049632010-04-06 22:09:01 +00001262 au1000_ReleaseDB(aup, aup->rx_db_inuse[i]);
Florian Fainellibd2302c2009-11-10 01:13:38 +01001263
1264 for (i = 0; i < NUM_TX_DMA; i++)
1265 if (aup->tx_db_inuse[i])
Florian Fainellieb049632010-04-06 22:09:01 +00001266 au1000_ReleaseDB(aup, aup->tx_db_inuse[i]);
Florian Fainellibd2302c2009-11-10 01:13:38 +01001267
1268 dma_free_noncoherent(NULL, MAX_BUF_SIZE *
1269 (NUM_TX_BUFFS + NUM_RX_BUFFS),
1270 (void *)aup->vaddr, aup->dma_addr);
1271
1272 iounmap(aup->mac);
1273 iounmap(aup->enable);
1274
1275 base = platform_get_resource(pdev, IORESOURCE_MEM, 0);
1276 release_mem_region(base->start, resource_size(base));
1277
1278 macen = platform_get_resource(pdev, IORESOURCE_MEM, 1);
1279 release_mem_region(macen->start, resource_size(macen));
1280
1281 free_netdev(dev);
1282
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283 return 0;
1284}
1285
Florian Fainellibd2302c2009-11-10 01:13:38 +01001286static struct platform_driver au1000_eth_driver = {
1287 .probe = au1000_probe,
1288 .remove = __devexit_p(au1000_remove),
1289 .driver = {
1290 .name = "au1000-eth",
1291 .owner = THIS_MODULE,
1292 },
1293};
1294MODULE_ALIAS("platform:au1000-eth");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295
Florian Fainellibd2302c2009-11-10 01:13:38 +01001296
1297static int __init au1000_init_module(void)
1298{
1299 return platform_driver_register(&au1000_eth_driver);
1300}
1301
1302static void __exit au1000_exit_module(void)
1303{
1304 platform_driver_unregister(&au1000_eth_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305}
1306
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307module_init(au1000_init_module);
Florian Fainellibd2302c2009-11-10 01:13:38 +01001308module_exit(au1000_exit_module);