Re: [PATCH rtems] bsps/imxrt: Improve SPI driver

2021-09-01 Thread Christian MAUDERER
Thanks. Am 01.09.21 um 18:50 schrieb Gedare Bloom: looks ok, touching imxrt driver only On Wed, Sep 1, 2021 at 7:55 AM Christian Mauderer wrote: It wasn't possible to keep the CS line low between multiple message descriptors in one transfer. This patch reworks the driver so that it is possib

Re: [PATCH rtems] bsps/imxrt: Improve SPI driver

2021-09-01 Thread Gedare Bloom
looks ok, touching imxrt driver only On Wed, Sep 1, 2021 at 7:55 AM Christian Mauderer wrote: > > It wasn't possible to keep the CS line low between multiple message > descriptors in one transfer. This patch reworks the driver so that it is > possible. > > Update #4180 > --- > bsps/arm/imxrt/spi

[PATCH rtems] bsps/imxrt: Improve SPI driver

2021-09-01 Thread Christian Mauderer
It wasn't possible to keep the CS line low between multiple message descriptors in one transfer. This patch reworks the driver so that it is possible. Update #4180 --- bsps/arm/imxrt/spi/imxrt-lpspi.c | 197 +++ 1 file changed, 124 insertions(+), 73 deletions(-) diff