All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] add SPI controller driver for UniPhier SoCs
@ 2018-07-26  7:09 ` Keiji Hayashibara
  0 siblings, 0 replies; 35+ messages in thread
From: Keiji Hayashibara @ 2018-07-26  7:09 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 v1:
- modify not to config SPI in master->setup method.
- fix internal bug of uniphier_spi_fill_tx_fifo().
- replace macro of BYTES_PER_WORD to inline function.
- use IRQ_NONE in irq handler.
- modify the handling of word size in uniphier_spi_send() and uniphier_spi_recv().
- modify help in Kconfig.
- 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                         | 539 +++++++++++++++++++++
 4 files changed, 575 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] 35+ messages in thread

end of thread, other threads:[~2018-07-30 23:44 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-26  7:09 [PATCH v2 0/2] add SPI controller driver for UniPhier SoCs Keiji Hayashibara
2018-07-26  7:09 ` Keiji Hayashibara
2018-07-26  7:09 ` [PATCH v2 1/2] dt-bindings: spi: add DT bindings for UniPhier SPI controller Keiji Hayashibara
2018-07-26  7:09   ` Keiji Hayashibara
2018-07-30 21:47   ` Rob Herring
2018-07-30 21:47     ` Rob Herring
2018-07-30 23:44     ` Keiji Hayashibara
2018-07-30 23:44       ` Keiji Hayashibara
2018-07-26  7:09 ` [PATCH v2 2/2] spi: add SPI controller driver for UniPhier SoC Keiji Hayashibara
2018-07-26  7:09   ` Keiji Hayashibara
2018-07-26  8:46   ` Andy Shevchenko
2018-07-26  8:46     ` Andy Shevchenko
2018-07-26  9:38     ` Keiji Hayashibara
2018-07-26  9:38       ` Keiji Hayashibara
2018-07-26 10:57       ` Radu Pirea
2018-07-26 10:57         ` Radu Pirea
2018-07-30  1:15         ` Keiji Hayashibara
2018-07-30  1:15           ` Keiji Hayashibara
2018-07-30  1:15           ` Keiji Hayashibara
2018-07-26 13:44       ` Andy Shevchenko
2018-07-26 13:44         ` Andy Shevchenko
2018-07-30  1:46         ` Keiji Hayashibara
2018-07-30  1:46           ` Keiji Hayashibara
2018-07-26 17:01     ` Trent Piepho
2018-07-26 17:01       ` Trent Piepho
2018-07-26 17:01       ` Trent Piepho
2018-07-30  5:30       ` Keiji Hayashibara
2018-07-30  5:30         ` Keiji Hayashibara
2018-07-30  5:30         ` Keiji Hayashibara
2018-07-30  8:39         ` Andy Shevchenko
2018-07-30  8:39           ` Andy Shevchenko
2018-07-26  9:12   ` Masahiro Yamada
2018-07-26  9:12     ` Masahiro Yamada
2018-07-26  9:49     ` Keiji Hayashibara
2018-07-26  9:49       ` Keiji Hayashibara

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.