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, archived
Commit 3b8db0348c503823fb09b5f304b196c3362754ea
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

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#891): https://linux.kernel.org/g/patchwork-soc/message/891
Mute This Topic: https://linux.kernel.org/mt/54794357/1554929
Group Owner: patchwork-soc+owner@linux.kernel.org
Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub  [patchwork-linux-kernel-org@patchwork.kernel.org]
-=-=-=-=-=-=-=-=-=-=-=-

Comments

patchwork-bot+linux-soc@kernel.org Nov. 13, 2019, 7:22 a.m. UTC | #1
Hello:

The following patches were marked "accepted", because they were applied to
soc/soc.git (refs/heads/for-next):

Series: [GIT,PULL,1/3] few more dts changes for omaps for v5.5
  Submitter: Tony Lindgren <tony@atomide.com>
  Patchwork: https://patchwork.kernel.org/project/linux-soc/list/?series=201829
    Patches: [GIT,PULL,1/3] few more dts changes for omaps for v5.5
             [GIT,PULL,2/3] few more soc changes for omaps for v5.5
             [GIT,PULL,3/3] update maintainers file paths

Patch: [GIT,PULL] updates to soc/fsl drivers for next(v5.5)
  Submitter: Li Yang <leoyang.li@nxp.com>
  Patchwork: https://patchwork.kernel.org/project/linux-soc/list/?series=201981

Total patches: 4
patchwork-bot+linux-soc@kernel.org Nov. 13, 2019, 7:22 a.m. UTC | #2
Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next).

On Tue, 12 Nov 2019 16:59:55 -0600 you wrote:
> 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
> 
> [...]


Here is a summary with links:
  - [GIT,PULL] updates to soc/fsl drivers for next(v5.5)
    https://git.kernel.org/soc/soc/c/84a1b6e1d938be6a26a88083058884246415a5fc

You are awesome, thank you!