[PATCH V2 0/4] Add i.MX SCU general interrupt support

From: Anson Huang
Date: Wed Feb 13 2019 - 22:44:27 EST


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