The patch titled OMAP: Add smc91x support for TI OMAP2420 H4 board has been added to the -mm tree. Its filename is omap-add-smc91x-support-for-ti-omap2420-h4-board.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: OMAP: Add smc91x support for TI OMAP2420 H4 board From: "Komal Shah" <komal_shah802003@xxxxxxxxx> Add smc91x support for TI OMAP2420 H4 EVM board. Cc: <nico@xxxxxxx> Cc: Greg KH <greg@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/net/smc91x.h | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/net/smc91x.h~omap-add-smc91x-support-for-ti-omap2420-h4-board drivers/net/smc91x.h --- a/drivers/net/smc91x.h~omap-add-smc91x-support-for-ti-omap2420-h4-board +++ a/drivers/net/smc91x.h @@ -206,6 +206,7 @@ SMC_outw(u16 val, void __iomem *ioaddr, #define SMC_IRQ_FLAGS (( \ machine_is_omap_h2() \ || machine_is_omap_h3() \ + || machine_is_omap_h4() \ || (machine_is_omap_innovator() && !cpu_is_omap1510()) \ ) ? IRQF_TRIGGER_FALLING : IRQF_TRIGGER_RISING) _ Patches currently in -mm which might be from komal_shah802003@xxxxxxxxx are omap-add-smc91x-support-for-ti-omap2420-h4-board.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