commit | aa11d6d892c9cf0170865fadbce04d558d359d1a | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Wed Dec 12 15:45:14 2012 +0100 |
committer | Chris Ball <cjb@laptop.org> | Mon Jan 28 06:51:33 2013 -0500 |
tree | 6f6f92cb309d9d455622f3451b1b4875066ba330 | |
parent | 30e531a5457117070fe9ac53610a0f0b0b217f81 [diff] |
mmc: sh-mmcif: simplify IRQ processing The classical way to process IRQs is read out the status, ack all triggered IRQs, possibly mask them, then process them. Follow this simple procesure instead of the current complex custom algorithm. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Chris Ball <cjb@laptop.org>