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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html