]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: tmio/sdhi: break out interrupt request/free
authorMagnus Damm <damm@opensource.se>
Fri, 6 May 2011 11:02:33 +0000 (11:02 +0000)
committerChris Ball <cjb@laptop.org>
Wed, 25 May 2011 03:53:52 +0000 (23:53 -0400)
commit92e6afcb06da9d7b68779e8eb2be8db8c862323c
tree8b91c25442de01ce415563ae60ee30eb8d7e6e3c
parent4e4261f4024f62cc139edf1f6f60b644508ae18e
mmc: tmio/sdhi: break out interrupt request/free

Move request_irq()/free_irq() from the shared code
in tmio_mmc.c into the SDHI/tmio specific portion
in sh_mobile_sdhi.c and tmio_mmc_pio.c.

This is ground work to allow us to adjust the SDHI
code with IRQ flags and number of interupt sources.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sh_mobile_sdhi.c
drivers/mmc/host/tmio_mmc.c
drivers/mmc/host/tmio_mmc.h
drivers/mmc/host/tmio_mmc_pio.c