All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm: actions: dt for v4.20 #1
@ 2018-09-30 18:07 Andreas Färber
  2018-09-30 18:07 ` [GIT PULL] arm: actions: dt64 " Andreas Färber
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Andreas Färber @ 2018-09-30 18:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof and Arnd,

Here's my dt pull for Actions Semi.

Regards,
Andreas

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git tags/actions-arm-dt-for-4.20

for you to fetch changes up to 54f884cfce079d656af586037c42b58a84e1dae9:

  ARM: dts: owl: Convert to new-style SPDX license identifiers (2018-09-22 15:21:02 +0200)

----------------------------------------------------------------
Actions Semi arm based SoC DT for v4.20

This updates SPDX headers for remaining files.

----------------------------------------------------------------
Andreas F?rber (1):
      ARM: dts: owl: Convert to new-style SPDX license identifiers

 arch/arm/boot/dts/owl-s500-cubieboard6.dts     | 3 +--
 arch/arm/boot/dts/owl-s500-guitar-bb-rev-b.dts | 3 +--
 arch/arm/boot/dts/owl-s500-guitar.dtsi         | 3 +--
 arch/arm/boot/dts/owl-s500.dtsi                | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

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

* [GIT PULL] arm: actions: dt64 for v4.20 #1
  2018-09-30 18:07 [GIT PULL] arm: actions: dt for v4.20 #1 Andreas Färber
@ 2018-09-30 18:07 ` Andreas Färber
  2018-10-02  9:19   ` Arnd Bergmann
  2018-09-30 18:07 ` [GIT PULL] arm: actions: arm64 " Andreas Färber
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Andreas Färber @ 2018-09-30 18:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof and Arnd,

Here's my dt64 pull for Actions Semi.
It includes a topic branch for S900 SPS.

Regards,
Andreas

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git tags/actions-arm64-dt-for-4.20

for you to fetch changes up to 01463ac63b53e24e4e315aa9c5f091e9e0342ad4:

  arm64: dts: actions: s700: Set UART clock references from CMU (2018-09-30 18:57:23 +0200)

----------------------------------------------------------------
Actions Semi arm64 based SoC DT for v4.20

This updates SPDX headers for remaining files.

For S900 it adds clock, pinctrl, i2c and dma nodes.
S900 SPS is added via topic branch (shared with driver).

For S700 it adds clock nodes.

----------------------------------------------------------------
Andreas F?rber (2):
      arm64: dts: actions: Convert to new-style SPDX license identifiers
      Merge branch 'v4.20/s900-sps-bindings' into v4.20/dt64

Manivannan Sadhasivam (10):
      dt-bindings: power: Add Actions Semi S900 SPS
      arm64: dts: actions: s900: Add Clock Management Unit nodes
      arm64: dts: actions: s900: Source CMU clock for UARTs
      arm64: dts: actions: s900: Add SPS node
      arm64: dts: actions: s900: Add pinctrl node
      arm64: dts: actions: s900: Add gpio properties to pinctrl node
      arm64: dts: actions: s900-bubblegum-96: Add gpio line names
      arm64: dts: actions: s900: Add I2C controller nodes
      arm64: dts: actions: s900-bubblegum-96: Enable I2C1 and I2C2
      arm64: dts: actions: s900: Add DMA Controller

Saravanan Sekar (2):
      arm64: dts: actions: s700: Add Clock Management Unit
      arm64: dts: actions: s700: Set UART clock references from CMU

 .../devicetree/bindings/power/actions,owl-sps.txt  |   2 +
 arch/arm64/boot/dts/actions/Makefile               |   2 +
 arch/arm64/boot/dts/actions/s700-cubieboard7.dts   |   7 -
 arch/arm64/boot/dts/actions/s700.dtsi              |  21 ++
 arch/arm64/boot/dts/actions/s900-bubblegum-96.dts  | 224 ++++++++++++++++++++-
 arch/arm64/boot/dts/actions/s900.dtsi              | 118 ++++++++++-
 include/dt-bindings/power/owl-s900-powergate.h     |  23 +++
 7 files changed, 381 insertions(+), 16 deletions(-)
 create mode 100644 include/dt-bindings/power/owl-s900-powergate.h

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

* [GIT PULL] arm: actions: arm64 for v4.20 #1
  2018-09-30 18:07 [GIT PULL] arm: actions: dt for v4.20 #1 Andreas Färber
  2018-09-30 18:07 ` [GIT PULL] arm: actions: dt64 " Andreas Färber
@ 2018-09-30 18:07 ` Andreas Färber
  2018-10-01 14:00   ` Arnd Bergmann
  2018-09-30 18:07 ` [GIT PULL] arm: actions: drivers " Andreas Färber
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Andreas Färber @ 2018-09-30 18:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof and Arnd,

