public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] arm: actions: dt for v4.16 #1
@ 2017-12-22 10:21 Andreas Färber
  2017-12-22 10:21 ` [GIT PULL] arm: actions: dt64 " Andreas Färber
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andreas Färber @ 2017-12-22 10:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof and Arnd,

Here's my dt pull for Actions Semi.
This adds one new S500 based board, which I already updated to new SPDX style.
A second pull will follow after I've converted the existing boards.

Regards,
Andreas

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

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.16

for you to fetch changes up to 271a70da383cf69f32742d9e2d01a7b16d04d60c:

  arm: dts: owl-s500: Add Sparky (2017-12-22 10:53:52 +0100)

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

This adds a DT for the Allo.com Sparky SBC.

----------------------------------------------------------------
Andreas F?rber (3):
      dt-bindings: Add vendor prefix for Allo.com
      dt-bindings: arm: actions: Add Sparky
      arm: dts: owl-s500: Add Sparky

 Documentation/devicetree/bindings/arm/actions.txt  |  1 +
 .../devicetree/bindings/vendor-prefixes.txt        |  1 +
 arch/arm/boot/dts/Makefile                         |  3 +-
 arch/arm/boot/dts/owl-s500-sparky.dts              | 43 ++++++++++++++++++++++
 4 files changed, 47 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/owl-s500-sparky.dts

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

* [GIT PULL] arm: actions: dt64 for v4.16 #1
  2017-12-22 10:21 [GIT PULL] arm: actions: dt for v4.16 #1 Andreas Färber
@ 2017-12-22 10:21 ` Andreas Färber
  2018-01-05  6:37   ` Olof Johansson
  2017-12-22 10:21 ` [GIT PULL] arm: actions: drivers for v4.16 Andreas Färber
  2018-01-05  6:37 ` [GIT PULL] arm: actions: dt for v4.16 #1 Olof Johansson
  2 siblings, 1 reply; 7+ messages in thread
From: Andreas Färber @ 2017-12-22 10:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof and Arnd,

Here's my dt64 pull for Actions Semi.
This adds S700 and the CubieBoard7. Timer binding will go via timer tree.
A second pull will follow after I've converted S900 to new SPDX style.

Regards,
Andreas

Cc: Daniel Lezcano <daniel.lezcano@linaro.org>

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

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.16

for you to fetch changes up to 0bea2a65387961efcb59794a9fb7f9a63c6eb722:

  arm64: dts: actions: Add S700 and CubieBoard7 (2017-12-22 10:52:54 +0100)

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

This adds S700 SoC and CubieBoard7.

----------------------------------------------------------------
Andreas F?rber (3):
      dt-bindings: arm: actions: Add S700 and CubieBoard7
      dt-bindings: power: Add Actions Semi S700 SPS
      arm64: dts: actions: Add S700 and CubieBoard7

 Documentation/devicetree/bindings/arm/actions.txt  |  15 ++
 .../devicetree/bindings/power/actions,owl-sps.txt  |   2 +
 arch/arm64/boot/dts/actions/Makefile               |   2 +
 arch/arm64/boot/dts/actions/s700-cubieboard7.dts   |  46 ++++++
 arch/arm64/boot/dts/actions/s700.dtsi              | 169 +++++++++++++++++++++
 include/dt-bindings/power/owl-s700-powergate.h     |  19 +++
 6 files changed, 253 insertions(+)
 create mode 100644 arch/arm64/boot/dts/actions/s700-cubieboard7.dts
 create mode 100644 arch/arm64/boot/dts/actions/s700.dtsi
 create mode 100644 include/dt-bindings/power/owl-s700-powergate.h

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

* [GIT PULL] arm: actions: drivers for v4.16
  2017-12-22 10:21 [GIT PULL] arm: actions: dt for v4.16 #1 Andreas Färber
  2017-12-22 10:21 ` [GIT PULL] arm: actions: dt64 " Andreas Färber
