Re: [PATCH v8 04/28] spi: spi-mem: add spi_mem_dtr_supports_op()

2021-04-05 Thread Sean Anderson
On 4/5/21 3:40 AM, Pratyush Yadav wrote: On 02/04/21 06:31PM, Sean Anderson wrote: On 4/1/21 3:31 PM, Pratyush Yadav wrote: spi_mem_default_supports_op() rejects DTR ops by default to ensure that the controller drivers that haven't been updated with DTR support continue to reject them. It also

Re: [PATCH v8 04/28] spi: spi-mem: add spi_mem_dtr_supports_op()

2021-04-05 Thread Pratyush Yadav
On 02/04/21 06:31PM, Sean Anderson wrote: > On 4/1/21 3:31 PM, Pratyush Yadav wrote: > > spi_mem_default_supports_op() rejects DTR ops by default to ensure that > > the controller drivers that haven't been updated with DTR support > > continue to reject them. It also makes sure that controllers tha

Re: [PATCH v8 04/28] spi: spi-mem: add spi_mem_dtr_supports_op()

2021-04-02 Thread Sean Anderson
On 4/1/21 3:31 PM, Pratyush Yadav wrote: spi_mem_default_supports_op() rejects DTR ops by default to ensure that the controller drivers that haven't been updated with DTR support continue to reject them. It also makes sure that controllers that don't support DTR mode at all (which is most of them

[PATCH v8 04/28] spi: spi-mem: add spi_mem_dtr_supports_op()

2021-04-01 Thread Pratyush Yadav
spi_mem_default_supports_op() rejects DTR ops by default to ensure that the controller drivers that haven't been updated with DTR support continue to reject them. It also makes sure that controllers that don't support DTR mode at all (which is most of them at the moment) also reject them. This mea