Here's my arm64 pull for Actions Semi.

Regards,
Andreas

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git tags/actions-arm64-soc-for-4.20

for you to fetch changes up to e0c27a1066a935671a00b1764385bc8118d8022c:

  arm64: actions: Enable PINCTRL in platforms Kconfig (2018-09-30 19:11:33 +0200)

----------------------------------------------------------------
Actions Semi arm64 SoC for v4.20

This updates and extends the MAINTAINERS entry, adding Mani.
It also selects PINCTRL in Kconfig.

----------------------------------------------------------------
Manivannan Sadhasivam (6):
      MAINTAINERS: Add reviewer for ACTIONS platforms
      MAINTAINERS: Add Actions Semi S900 clk entries
      MAINTAINERS: Update clock binding entry for Actions Semi Owl SoCs
      MAINTAINERS: Add entry for Actions Semiconductor Owl I2C driver
      MAINTAINERS: Add entry for Actions Semi Owl SoCs DMA driver
      arm64: actions: Enable PINCTRL in platforms Kconfig

 MAINTAINERS                  | 7 +++++++
 arch/arm64/Kconfig.platforms | 1 +
 2 files changed, 8 insertions(+)

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

* [GIT PULL] arm: actions: drivers for v4.20 #1
  2018-09-30 18:07 [GIT PULL] arm: actions: dt for v4.20 #1 Andreas Färber
  2018-09-30 18:07 ` [GIT PULL] arm: actions: dt64 " Andreas Färber
  2018-09-30 18:07 ` [GIT PULL] arm: actions: arm64 " Andreas Färber
@ 2018-09-30 18:07 ` Andreas Färber
  2018-10-02  8:10   ` Arnd Bergmann
  2018-09-30 18:07 ` [GIT PULL] arm: actions: drivers for v4.20 #2 Andreas Färber
  2018-10-02  9:17 ` [GIT PULL] arm: actions: dt for v4.20 #1 Arnd Bergmann
  4 siblings, 1 reply; 10+ messages in thread
From: Andreas Färber @ 2018-09-30 18:07 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof and Arnd,

Here's my drivers pull for Actions Semi.

Regards,
Andreas

The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:

  Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git tags/actions-drivers-for-4.20

for you to fetch changes up to 067517513ae437c2845bc593dbf99a142bdc9250:

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

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

This adopts SPDX license identifiers.
It also updates Kconfig help text.

----------------------------------------------------------------
Andreas F?rber (2):
      soc: actions: Convert to SPDX license identifiers
      soc: actions: Update SPS help text for S700

 drivers/soc/actions/Kconfig          | 2 +-
 drivers/soc/actions/Makefile         | 2 ++
 drivers/soc/actions/owl-sps-helper.c | 6 +-----
 drivers/soc/actions/owl-sps.c        | 6 +-----
 4 files changed, 5 insertions(+), 11 deletions(-)

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

* [GIT PULL] arm: actions: drivers for v4.20 #2
  2018-09-30 18:07 [GIT PULL] arm: actions: dt for v4.20 #1 Andreas Färber
                   ` (2 preceding siblings ...)
  2018-09-30 18:07 ` [GIT PULL] arm: actions: drivers " Andreas Färber
@ 2018-09-30 18:07 ` Andreas Färber
  2018-10-02  8:03   ` Arnd Bergmann
  2018-10-02  9:17 ` [GIT PULL] arm: actions: dt for v4.20 #1 Arnd Bergmann
  4 siblings, 1 reply; 10+ messages in thread
From: Andreas Färber @ 2018-09-30 18:07 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

* [GIT PULL] arm: actions: arm64 for v4.20 #1
  2018-09-30 18:07 ` [GIT PULL] arm: actions: arm64 " Andreas Färber
@ 2018-10-01 14:00   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2018-10-01 14:00 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Sep 30, 2018 at 8:07 PM Andreas F?rber <afaerber@suse.de> wrote:
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git tags/actions-arm64-soc-for-4.20
>
> for you to fetch changes up to e0c27a1066a935671a00b1764385bc8118d8022c:
>
>   arm64: actions: Enable PINCTRL in platforms Kconfig (2018-09-30 19:11:33 +0200)
>
> ----------------------------------------------------------------
> Actions Semi arm64 SoC for v4.20
>
> This updates and extends the MAINTAINERS entry, adding Mani.
> It also selects PINCTRL in Kconfig.

Pulled into next/soc; thanks, and welcome Manivannan as a reviewer!

      Arnd

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

