commit | b41583e7299046abdc578c33f25ed83ee95b9b31 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Sep 18 20:08:51 2014 +0300 |
committer | Mark Brown <broonie@kernel.org> | Wed Sep 24 09:48:43 2014 +0100 |
tree | 2f4face49ab56651f59845972c8d07cc2059d315 | |
parent | 53288fe9bdc7e8a0265bbe9074f71f1a6c478008 [diff] |
spi: dw-mid: respect 8 bit mode In case of 8 bit mode and DMA usage we end up with every second byte written as 0. We have to respect bits_per_word settings what this patch actually does. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org> Cc: stable@vger.kernel.org