spi: spi-mem: Allow controller supporting mem_ops without exec_op
authorWilliam Zhang <william.zhang@broadcom.com>
Thu, 9 Feb 2023 20:02:43 +0000 (12:02 -0800)
committerMark Brown <broonie@kernel.org>
Fri, 10 Feb 2023 21:36:43 +0000 (21:36 +0000)
commit76a85704cb917e3b25e00f02d5fd46e4e0a9077d
treefff69f1e8b99eacb63f82219e3a83ca6e3a76848
parentb7a82103f7c3a9168f0077e35688d4f9ce97294e
spi: spi-mem: Allow controller supporting mem_ops without exec_op

Currently exec_op is always required if controller driver provides
mem_ops. But some controller such as bcm63xx-hsspi may only need to
implement other operation like supports_op and use the default
execution operation. This patch removes this restriction.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Link: https://lore.kernel.org/r/20230209200246.141520-13-william.zhang@broadcom.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-mem.c
drivers/spi/spi.c