Re: [RFC/PATCHv2 1/3] spi: dw-spi: Single Register read to clear IRQs

2015-03-09 Thread Mark Brown
On Fri, Mar 06, 2015 at 05:46:32PM -0600, ttha...@opensource.altera.com wrote: From: Thor Thayer ttha...@opensource.altera.com Instead of clearing the RxU, RxO, and TxO IRQs individually with 3 register reads, a single read of the ICR register will do the same thing. Applied, thanks.

Re: [RFC/PATCHv2 1/3] spi: dw-spi: Single Register read to clear IRQs

2015-03-07 Thread Andy Shevchenko
On Sat, Mar 7, 2015 at 1:46 AM, ttha...@opensource.altera.com wrote: From: Thor Thayer ttha...@opensource.altera.com Instead of clearing the RxU, RxO, and TxO IRQs individually with 3 register reads, a single read of the ICR register will do the same thing. Signed-off-by: Thor Thayer

[RFC/PATCHv2 1/3] spi: dw-spi: Single Register read to clear IRQs

2015-03-06 Thread tthayer
From: Thor Thayer ttha...@opensource.altera.com Instead of clearing the RxU, RxO, and TxO IRQs individually with 3 register reads, a single read of the ICR register will do the same thing. Signed-off-by: Thor Thayer ttha...@opensource.altera.com Signed-off-by: Andy Shevchenko