mbox series

[0/2] spi: dw: Add support for an optional interface clock

Message ID 1551360342-23981-1-git-send-email-gareth.williams.jx@renesas.com (mailing list archive)
Headers show
Series spi: dw: Add support for an optional interface clock | expand

Message

Gareth Williams Feb. 28, 2019, 1:25 p.m. UTC
The Synopsys SSI Controller has an interface clock that must be 
explicitly enabled in order to access the registers. This patch series
adds support for the interface clock and adds the associated bindings
documentation.

Phil Edworthy (2):
  dt: snps,dw-apb-ssi: Add clock bindings documentation
  spi: dw: Add support for an optional interface clock

 Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.txt | 10 +++++++++-
 drivers/spi/spi-dw-mmio.c                                 | 12 ++++++++++++
 2 files changed, 21 insertions(+), 1 deletion(-)