]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
spi: dw: program registers as soon as possible
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 2 Mar 2015 12:58:56 +0000 (14:58 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 6 Mar 2015 20:29:03 +0000 (20:29 +0000)
commit0b2e8915ead06b21d8f2360bfc28e747c4c0df8c
tree167bb3806be464fcb50cae5769da30ba280f829b
parent45746e82cf89f432f9c986a52137d8a64b78aba9
spi: dw: program registers as soon as possible

This patch refactors the code in pump_transfers() to reprogram the registers
immediately when we have a new configuration data. The behaviour is slightly
modified:
 - chip is always disabled and reenabled
 - CTRL0 is always reprogrammed

This change allows to do a further refactoring and simplier conversion to use
SPI core DMA routines in the future.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-dw.c