@ 2017-12-22 10:21 ` Andreas Färber
  2018-01-05  6:38   ` Olof Johansson
  2018-01-05  6:37 ` [GIT PULL] arm: actions: dt for v4.16 #1 Olof Johansson
  2 siblings, 1 reply; 7+ messages in thread
From: Andreas Färber @ 2017-12-22 10:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof and Arnd,

Here's my drivers pull for Actions Semi.
Timer changes are supposed to go via timer tree this time.

Regards,
Andreas

Cc: Daniel Lezcano <daniel.lezcano@linaro.org>

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

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.16

for you to fetch changes up to 3ad85b08f7789d51e6aad0f535296d1c31e319b9:

  soc: actions: sps: Add S700 (2017-11-27 23:11:01 +0100)

----------------------------------------------------------------
Actions Semi SoC drivers for v4.16

The SPS power domain driver is extended for S700 SoC.

----------------------------------------------------------------
Andreas F?rber (1):
      soc: actions: sps: Add S700

 drivers/soc/actions/owl-sps.c | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

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

* [GIT PULL] arm: actions: dt for v4.16 #1
  2017-12-22 10:21 [GIT PULL] arm: actions: dt for v4.16 #1 Andreas Färber
  2017-12-22 10:21 ` [GIT PULL] arm: actions: dt64 " Andreas Färber
  2017-12-22 10:21 ` [GIT PULL] arm: actions: drivers for v4.16 Andreas Färber
@ 2018-01-05  6:37 ` Olof Johansson
  2018-01-05  6:55   ` Andreas Färber
  2 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2018-01-05  6:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Dec 22, 2017 at 11:21:05AM +0100, Andreas F?rber wrote:
> Hi Olof and Arnd,
> 
> Here's my dt pull for Actions Semi.
> This adds one new S500 based board, which I already updated to new SPDX style.
> A second pull will follow after I've converted the existing boards.
> 
> Regards,
> Andreas
> 
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> 
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> 
> 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.16
> 
> for you to fetch changes up to 271a70da383cf69f32742d9e2d01a7b16d04d60c:
> 
>   arm: dts: owl-s500: Add Sparky (2017-12-22 10:53:52 +0100)
> 
> ----------------------------------------------------------------
> Actions Semi arm based SoC DT for v4.16
> 
> This adds a DT for the Allo.com Sparky SBC.
> 
> ----------------------------------------------------------------
> Andreas F?rber (3):
>       dt-bindings: Add vendor prefix for Allo.com
>       dt-bindings: arm: actions: Add Sparky
>       arm: dts: owl-s500: Add Sparky

Merged.

Tiny nit: For 32-bit, we use ARM: as prefix (and arm64: for 64-bit).
Yes, it's confusing. :)


-Olof

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

* [GIT PULL] arm: actions: dt64 for v4.16 #1
  2017-12-22 10:21 ` [GIT PULL] arm: actions: dt64 " Andreas Färber
@ 2018-01-05  6:37   ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2018-01-05  6:37 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Dec 22, 2017 at 11:21:06AM +0100, Andreas F?rber wrote:
> Hi Olof and Arnd,
> 
> Here's my dt64 pull for Actions Semi.
> This adds S700 and the CubieBoard7. Timer binding will go via timer tree.
> A second pull will follow after I've converted S900 to new SPDX style.
> 
> Regards,
> Andreas
> 
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> 
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> 
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> 
> 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.16
> 
> for you to fetch changes up to 0bea2a65387961efcb59794a9fb7f9a63c6eb722:
> 
>   arm64: dts: actions: Add S700 and CubieBoard7 (2017-12-22 10:52:54 +0100)
> 
> ----------------------------------------------------------------
> Actions Semi arm64 based SoC DT for v4.16
> 
> This adds S700 SoC and CubieBoard7.
> 
> ----------------------------------------------------------------
> Andreas F?rber (3):
>       dt-bindings: arm: actions: Add S700 and CubieBoard7
>       dt-bindings: power: Add Actions Semi S700 SPS
>       arm64: dts: actions: Add S700 and CubieBoard7

