From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] drivers: net: ethernet: xilinx: xilinx_emaclite: revert the original commit "1db3ddff1602edf2390b7667dcbaa0f71512e3ea" Date: Wed, 05 Nov 2014 16:01:08 -0500 (EST) Message-ID: <20141105.160108.1964404762103732361.davem@davemloft.net> References: <5458E605.6070801@gmail.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: gang.chen.5i5j@gmail.com, soren.brinkmann@xilinx.com, sthokal@xilinx.com, manuel.schoelling@gmx.de, f.fainelli@gmail.com, paul.gortmaker@windriver.com, ebiederm@xmission.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: michal.simek@xilinx.com Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Michal Simek Date: Wed, 5 Nov 2014 08:19:41 +0100 > On 11/04/2014 03:43 PM, Chen Gang wrote: >> Microblaze is a fpga soft core, it can be customized easily, which may >> cause many various hardware version strings. >> >> So the original fix patch based on hard-coded compatible version strings >> is not a good idea (although it is correct for current issue). For it, >> there will be a new solving way soon (which based on the device tree). >> >> The original issue is related with qemu, so can only change the hardware >> version string in qemu for it, then keep the original driver no touch ( >> qemu is for virtualization which has much easier life than real world). >> >> >> Signed-off-by: Chen Gang >> --- >> drivers/net/ethernet/xilinx/xilinx_emaclite.c | 1 - >> 1 file changed, 1 deletion(-) > > Acked-by: Michal Simek Applied, thanks.