On Thu, 2022-01-27 at 09:18:00 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> > Reviewed-by: Boris Brezillon <boris.brezillon@xxxxxxxxxxxxx> > Link: https://lore.kernel.org/linux-mtd/20220104083631.40776-6-miquel.raynal@xxxxxxxxxxx Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git spi-mem-ecc. Miquel