commit | 8e7bfdb37ac001c95d2c768932b57de1019409cd | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@opensource.se> | Fri May 06 11:02:33 2011 +0000 |
committer | Chris Ball <cjb@laptop.org> | Tue May 24 23:53:52 2011 -0400 |
tree | 8b91c25442de01ce415563ae60ee30eb8d7e6e3c | |
parent | df3ef2d3c92c0a562ebde3699af7d12401fddf60 [diff] |
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>