mbox series

[0/3] ARM: dspi: Provide slave mode support for Vybryd vf610

Message ID 20180918093437.26799-1-lukma@denx.de (mailing list archive)
Headers show
Series ARM: dspi: Provide slave mode support for Vybryd vf610 | expand

Message

Lukasz Majewski Sept. 18, 2018, 9:34 a.m. UTC
This patch series provides support for DSPI slave mode operation.
It tries to maximally reuse current DMA driver (including its limitations).

For testing the spidev_test program has been used.
Test script for this patch can be found here:
https://github.com/lmajewski/tests-spi/blob/master/tests/spi/spi_tests.sh

Lukasz Majewski (3):
  dt-bindings: spi: Provide bindings for fsl dspi working in slave mode
  ARM: dspi: Provide per DSPI instance of the MCR register (SLAVE mode)
  ARM: dspi: Provide support for DSPI slave more operation (Vybryd
    vf610)

 .../devicetree/bindings/spi/spi-fsl-dspi.txt       |  8 ++++
 drivers/spi/spi-fsl-dspi.c                         | 54 ++++++++++++++++------
 2 files changed, 49 insertions(+), 13 deletions(-)

Comments

Lukasz Majewski Sept. 18, 2018, 9:42 a.m. UTC | #1
Dear All,

By a mistake I've forgotten to add (to CC/TO) some developers who worked
on this driver before (they were not generated from get_maintainers.py
script).

I'm sending the notification now.

> This patch series provides support for DSPI slave mode operation.
> It tries to maximally reuse current DMA driver (including its
> limitations).
> 
> For testing the spidev_test program has been used.
> Test script for this patch can be found here:
> https://github.com/lmajewski/tests-spi/blob/master/tests/spi/spi_tests.sh
> 
> Lukasz Majewski (3):
>   dt-bindings: spi: Provide bindings for fsl dspi working in slave
> mode ARM: dspi: Provide per DSPI instance of the MCR register (SLAVE
> mode) ARM: dspi: Provide support for DSPI slave more operation (Vybryd
>     vf610)
> 
>  .../devicetree/bindings/spi/spi-fsl-dspi.txt       |  8 ++++
>  drivers/spi/spi-fsl-dspi.c                         | 54
> ++++++++++++++++------ 2 files changed, 49 insertions(+), 13
> deletions(-)
> 




Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de