]> git.baikalelectronics.ru Git - uboot.git/commit
mem: spi-mem: add declaration for spi_mem_default_supports_op
authorMathew McBride <matt@traverse.com.au>
Mon, 25 Jan 2021 03:55:20 +0000 (03:55 +0000)
committerPriyanka Jain <priyanka.jain@nxp.com>
Mon, 8 Feb 2021 08:31:18 +0000 (14:01 +0530)
commit7152911f855326e94994af78e2bf2ddd73b04d89
tree93e41b426a5738201ed3030590415ea6be07df94
parenta191fe4eb49d17fc52002054a40662e6ba43244f
mem: spi-mem: add declaration for spi_mem_default_supports_op

spi_mem_default_supports_op is used internally by controller
drivers to verify operation semantics are correct.

It is used internally inside spi-mem but has not (in U-Boot)
been declared in spi-mem.h for external use.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
Reviewed-by: Pratyush Yadav <p.yadav@ti.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
include/spi-mem.h