From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 1/2] net: ti cpsw ethernet: allow reading phy interface mode from DT Date: Mon, 01 Oct 2012 17:11:14 -0400 (EDT) Message-ID: <20121001.171114.1093867649404020043.davem@davemloft.net> References: <1348680268-8194-1-git-send-email-zonque@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1348680268-8194-1-git-send-email-zonque-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: zonque-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, mugunthanvnm-l0cyMroinI0@public.gmane.org List-Id: devicetree@vger.kernel.org From: Daniel Mack Date: Wed, 26 Sep 2012 19:24:27 +0200 > Allow users to specify the phy interface of the CPSW slaves. The new > node parameter is called "phy_if_mode" and is optional. The original > behaviour of the driver is preserved when not given. > > Signed-off-by: Daniel Mack Applied, thanks.