Hi Dan, Today's linux-next merge of the async_tx tree got a conflict in drivers/dma/dw_dmac.c between commit e05503ef1186 ("Haavard Skinnemoen has left Atmel") from Linus' tree and commit aecb7b64dd9e ("dmaengine/dw_dmac: Update maintainer-ship") from the async_tx tree. Just context changes. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc drivers/dma/dw_dmac.c index 2a2e2fa,efd836d..0000000 --- a/drivers/dma/dw_dmac.c +++ b/drivers/dma/dw_dmac.c @@@ -1486,4 -1575,5 +1575,5 @@@ module_exit(dw_exit) MODULE_LICENSE("GPL v2"); MODULE_DESCRIPTION("Synopsys DesignWare DMA Controller driver"); -MODULE_AUTHOR("Haavard Skinnemoen <haavard.skinnemoen@xxxxxxxxx>"); +MODULE_AUTHOR("Haavard Skinnemoen (Atmel)"); + MODULE_AUTHOR("Viresh Kumar <viresh.kumar@xxxxxx>"); -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html