[PATCH 08/13] mmc: bcm2835: split bcm2835_data_irq

2017-01-26 Thread Gerd Hoffmann
pio transfers stay in irq handler. handle finished xfers moved to threaded handler. most bcm2835 code runs in thread context now. Signed-off-by: Gerd Hoffmann --- drivers/mmc/host/bcm2835.c | 32 ++-- 1 file changed, 26 insertions(+), 6

[PATCH 08/13] mmc: bcm2835: split bcm2835_data_irq

2017-01-26 Thread Gerd Hoffmann
pio transfers stay in irq handler. handle finished xfers moved to threaded handler. most bcm2835 code runs in thread context now. Signed-off-by: Gerd Hoffmann --- drivers/mmc/host/bcm2835.c | 32 ++-- 1 file changed, 26 insertions(+), 6 deletions(-) diff --git