* [GIT PULL] arm: actions: drivers for v4.20 #2
  2018-09-30 18:07 ` [GIT PULL] arm: actions: drivers for v4.20 #2 Andreas Färber
@ 2018-10-02  8:03   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2018-10-02  8:03 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

* [GIT PULL] arm: actions: drivers for v4.20 #1
  2018-09-30 18:07 ` [GIT PULL] arm: actions: drivers " Andreas Färber
@ 2018-10-02  8:10   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2018-10-02  8:10 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Sep 30, 2018 at 8:07 PM Andreas F?rber <afaerber@suse.de> wrote:
>
> Hi Olof and Arnd,
>
> Here's my drivers pull for Actions Semi.
>
> Regards,
> Andreas
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git tags/actions-drivers-for-4.20
>
> for you to fetch changes up to 067517513ae437c2845bc593dbf99a142bdc9250:
>
>   soc: actions: Update SPS help text for S700 (2018-09-22 22:09:47 +0200)
>
> ----------------------------------------------------------------
> Actions Semi SoC drivers for v4.20 #1
>
> This adopts SPDX license identifiers.
> It also updates Kconfig help text.

Since I pulled the actions-drivers+s900-sps-for-4.20 tag first, this was
already included.

     Arnd

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

* [GIT PULL] arm: actions: dt for v4.20 #1
  2018-09-30 18:07 [GIT PULL] arm: actions: dt for v4.20 #1 Andreas Färber
                   ` (3 preceding siblings ...)
  2018-09-30 18:07 ` [GIT PULL] arm: actions: drivers for v4.20 #2 Andreas Färber
@ 2018-10-02  9:17 ` Arnd Bergmann
  4 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2018-10-02  9:17 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Sep 30, 2018 at 8:07 PM Andreas F?rber <afaerber@suse.de> wrote:
>
> The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3:
>
>   Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git tags/actions-arm-dt-for-4.20
>
> for you to fetch changes up to 54f884cfce079d656af586037c42b58a84e1dae9:
>
>   ARM: dts: owl: Convert to new-style SPDX license identifiers (2018-09-22 15:21:02 +0200)
>
> ----------------------------------------------------------------
> Actions Semi arm based SoC DT for v4.20
>
> This updates SPDX headers for remaining files.
>
> ----------------------------------------------------------------
> Andreas F?rber (1):
>       ARM: dts: owl: Convert to new-style SPDX license identifiers

Pulled into next/dt, thanks!

       Arnd

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

* [GIT PULL] arm: actions: dt64 for v4.20 #1
  2018-09-30 18:07 ` [GIT PULL] arm: actions: dt64 " Andreas Färber
@ 2018-10-02  9:19   ` Arnd Bergmann
  0 siblings, 0 replies; 10+ messages in thread
From: Arnd Bergmann @ 2018-10-02  9:19 UTC (permalink / raw)
  To: linux-arm-kernel

On Sun, Sep 30, 2018 at 8:07 PM Andreas F?rber <afaerber@suse.de> wrote:

>
>   git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git tags/actions-arm64-dt-for-4.20
>
> for you to fetch changes up to 01463ac63b53e24e4e315aa9c5f091e9e0342ad4:
>
>   arm64: dts: actions: s700: Set UART clock references from CMU (2018-09-30 18:57:23 +0200)
>
> ----------------------------------------------------------------
> Actions Semi arm64 based SoC DT for v4.20
>
> This updates SPDX headers for remaining files.
>
> For S900 it adds clock, pinctrl, i2c and dma nodes.
> S900 SPS is added via topic branch (shared with driver).
>
> For S700 it adds clock nodes.

Pulled into next/dt, thanks!

        Arnd

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

end of thread, other threads:[~2018-10-02  9:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-30 18:07 [GIT PULL] arm: actions: dt for v4.20 #1 Andreas Färber
2018-09-30 18:07 ` [GIT PULL] arm: actions: dt64 " Andreas Färber
2018-10-02  9:19   ` Arnd Bergmann
2018-09-30 18:07 ` [GIT PULL] arm: actions: arm64 " Andreas Färber
2018-10-01 14:00   ` Arnd Bergmann
2018-09-30 18:07 ` [GIT PULL] arm: actions: drivers " Andreas Färber
2018-10-02  8:10   ` Arnd Bergmann
2018-09-30 18:07 ` [GIT PULL] arm: actions: drivers for v4.20 #2 Andreas Färber
2018-10-02  8:03   ` Arnd Bergmann
2018-10-02  9:17 ` [GIT PULL] arm: actions: dt for v4.20 #1 Arnd Bergmann

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.