All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: Socionext MB86S71 and Fujitsu F-Cue enablement
@ 2017-06-25 17:00 ` Andreas Färber
  0 siblings, 0 replies; 64+ messages in thread
From: Andreas Färber @ 2017-06-25 17:00 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: linux-kernel, Masahiro Yamada, Satoru OKAMOTO,
	Andreas Färber, devicetree, Jassi Brar, Andy Green,
	Vincent Yang, Tetsuya Nuriya, Michael Turquette, Stephen Boyd,
	Linus Walleij

Hello,

This mini-series adds initial Device Trees for the Socionext MB86S71 SoC and
the Fujitsu F-Cue board. A clk driver and a gpio driver are already merged,
although the clk driver does not build for lack of an scb mailbox driver.
I am not familiar with the circumstances of those older efforts.

My proposal is to disable the build of the clk driver for now. This allows
to introduce the Kconfig symbol without breaking the build.

With the Device Tree added here it is possible to boot into an initrd,
with one CPU core up.

Cf. https://en.opensuse.org/HCL:F-Cue

More experimental patches at:
https://github.com/afaerber/linux/commits/f-cue-next

Have a lot of fun!

Cheers,
Andreas

Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Satoru OKAMOTO <okamoto.satoru@socionext.com>
Cc: devicetree@vger.kernel.org

Cc: Jassi Brar <jaswinder.singh@linaro.org>
Cc: Andy Green <andy.green@linaro.org>
Cc: Vincent Yang <vincent.yang@socionext.com>
Cc: Tetsuya Nuriya <nuriya.tetsuya@socionext.com>
Cc: Michael Turquette <mturquette@linaro.org>
Cc: Stephen Boyd <stephen.boyd@linaro.org>
Cc: Linus Walleij <linus.walleij@linaro.org>

Andreas Färber (5):
  clk: mb86s7x: Suppress build
  ARM: Prepare Socionext MB86S71
  dt-bindings: arm: Document Socionext MB86S71 and Fujitsu F-Cue
  ARM: dts: Add Socionext MB86S71 and Fujitsu F-Cue
  ARM: dts: mb86s71-f-cue: Add fake UART0 clock

 .../devicetree/bindings/arm/socionext.txt          |  17 ++
 arch/arm/Kconfig                                   |   2 +
 arch/arm/Makefile                                  |   1 +
 arch/arm/boot/dts/Makefile                         |   2 +
 arch/arm/boot/dts/mb86s71-f-cue.dts                |  46 ++++++
 arch/arm/boot/dts/mb86s71.dtsi                     | 178 +++++++++++++++++++++
 arch/arm/mach-mb86s7x/Kconfig                      |  10 ++
 arch/arm/mach-mb86s7x/Makefile                     |   1 +
 drivers/clk/Makefile                               |   2 +-
 9 files changed, 258 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/arm/socionext.txt
 create mode 100644 arch/arm/boot/dts/mb86s71-f-cue.dts
 create mode 100644 arch/arm/boot/dts/mb86s71.dtsi
 create mode 100644 arch/arm/mach-mb86s7x/Kconfig
 create mode 100644 arch/arm/mach-mb86s7x/Makefile

-- 
2.12.3

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

end of thread, other threads:[~2017-11-13 15:55 UTC | newest]

Thread overview: 64+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-25 17:00 [PATCH 0/5] ARM: Socionext MB86S71 and Fujitsu F-Cue enablement Andreas Färber
2017-06-25 17:00 ` Andreas Färber
2017-06-25 17:00 ` Andreas Färber
2017-06-25 17:00 ` [PATCH 1/5] clk: mb86s7x: Suppress build Andreas Färber
2017-06-25 17:00   ` Andreas Färber
2017-06-28 16:13   ` Stephen Boyd
2017-06-28 16:13     ` Stephen Boyd
2017-06-28 17:32     ` Jassi Brar
2017-06-28 17:32       ` Jassi Brar
2017-06-28 17:32       ` Jassi Brar
2017-06-28 22:29       ` Stephen Boyd
2017-06-28 22:29         ` Stephen Boyd
2017-06-29 11:17         ` Andreas Färber
2017-06-29 11:17           ` Andreas Färber
2017-06-29 11:17           ` Andreas Färber
2017-06-25 17:00 ` [PATCH 2/5] ARM: Prepare Socionext MB86S71 Andreas Färber
2017-06-25 17:00   ` Andreas Färber
2017-06-25 17:00 ` [PATCH 3/5] dt-bindings: arm: Document Socionext MB86S71 and Fujitsu F-Cue Andreas Färber
2017-06-25 17:00   ` Andreas Färber
2017-06-25 17:00   ` Andreas Färber
2017-06-28 16:46   ` Rob Herring
2017-06-28 16:46     ` Rob Herring
2017-06-28 16:46     ` Rob Herring
2017-06-29 12:18     ` Masahiro Yamada
2017-06-29 12:18       ` Masahiro Yamada
2017-06-29 12:18       ` Masahiro Yamada
2017-06-29 12:53       ` Andreas Färber
2017-06-29 12:53         ` Andreas Färber
2017-06-29 12:53         ` Andreas Färber
2017-06-29 17:18         ` Masahiro Yamada
2017-06-29 17:18           ` Masahiro Yamada
2017-06-29 17:18           ` Masahiro Yamada
2017-11-04 13:44           ` Andreas Färber
2017-11-04 13:44             ` Andreas Färber
2017-11-04 13:44             ` Andreas Färber
2017-11-04 14:57             ` Ard Biesheuvel
2017-11-04 14:57               ` Ard Biesheuvel
2017-11-04 15:30               ` Andreas Färber
2017-11-04 15:30                 ` Andreas Färber
2017-11-04 15:30                 ` Andreas Färber
2017-11-04 15:39                 ` Ard Biesheuvel
2017-11-04 15:39                   ` Ard Biesheuvel
2017-11-04 20:06                   ` Andreas Färber
2017-11-04 20:06                     ` Andreas Färber
2017-11-04 20:06                     ` Andreas Färber
2017-11-04 20:39                     ` Ard Biesheuvel
2017-11-04 20:39                       ` Ard Biesheuvel
2017-11-06  6:58                       ` Andreas Färber
2017-11-06  6:58                         ` Andreas Färber
2017-11-06  6:58                         ` Andreas Färber
2017-11-06  8:05                         ` Yang Zhang
2017-11-06  8:05                           ` Yang Zhang
2017-11-06 11:28                         ` Ard Biesheuvel
2017-11-06 11:28                           ` Ard Biesheuvel
2017-11-06 11:28                           ` Ard Biesheuvel
2017-11-13 15:40                           ` Andreas Färber
2017-11-13 15:40                             ` Andreas Färber
2017-11-13 15:40                             ` Andreas Färber
2017-11-13 15:55                             ` Ard Biesheuvel
2017-11-13 15:55                               ` Ard Biesheuvel
2017-06-25 17:00 ` [PATCH 4/5] ARM: dts: Add " Andreas Färber
2017-06-25 17:00   ` Andreas Färber
2017-06-25 17:00 ` [PATCH 5/5] ARM: dts: mb86s71-f-cue: Add fake UART0 clock Andreas Färber
2017-06-25 17:00   ` 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.