netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Cyril Chemparathy <cyril@ti.com>
To: netdev@vger.kernel.org
Cc: davinci-linux-open-source@linux.davincidsp.com,
	linux-omap@vger.kernel.org, nsekhar@ti.com, srk@ti.com,
	omar.ramirez@ti.com, bparrot@ti.com,
	Cyril Chemparathy <cyril@ti.com>
Subject: [PATCH v2 06/10] omap: cleanup unused davinci mdio arch code
Date: Thu,  2 Sep 2010 18:03:24 -0400	[thread overview]
Message-ID: <1283465008-18606-7-git-send-email-cyril@ti.com> (raw)
In-Reply-To: <1283465008-18606-1-git-send-email-cyril@ti.com>

This patch removes davinci architecture code that has now been rendered
useless by the previous patches in the MDIO separation series.

Signed-off-by: Cyril Chemparathy <cyril@ti.com>
---
 arch/arm/mach-omap2/board-am3517evm.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c
index 5dd1b73..5225df6 100644
--- a/arch/arm/mach-omap2/board-am3517evm.c
+++ b/arch/arm/mach-omap2/board-am3517evm.c
@@ -39,7 +39,6 @@
 
 #include "mux.h"
 
-#define AM35XX_EVM_PHY_MASK		(0xF)
 #define AM35XX_EVM_MDIO_FREQUENCY	(1000000)
 
 static struct mdio_platform_data am3517_evm_mdio_pdata = {
@@ -64,8 +63,6 @@ static struct platform_device am3517_mdio_device = {
 };
 
 static struct emac_platform_data am3517_evm_emac_pdata = {
-	.phy_mask	= AM35XX_EVM_PHY_MASK,
-	.mdio_max_freq	= AM35XX_EVM_MDIO_FREQUENCY,
 	.rmii_en	= 1,
 };
 
@@ -135,7 +132,6 @@ void am3517_evm_ethernet_init(struct emac_platform_data *pdata)
 	pdata->ctrl_reg_offset		= AM35XX_EMAC_CNTRL_OFFSET;
 	pdata->ctrl_mod_reg_offset	= AM35XX_EMAC_CNTRL_MOD_OFFSET;
 	pdata->ctrl_ram_offset		= AM35XX_EMAC_CNTRL_RAM_OFFSET;
-	pdata->mdio_reg_offset		= AM35XX_EMAC_MDIO_OFFSET;
 	pdata->ctrl_ram_size		= AM35XX_EMAC_CNTRL_RAM_SIZE;
 	pdata->version			= EMAC_VERSION_2;
 	pdata->hw_ram_addr		= AM35XX_EMAC_HW_RAM_ADDR;
-- 
1.7.0.4


  parent reply	other threads:[~2010-09-02 22:03 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-02 22:03 [PATCH v2 00/10] split out emac cpdma and mdio for reuse Cyril Chemparathy
2010-09-02 22:03 ` [PATCH v2 01/10] net: davinci_emac: separate out davinci mdio Cyril Chemparathy
2010-09-02 22:03 ` [PATCH v2 02/10] davinci: add mdio platform devices Cyril Chemparathy
2010-09-02 22:03 ` [PATCH v2 03/10] omap: " Cyril Chemparathy
2010-09-02 22:03 ` [PATCH v2 04/10] net: davinci_emac: switch to new mdio Cyril Chemparathy
2010-09-02 22:03 ` [PATCH v2 05/10] davinci: cleanup unused davinci mdio arch code Cyril Chemparathy
2010-09-03  2:19   ` Michael Williamson
2010-09-02 22:03 ` Cyril Chemparathy [this message]
2010-09-02 22:03 ` [PATCH v2 07/10] net: davinci_emac: cleanup unused mdio emac code Cyril Chemparathy
2010-09-02 22:03 ` [PATCH v2 08/10] net: davinci_emac: separate out cpdma code Cyril Chemparathy
2010-09-02 22:03 ` [PATCH v2 09/10] net: davinci_emac: switch to new cpdma layer Cyril Chemparathy
2010-09-02 22:03 ` [PATCH v2 10/10] net: davinci_emac: cleanup unused cpdma code Cyril Chemparathy
2010-09-03 17:24 ` [PATCH v2 00/10] split out emac cpdma and mdio for reuse Kevin Hilman
2010-09-03 18:20   ` Cyril Chemparathy
2010-09-03 18:32     ` Kevin Hilman
2010-09-06 20:28     ` David Miller
2010-09-07 15:22       ` Kevin Hilman
2010-09-07 15:23 ` Kevin Hilman

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=1283465008-18606-7-git-send-email-cyril@ti.com \
    --to=cyril@ti.com \
    --cc=bparrot@ti.com \
    --cc=davinci-linux-open-source@linux.davincidsp.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nsekhar@ti.com \
    --cc=omar.ramirez@ti.com \
    --cc=srk@ti.com \
    /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;
as well as URLs for NNTP newsgroup(s).