Re: [net-next PATCH 1/1] drivers: net: cpsw: Add support for new CPSW IP version
From: David Miller <davem@davemloft.net>
Date: 2013-07-31 23:55:30
Also in:
linux-omap
From: David Miller <davem@davemloft.net>
Date: 2013-07-31 23:55:30
Also in:
linux-omap
From: Mugunthan V N <redacted> Date: Wed, 31 Jul 2013 17:42:26 +0530
The new IP version has a minor changes and the offsets are same as the previous version, so instead of adding CPSW version number in the driver, make the driver to fall through to the latest versions so that the new version of CPSW which has the same register offsets will work directly without patching the driver. Signed-off-by: Mugunthan V N <redacted> Reviewed-by: Felipe Balbi <redacted>
Like others, I really think you should check the version explicitly. Please respin this patch so that it supports new IP versions in that way. Thanks.