SUPERH platform development
 help / color / mirror / Atom feed
* [PATCH 0/5] ARM: shmobile: Add R-Car M1A Bock-W support
@ 2013-03-04  7:17 Kuninori Morimoto
  2013-03-15 22:25 ` Sergei Shtylyov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Kuninori Morimoto @ 2013-03-04  7:17 UTC (permalink / raw)
  To: linux-sh


Hi Simon

These are R-Car M1A chip and Bock-W board support

Bock-W board needs ${LINUX}/arch/arm/tools/mach-types

bockw                  MACH_BOCKW              BOCKW                   3386

ARM Web site already has Bock-W, mach-types will be updated
if upstream kernel has it.

This series doesn't support DT yet.
I'm working for it, but still doesn't work.
I will send my current DT support work for R-Car M1,
it is very helpful for me if you give feedback.

These patches are based on simon/next branch

Kuninori Morimoto (5):
      ARM: shmobile: add R8A7778 setup support
      ARM: shmobile: add R8A7778 clock support
      ARM: shmobile: add R8A7778 intc support
      ARM: shmobile: add r8a7778 GPIO/PFC support
      ARM: shmobile: add R-Car M1A Bock-W platform support

 arch/arm/configs/bockw_defconfig              |   95 +
 arch/arm/mach-shmobile/Kconfig                |   12 +
 arch/arm/mach-shmobile/Makefile               |    2 +
 arch/arm/mach-shmobile/board-bockw.c          |  126 ++
 arch/arm/mach-shmobile/clock-r8a7778.c        |  109 ++
 arch/arm/mach-shmobile/include/mach/common.h  |    8 +
 arch/arm/mach-shmobile/include/mach/r8a7778.h |  292 +++
 arch/arm/mach-shmobile/intc-r8a7778.c         |   64 +
 arch/arm/mach-shmobile/setup-r8a7778.c        |  309 +++
 drivers/pinctrl/sh-pfc/Makefile               |    1 +
 drivers/pinctrl/sh-pfc/core.h                 |    1 +
 drivers/pinctrl/sh-pfc/pfc-r8a7778.c          | 2503 +++++++++++++++++++++++++
 12 files changed, 3522 insertions(+)


Best regards
---
Kuninori Morimoto

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

end of thread, other threads:[~2013-03-18  1:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-04  7:17 [PATCH 0/5] ARM: shmobile: Add R-Car M1A Bock-W support Kuninori Morimoto
2013-03-15 22:25 ` Sergei Shtylyov
2013-03-16  3:40 ` Magnus Damm
2013-03-16  8:54 ` Simon Horman
2013-03-16  9:36 ` Simon Horman
2013-03-18  1:34 ` Kuninori Morimoto
2013-03-18  1:56 ` Kuninori Morimoto

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