linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] spi: loongson: add bus driver for the loongson spi
@ 2023-03-08  2:59 Yinbo Zhu
  2023-03-08  2:59 ` [PATCH v1 1/2] dt-bindings: spi: add " Yinbo Zhu
  2023-03-08  2:59 ` [PATCH v1 2/2] spi: loongson: add bus driver for the loongson spi controller Yinbo Zhu
  0 siblings, 2 replies; 16+ messages in thread
From: Yinbo Zhu @ 2023-03-08  2:59 UTC (permalink / raw)
  To: Mark Brown, Rob Herring, Krzysztof Kozlowski, linux-spi,
	devicetree, linux-kernel
  Cc: Jianmin Lv, wanghongliang, Liu Peibao, loongson-kernel, Yinbo Zhu

Loongson platform support spi hardware controller and this series patch
was to add spi driver and binding support.

Yinbo Zhu (2):
  dt-bindings: spi: add loongson spi
  spi: loongson: add bus driver for the loongson spi controller

 .../bindings/spi/loongson,ls-spi.yaml         |  47 ++
 MAINTAINERS                                   |   7 +
 drivers/spi/Kconfig                           |  10 +
 drivers/spi/Makefile                          |   1 +
 drivers/spi/spi-loongson.c                    | 502 ++++++++++++++++++
 5 files changed, 567 insertions(+)

-- 
2.20.1


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

end of thread, other threads:[~2023-03-13  6:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-08  2:59 [PATCH v1 0/2] spi: loongson: add bus driver for the loongson spi Yinbo Zhu
2023-03-08  2:59 ` [PATCH v1 1/2] dt-bindings: spi: add " Yinbo Zhu
2023-03-08 11:30   ` Krzysztof Kozlowski
2023-03-09  2:08     ` zhuyinbo
2023-03-09  6:23       ` Krzysztof Kozlowski
2023-03-09  7:22         ` zhuyinbo
2023-03-13  2:09           ` zhuyinbo
2023-03-13  6:42             ` Krzysztof Kozlowski
2023-03-08 14:06   ` Rob Herring
2023-03-10  2:31     ` zhuyinbo
2023-03-10  9:08       ` Krzysztof Kozlowski
2023-03-10  9:33         ` zhuyinbo
2023-03-08  2:59 ` [PATCH v1 2/2] spi: loongson: add bus driver for the loongson spi controller Yinbo Zhu
2023-03-08 15:03   ` Mark Brown
2023-03-10 10:01     ` zhuyinbo
2023-03-10 12:56       ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).