mbox series

[GIT,PULL] arm: actions: drivers for v4.20 #2

Message ID 20180930180715.25829-5-afaerber@suse.de
State New
Headers show
Series [GIT,PULL] arm: actions: drivers for v4.20 #2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git actions-drivers+s900-sps-for-4.20

Message

Andreas Färber Sept. 30, 2018, 6:07 p.m. UTC
Hi Olof and Arnd,

Here's another drivers pull for Actions Semi.
It merges a topic branch with S900 SPS bindings.

Regards,
Andreas

The following changes since commit 067517513ae437c2845bc593dbf99a142bdc9250:

  soc: actions: Update SPS help text for S700 (2018-09-22 22:09:47 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git actions-drivers+s900-sps-for-4.20

for you to fetch changes up to da8c37e13d1dec58c795ca6ed81c3da064a3cbb4:

  soc: actions: sps: Add S900 power domains (2018-09-30 16:48:10 +0200)

----------------------------------------------------------------
Actions Semi SoC drivers for v4.20 #2

The SPS power domain driver is extended for S900 SoC.
This required merging a topic branch for the new bindings header.

----------------------------------------------------------------
Andreas Färber (1):
      Merge branch 'v4.20/s900-sps-bindings' into v4.20/drivers+s900-sps

Manivannan Sadhasivam (2):
      dt-bindings: power: Add Actions Semi S900 SPS
      soc: actions: sps: Add S900 power domains

 .../devicetree/bindings/power/actions,owl-sps.txt  |  2 +
 drivers/soc/actions/Kconfig                        |  2 +-
 drivers/soc/actions/owl-sps.c                      | 58 ++++++++++++++++++++++
 include/dt-bindings/power/owl-s900-powergate.h     | 23 +++++++++
 4 files changed, 84 insertions(+), 1 deletion(-)
 create mode 100644 include/dt-bindings/power/owl-s900-powergate.h

Comments

Arnd Bergmann Oct. 2, 2018, 8:03 a.m. UTC | #1
On Sun, Sep 30, 2018 at 8:07 PM Andreas Färber <afaerber@suse.de> wrote:
>
> Hi Olof and Arnd,
>
> Here's another drivers pull for Actions Semi.
> It merges a topic branch with S900 SPS bindings.

Pulled into next/drivers, thanks!

      Arnd