Linux Renesas SOC kernel development
 help / color / mirror / Atom feed
* [PATCH v3 0/4] Initial r8a7796 PFC support
@ 2016-08-18 13:12 Ulrich Hecht
  2016-08-18 13:12 ` [PATCH v3 1/4] pinctrl: sh-pfc: Initial R8A7796 " Ulrich Hecht
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Ulrich Hecht @ 2016-08-18 13:12 UTC (permalink / raw)
  To: linux-renesas-soc, geert
  Cc: horms, magnus.damm, ulrich.hecht+renesas, sergei.shtylyov

Hi!

This implements a minimal set of PFC functionality for the M3 and sits on
top of renesas-drivers-2016-08-09-v4.8-rc1.  It includes the SCIF pin groups
and enables pin control for the serial console (SCIF2) on the Salvator-X
board.

This revision has scif_clk support, no bogus pin assignments, and enhanced
ePAPR compliance.  See below for details.

CU
Uli


Changes since v2:
- pfc: implement scif_clk
- dts: remove bogus scif2_clk assignment
- dtsi: ePAPRly correct pfc node name

Changes since v1:
- dts: assign scif2_clk pin to scif2
- bindings: "M3" -> "M3-W"
- pfc-r8a7796.c: fix whitespace inconsistencies
- pfc-r8a7796.c: fix 0xe6060248 register name ("IPSR17" -> "IPSR18")


Takeshi Kihara (3):
  pinctrl: sh-pfc: Initial R8A7796 PFC support
  pinctrl: sh-pfc: r8a7796: Add SCIF pins, groups and functions
  arm64: dts: r8a7796: Add pinctrl device node

Ulrich Hecht (1):
  arm64: dts: r8a7796: salvator: add serial console pins

 .../bindings/pinctrl/renesas,pfc-pinctrl.txt       |    1 +
 arch/arm64/boot/dts/renesas/r8a7796-salvator-x.dts |   16 +
 arch/arm64/boot/dts/renesas/r8a7796.dtsi           |    5 +
 drivers/pinctrl/sh-pfc/Kconfig                     |    5 +
 drivers/pinctrl/sh-pfc/Makefile                    |    1 +
 drivers/pinctrl/sh-pfc/core.c                      |    6 +
 drivers/pinctrl/sh-pfc/pfc-r8a7796.c               | 2372 ++++++++++++++++++++
 drivers/pinctrl/sh-pfc/sh_pfc.h                    |    1 +
 8 files changed, 2407 insertions(+)
 create mode 100644 drivers/pinctrl/sh-pfc/pfc-r8a7796.c

-- 
2.7.4

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

end of thread, other threads:[~2016-09-06 10:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-18 13:12 [PATCH v3 0/4] Initial r8a7796 PFC support Ulrich Hecht
2016-08-18 13:12 ` [PATCH v3 1/4] pinctrl: sh-pfc: Initial R8A7796 " Ulrich Hecht
2016-08-18 13:12 ` [PATCH v3 2/4] pinctrl: sh-pfc: r8a7796: Add SCIF pins, groups and functions Ulrich Hecht
2016-08-18 13:12 ` [PATCH v3 3/4] arm64: dts: r8a7796: Add pinctrl device node Ulrich Hecht
2016-08-18 13:12 ` [PATCH v3 4/4] arm64: dts: r8a7796: salvator: add serial console pins Ulrich Hecht
2016-08-19  7:30   ` Geert Uytterhoeven
2016-08-19  9:17 ` [PATCH v3 0/4] Initial r8a7796 PFC support Geert Uytterhoeven
2016-09-06 10:44   ` Simon Horman

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