[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1573599595-31411-1-git-send-email-leoyang.li@nxp.com>
Date: Tue, 12 Nov 2019 16:59:55 -0600
From: Li Yang <leoyang.li@....com>
To: arm@...nel.org, soc@...nel.org
Cc: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
shawnguo@...nel.org
Subject: [GIT PULL] updates to soc/fsl drivers for next(v5.5)
Hi arm-soc maintainers,
Please find the pull request for a new NXP/FSL SoC driver to support system
wakeup with RCPM IP.
Regards,
Leo
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-next-v5.5
for you to fetch changes up to 3b8db0348c503823fb09b5f304b196c3362754ea:
soc: fsl: add RCPM driver (2019-11-12 15:26:05 -0600)
----------------------------------------------------------------
NXP/FSL SoC driver updates for v5.5
RCPM driver for ARM SoCs
- add RCPM driver to manage the wakeup devices for QorIQ ARM SoCs (HW low
power states are supported in PSCI firmware)
- add API to PM wakeup framework to retrieve wakeup sources
----------------------------------------------------------------
Ran Wang (3):
PM: wakeup: Add routine to help fetch wakeup source object.
dt-bindings: fsl: rcpm: Add 'little-endian' and update Chassis definition
soc: fsl: add RCPM driver
Documentation/devicetree/bindings/soc/fsl/rcpm.txt | 14 +-
drivers/base/power/wakeup.c | 54 ++++++++
drivers/soc/fsl/Kconfig | 10 ++
drivers/soc/fsl/Makefile | 1 +
drivers/soc/fsl/rcpm.c | 151 +++++++++++++++++++++
include/linux/pm_wakeup.h | 9 ++
6 files changed, 235 insertions(+), 4 deletions(-)
create mode 100644 drivers/soc/fsl/rcpm.c
Powered by blists - more mailing lists