From: Sriramakrishnan <srk@ti.com>
To: davinci-linux-open-source@linux.davincidsp.com
Cc: netdev@vger.kernel.org, Sriramakrishnan <srk@ti.com>
Subject: [PATCH-v2 0/3] TI EMAC driver : Make driver re-usable on non-davinci platforms.
Date: Thu, 19 Nov 2009 15:58:24 +0530 [thread overview]
Message-ID: <1258626507-5570-1-git-send-email-srk@ti.com> (raw)
The Davinci EMAC peripheral is also available on other TI platforms -
notably TI AM3517 SoC. The following series of patches modify the driver
suitably to make it platform agnostic.
This patch has been generated against the tip of linux-davinci git.
Sriramakrishnan (3):
TI Davinci EMAC : Re-use driver for other platforms.
TI Davinci EMAC : add platform specific interrupt enable/disable
logic.
TI Davinci EMAC : Abstract Buffer address translation logic.
arch/arm/mach-davinci/common.c | 2 +-
arch/arm/mach-davinci/include/mach/da8xx.h | 2 +-
arch/arm/mach-davinci/include/mach/dm365.h | 2 +-
arch/arm/mach-davinci/include/mach/dm644x.h | 2 +-
arch/arm/mach-davinci/include/mach/dm646x.h | 2 +-
arch/arm/mach-davinci/include/mach/emac.h | 36 -----------------
drivers/net/Kconfig | 2 +-
drivers/net/davinci_emac.c | 55 +++++++++++++++++---------
include/linux/davinci_emac.h | 39 +++++++++++++++++++
9 files changed, 81 insertions(+), 61 deletions(-)
delete mode 100644 arch/arm/mach-davinci/include/mach/emac.h
create mode 100644 include/linux/davinci_emac.h
next reply other threads:[~2009-11-19 10:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-19 10:28 Sriramakrishnan [this message]
2009-11-19 10:28 ` [PATCH-v2 1/3] TI Davinci EMAC : Re-use driver for other platforms Sriramakrishnan
2009-11-19 10:28 ` [PATCH-v2 2/3] TI Davinci EMAC : add platform specific interrupt enable/disable logic Sriramakrishnan
2009-11-19 10:28 ` [PATCH-v2 3/3] TI Davinci EMAC : Abstract Buffer address translation logic Sriramakrishnan
2009-12-08 0:54 ` [PATCH-v2 0/3] TI EMAC driver : Make driver re-usable on non-davinci platforms 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=1258626507-5570-1-git-send-email-srk@ti.com \
--to=srk@ti.com \
--cc=davinci-linux-open-source@linux.davincidsp.com \
--cc=netdev@vger.kernel.org \
/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).