]> git.baikalelectronics.ru Git - kernel.git/commit
drivers: net: ethernet: xilinx: xilinx_emaclite: revert the original commit "df7c46c9...
authorChen Gang <gang.chen.5i5j@gmail.com>
Tue, 4 Nov 2014 14:43:17 +0000 (22:43 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Nov 2014 21:00:51 +0000 (16:00 -0500)
commit520dc1e4fbd4ec324207eed207f322ff29d0926a
treec01409269830546ad7bcb22e1413a9afd3140b16
parent3ef2449ddd729e9ee1a7cce5b4a8114fc875eab7
drivers: net: ethernet: xilinx: xilinx_emaclite: revert the original commit "df7c46c9c1d9835efc0a9aa06fe8bda6f4347762"

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 <gang.chen.5i5j@gmail.com>
Acked-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xilinx/xilinx_emaclite.c