From: Paulius Zaleckas <paulius.zaleckas@gmail.com>
To: "Michał Mirosław" <mirq-linux@rere.qmqm.pl>
Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com>,
Russell King <linux@arm.linux.org.uk>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
Janos Laube <janos.dev@gmail.com>
Subject: Re: [RFC PATCH 1/2] Gemini: create platform device for ethernet in Raidsonic IB-4220B
Date: Fri, 29 Oct 2010 14:17:07 +0300 [thread overview]
Message-ID: <AANLkTik+r8r-pywpFYfwrZX2bTjgAVd1rwvoTi7ttq3B@mail.gmail.com> (raw)
In-Reply-To: <181be0f834f3670249d3c8d7ba1462dab1ece2c1.1288321597.git.mirq-linux@rere.qmqm.pl>
2010/10/29 Michał Mirosław <mirq-linux@rere.qmqm.pl>:
> This is cherry-picked from:
>
> git://git.berlios.de/gemini-board ib4220
>
> Code by Paulius Zaleckas <paulius.zaleckas@gmail.com>
> and Janos Laube <janos.dev@gmail.com>.
>
> Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
> ---
>
> arch/arm/mach-gemini/board-nas4220b.c | 53 ++++++++++++++++++++++++++++++
> arch/arm/mach-gemini/common.h | 2 +
> arch/arm/mach-gemini/devices.c | 52 +++++++++++++++++++++++++++++
> arch/arm/mach-gemini/include/mach/gmac.h | 21 ++++++++++++
> 4 files changed, 128 insertions(+), 0 deletions(-)
> create mode 100644 arch/arm/mach-gemini/include/mach/gmac.h
>
[...]
> diff --git a/arch/arm/mach-gemini/include/mach/gmac.h b/arch/arm/mach-gemini/include/mach/gmac.h
> new file mode 100644
> index 0000000..c6eeacc
> --- /dev/null
> +++ b/arch/arm/mach-gemini/include/mach/gmac.h
> @@ -0,0 +1,21 @@
> +/*
> + * Gemini GMAC specific defines
> + *
> + * Copyright (C) 2008, Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
This e-mail is dead. Please change it to gmail one.
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License as published by
> + * the Free Software Foundation; either version 2 of the License, or
> + * (at your option) any later version.
> + */
> +#ifndef __MACH_GMAC_H__
> +#define __MACH_GMAC_H__
> +
> +#include <linux/phy.h>
> +
> +struct gemini_gmac_platform_data {
> + char *bus_id[2]; /* NULL means that this port is not used */
> + phy_interface_t interface[2];
> +};
> +
> +#endif /* __MACH_GMAC_H__ */
> --
> 1.7.1
>
>
next prev parent reply other threads:[~2010-10-29 11:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-29 10:23 [RFC PATCH 0/2] SL351x (Gemini) ethernet driver Michał Mirosław
2010-10-29 10:23 ` [RFC PATCH 1/2] Gemini: create platform device for ethernet in Raidsonic IB-4220B Michał Mirosław
2010-10-29 11:17 ` Paulius Zaleckas [this message]
2010-10-29 10:23 ` [RFC PATCH 2/2] Gemini: SL351x Ethernet driver Michał Mirosław
2010-10-29 11:14 ` [RFC PATCH 0/2] SL351x (Gemini) ethernet driver Paulius Zaleckas
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=AANLkTik+r8r-pywpFYfwrZX2bTjgAVd1rwvoTi7ttq3B@mail.gmail.com \
--to=paulius.zaleckas@gmail.com \
--cc=janos.dev@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mirq-linux@rere.qmqm.pl \
--cc=netdev@vger.kernel.org \
--cc=ulli.kroll@googlemail.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).