From: Ilya Yanok <yanok@emcraft.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 01/14] davinci_emac: compilation fix, phy is array now
Date: Wed, 2 Nov 2011 00:15:55 +0100 [thread overview]
Message-ID: <1320189368-9763-2-git-send-email-yanok@emcraft.com> (raw)
In-Reply-To: <1320189368-9763-1-git-send-email-yanok@emcraft.com>
Fix compilation issues introduced by recent multiply PHY patch.
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
---
drivers/net/davinci_emac.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/davinci_emac.c b/drivers/net/davinci_emac.c
index 7dacb23..a900480 100644
--- a/drivers/net/davinci_emac.c
+++ b/drivers/net/davinci_emac.c
@@ -809,7 +809,7 @@ int davinci_emac_initialize(void)
phy[i].auto_negotiate = gen_auto_negotiate;
}
- debug("Ethernet PHY: %s\n", phy.name);
+ debug("Ethernet PHY: %s\n", phy[i].name);
miiphy_register(phy[i].name, davinci_mii_phy_read,
davinci_mii_phy_write);
--
1.7.6.4
next prev parent reply other threads:[~2011-11-01 23:15 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-01 23:15 [U-Boot] [PATCH 00/14] Support for HTKW mcx board Ilya Yanok
2011-11-01 23:15 ` Ilya Yanok [this message]
2011-11-01 23:15 ` [U-Boot] [PATCH 02/14] davinci_emac: move arch-independent defines to separate header Ilya Yanok
2011-11-01 23:15 ` [U-Boot] [PATCH 03/14] davinci_emac: use internal addresses in buffer descriptors Ilya Yanok
2011-11-01 23:15 ` [U-Boot] [PATCH 04/14] davinci_emac: conditionally compile specific PHY support Ilya Yanok
2011-11-01 23:15 ` [U-Boot] [PATCH 05/14] davinci_emac: fix for running with dcache enabled Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 06/14] davinci_emac: hardcode 100Mbps for AM35xx and RMII Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 07/14] AM35xx: add EMAC support Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 08/14] AM3517: move AM3517 specific mux defines to generic header Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 09/14] omap/spl: actually enable the console Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 10/14] nand_spl_simple: add support for software ECC Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 11/14] omap_gpmc: use SOFTECC in SPL if it's enabled Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 12/14] nand_spl_simple: store temp data at CONFIG_SPL_NAND_WORKSPACE Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 13/14] ehci-omap: driver for EHCI host on OMAP3 Ilya Yanok
2011-11-02 9:14 ` Igor Grinberg
2011-11-11 0:44 ` Ilya Yanok
2011-11-01 23:16 ` [U-Boot] [PATCH 14/14] mcx: support for HTKW mcx board Ilya Yanok
2011-11-02 9:22 ` Igor Grinberg
2011-11-02 1:28 ` [U-Boot] [PATCH 00/14] Support " Tom Rini
2011-11-03 0:33 ` Tom Rini
2011-11-07 0:00 ` Ilya Yanok
2011-11-07 0:14 ` Tom Rini
2011-11-11 0:49 ` Ilya Yanok
2011-11-11 2:52 ` Tom Rini
2011-11-11 22:17 ` Ilya Yanok
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1320189368-9763-2-git-send-email-yanok@emcraft.com \
--to=yanok@emcraft.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox