Re: [RFC PATCH v1] spi: fsl_spi: Convert to transfer_one

2022-09-15 Thread Mark Brown
On Thu, 18 Aug 2022 15:38:37 +0200, Christophe Leroy wrote: > Let the core handle all the chipselect bakery and replace > transfer_one_message() by transfer_one() and prepare_message(). > > At the time being, there is fsl_spi_cs_control() to handle > chipselects. That function handles both GPIO an

Re: [RFC PATCH v1] spi: fsl_spi: Convert to transfer_one

2022-09-07 Thread Christophe Leroy
Le 18/08/2022 à 15:38, Christophe Leroy a écrit : > Let the core handle all the chipselect bakery and replace > transfer_one_message() by transfer_one() and prepare_message(). > > At the time being, there is fsl_spi_cs_control() to handle > chipselects. That function handles both GPIO and non-GP

[RFC PATCH v1] spi: fsl_spi: Convert to transfer_one

2022-08-18 Thread Christophe Leroy
Let the core handle all the chipselect bakery and replace transfer_one_message() by transfer_one() and prepare_message(). At the time being, there is fsl_spi_cs_control() to handle chipselects. That function handles both GPIO and non-GPIO chipselects. The GPIO chipselects will now be handled by th