All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] arm64: Add initial Actions Semi S700 and CubieBoard7 support
@ 2017-11-13 23:34 ` Andreas Färber
  0 siblings, 0 replies; 54+ messages in thread
From: Andreas Färber @ 2017-11-13 23:34 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Thomas Liau, Jeff Chen, 张东风,
	刘炜, 张天益, 梅利,
	support, linux-kernel, Andreas Färber, Ahha Lee, devicetree,
	Daniel Lezcano, Thomas Gleixner

Hello,

This series prepares the Actions Semi S700 SoC and Cubietech CubieBoard7.
It boots equally far as the S900 based Bubblegum-96 these patches are based on,
i.e. into an initrd with serial and all four cores up.

v2 modifies the clocksource driver patches and adds SPS patches.

Not having succeeded to replace the bootloader on eMMC or to try
booting from SD, the only working way I've found to boot mainline kernels
appears to be booting into Android, then issuing "reboot bootloader". U-Boot
is lacking the saveenv command, so it wasn't possible to change the bootdelay
to facilitate this.

Cf. https://en.opensuse.org/HCL:CubieBoard7

Work branch:
https://github.com/afaerber/linux/commits/bg96-next

Have a lot of fun!

Cheers,
Andreas

v1 -> v2:
* Prepended patch converting CLOCKSOURCE_OF_DECLARE() to TIMER_OF_DECLARE() (Daniel)
* Added patches for SPS

Cc: Ahha Lee <lee@cubietech.com>
Cc: support@cubietech.com
Cc: Jeff Chen <jeff.chen@actions-semi.com>

Cc: devicetree@vger.kernel.org
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>

Andreas Färber (8):
  dt-bindings: arm: actions: Add S700 and CubieBoard7
  dt-bindings: timer: Add Actions Semi S700
  clocksource: owl: Adopt TIMER_OF_DECLARE()
  clocksource: owl: Prepare S700
  arm64: dts: actions: Add S700 and CubieBoard7
  dt-bindings: power: Add Actions Semi S700 SPS
  soc: actions: sps: Add S700
  arm64: dts: actions: Add S700 SPS node

 Documentation/devicetree/bindings/arm/actions.txt  |  15 ++
 .../devicetree/bindings/power/actions,owl-sps.txt  |   2 +
 .../bindings/timer/actions,owl-timer.txt           |   1 +
 arch/arm64/boot/dts/actions/Makefile               |   2 +
 arch/arm64/boot/dts/actions/s700-cubieboard7.dts   |  47 ++++++
 arch/arm64/boot/dts/actions/s700.dtsi              | 170 +++++++++++++++++++++
 drivers/clocksource/owl-timer.c                    |   5 +-
 drivers/soc/actions/owl-sps.c                      |  42 +++++
 include/dt-bindings/power/owl-s700-powergate.h     |  20 +++
 9 files changed, 302 insertions(+), 2 deletions(-)
 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

-- 
2.13.6

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

end of thread, other threads:[~2017-12-22 10:10 UTC | newest]

Thread overview: 54+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13 23:34 [PATCH v2 0/8] arm64: Add initial Actions Semi S700 and CubieBoard7 support Andreas Färber
2017-11-13 23:34 ` Andreas Färber
2017-11-13 23:34 ` [PATCH v2 1/8] dt-bindings: arm: actions: Add S700 and CubieBoard7 Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-11-16 14:03   ` Andreas Färber
2017-11-16 14:03     ` Andreas Färber
2017-11-13 23:34 ` [PATCH v2 2/8] dt-bindings: timer: Add Actions Semi S700 Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-12-07 13:15   ` Daniel Lezcano
2017-12-07 13:15     ` Daniel Lezcano
2017-11-13 23:34 ` [PATCH v2 3/8] clocksource: owl: Adopt TIMER_OF_DECLARE() Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-12-07 13:15   ` Daniel Lezcano
2017-12-07 13:15     ` Daniel Lezcano
2017-11-13 23:34 ` [PATCH v2 4/8] clocksource: owl: Prepare S700 Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-12-04 23:00   ` Andreas Färber
2017-12-04 23:00     ` Andreas Färber
2017-12-07  9:23     ` Daniel Lezcano
2017-12-07  9:23       ` Daniel Lezcano
2017-12-07 12:47       ` Andreas Färber
2017-12-07 12:47         ` Andreas Färber
2017-12-07 13:11         ` Daniel Lezcano
2017-12-07 13:11           ` Daniel Lezcano
2017-12-07 13:16           ` Andreas Färber
2017-12-07 13:16             ` Andreas Färber
2017-12-07 13:16   ` Daniel Lezcano
2017-12-07 13:16     ` Daniel Lezcano
2017-11-13 23:34 ` [PATCH v2 5/8] arm64: dts: actions: Add S700 and CubieBoard7 Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-12-22 10:10   ` Andreas Färber
2017-12-22 10:10     ` Andreas Färber
2017-12-22 10:10     ` Andreas Färber
2017-11-13 23:34 ` [PATCH v2 6/8] dt-bindings: power: Add Actions Semi S700 SPS Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-11-16  4:35   ` Rob Herring
2017-11-16  4:35     ` Rob Herring
2017-11-16  4:35     ` Rob Herring
2017-11-16 13:42     ` Andreas Färber
2017-11-16 13:42       ` Andreas Färber
2017-11-13 23:34 ` [PATCH v2 7/8] soc: actions: sps: Add S700 Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-11-16 14:05   ` Andreas Färber
2017-11-16 14:05     ` Andreas Färber
2017-11-13 23:34 ` [PATCH v2 8/8] arm64: dts: actions: Add S700 SPS node Andreas Färber
2017-11-13 23:34   ` Andreas Färber
2017-11-16 14:16   ` Andreas Färber
2017-11-16 14:16     ` Andreas Färber
2017-11-16 14:16     ` Andreas Färber
2017-12-07  9:20 ` [PATCH v2 0/8] arm64: Add initial Actions Semi S700 and CubieBoard7 support Daniel Lezcano
2017-12-07  9:20   ` Daniel Lezcano
2017-12-07 11:30   ` Andreas Färber
2017-12-07 11:30     ` Andreas Färber
2017-12-07 11:30     ` Andreas Färber

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.