Merged, thanks.


-Olof

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

* [GIT PULL] arm: actions: drivers for v4.16
  2017-12-22 10:21 ` [GIT PULL] arm: actions: drivers for v4.16 Andreas Färber
@ 2018-01-05  6:38   ` Olof Johansson
  0 siblings, 0 replies; 7+ messages in thread
From: Olof Johansson @ 2018-01-05  6:38 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Dec 22, 2017 at 11:21:07AM +0100, Andreas F?rber wrote:
> Hi Olof and Arnd,
> 
> Here's my drivers pull for Actions Semi.
> Timer changes are supposed to go via timer tree this time.
> 
> Regards,
> Andreas
> 
> Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
> 
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> 
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> 
> 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.16
> 
> for you to fetch changes up to 3ad85b08f7789d51e6aad0f535296d1c31e319b9:
> 
>   soc: actions: sps: Add S700 (2017-11-27 23:11:01 +0100)
> 
> ----------------------------------------------------------------
> Actions Semi SoC drivers for v4.16
> 
> The SPS power domain driver is extended for S700 SoC.

Merged, thanks.

-Olof

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

* [GIT PULL] arm: actions: dt for v4.16 #1
  2018-01-05  6:37 ` [GIT PULL] arm: actions: dt for v4.16 #1 Olof Johansson
@ 2018-01-05  6:55   ` Andreas Färber
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Färber @ 2018-01-05  6:55 UTC (permalink / raw)
  To: linux-arm-kernel

Am 05.01.2018 um 07:37 schrieb Olof Johansson:
> On Fri, Dec 22, 2017 at 11:21:05AM +0100, Andreas F?rber wrote:
>> Hi Olof and Arnd,
>>
>> Here's my dt pull for Actions Semi.
>> This adds one new S500 based board, which I already updated to new SPDX style.
>> A second pull will follow after I've converted the existing boards.
>>
>> Regards,
>> Andreas
>>
>> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
>>
>>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
>>
>> 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.16
>>
>> for you to fetch changes up to 271a70da383cf69f32742d9e2d01a7b16d04d60c:
>>
>>   arm: dts: owl-s500: Add Sparky (2017-12-22 10:53:52 +0100)
>>
>> ----------------------------------------------------------------
>> Actions Semi arm based SoC DT for v4.16
>>
>> This adds a DT for the Allo.com Sparky SBC.
>>
>> ----------------------------------------------------------------
>> Andreas F?rber (3):
>>       dt-bindings: Add vendor prefix for Allo.com
>>       dt-bindings: arm: actions: Add Sparky
>>       arm: dts: owl-s500: Add Sparky
> 
> Merged.

Thanks!

> Tiny nit: For 32-bit, we use ARM: as prefix (and arm64: for 64-bit).
> Yes, it's confusing. :)

It's not confusing, it's just that Arm switched from ARM to arm/Arm, so
I started adjusting my scripts. I can revert that of course.

Cheers,
Andreas

-- 
SUSE Linux GmbH, Maxfeldstr. 5, 90409 N?rnberg, Germany
GF: Felix Imend?rffer, Jane Smithard, Graham Norton
HRB 21284 (AG N?rnberg)

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

end of thread, other threads:[~2018-01-05  6:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-22 10:21 [GIT PULL] arm: actions: dt for v4.16 #1 Andreas Färber
2017-12-22 10:21 ` [GIT PULL] arm: actions: dt64 " Andreas Färber
2018-01-05  6:37   ` Olof Johansson
2017-12-22 10:21 ` [GIT PULL] arm: actions: drivers for v4.16 Andreas Färber
2018-01-05  6:38   ` Olof Johansson
2018-01-05  6:37 ` [GIT PULL] arm: actions: dt for v4.16 #1 Olof Johansson
2018-01-05  6:55   ` Andreas Färber

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox