commit | 3f8ae85b8ab60e025c806305f95e262d451831ac | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu Sep 18 20:08:51 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Oct 30 09:35:10 2014 -0700 |
tree | 730320a0b5d08e1f7937e1d35ed4d98732260f81 | |
parent | 75b6cf03dd5cae671b84f60e018a6c08e5f6d4b7 [diff] |
spi: dw-mid: respect 8 bit mode commit b41583e7299046abdc578c33f25ed83ee95b9b31 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>