Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755150Ab3EXMqr (ORCPT ); Fri, 24 May 2013 08:46:47 -0400 Received: from zetta.elopez.com.ar ([199.30.59.35]:37522 "EHLO zetta.elopez.com.ar" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753341Ab3EXMqq (ORCPT ); Fri, 24 May 2013 08:46:46 -0400 Message-ID: <519F6128.9060608@elopez.com.ar> Date: Fri, 24 May 2013 09:46:32 -0300 From: =?ISO-8859-1?Q?Emilio_L=F3pez?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6 MIME-Version: 1.0 To: Maxime Ripard CC: davem@davemloft.net, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Stefan Roese , Florian Fainelli , kevin@allwinnertech.com, sunny@allwinnertech.com, shuge@allwinnertech.com Subject: Re: [PATCHv3 1/6] net: Add EMAC ethernet driver found on Allwinner A10 SoC's References: <1369387394-9453-1-git-send-email-maxime.ripard@free-electrons.com> <1369387394-9453-2-git-send-email-maxime.ripard@free-electrons.com> In-Reply-To: <1369387394-9453-2-git-send-email-maxime.ripard@free-electrons.com> Content-Type: multipart/mixed; boundary="------------000009080808070406050104" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2456 Lines: 84 This is a multi-part message in MIME format. --------------000009080808070406050104 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit El 24/05/13 06:23, Maxime Ripard escribi?: > From: Stefan Roese > > The Allwinner A10 has an ethernet controller that seem to be developped > internally by them. > > 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. > > Signed-off-by: Stefan Roese > Signed-off-by: Maxime Ripard > --- (snip) > + > +config SUN4I_EMAC > + tristate "Allwinner A10 EMAC support" > + depends on ARCH_SUNXI > + depends on OF > + select CRC32 > + select NET_CORE > + select MII > + select REGULATOR_FIXED_VOLTAGE > + ---help--- > + Support for Allwinner A10 EMAC ethernet driver. > + > + To compile this driver as a module, choose M here. The module > + will be called sun4i-emac. > + You also need to select REGULATOR when you select REGULATOR_FIXED_VOLTAGE I have attached a fixup patch you can use with git autosquash Cheers, Emilio --------------000009080808070406050104 Content-Type: text/x-diff; name="fixup-regulator.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fixup-regulator.patch" >From f1b94482b4975ce1f7bc542208718f26d5dfa140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20L=C3=B3pez?= Date: Fri, 17 May 2013 10:11:16 -0300 Subject: [PATCH] fixup! net: Add EMAC ethernet driver found on Allwinner A10 SoC's --- drivers/net/ethernet/allwinner/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ethernet/allwinner/Kconfig b/drivers/net/ethernet/allwinner/Kconfig index 7bbd500..47ecbe0 100644 --- a/drivers/net/ethernet/allwinner/Kconfig +++ b/drivers/net/ethernet/allwinner/Kconfig @@ -26,6 +26,7 @@ config SUN4I_EMAC select CRC32 select NET_CORE select MII + select REGULATOR select REGULATOR_FIXED_VOLTAGE select PHYLIB ---help--- -- 1.8.1.6 --------------000009080808070406050104-- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/