On Tue, 2022-01-04 at 08:36:23 UTC, Miquel Raynal wrote: > Now that spi_mem_default_supports_op() has access to the static > controller capabilities (relating to memory operations), and now that > these capabilities have been filled by the relevant controllers, there > is no need for a specific helper checking only DTR operations, so let's > just kill spi_mem_dtr_supports_op() and simply use > spi_mem_default_supports_op() instead. > > Signed-off-by: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> > Reviewed-by: Pratyush Yadav <p.yadav@xxxxxx> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-mem-ecc. Miquel