All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] add SPI controller driver for UniPhier SoCs
@ 2018-08-01  7:29 ` Keiji Hayashibara
  0 siblings, 0 replies; 14+ messages in thread
From: Keiji Hayashibara @ 2018-08-01  7:29 UTC (permalink / raw)
  To: broonie, robh+dt, mark.rutland, yamada.masahiro, linux-spi,
	linux-arm-kernel, devicetree
  Cc: masami.hiramatsu, jaswinder.singh, linux-kernel, hayashibara.keiji

This series adds support for SPI controller driver implemented on UniPhier SoCs.

Changes since v2:
- remove check code of clock divider in uniphier_spi_set_baudrate().
- change irq from struct variable to stack variable.
- other trivial change.

Keiji Hayashibara (1):
  spi: add SPI controller driver for UniPhier SoC

Kunihiko Hayashi (1):
  dt-bindings: spi: add DT bindings for UniPhier SPI controller

 .../devicetree/bindings/spi/spi-uniphier.txt       |  22 +
 drivers/spi/Kconfig                                |  13 +
 drivers/spi/Makefile                               |   1 +
 drivers/spi/spi-uniphier.c                         | 525 +++++++++++++++++++++
 4 files changed, 561 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/spi/spi-uniphier.txt
 create mode 100644 drivers/spi/spi-uniphier.c

-- 
2.7.4


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2018-08-02  7:52 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-01  7:29 [PATCH v3 0/2] add SPI controller driver for UniPhier SoCs Keiji Hayashibara
2018-08-01  7:29 ` Keiji Hayashibara
2018-08-01  7:29 ` [PATCH v3 1/2] dt-bindings: spi: add DT bindings for UniPhier SPI controller Keiji Hayashibara
2018-08-01  7:29   ` Keiji Hayashibara
2018-08-01  7:29 ` [PATCH v3 2/2] spi: add SPI controller driver for UniPhier SoC Keiji Hayashibara
2018-08-01  7:29   ` Keiji Hayashibara
2018-08-01 10:20   ` Andy Shevchenko
2018-08-01 10:20     ` Andy Shevchenko
2018-08-02  7:52     ` Keiji Hayashibara
2018-08-02  7:52       ` Keiji Hayashibara
2018-08-01 11:20   ` Applied "spi: add SPI controller driver for UniPhier SoC" to the spi tree Mark Brown
2018-08-01 11:20     ` Mark Brown
2018-08-01 11:20     ` Mark Brown
2018-08-01 11:20     ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.