commit | 4acad4aae10d1fa79a075b38b5c73772c44f576c | [log] [tgz] |
---|---|---|
author | Michal Suchanek <hramrach@gmail.com> | Wed Dec 02 10:38:21 2015 +0000 |
committer | Mark Brown <broonie@kernel.org> | Tue Jan 05 16:33:54 2016 +0000 |
tree | d0da2a97d6a1f6dec994c0c303feeab11154dac7 | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec [diff] |
spi: expose master transfer size limitation. On some SPI controllers it is not feasible to transfer arbitrary amount of data at once. When the limit on transfer size is a few kilobytes at least it makes sense to use the SPI hardware rather than reverting to gpio driver. The protocol drivers need a way to check that they do not sent overly long messages, though. Signed-off-by: Michal Suchanek <hramrach@gmail.com> Signed-off-by: Mark Brown <broonie@kernel.org>