LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH v3 0/4] Add reset controller support for BM1880 SoC
@ 2019-05-10 18:45 Manivannan Sadhasivam
  2019-05-10 18:45 ` [PATCH v3 1/4] dt-bindings: reset: Add devicetree binding for BM1880 reset controller Manivannan Sadhasivam
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Manivannan Sadhasivam @ 2019-05-10 18:45 UTC (permalink / raw)
  To: p.zabel, robh+dt
  Cc: linux-kernel, devicetree, haitao.suo, darren.tsao, alec.lin,
	Manivannan Sadhasivam

Hello,

This patchset adds reset controller support for Bitmain BM1880 SoC.
BM1880 SoC has only one reset controller and the reset-simple driver
has been reused here.

This patchset has been tested on 96Boards Sophon Edge board.

Thanks,
Mani

Changes in v3:

* Removed the clk-rst part as it turned out be the clock gating register set.

Changes in v2:

As per review from Philipp:

* Reused reset_simple_active_low struct instead of a new one for bm1880
* Splitted the SPDX license change to a separate commit
* Added Reviewed-by tags from Rob and Philipp

Manivannan Sadhasivam (4):
  dt-bindings: reset: Add devicetree binding for BM1880 reset controller
  arm64: dts: bitmain: Add reset controller support for BM1880 SoC
  reset: Add reset controller support for BM1880 SoC
  reset: Switch to SPDX license identifier for reset-simple

 .../bindings/reset/bitmain,bm1880-reset.txt   | 18 +++++++
 arch/arm64/boot/dts/bitmain/bm1880.dtsi       | 11 ++++
 drivers/reset/Kconfig                         |  3 +-
 drivers/reset/reset-simple.c                  |  8 ++-
 .../dt-bindings/reset/bitmain,bm1880-reset.h  | 51 +++++++++++++++++++
 5 files changed, 85 insertions(+), 6 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/reset/bitmain,bm1880-reset.txt
 create mode 100644 include/dt-bindings/reset/bitmain,bm1880-reset.h

-- 
2.17.1


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

end of thread, other threads:[~2019-05-13 14:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-10 18:45 [PATCH v3 0/4] Add reset controller support for BM1880 SoC Manivannan Sadhasivam
2019-05-10 18:45 ` [PATCH v3 1/4] dt-bindings: reset: Add devicetree binding for BM1880 reset controller Manivannan Sadhasivam
2019-05-10 18:45 ` [PATCH v3 2/4] arm64: dts: bitmain: Add reset controller support for BM1880 SoC Manivannan Sadhasivam
2019-05-10 18:45 ` [PATCH v3 3/4] reset: " Manivannan Sadhasivam
2019-05-10 18:45 ` [PATCH v3 4/4] reset: Switch to SPDX license identifier for reset-simple Manivannan Sadhasivam
2019-05-13 11:06 ` [PATCH v3 0/4] Add reset controller support for BM1880 SoC Philipp Zabel
2019-05-13 14:06   ` Manivannan Sadhasivam
2019-05-13 14:46     ` Philipp Zabel

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).