commit | 380583227c0c7f52383b0cd5c0e2de93ed31d553 | [log] [tgz] |
---|---|---|
author | Boris Brezillon <boris.brezillon@bootlin.com> | Thu Sep 20 09:31:12 2018 +0200 |
committer | Mark Brown <broonie@kernel.org> | Thu Sep 20 12:24:00 2018 -0700 |
tree | 4c8e3116c6204deadac7fc7506d7bcfdf6ffee41 | |
parent | f34ecdbd5661816ce8bbd7511f33181ffa8f4895 [diff] |
spi: spi-mem: Add extra sanity checks on the op param Some combinations are simply not valid and should be rejected before the op is passed to the SPI controller driver. Add an spi_mem_check_op() helper and use it in spi_mem_exec_op() and spi_mem_supports_op() to make sure the spi-mem operation is valid. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Mark Brown <broonie@kernel.org>