1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
|
/* =========================================================================
* The Synopsys DWC ETHER QOS Software Driver and documentation (hereinafter
* "Software") is an unsupported proprietary work of Synopsys, Inc. unless
* otherwise expressly agreed to in writing between Synopsys and you.
*
* The Software IS NOT an item of Licensed Software or Licensed Product under
* any End User Software License Agreement or Agreement for Licensed Product
* with Synopsys or any supplement thereto. Permission is hereby granted,
* free of charge, to any person obtaining a copy of this software annotated
* with this license and the Software, to deal in the Software without
* restriction, including without limitation the rights to use, copy, modify,
* merge, publish, distribute, sublicense, and/or sell copies of the Software,
* and to permit persons to whom the Software is furnished to do so, subject
* to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THIS SOFTWARE IS BEING DISTRIBUTED BY SYNOPSYS SOLELY ON AN "AS IS" BASIS
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE HEREBY DISCLAIMED. IN NO EVENT SHALL SYNOPSYS BE LIABLE FOR ANY DIRECT,
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
* DAMAGE.
* =========================================================================
*/
/*
* Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*/
/*!@file: eqos_mdio.c
* @brief: Driver functions.
*/
#include "yheader.h"
/*!
* \brief read MII PHY register, function called by the driver alone
*
* \details Read MII registers through the API read_phy_reg where the
* related MAC registers can be configured.
*
* \param[in] pdata - pointer to driver private data structure.
* \param[in] phyaddr - the phy address to read
* \param[in] phyreg - the phy regiester id to read
* \param[out] phydata - pointer to the value that is read from the phy registers
*
* \return int
*
* \retval 0 - successfully read data from register
* \retval -1 - error occurred
* \retval 1 - if the feature is not defined.
*/
INT eqos_mdio_read_direct(struct eqos_prv_data *pdata,
int phyaddr, int phyreg, int *phydata)
{
struct hw_if_struct *hw_if = &(pdata->hw_if);
int phy_reg_read_status;
int hw_chg_count;
DBGPR_MDIO("--> eqos_mdio_read_direct\n");
hw_chg_count = EQOS_HW_CHG_MAX_COUNT;
while (test_and_set_bit(HW_CHANGING, &pdata->hw_state_flgs) &&
hw_chg_count--)
usleep_range(20000, 40000);
if (pdata->suspended || hw_chg_count == 0) {
clear_bit(HW_CHANGING, &pdata->hw_state_flgs);
return -ENODEV;
}
if (hw_if->read_phy_regs) {
phy_reg_read_status =
hw_if->read_phy_regs(phyaddr, phyreg, phydata);
} else {
phy_reg_read_status = 1;
pr_err("%s: hw_if->read_phy_regs not defined", DEV_NAME);
}
clear_bit(HW_CHANGING, &pdata->hw_state_flgs);
DBGPR_MDIO("<-- eqos_mdio_read_direct\n");
return phy_reg_read_status;
}
/*!
* \brief write MII PHY register, function called by the driver alone
*
* \details Writes MII registers through the API write_phy_reg where the
* related MAC registers can be configured.
*
* \param[in] pdata - pointer to driver private data structure.
* \param[in] phyaddr - the phy address to write
* \param[in] phyreg - the phy regiester id to write
* \param[out] phydata - actual data to be written into the phy registers
*
* \return void
*
* \retval 0 - successfully read data from register
* \retval -1 - error occurred
* \retval 1 - if the feature is not defined.
*/
INT eqos_mdio_write_direct(struct eqos_prv_data *pdata,
int phyaddr, int phyreg, int phydata)
{
struct hw_if_struct *hw_if = &(pdata->hw_if);
int phy_reg_write_status;
int hw_chg_count;
hw_chg_count = EQOS_HW_CHG_MAX_COUNT;
while (test_and_set_bit(HW_CHANGING, &pdata->hw_state_flgs) &&
hw_chg_count--)
usleep_range(20000, 40000);
if (pdata->suspended || hw_chg_count == 0) {
clear_bit(HW_CHANGING, &pdata->hw_state_flgs);
return -ENODEV;
}
DBGPR_MDIO("--> eqos_mdio_write_direct\n");
if (hw_if->write_phy_regs) {
phy_reg_write_status =
hw_if->write_phy_regs(phyaddr, phyreg, phydata);
} else {
phy_reg_write_status = 1;
pr_err("%s: hw_if->write_phy_regs not defined", DEV_NAME);
}
clear_bit(HW_CHANGING, &pdata->hw_state_flgs);
DBGPR_MDIO("<-- eqos_mdio_write_direct\n");
return phy_reg_write_status;
}
/*!
* \brief read MII PHY register.
*
* \details Read MII registers through the API read_phy_reg where the
* related MAC registers can be configured.
*
* \param[in] bus - points to the mii_bus structure
* \param[in] phyaddr - the phy address to write
* \param[in] phyreg - the phy register offset to write
*
* \return int
*
* \retval - value read from given phy register
*/
static INT eqos_mdio_read(struct mii_bus *bus, int phyaddr, int phyreg)
{
struct net_device *dev = bus->priv;
struct eqos_prv_data *pdata = netdev_priv(dev);
struct hw_if_struct *hw_if = &(pdata->hw_if);
int phydata = 0;
int hw_chg_count;
DBGPR_MDIO("--> eqos_mdio_read: phyaddr = %d, phyreg = %d\n",
phyaddr, phyreg);
hw_chg_count = EQOS_HW_CHG_MAX_COUNT;
if (test_and_set_bit(HW_CHANGING, &pdata->hw_state_flgs))
return -ENODEV;
if (pdata->suspended) {
clear_bit(HW_CHANGING, &pdata->hw_state_flgs);
return -ENODEV;
}
if (hw_if->read_phy_regs)
hw_if->read_phy_regs(phyaddr, phyreg, &phydata);
else
pr_err("%s: hw_if->read_phy_regs not defined", DEV_NAME);
DBGPR_MDIO("<-- eqos_mdio_read: phydata = %#x\n", phydata);
clear_bit(HW_CHANGING, &pdata->hw_state_flgs);
return phydata;
}
/*!
* \brief API to write MII PHY register
*
* \details This API is expected to write MII registers with the value being
* passed as the last argument which is done in write_phy_regs API
* called by this function.
*
* \param[in] bus - points to the mii_bus structure
* \param[in] phyaddr - the phy address to write
* \param[in] phyreg - the phy register offset to write
* \param[in] phydata - the register value to write with
*
* \return 0 on success and -ve number on failure.
*/
static INT eqos_mdio_write(struct mii_bus *bus, int phyaddr, int phyreg,
u16 phydata)
{
struct net_device *dev = bus->priv;
struct eqos_prv_data *pdata = netdev_priv(dev);
struct hw_if_struct *hw_if = &(pdata->hw_if);
INT ret = Y_SUCCESS;
int hw_chg_count;
DBGPR_MDIO("--> eqos_mdio_write\n");
hw_chg_count = EQOS_HW_CHG_MAX_COUNT;
while (test_and_set_bit(HW_CHANGING, &pdata->hw_state_flgs) &&
hw_chg_count--)
usleep_range(20000, 40000);
if (pdata->suspended || hw_chg_count == 0) {
clear_bit(HW_CHANGING, &pdata->hw_state_flgs);
return -ENODEV;
}
if (hw_if->write_phy_regs) {
hw_if->write_phy_regs(phyaddr, phyreg, phydata);
} else {
ret = -1;
pr_err("%s: hw_if->write_phy_regs not defined", DEV_NAME);
}
DBGPR_MDIO("<-- eqos_mdio_write\n");
clear_bit(HW_CHANGING, &pdata->hw_state_flgs);
return ret;
}
/*!
* \brief API to reset PHY
*
* \details This API is issue soft reset to PHY core and waits
* until soft reset completes.
*
* \param[in] bus - points to the mii_bus structure
*
* \return 0 on success and -ve number on failure.
*/
static INT eqos_mdio_reset(struct mii_bus *bus)
{
struct net_device *dev = bus->priv;
struct eqos_prv_data *pdata = netdev_priv(dev);
struct hw_if_struct *hw_if = &(pdata->hw_if);
INT phydata;
DBGPR_MDIO("-->eqos_mdio_reset: phyaddr : %d\n", pdata->phyaddr);
hw_if->read_phy_regs(pdata->phyaddr, MII_BMCR, &phydata);
if (phydata < 0)
return 0;
/* issue soft reset to PHY */
phydata |= BMCR_RESET;
hw_if->write_phy_regs(pdata->phyaddr, MII_BMCR, phydata);
/* wait until software reset completes */
do {
hw_if->read_phy_regs(pdata->phyaddr, MII_BMCR, &phydata);
} while ((phydata >= 0) && (phydata & BMCR_RESET));
DBGPR_MDIO("<--eqos_mdio_reset\n");
return 0;
}
/*!
* \details This function is invoked by other functions to get the PHY register
* dump. This function is used during development phase for debug purpose.
*
* \param[in] pdata – pointer to private data structure.
*
* \return 0
*/
void dump_phy_registers(struct eqos_prv_data *pdata)
{
int phydata = 0;
pr_err("\n************* PHY Reg dump *************************\n");
eqos_mdio_read_direct(pdata, pdata->phyaddr, MII_BMCR, &phydata);
pr_err("Phy Control Reg(Basic Mode Control Reg) (%#x) = %#x\n",
MII_BMCR, phydata);
eqos_mdio_read_direct(pdata, pdata->phyaddr, MII_BMSR, &phydata);
pr_err("Phy Status Reg(Basic Mode Status Reg) (%#x) = %#x\n",
MII_BMSR, phydata);
eqos_mdio_read_direct(pdata, pdata->phyaddr, MII_PHYSID1, &phydata);
pr_err("Phy Id (PHYS ID 1) (%#x)= %#x\n", MII_PHYSID1, phydata);
eqos_mdio_read_direct(pdata, pdata->phyaddr, MII_PHYSID2, &phydata);
pr_err("Phy Id (PHYS ID 2) (%#x)= %#x\n", MII_PHYSID2, phydata);
eqos_mdio_read_direct(pdata, pdata->phyaddr, MII_ADVERTISE, &phydata);
pr_err("Auto-nego Adv (Advertisement Control Reg) (%#x) = %#x\n",
MII_ADVERTISE, phydata);
/* read Phy Control Reg */
eqos_mdio_read_direct(pdata, pdata->phyaddr, MII_LPA, &phydata);
pr_err("Auto-nego Lap (Link Partner Ability Reg) (%#x)= %#x\n",
MII_LPA, phydata);
eqos_mdio_read_direct(pdata, pdata->phyaddr, MII_EXPANSION, &phydata);
pr_err("Auto-nego Exp (Extension Reg)(%#x) = %#x\n",
MII_EXPANSION, phydata);
eqos_mdio_read_direct(pdata, pdata->phyaddr,
EQOS_AUTO_NEGO_NP, &phydata);
pr_err("Auto-nego Np (%#x) = %#x\n", EQOS_AUTO_NEGO_NP, phydata);
eqos_mdio_read_direct(pdata, pdata->phyaddr, MII_ESTATUS, &phydata);
pr_err("Extended Status Reg (%#x) = %#x\n", MII_ESTATUS, phydata);
eqos_mdio_read_direct(pdata, pdata->phyaddr, MII_CTRL1000, &phydata);
pr_err("1000 Ctl Reg (1000BASE-T Control Reg)(%#x) = %#x\n",
MII_CTRL1000, phydata);
eqos_mdio_read_direct(pdata, pdata->phyaddr, MII_STAT1000, &phydata);
pr_err("1000 Sts Reg (1000BASE-T Status)(%#x) = %#x\n",
MII_STAT1000, phydata);
eqos_mdio_read_direct(pdata, pdata->phyaddr, EQOS_PHY_CTL, &phydata);
pr_err("PHY Ctl Reg (%#x) = %#x\n", EQOS_PHY_CTL, phydata);
eqos_mdio_read_direct(pdata, pdata->phyaddr, EQOS_PHY_STS, &phydata);
pr_err("PHY Sts Reg (%#x) = %#x\n", EQOS_PHY_STS, phydata);
pr_err("\n****************************************************\n");
}
/*!
* \brief API to adjust link parameters.
*
* \details This function will be called by PAL to inform the driver
* about various link parameters like duplex and speed. This function
* will configure the MAC based on link parameters.
*
* \param[in] dev - pointer to net_device structure
*
* \return void
*/
static void eqos_adjust_link(struct net_device *dev)
{
struct eqos_prv_data *pdata = netdev_priv(dev);
struct hw_if_struct *hw_if = &(pdata->hw_if);
struct phy_device *phydev = pdata->phydev;
unsigned long flags;
int new_state = 0, speed_changed = 0;
if (phydev == NULL)
return;
DBGPR_MDIO("-->eqos_adjust_link. address %d link %d\n", phydev->addr,
phydev->link);
spin_lock_irqsave(&pdata->lock, flags);
if (phydev->link) {
/* Now we make sure that we can be in full duplex mode.
* If not, we operate in half-duplex mode
*/
if (phydev->duplex != pdata->oldduplex) {
new_state = 1;
if (phydev->duplex)
hw_if->set_full_duplex();
else
hw_if->set_half_duplex();
pdata->oldduplex = phydev->duplex;
}
/* FLOW ctrl operation */
if (pdata->dt_cfg.pause_frames == PAUSE_FRAMES_ENABLED)
if (phydev->pause || phydev->asym_pause) {
if (pdata->flow_ctrl != pdata->oldflow_ctrl)
eqos_configure_flow_ctrl(pdata);
}
if (phydev->speed != pdata->speed) {
new_state = 1;
speed_changed = 1;
switch (phydev->speed) {
case SPEED_1000:
hw_if->set_gmii_speed(pdata);
break;
case SPEED_100:
hw_if->set_mii_speed_100(pdata);
break;
case SPEED_10:
hw_if->set_mii_speed_10(pdata);
/* disable auto calibration */
hw_if->disable_pad_cal(pdata);
break;
}
pdata->speed = phydev->speed;
}
if (!pdata->oldlink) {
new_state = 1;
pdata->oldlink = 1;
pdata->xstats.link_connect_count++;
}
} else if (pdata->oldlink) {
new_state = 1;
pdata->oldlink = 0;
pdata->speed = 0;
pdata->oldduplex = -1;
pdata->xstats.link_disconnect_count++;
}
if (new_state)
phy_print_status(phydev);
/* At this stage, it could be need to setup the EEE or adjust some
* MAC related HW registers.
*/
#ifdef EQOS_ENABLE_EEE
pdata->eee_enabled = eqos_eee_init(pdata);
#endif
spin_unlock_irqrestore(&pdata->lock, flags);
if (speed_changed) {
hw_if->set_tx_clk_speed(pdata, phydev->speed);
/* recalibrate if speed 10 to 100 or 1000mbps */
if (pdata->oldspeed == SPEED_10)
hw_if->pad_calibrate(pdata);
pdata->oldspeed = pdata->speed;
}
DBGPR_MDIO("<--eqos_adjust_link\n");
}
/*!
* \brief API to initialize PHY.
*
* \details This function will initializes the driver's PHY state and attaches
* the PHY to the MAC driver.
*
* \param[in] dev - pointer to net_device structure
*
* \return integer
*
* \retval 0 on success & negative number on failure.
*/
static int eqos_init_phy(struct net_device *dev)
{
struct eqos_prv_data *pdata = netdev_priv(dev);
struct phy_device *phydev = NULL;
char phy_id_fmt[MII_BUS_ID_SIZE + 3];
char bus_id[MII_BUS_ID_SIZE];
DBGPR_MDIO("-->eqos_init_phy\n");
pdata->oldlink = 0;
pdata->speed = 0;
pdata->oldduplex = -1;
snprintf(bus_id, MII_BUS_ID_SIZE, "dwc_phy-%x", pdata->bus_id);
snprintf(phy_id_fmt, MII_BUS_ID_SIZE + 3, PHY_ID_FMT, bus_id,
pdata->phyaddr);
DBGPR_MDIO("trying to attach to %s\n", phy_id_fmt);
phydev = phy_connect(dev, phy_id_fmt, &eqos_adjust_link,
pdata->interface);
if (IS_ERR(phydev)) {
pr_err("%s: Could not attach to PHY\n", dev->name);
return PTR_ERR(phydev);
}
if (phydev->phy_id == 0) {
phy_disconnect(phydev);
return -ENODEV;
}
if ((pdata->interface == PHY_INTERFACE_MODE_GMII) ||
(pdata->interface == PHY_INTERFACE_MODE_RGMII)) {
phydev->supported = PHY_GBIT_FEATURES;
} else if ((pdata->interface == PHY_INTERFACE_MODE_MII) ||
(pdata->interface == PHY_INTERFACE_MODE_RMII)) {
phydev->supported = PHY_BASIC_FEATURES;
}
phydev->supported |= (SUPPORTED_Pause | SUPPORTED_Asym_Pause);
if (pdata->dt_cfg.pause_frames == PAUSE_FRAMES_DISABLED)
phydev->supported &= ~(SUPPORTED_Pause | SUPPORTED_Asym_Pause);
phydev->advertising = phydev->supported;
DBGPR_MDIO("%s: attached to PHY (UID 0x%x) Link = %d\n", dev->name,
phydev->phy_id, phydev->link);
pdata->phydev = phydev;
DBGPR_MDIO("<--eqos_init_phy\n");
return 0;
}
/*!
* \brief API to register mdio.
*
* \details This function will allocate mdio bus and register it
* phy layer.
*
* \param[in] dev - pointer to net_device structure
*
* \return 0 on success and -ve on failure.
*/
int eqos_mdio_register(struct net_device *dev)
{
struct eqos_prv_data *pdata = netdev_priv(dev);
struct mii_bus *new_bus = NULL;
int phyaddr = 0;
unsigned short phy_detected = 0;
int ret = Y_SUCCESS, i;
DBGPR_MDIO("-->eqos_mdio_register\n");
/* find the phy ID or phy address which is connected to our MAC */
for (phyaddr = 0; phyaddr < 32; phyaddr++) {
int phy_reg_read_status, mii_status;
phy_reg_read_status =
eqos_mdio_read_direct(pdata, phyaddr, MII_BMSR,
&mii_status);
if (phy_reg_read_status == 0) {
if (mii_status != 0x0000 && mii_status != 0xffff) {
phy_detected = 1;
break;
}
} else if (phy_reg_read_status < 0) {
pr_err("%s: Error reading phy ID/ADDR %d\n",
DEV_NAME, phyaddr);
}
}
if (!phy_detected) {
pr_err("%s: No phy could be detected\n", DEV_NAME);
return -ENOLINK;
}
pdata->phyaddr = phyaddr;
pdata->bus_id = 0x1;
DBGPHY_REGS(pdata);
new_bus = mdiobus_alloc();
if (new_bus == NULL) {
pr_err("Unable to allocate mdio bus\n");
return -ENOMEM;
}
new_bus->name = "dwc_phy";
new_bus->read = eqos_mdio_read;
new_bus->write = eqos_mdio_write;
new_bus->reset = eqos_mdio_reset;
snprintf(new_bus->id, MII_BUS_ID_SIZE, "%s-%x", new_bus->name,
pdata->bus_id);
new_bus->priv = dev;
new_bus->phy_mask = ~(1 << pdata->phyaddr);
new_bus->parent = &pdata->pdev->dev;
new_bus->irq = devm_kzalloc(&pdata->pdev->dev,
sizeof(int) * PHY_MAX_ADDR, GFP_KERNEL);
if (!new_bus->irq) {
ret = -ENOMEM;
pr_err("devm_kzalloc for new_bus->irq failed\n");
mdiobus_free(new_bus);
return ret;
}
for (i = 0; i < PHY_MAX_ADDR; ++i) {
if (i == pdata->phyaddr)
new_bus->irq[i] = pdata->phyirq;
else
new_bus->irq[i] = PHY_POLL;
}
ret = mdiobus_register(new_bus);
if (ret != 0) {
pr_err("%s: Cannot register as MDIO bus\n", new_bus->name);
mdiobus_free(new_bus);
return ret;
}
pdata->mii = new_bus;
ret = eqos_init_phy(dev);
if (unlikely(ret)) {
pr_err("Cannot attach to PHY (error: %d)\n", ret);
goto err_out_phy_connect;
}
DBGPR_MDIO("<--eqos_mdio_register\n");
return ret;
err_out_phy_connect:
eqos_mdio_unregister(dev);
return ret;
}
/*!
* \brief API to unregister mdio.
*
* \details This function will unregister mdio bus and free's the memory
* allocated to it.
*
* \param[in] dev - pointer to net_device structure
*
* \return void
*/
void eqos_mdio_unregister(struct net_device *dev)
{
struct eqos_prv_data *pdata = netdev_priv(dev);
DBGPR_MDIO("-->eqos_mdio_unregister\n");
if (pdata->phydev) {
phy_stop(pdata->phydev);
phy_disconnect(pdata->phydev);
pdata->phydev = NULL;
}
mdiobus_unregister(pdata->mii);
pdata->mii->priv = NULL;
mdiobus_free(pdata->mii);
pdata->mii = NULL;
DBGPR_MDIO("<--eqos_mdio_unregister\n");
}
|