linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/4] Add i.MX SCU general interrupt support
@ 2019-02-14  3:44 Anson Huang
  2019-02-14  3:44 ` [PATCH V2 1/4] dt-bindings: fsl: scu: add " Anson Huang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Anson Huang @ 2019-02-14  3:44 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	a.zummo, alexandre.belloni, Aisheng Dong, ulf.hansson, sboyd,
	Daniel Baluta, devicetree, linux-kernel, linux-arm-kernel,
	linux-rtc
  Cc: dl-linux-imx

This patch series adds i.MX SCU general interrupt support, the SCU general
interrupt supports RTC alarm, wdog, thermal alarm etc., e.g. RTC alarm
irq is controlled by system controller and when RTC alarm fires, system
controller will general SCU MU general interrupt rather than RTC IRQ, so
need to use notification for RTC driver to handle the alarm event.

RTC alarm function patch depends on i.MX SCU general interrupt support,
so put it into same series for review.

Anson Huang (4):
  dt-bindings: fsl: scu: add general interrupt support
  firmware: imx: enable imx scu general irq function
  arm64: dts: freescale: imx8qxp: enable scu general irq channel
  rtc: imx-sc: add rtc alarm support

 .../devicetree/bindings/arm/freescale/fsl,scu.txt  |  18 ++--
 arch/arm64/boot/dts/freescale/imx8qxp.dtsi         |   6 +-
 drivers/firmware/imx/imx-scu.c                     | 101 +++++++++++++++++++++
 drivers/rtc/rtc-imx-sc.c                           | 100 ++++++++++++++++++++
 include/linux/firmware/imx/sci.h                   |   3 +
 5 files changed, 220 insertions(+), 8 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-02-19  3:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-14  3:44 [PATCH V2 0/4] Add i.MX SCU general interrupt support Anson Huang
2019-02-14  3:44 ` [PATCH V2 1/4] dt-bindings: fsl: scu: add " Anson Huang
2019-02-18 20:04   ` Rob Herring
2019-02-14  3:44 ` [PATCH V2 2/4] firmware: imx: enable imx scu general irq function Anson Huang
2019-02-14  3:44 ` [PATCH V2 3/4] arm64: dts: freescale: imx8qxp: enable scu general irq channel Anson Huang
2019-02-14  3:44 ` [PATCH V2 4/4] rtc: imx-sc: add rtc alarm support Anson Huang
2019-02-18 21:57   ` Alexandre Belloni
2019-02-19  3:11     ` Anson Huang

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