All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] updates to soc/fsl drivers for next(v5.5)
@ 2019-11-12 22:59 ` Li Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Li Yang @ 2019-11-12 22:59 UTC (permalink / raw)
  To: arm, soc; +Cc: linux-arm-kernel, linux-kernel, shawnguo

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

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

* [GIT PULL] updates to soc/fsl drivers for next(v5.5)
@ 2019-11-12 22:59 ` Li Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Li Yang @ 2019-11-12 22:59 UTC (permalink / raw)
  To: arm, soc; +Cc: shawnguo, linux-kernel, linux-arm-kernel

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

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-11-12 23:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-12 22:59 [GIT PULL] updates to soc/fsl drivers for next(v5.5) Li Yang
2019-11-12 22:59 ` Li Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.