[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1532588943-19481-1-git-send-email-hayashibara.keiji@socionext.com>
Date: Thu, 26 Jul 2018 16:09:01 +0900
From: Keiji Hayashibara <hayashibara.keiji@...ionext.com>
To: broonie@...nel.org, robh+dt@...nel.org, mark.rutland@....com,
yamada.masahiro@...ionext.com, linux-spi@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, devicetree@...r.kernel.org
Cc: masami.hiramatsu@...aro.org, jaswinder.singh@...aro.org,
linux-kernel@...r.kernel.org, hayashibara.keiji@...ionext.com
Subject: [PATCH v2 0/2] add SPI controller driver for UniPhier SoCs
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
Powered by blists - more mailing lists