Re: [PATCH 9/9] mmc: Convert from tasklet to BH workqueue
of elaborate code and test it (preferably on real hardware). Yours, Linus Walleij
Re: [PATCH 2/9] dma: Convert from tasklet to BH workqueue
tem_bh_wq, &d40c->work); Why is "my" driver not allowed to use system_bh_highpri_wq? I can't see the reasoning between some drivers using system_bh_wq and others being highpri? Given the DMA usecase I would expect them all to be high prio. Yours, Linus Walleij