From: David S. Miller Date: Wed, 4 Mar 2015 20:54:21 +0000 (-0500) Subject: Merge branch 'xgene' X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=485acc2ce0c03c550beb02deebba2d6d60cb3a5f;p=linux-beck.git Merge branch 'xgene' Iyappan Subramanian says: ==================== drivers: net: xgene: Fix backward compatibility of newer firmware with older kernel Kernel 3.17 driver supports only RGMII ethernet interface. Since the Tianocore DT contains same compatibility string for RGMII, SGMII based 1G and XFI based 10G interfaces, crash happens when probe called on SGMII based 1G and XFI based 10G interface. This patch fixes the backward compatibility of the older driver with the newer firmware by making the binding unique so that the older driver won't recognize the non-supported interfaces. v2: Address comments from v1 * updated cover letter subject line with net: xgene * Documentation: formatted compatible string values as list v1: * Initial version ==================== Signed-off-by: David S. Miller --- 485acc2ce0c03c550beb02deebba2d6d60cb3a5f