SUPERH platform development
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/02] sh-pfc: Initial r8a73a4 PFC support
Date: Mon, 18 Mar 2013 14:50:29 +0000	[thread overview]
Message-ID: <20130318145029.26761.15477.sendpatchset@w520> (raw)

sh-pfc: Initial r8a73a4 PFC support

[PATCH 01/02] sh-pfc: Add r8a73a4 pinmux support
[PATCH 02/02] sh-pfc: Add r8a73a4 GPIO IRQ support

This series is V1 of initial PFC support for the r8a73a4 SoC.
Nothing out of the ordinary, just similar but different tables
to describe the pinmux hardware and GPIOs on r8a73a4.

The header in the mach directory is still used, and in the future
this will be removed when fully using PINCTRL. Until then a common
location is needed so this series simply follows what other SoCs
do. Because of this there is a dependency on the r8a73a4 SoC code.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 Written against "next" renesas.git 811689afc214564c4a5f238ecf4d8bdc0e52b615
 Requires "r8a73a4.h" provided by
  [PATCH 00/04] ARM: shmobile: r8a73a4 SoC support V2

 arch/arm/mach-shmobile/include/mach/r8a73a4.h |  918 +++++++
 drivers/pinctrl/sh-pfc/Kconfig                |    5 
 drivers/pinctrl/sh-pfc/Makefile               |    1 
 drivers/pinctrl/sh-pfc/core.c                 |    3 
 drivers/pinctrl/sh-pfc/core.h                 |    1 
 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c          | 2889 +++++++++++++++++++++++++
 6 files changed, 3817 insertions(+)

             reply	other threads:[~2013-03-18 14:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-18 14:50 Magnus Damm [this message]
2013-03-19  0:26 ` [PATCH 00/02] sh-pfc: Initial r8a73a4 PFC support Simon Horman
2013-03-19  9:06 ` Simon Horman
2013-03-19 12:35 ` Laurent Pinchart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130318145029.26761.15477.sendpatchset@w520 \
    --to=magnus.damm@gmail.com \
    --cc=linux-sh@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox