commit | 172289df4004cccf798316b19cc3e6284dbe901f | [log] [tgz] |
---|---|---|
author | Chris Blair <[email protected]> | Sat Jun 04 07:57:47 2011 +0100 |
committer | Linus Walleij <[email protected]> | Thu Dec 01 17:16:07 2011 +0100 |
tree | ee82043bd2a819a81416730ba7ac2c882bbb311c | |
parent | caca6a03d365883564885f2c1da3e88dcf65d139 [diff] |
spi/pl022: only enable RX interrupts when TX is complete For interrupt mode transfers, start with only TX interrupts enabled to reduce the overall number of interrupts received. Once TX is complete, enable RX interrupts to complete the transfer. Reviewed-by: Viresh Kumar <[email protected]> Signed-off-by: Chris Blair <[email protected]> Signed-off-by: Linus Walleij <[email protected]>