linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
@ 2020-09-23  7:58 WANG Xuerui
  2020-09-23  7:58 ` [PATCH 1/4] " WANG Xuerui
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: WANG Xuerui @ 2020-09-23  7:58 UTC (permalink / raw)
  To: linux-rtc; +Cc: WANG Xuerui, linux-mips, devicetree

This patch series adds support for the RTC module found on various
Loongson systems with the Loongson-2K SoC or the LS7A bridge chip.
The driver is rewritten from an out-of-tree version to meet mainline
standards. I write kernel code as a hobby, though, so there might still
be overlooked issues. Any suggestions are welcome.

Note when applying this series: the 3rd patch depends on
commit 262623961478836b from the mips-next tree, so the series should
preferably go in via mips-next. Otherwise the patch will conflict in the
merge window anyway.

WANG Xuerui (4):
  rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
  dt-bindings: rtc: Add bindings for LS2X RTC
  MIPS: Loongson64: DTS: Add RTC support to LS7A
  MIPS: Loongson: Enable LS2X RTC in loongson3_defconfig

 .../devicetree/bindings/rtc/trivial-rtc.yaml  |   2 +
 arch/mips/boot/dts/loongson/ls7a-pch.dtsi     |   5 +
 arch/mips/configs/loongson3_defconfig         |   1 +
 drivers/rtc/Kconfig                           |  11 +
 drivers/rtc/Makefile                          |   1 +
 drivers/rtc/rtc-ls2x.c                        | 225 ++++++++++++++++++
 6 files changed, 245 insertions(+)
 create mode 100644 drivers/rtc/rtc-ls2x.c

-- 
2.28.0


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

end of thread, other threads:[~2020-11-16 12:40 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23  7:58 [PATCH 0/4] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC WANG Xuerui
2020-09-23  7:58 ` [PATCH 1/4] " WANG Xuerui
2020-09-23  9:54   ` Tiezhu Yang
2020-09-23 14:31     ` Du Huanpeng
2020-09-25  6:13       ` WANG Xuerui
2020-11-16 12:40         ` Tiezhu Yang
2020-09-24  7:32     ` WANG Xuerui
2020-09-23 13:50   ` Jiaxun Yang
2020-09-23  7:58 ` [PATCH 2/4] dt-bindings: rtc: Add bindings for LS2X RTC WANG Xuerui
2020-09-29 18:45   ` Rob Herring
2020-09-23  7:58 ` [PATCH 3/4] MIPS: Loongson64: DTS: Add RTC support to LS7A WANG Xuerui
2020-09-23  7:58 ` [PATCH 4/4] MIPS: Loongson: Enable LS2X RTC in loongson3_defconfig WANG Xuerui

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