From: shc_work@mail.ru (Alexander Shiyan)
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/5] net: Add davicom wemac ethernet driver found on Allwinner A10 SoC's
Date: Sat, 16 Mar 2013 18:55:10 +0400 [thread overview]
Message-ID: <1363445710.396407038@f286.mail.ru> (raw)
In-Reply-To: <1363380605-6577-2-git-send-email-maxime.ripard@free-electrons.com>
> From: Stefan Roese <sr@denx.de>
>
> The Allwinner A10 has an ethernet controller that is advertised as
> coming from Davicom.
>
> The exact feature set of this controller is unknown, since there is no
> public documentation for this IP, and this driver is mostly the one
> published by Allwinner that has been heavily cleaned up.
...
> +Example:
> +
> +wemac: ethernet at 01c0b000 {
> + compatible = "davicom,wemac";
> + reg = <0x01c0b000 0x1000>;
> + interrupts = <55>;
> + allwinner,power-gpios = <&pio 7 19 0>;
I think regulator API is better for use for this.
And gpio-regulator for this case.
---
WARNING: multiple messages have this Message-ID (diff)
From: "Alexander Shiyan" <shc_work@mail.ru>
To: "Maxime Ripard" <maxime.ripard@free-electrons.com>
Cc: linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org,
netdev@vger.kernel.org, devicetree-discuss@lists.ozlabs.org,
linux-kernel@vger.kernel.org,
"Rob Herring" <rob.herring@calxeda.com>,
"Grant Likely" <grant.likely@secretlab.ca>,
"Rob Landley" <rob@landley.net>,
sunny@allwinnertech.com, shuge@allwinnertech.com,
"Stefan Roese" <sr@denx.de>,
kevin@allwinnertech.com
Subject: Re: [PATCH 1/5] net: Add davicom wemac ethernet driver found on Allwinner A10 SoC's
Date: Sat, 16 Mar 2013 18:55:10 +0400 [thread overview]
Message-ID: <1363445710.396407038@f286.mail.ru> (raw)
In-Reply-To: <1363380605-6577-2-git-send-email-maxime.ripard@free-electrons.com>
> From: Stefan Roese <sr@denx.de>
>
> The Allwinner A10 has an ethernet controller that is advertised as
> coming from Davicom.
>
> The exact feature set of this controller is unknown, since there is no
> public documentation for this IP, and this driver is mostly the one
> published by Allwinner that has been heavily cleaned up.
...
> +Example:
> +
> +wemac: ethernet@01c0b000 {
> + compatible = "davicom,wemac";
> + reg = <0x01c0b000 0x1000>;
> + interrupts = <55>;
> + allwinner,power-gpios = <&pio 7 19 0>;
I think regulator API is better for use for this.
And gpio-regulator for this case.
---
WARNING: multiple messages have this Message-ID (diff)
From: "Alexander Shiyan" <shc_work@mail.ru>
To: "Maxime Ripard" <maxime.ripard@free-electrons.com>
Cc: linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org,
netdev@vger.kernel.org, devicetree-discuss@lists.ozlabs.org,
linux-kernel@vger.kernel.org,
"Rob Herring" <rob.herring@calxeda.com>,
"Grant Likely" <grant.likely@secretlab.ca>,
"Rob Landley" <rob@landley.net>,
sunny@allwinnertech.com, shuge@allwinnertech.com,
"Stefan Roese" <sr@denx.de>,
kevin@allwinnertech.com
Subject: Re: [PATCH 1/5] net: Add davicom wemac ethernet driver found on Allwinner A10 SoC's
Date: Sat, 16 Mar 2013 18:55:10 +0400 [thread overview]
Message-ID: <1363445710.396407038@f286.mail.ru> (raw)
In-Reply-To: <1363380605-6577-2-git-send-email-maxime.ripard@free-electrons.com>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 789 bytes --]
> From: Stefan Roese <sr@denx.de>
>
> The Allwinner A10 has an ethernet controller that is advertised as
> coming from Davicom.
>
> The exact feature set of this controller is unknown, since there is no
> public documentation for this IP, and this driver is mostly the one
> published by Allwinner that has been heavily cleaned up.
...
> +Example:
> +
> +wemac: ethernet@01c0b000 {
> + compatible = "davicom,wemac";
> + reg = <0x01c0b000 0x1000>;
> + interrupts = <55>;
> + allwinner,power-gpios = <&pio 7 19 0>;
I think regulator API is better for use for this.
And gpio-regulator for this case.
---
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
next prev parent reply other threads:[~2013-03-16 14:55 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-15 20:49 [PATCH 0/5] ARM: sunxi: Add support for A10 Ethernet controller Maxime Ripard
2013-03-15 20:49 ` Maxime Ripard
2013-03-15 20:50 ` [PATCH 1/5] net: Add davicom wemac ethernet driver found on Allwinner A10 SoC's Maxime Ripard
2013-03-15 20:50 ` Maxime Ripard
2013-03-15 21:01 ` Maxime Ripard
2013-03-15 21:01 ` Maxime Ripard
2013-03-16 14:41 ` Florian Fainelli
2013-03-16 14:41 ` Florian Fainelli
2013-03-19 18:39 ` Maxime Ripard
2013-03-19 18:39 ` Maxime Ripard
2013-03-16 14:55 ` Alexander Shiyan [this message]
2013-03-16 14:55 ` Alexander Shiyan
2013-03-16 14:55 ` Alexander Shiyan
2013-03-15 20:50 ` [PATCH 2/5] ARM: sunxi: Add wemac to sun4i dtsi Maxime Ripard
2013-03-15 20:50 ` Maxime Ripard
2013-03-15 20:50 ` Maxime Ripard
2013-03-15 20:50 ` [PATCH 3/5] ARM: sun4i: Add muxing options for the ethernet controller Maxime Ripard
2013-03-15 20:50 ` Maxime Ripard
2013-03-15 20:50 ` Maxime Ripard
2013-03-15 20:50 ` [PATCH 4/5] ARM: cubieboard: Enable ethernet (WEMAC) support in dts Maxime Ripard
2013-03-15 20:50 ` Maxime Ripard
2013-03-15 20:50 ` [PATCH 5/5] ARM: hackberry: dt: Add Ethernet controller to the Hackberry device tree Maxime Ripard
2013-03-15 20:50 ` Maxime Ripard
2013-03-19 9:47 ` [PATCH 0/5] ARM: sunxi: Add support for A10 Ethernet controller Oliver Schinagl
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=1363445710.396407038@f286.mail.ru \
--to=shc_work@mail.ru \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.