mbox series

[GIT,PULL] updates to soc/fsl drivers for next(v5.5)

Message ID 1573599595-31411-1-git-send-email-leoyang.li@nxp.com (mailing list archive)
State Mainlined
Commit 84a1b6e1d938be6a26a88083058884246415a5fc
Headers show
Series [GIT,PULL] updates to soc/fsl drivers for next(v5.5) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux.git tags/soc-fsl-next-v5.5

Message

Leo Li Nov. 12, 2019, 10:59 p.m. UTC
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