All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arm: actions: soc for v4.15
@ 2017-11-04 11:09 Andreas Färber
  2017-11-04 11:09 ` [GIT PULL] arm: actions: dt " Andreas Färber
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Andreas Färber @ 2017-11-04 11:09 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnd and Olof,

Here's a (late) soc pull for Actions Semi.
These are pretty much non-functional cleanups.

Regards,
Andreas

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions.git tags/actions-arm-soc-for-4.15

for you to fetch changes up to 6c2eb3e76fb84e2eb46d484f71fab469c0d9532c:

  ARM: owl: smp: Drop owl_secondary_boot() (2017-09-20 16:49:27 +0200)

----------------------------------------------------------------
Actions Semi Arm SoC for v4.15

This cleans up the S500 SMP code.

----------------------------------------------------------------
Andreas F?rber (2):
      ARM: owl: smp: Use __pa_symbol()
      ARM: owl: smp: Drop owl_secondary_boot()

 arch/arm/mach-actions/Makefile  |  4 +---
 arch/arm/mach-actions/headsmp.S | 52 -----------------------------------------
 arch/arm/mach-actions/platsmp.c |  2 +-
 3 files changed, 2 insertions(+), 56 deletions(-)
 delete mode 100644 arch/arm/mach-actions/headsmp.S

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

* [GIT PULL] arm: actions: dt for v4.15
  2017-11-04 11:09 [GIT PULL] arm: actions: soc for v4.15 Andreas Färber
@ 2017-11-04 11:09 ` Andreas Färber
  2017-11-07 15:05   ` Arnd Bergmann
  2017-11-04 11:09 ` [GIT PULL] arm: actions: dt64 " Andreas Färber
  2017-11-07 19:11 ` [GIT PULL] arm: actions: soc " Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Andreas Färber @ 2017-11-04 11:09 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof and Arnd,

Here's a (late) dt pull for Actions Semi.
This clock node is needed to make use of the full serial driver merged in 4.14.
CubieBoard6 is new for 4.15.

Regards,
Andreas

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -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.15

for you to fetch changes up to 7f6a78fe34f041da317e46813254abab776d46f7:

  ARM: dts: owl-s500: Add CubieBoard6 (2017-11-04 18:12:45 +0800)

----------------------------------------------------------------
Actions Semi ARM based SoC DT for v4.15

This updates the Guitar board DT with a clock node for the debug UART
and adds a new DT for the CubieBoard6.
It also updates the S500 DT with CPU power domains.

----------------------------------------------------------------
Andreas F?rber (4):
      ARM: dts: owl-s500: Set power domains for CPU2 and CPU3
      ARM: dts: owl-s500-guitar-bb-rev-b: Add fake uart3 clock
      dt-bindings: arm: actions: Add CubieBoard6
      ARM: dts: owl-s500: Add CubieBoard6

 Documentation/devicetree/bindings/arm/actions.txt |  1 +
 arch/arm/boot/dts/Makefile                        |  1 +
 arch/arm/boot/dts/owl-s500-cubieboard6.dts        | 44 +++++++++++++++++++++++
 arch/arm/boot/dts/owl-s500-guitar-bb-rev-b.dts    |  7 ++++
 arch/arm/boot/dts/owl-s500.dtsi                   |  3 ++
 5 files changed, 56 insertions(+)
 create mode 100644 arch/arm/boot/dts/owl-s500-cubieboard6.dts

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

* [GIT PULL] arm: actions: dt64 for v4.15
  2017-11-04 11:09 [GIT PULL] arm: actions: soc for v4.15 Andreas Färber
  2017-11-04 11:09 ` [GIT PULL] arm: actions: dt " Andreas Färber
@ 2017-11-04 11:09 ` Andreas Färber
  2017-11-07 15:08   ` Arnd Bergmann
  2017-11-07 19:11 ` [GIT PULL] arm: actions: soc " Arnd Bergmann
  2 siblings, 1 reply; 6+ messages in thread
From: Andreas Färber @ 2017-11-04 11:09 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof and Arnd,

Here's a (late) dt64 pull for Actions Semi.
This clock node is needed to make use of the full serial driver merged in 4.14.

Regards,
Andreas

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -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.15

for you to fetch changes up to 965f94c77552d80f824229a6a68f7ca92a59e5ff:

  arm64: dts: actions: s900-bubblegum-96: Add fake uart5 clock (2017-11-04 18:21:10 +0800)

----------------------------------------------------------------
Actions Semi ARM64 based SoC DT for v4.15

This updates the Bubblegum-96 DT with a clock node for the debug UART.

----------------------------------------------------------------
Andreas F?rber (1):
      arm64: dts: actions: s900-bubblegum-96: Add fake uart5 clock

 arch/arm64/boot/dts/actions/s900-bubblegum-96.dts | 7 +++++++
 1 file changed, 7 insertions(+)

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

* [GIT PULL] arm: actions: dt for v4.15
  2017-11-04 11:09 ` [GIT PULL] arm: actions: dt " Andreas Färber
@ 2017-11-07 15:05   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2017-11-07 15:05 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Nov 4, 2017 at 12:09 PM, Andreas F?rber <afaerber@suse.de> wrote:
> Hi Olof and Arnd,
>
> Here's a (late) dt pull for Actions Semi.
> This clock node is needed to make use of the full serial driver merged in 4.14.
> CubieBoard6 is new for 4.15.

Pulled into next/dt, thanks!

       Arnd

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

* [GIT PULL] arm: actions: dt64 for v4.15
  2017-11-04 11:09 ` [GIT PULL] arm: actions: dt64 " Andreas Färber
@ 2017-11-07 15:08   ` Arnd Bergmann
  0 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2017-11-07 15:08 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Nov 4, 2017 at 12:09 PM, Andreas F?rber <afaerber@suse.de> wrote:
> Hi Olof and Arnd,
>
> Here's a (late) dt64 pull for Actions Semi.
> This clock node is needed to make use of the full serial driver merged in 4.14.

Pulled into next/dt, thanks!

      Arnd

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

* [GIT PULL] arm: actions: soc for v4.15
  2017-11-04 11:09 [GIT PULL] arm: actions: soc for v4.15 Andreas Färber
  2017-11-04 11:09 ` [GIT PULL] arm: actions: dt " Andreas Färber
  2017-11-04 11:09 ` [GIT PULL] arm: actions: dt64 " Andreas Färber
@ 2017-11-07 19:11 ` Arnd Bergmann
  2 siblings, 0 replies; 6+ messages in thread
From: Arnd Bergmann @ 2017-11-07 19:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Nov 4, 2017 at 12:09 PM, Andreas F?rber <afaerber@suse.de> wrote:
> Hi Arnd and Olof,
>
> Here's a (late) soc pull for Actions Semi.
> These are pretty much non-functional cleanups.

Pulled into next/soc, thanks

      Arnd

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

end of thread, other threads:[~2017-11-07 19:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-04 11:09 [GIT PULL] arm: actions: soc for v4.15 Andreas Färber
2017-11-04 11:09 ` [GIT PULL] arm: actions: dt " Andreas Färber
2017-11-07 15:05   ` Arnd Bergmann
2017-11-04 11:09 ` [GIT PULL] arm: actions: dt64 " Andreas Färber
2017-11-07 15:08   ` Arnd Bergmann
2017-11-07 19:11 ` [GIT PULL] arm: actions: soc " 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.