On 10/10/2018 01:18 PM, Mark Brown wrote: > On Wed, Oct 10, 2018 at 10:08:12AM +0300, Talel Shenhar wrote: > >> The dw spi controller has an auto-deselect of Chip-Select, in case there is >> no data inside the Tx FIFO. While working on platforms with Alpine chips, > Why would we ever want to use this behaviour? It will be broken for any > non-trivial SPI message such as those made with multiple transfers > anyway. Why not just unconditionally control it manually? This behavior (auto-deselect of Chip-Select) is the default behavior of dw spi controller hw. On Alpine chip there is additional behavior added to the dw spi controller hw that allows the sw to disable this behavior. This patch allows the dw driver to enable this hw workaround and add the needed sw manual control for it.
- [PATCH 1/2] dt-bindings: spi: dw: add cs-override property Talel Shenhar
- [PATCH 2/2] dw: spi: add 'cs-override' DT property su... Talel Shenhar
- Re: [PATCH 1/2] dt-bindings: spi: dw: add cs-override... Mark Brown
- Re: [PATCH 1/2] dt-bindings: spi: dw: add cs-over... Talel Shenhar
- Re: [PATCH 1/2] dt-bindings: spi: dw: add cs-... David Woodhouse
- Re: [PATCH 1/2] dt-bindings: spi: dw: add cs-over... Talel Shenhar
- Re: [PATCH 1/2] dt-bindings: spi: dw: add cs-... Mark Brown
- Re: [PATCH 1/2] dt-bindings: spi: dw: add... Mark Brown
- Re: [PATCH 1/2] dt-bindings: spi: dw... Trent Piepho
- [PATCH 1/2] dt-bindings: spi: dw: add compatible for ... Talel Shenhar
- [PATCH 2/2] dw: spi: add support for Alpine spi c... Talel Shenhar
- Re: [PATCH 2/2] dw: spi: add support for Alpi... Trent Piepho
- [PATCH 1/2] dt-bindings: spi: dw: add com... Talel Shenhar
- [PATCH 2/2] dw: spi: add support for... Talel Shenhar
- Applied "dw: spi: add suppo... Mark Brown
- Re: [PATCH 1/2] dt-bindings: spi: dw... Mark Brown

