The patch titled arm: orion: pass proper t_clk into mv643xx_eth has been added to the -mm tree. Its filename is orion-pass-proper-t_clk-into-mv643xx_eth.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: arm: orion: pass proper t_clk into mv643xx_eth From: Lennert Buytenhek <buytenh@xxxxxxxxxxxxxx> Pass the Orion TCLK tick rate into the ethernet driver. Signed-off-by: Lennert Buytenhek <buytenh@xxxxxxxxxxx> Signed-off-by: Nicolas Pitre <nico@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/arm/mach-orion5x/common.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/arm/mach-orion5x/common.c~orion-pass-proper-t_clk-into-mv643xx_eth arch/arm/mach-orion5x/common.c --- a/arch/arm/mach-orion5x/common.c~orion-pass-proper-t_clk-into-mv643xx_eth +++ a/arch/arm/mach-orion5x/common.c @@ -192,6 +192,7 @@ static struct platform_device orion5x_eh struct mv643xx_eth_shared_platform_data orion5x_eth_shared_data = { .dram = &orion5x_mbus_dram_info, + .t_clk = ORION5X_TCLK, }; static struct resource orion5x_eth_shared_resources[] = { _ Patches currently in -mm which might be from buytenh@xxxxxxxxxxxxxx are orion-use-mv643xx_eth-driver-mbus-window-handling.patch orion-pass-proper-t_clk-into-mv643xx_eth.patch orion-clean-up-addr-mapc-after-window-setting-code-purge.patch leds-add-pca9532-platform-data-for-thecus-n2100.patch git-orion.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html