From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 06/28] gpio: Renesas R-Car GPIO driver V3
Date: Tue, 2 Apr 2013 13:33:05 -0700 [thread overview]
Message-ID: <20130402203305.GD8015@quad.lixom.net> (raw)
In-Reply-To: <1364879376-10020-7-git-send-email-horms+renesas@verge.net.au>
On Tue, Apr 02, 2013 at 02:09:14PM +0900, Simon Horman wrote:
> From: Magnus Damm <damm@opensource.se>
>
> This patch is V3 of a GPIO driver for the R-Car series of
> SoCs from Renesas. This driver is designed to be reusable
> between multiple SoCs that share the same basic building block,
> but so far it has only been used on R-Car H1 (r8a7779).
>
> Each driver instance handles 32 GPIOs with individually
> maskable IRQs. The driver operates on a single I/O memory
> range and the 32 GPIOs are hooked up a single interrupt.
>
> In the case of R-Car H1 either external IRQ pins or GPIOs
> with interrupts can be used for on-board interupts. For
> external IRQs 4 pins are supported, and in the case of GPIO
> there are 202 GPIOS as 202 interrupts hooked up via 6 driver
> instances and to the GIC and the Cortex-A9 Quad.
>
> At this point this driver is interfacing as a regular
> platform device driver. In the future DT support will be
> submitted as an incremental feature patch.
>
> Signed-off-by: Magnus Damm <damm@opensource.se>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Hmm, you seem to not be collecting tags on patches or at least missed
one here. This patch, when posted, got a Reviewed-by from LinusW. I
caught it mostly since it had no ack (or reviewed) from the subsystem
maintainer in this case.
Please rebuild and resend with reviewed/acked tags as you've received
them, please.
Thanks!
-Olof
next prev parent reply other threads:[~2013-04-02 20:33 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-02 5:09 [GIT PULL] Renesas ARM and SH based SoC pinmux updates for v3.10 #2 Simon Horman
2013-04-02 5:09 ` [PATCH 01/28] sh-pfc: Fix compiler warning when BUG() Simon Horman
2013-04-02 5:09 ` [PATCH 02/28] sh: sh7269: Fix compilation by adding missing includes Simon Horman
2013-04-02 5:09 ` [PATCH 03/28] sh-pfc: r8a7779: Remove function GPIOs Simon Horman
2013-04-02 5:09 ` [PATCH 04/28] sh-pfc: r8a7779: Don't use GPIO enum entries Simon Horman
2013-04-02 5:09 ` [PATCH 05/28] ARM: shmobile: r8a7779: Remove all GPIOs Simon Horman
2013-04-02 5:09 ` [PATCH 06/28] gpio: Renesas R-Car GPIO driver V3 Simon Horman
2013-04-02 20:33 ` Olof Johansson [this message]
2013-04-03 1:34 ` Simon Horman
2013-04-03 1:34 ` Olof Johansson
2013-04-02 5:09 ` [PATCH 07/28] gpio-rcar: Add pinctrl support Simon Horman
2013-04-02 5:09 ` [PATCH 08/28] ARM: shmobile: marzen: Add GPIO LEDs Simon Horman
2013-04-02 5:09 ` [PATCH 09/28] sh-pfc: Make function GPIOs support optional Simon Horman
2013-04-02 5:09 ` [PATCH 10/28] sh-pfc: Make GPIO " Simon Horman
2013-04-02 5:09 ` [PATCH 11/28] sh-pfc: Skip gpiochip registration when no GPIO resource is found Simon Horman
2013-04-02 5:09 ` [PATCH 12/28] sh-pfc: Configure pins as GPIOs at request time when handled externally Simon Horman
2013-04-02 5:09 ` [PATCH 13/28] ARM: shmobile: r8a7779: Register GPIO devices Simon Horman
2013-04-02 5:09 ` [PATCH 14/28] sh-pfc: r8a7779: Remove GPIO data Simon Horman
2013-04-02 5:09 ` [PATCH 15/28] sh-pfc: r8a7779: Split DU input and output pixel clocks Simon Horman
2013-04-02 5:09 ` [PATCH 16/28] sh-pfc: Add r8a73a4 pinmux support Simon Horman
2013-04-02 5:09 ` [PATCH 17/28] sh-pfc: r8a73a4: Support sparse GPIO numbers Simon Horman
2013-04-02 5:09 ` [PATCH 18/28] sh-pfc: r8a73a4: GPIO IRQ support Simon Horman
2013-04-02 5:09 ` [PATCH 19/28] sh-pfc: r8a73a4: Add bias (pull-up/down) pinconf support Simon Horman
2013-04-02 5:09 ` [PATCH 20/28] sh-pfc: r8a73a4: Add SCIF pin groups and functions Simon Horman
2013-04-02 5:09 ` [PATCH 21/28] sh-pfc: r8a73a4: Add IRQC " Simon Horman
2013-04-02 5:09 ` [PATCH 22/28] sh-pfc: r8a73a4: Remove SCIF function GPIOS Simon Horman
2013-04-02 5:09 ` [PATCH 23/28] sh-pfc: r8a73a4: Remove IRQC " Simon Horman
2013-04-02 5:09 ` [PATCH 24/28] ARM: shmobile: r8a73a4: Remove SCIF function GPIOs Simon Horman
2013-04-02 5:09 ` [PATCH 25/28] ARM: shmobile: r8a73a4: Remove IRQC " Simon Horman
2013-04-02 5:09 ` [PATCH 26/28] sh-pfc: r8a73a4: Remove " Simon Horman
2013-04-02 5:09 ` [PATCH 27/28] ARM: shmobile: r8a73a4: Remove all GPIO enums Simon Horman
2013-04-02 5:09 ` [PATCH 28/28] sh-pfc: r8a73a4: Remove unused GPIO bias data Simon Horman
-- strict thread matches above, loose matches on Subject: below --
2013-04-03 2:04 [GIT PULL v2] Renesas ARM and SH based SoC pinmux updates for v3.10 Simon Horman
2013-04-03 2:04 ` [PATCH 06/28] gpio: Renesas R-Car GPIO driver V3 Simon Horman
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=20130402203305.GD8015@quad.lixom.net \
--to=olof@lixom.net \
--cc=linux-arm-kernel@lists.infradead.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