[PATCH 0/2] dma-debug: prevent early callers from crashing

2014-11-13 Thread Florian Fainelli
Hi Dan, This patch series addresses a problem seen on the brcmstb ARM platform where dma_debug_init is called by the ARM kernel at fs_initcall time, while some of our callers using the DMA-API were running at arch_initcall time. Unless CONFIG_DMA_API_DEBUG is set, this is completely silent.

[PATCH 0/2] dma-debug: prevent early callers from crashing

2014-11-13 Thread Florian Fainelli
Hi Dan, This patch series addresses a problem seen on the brcmstb ARM platform where dma_debug_init is called by the ARM kernel at fs_initcall time, while some of our callers using the DMA-API were running at arch_initcall time. Unless CONFIG_DMA_API_DEBUG is set, this is completely silent.