From: Jon Hunter Date: Tue, 13 Nov 2012 22:02:19 +0000 (-0600) Subject: ARM: OMAP2420: Fix ethernet support for OMAP2420 H4 X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86c35960852b726a1d773ae65302dcfb24267180;p=pandora-kernel.git ARM: OMAP2420: Fix ethernet support for OMAP2420 H4 Ethernet is not currently working on the OMAP2420 H4 board. In commit f604931 (ARM: OMAP: abstract debug card setup (smc, leds)) the function h4_init_smc91x() that initialised the ethernet controller was renamed to h4_init_debug() but was never called when initialising the board. Adding a call to h4_init_debug() fixes ethernet support, however, instead of using the legacy H4 code migrate the H4 to use the gpmc_smc91x_init() function instead and remove the legacy H4 code. Signed-off-by: Jon Hunter Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed