* [PATCHv2] net/macb: Add hardware revision information during probe
@ 2014-09-12 23:57 Alexandre Belloni
2014-09-13 21:34 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Alexandre Belloni @ 2014-09-12 23:57 UTC (permalink / raw)
To: linux-arm-kernel
From: Bo Shen <voice.shen@atmel.com>
Print the IP revision when probing.
Signed-off-by: Bo Shen <voice.shen@atmel.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
---
Changes in v2:
- condense information on one line
drivers/net/ethernet/cadence/macb.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/net/ethernet/cadence/macb.c b/drivers/net/ethernet/cadence/macb.c
index ca5d7798b265..d9b8e94b805f 100644
--- a/drivers/net/ethernet/cadence/macb.c
+++ b/drivers/net/ethernet/cadence/macb.c
@@ -2241,9 +2241,9 @@ static int __init macb_probe(struct platform_device *pdev)
netif_carrier_off(dev);
- netdev_info(dev, "Cadence %s at 0x%08lx irq %d (%pM)\n",
- macb_is_gem(bp) ? "GEM" : "MACB", dev->base_addr,
- dev->irq, dev->dev_addr);
+ netdev_info(dev, "Cadence %s rev 0x%08x at 0x%08lx irq %d (%pM)\n",
+ macb_is_gem(bp) ? "GEM" : "MACB", macb_readl(bp, MID),
+ dev->base_addr, dev->irq, dev->dev_addr);
phydev = bp->phy_dev;
netdev_info(dev, "attached PHY driver [%s] (mii_bus:phy_addr=%s, irq=%d)\n",
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCHv2] net/macb: Add hardware revision information during probe
2014-09-12 23:57 [PATCHv2] net/macb: Add hardware revision information during probe Alexandre Belloni
@ 2014-09-13 21:34 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2014-09-13 21:34 UTC (permalink / raw)
To: linux-arm-kernel
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Date: Sat, 13 Sep 2014 01:57:49 +0200
> From: Bo Shen <voice.shen@atmel.com>
>
> Print the IP revision when probing.
>
> Signed-off-by: Bo Shen <voice.shen@atmel.com>
> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> ---
> Changes in v2:
> - condense information on one line
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-09-13 21:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-12 23:57 [PATCHv2] net/macb: Add hardware revision information during probe Alexandre Belloni
2014-09-13 21:34 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).