From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] fixup! net: pxa168_eth: Provide phy_interface mode on platform_data Date: Tue, 28 Oct 2014 16:49:39 -0400 (EDT) Message-ID: <20141028.164939.509353257563688482.davem@davemloft.net> References: <1414002412-13615-3-git-send-email-sebastian.hesselbarth@gmail.com> <1414231739-7447-1-git-send-email-sebastian.hesselbarth@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: antoine.tenart@free-electrons.com, f.fainelli@gmail.com, eric.y.miao@gmail.com, haojian.zhuang@gmail.com, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: sebastian.hesselbarth@gmail.com Return-path: In-Reply-To: <1414231739-7447-1-git-send-email-sebastian.hesselbarth@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Sebastian Hesselbarth Date: Sat, 25 Oct 2014 12:08:59 +0200 > Do not add phy include to the board file but platform_data include > instead. > > Signed-off-by: Sebastian Hesselbarth > --- > David, > > I should have compile tested this patch earlier. I did now on > pxa168_defconfig right after I received an 0-day kbuild error > on this patch. > > This is the corresponding fix, can you please squash it in? > > Thanks and sorry for the noise, Patch applied to net-next, but: 1) There is never any way for me to "squash" a patch into an old one. Once I apply a patch it is a permanent commit in my tree and cannot be undone and/or modified. Therefore the only thing you can do is send me a relative fix and that's what shows up in my tree as yet another later commit. 2) Always be specific about the target tree in you subject, line. Never assume I can figure it out by context. Thanks.