SUPERH platform development
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 06/28] gpio: Renesas R-Car GPIO driver V3
Date: Tue, 02 Apr 2013 20:33:05 +0000	[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

  reply	other threads:[~2013-04-02 20:33 UTC|newest]

Thread overview: 179+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-18 11:04 [GIT PULL] Renesas ARM and SH based SoC pinmux update for v3.10 Simon Horman
2013-03-18 11:04 ` [PATCH 001/142] sh-pfc: Declare operation structures as const Simon Horman
2013-03-18 11:04 ` [PATCH 002/142] sh-pfc: Don't define the per-device pinctrl struct instances as global Simon Horman
2013-03-18 11:04 ` [PATCH 003/142] sh-pfc: Fix a typo and simplify a definition on sh73a0 Simon Horman
2013-03-18 11:05 ` [PATCH 004/142] sh-pfc: Drop the sh_pfc_pinctrl spinlock Simon Horman
2013-03-18 11:05 ` [PATCH 005/142] sh-pfc: Don't take the sh_pfc spinlock in sh_pfc_map_gpios() Simon Horman
2013-03-18 11:05 ` [PATCH 007/142] sh-pfc: Replace first_gpio and last_gpio with nr_gpios Simon Horman
2013-03-18 11:05 ` [PATCH 008/142] sh-pfc: Replace SoC info data and mark ranges with a number of pins Simon Horman
2013-03-18 11:05 ` [PATCH 009/142] sh-pfc: Remove unused sh_pfc_soc_info reserved_id field Simon Horman
2013-03-18 11:05 ` [PATCH 010/142] sh-pfc: Initialize pinmux_gpio flags statically Simon Horman
2013-03-18 11:05 ` [PATCH 011/142] sh-pfc: Make struct pinmux_gpio enum_id field const Simon Horman
2013-03-18 11:05 ` [PATCH 012/142] sh-pfc: Shrink the pinctrl GPIO range to include real GPIOs only Simon Horman
2013-03-18 11:05 ` [PATCH 013/142] sh-pfc: Don't needlessly check GPIO type in sh_gpio_free() Simon Horman
2013-03-18 11:05 ` [PATCH 014/142] sh-pfc: Split pins and functions definition tables Simon Horman
2013-03-18 11:05 ` [PATCH 015/142] sh-pfc: Split pins and functions into separate gpio_chip instances Simon Horman
2013-03-18 11:05 ` [PATCH 016/142] sh-pfc: Rename struct pinmux_pin to struct sh_pfc_pin Simon Horman
2013-03-18 11:05 ` [PATCH 017/142] sh-pfc: Look up IRQ table entries by GPIO number Simon Horman
2013-03-18 11:05 ` [PATCH 018/142] sh-pfc: Share the PORT_10_REV, PORT_32 and PORT_32_REV definitions Simon Horman
2013-03-18 11:05 ` [PATCH 019/142] sh-pfc: Use pinmux identifiers in the pin muxing API Simon Horman
2013-03-18 11:05 ` [PATCH 020/142] sh-pfc: Simplify the sh_pfc_gpio_is_pin() logic Simon Horman
2013-03-18 11:05 ` [PATCH 021/142] sh-pfc: Add function to retrieve a pin instance from its pin number Simon Horman
2013-03-18 11:05 ` [PATCH 022/142] sh-pfc: Replace pinctrl_add_gpio_range() with gpiochip_add_pin_range() Simon Horman
2013-03-18 11:05 ` [PATCH 023/142] sh-pfc: Add support for sparse pin numbers Simon Horman
2013-03-18 11:05 ` [PATCH 024/142] ARM: shmobile: sh73a0: Support sparse GPIO numbers Simon Horman
2013-03-18 11:05 ` [PATCH 025/142] ARM: shmobile: ap4-evb: Replace GPIO_PORTx enum with GPIO port numbers Simon Horman
2013-03-18 11:05 ` [PATCH 026/142] ARM: shmobile: armadillo: " Simon Horman
2013-03-18 11:05 ` [PATCH 027/142] ARM: shmobile: bonito: " Simon Horman
2013-03-18 11:05 ` [PATCH 028/142] ARM: shmobile: mackerel: " Simon Horman
2013-03-18 11:05 ` [PATCH 029/142] sh-pfc: Expose real groups and functions in pinctrl/pinmux operations Simon Horman
2013-03-18 11:05 ` [PATCH 030/142] sh: sh7203: Add pin control resources Simon Horman
2013-03-18 11:05 ` [PATCH 031/142] sh: sh7264: " Simon Horman
2013-03-18 11:05 ` [PATCH 032/142] sh: sh7269: " Simon Horman
2013-03-18 11:05 ` [PATCH 033/142] sh: sh7720: " Simon Horman
2013-03-18 11:05 ` [PATCH 034/142] sh: sh7722: " Simon Horman
2013-03-18 11:05 ` [PATCH 035/142] sh: sh7723: " Simon Horman
2013-03-18 11:05 ` [PATCH 036/142] sh: sh7724: " Simon Horman
2013-03-18 11:05 ` [PATCH 037/142] sh: sh7757: " Simon Horman
2013-03-18 11:05 ` [PATCH 038/142] sh: sh7785: " Simon Horman
2013-03-18 11:05 ` [PATCH 039/142] sh: sh7786: " Simon Horman
2013-03-18 11:05 ` [PATCH 040/142] sh: shx3: " Simon Horman
2013-03-18 11:05 ` [PATCH 041/142] sh-pfc: Fix return value check in sh_pfc_register_pinctrl() Simon Horman
2013-03-18 11:05 ` [PATCH 042/142] sh-pfc: Move GPIO registers access functions to gpio.c Simon Horman
2013-03-18 11:05 ` [PATCH 043/142] sh-pfc: Don't map data registers individually Simon Horman
2013-03-18 11:05 ` [PATCH 044/142] sh-pfc: Drop unused support for 1:1 physical to virtual memory mappings Simon Horman
2013-03-18 11:05 ` [PATCH 045/142] sh-pfc: Don't modify pinmux_data_reg SoC data Simon Horman
2013-03-18 11:05 ` [PATCH 046/142] sh-pfc: Don't modify sh_pfc_pin " Simon Horman
2013-03-18 11:05 ` [PATCH 047/142] sh-pfc: Remove configuration dry-run and free Simon Horman
2013-03-18 11:05 ` [PATCH 048/142] sh-pfc: Constify all SoC data Simon Horman
2013-03-18 11:05 ` [PATCH 049/142] sh-pfc: Use proper error codes Simon Horman
2013-03-18 11:05 ` [PATCH 050/142] sh-pfc: Implement generic pinconf support Simon Horman
2013-03-18 11:05 ` [PATCH 051/142] sh-pfc: Merge sh_pfc_reconfig_pin() into sh_pfc_gpio_set_direction() Simon Horman
2013-03-18 11:05 ` [PATCH 052/142] sh-pfc: Clean up pin configuration type handling Simon Horman
2013-03-18 11:05 ` [PATCH 053/142] sh-pfc: Convert message printing from pr_* to dev_* Simon Horman
2013-03-18 11:05 ` [PATCH 054/142] sh-pfc: Return an error if a pin doesn't support the requested direction Simon Horman
2013-03-18 11:05 ` [PATCH 055/142] sh-pfc: sh7372: Add SDHCI and MMCIF pin groups and functions Simon Horman
2013-03-18 11:05 ` [PATCH 056/142] sh-pfc: sh73a0: Add bias (pull-up/down) pinconf support Simon Horman
2013-03-18 11:05 ` [PATCH 057/142] sh-pfc: sh73a0: Add LCD and LCD2 pin groups and functions Simon Horman
2013-03-18 11:05 ` [PATCH 058/142] sh-pfc: sh73a0: Add SCIFA and SCIFB " Simon Horman
2013-03-18 11:05 ` [PATCH 059/142] sh-pfc: sh73a0: Add I2C2 and I2C3 " Simon Horman
2013-03-18 11:05 ` [PATCH 060/142] sh-pfc: sh73a0: Add FSI " Simon Horman
2013-03-18 11:05 ` [PATCH 061/142] sh-pfc: sh73a0: Add SDHI and MMCIF " Simon Horman
2013-03-18 11:05 ` [PATCH 062/142] sh-pfc: sh73a0: Add KEYSC " Simon Horman
2013-03-18 11:05 ` [PATCH 063/142] sh-pfc: sh73a0: Add BSC " Simon Horman
2013-03-18 11:06 ` [PATCH 064/142] sh-pfc: sh73a0: Add USB " Simon Horman
2013-03-18 11:06 ` [PATCH 065/142] sh-pfc: sh73a0: Add IrDA " Simon Horman
2013-03-18 11:06 ` [PATCH 066/142] sh-pfc: r8a7740: Add LCDC0 and LCDC1 " Simon Horman
2013-03-18 11:06 ` [PATCH 067/142] sh-pfc: r8a7740: Add SDHI and MMCIF " Simon Horman
2013-03-18 11:06 ` [PATCH 068/142] sh-pfc: r8a7779: Add DU " Simon Horman
2013-03-18 11:06 ` [PATCH 069/142] sh-pfc: r8a7779: Add SDHI and MMCIF " Simon Horman
2013-03-18 11:06 ` [PATCH 070/142] sh-pfc: r8a7779: Add SCIF " Simon Horman
2013-03-18 11:06 ` [PATCH 071/142] sh-pfc: r8a7779: Add HSPI " Simon Horman
2013-03-18 11:06 ` [PATCH 072/142] sh-pfc: r8a7779: Add USB0 and USB1 PENC pinmux support Simon Horman
2013-03-18 11:06 ` [PATCH 073/142] sh-pfc: r8a7779: Add USB pin groups and functions Simon Horman
2013-03-18 11:06 ` [PATCH 074/142] sh-pfc: r8a7779: Add LBSC " Simon Horman
2013-03-18 11:06 ` [PATCH 075/142] sh-pfc: r8a7779: Add INTC " Simon Horman
2013-03-18 11:06 ` [PATCH 076/142] ARM: shmobile: ag5evm: Register pinctrl mappings for SCIF Simon Horman
2013-03-18 11:06 ` [PATCH 077/142] ARM: shmobile: ag5evm: Register pinctrl mappings for I2C Simon Horman
2013-03-18 11:06 ` [PATCH 078/142] ARM: shmobile: ag5evm: Register pinctrl mappings for FSI Simon Horman
2013-03-18 11:06 ` [PATCH 079/142] ARM: shmobile: ag5evm: Register pinctrl mappings for SDHI and MMCIF Simon Horman
2013-03-18 11:06 ` [PATCH 080/142] ARM: shmobile: ag5evm: Register pinctrl mappings for KEYSC Simon Horman
2013-03-18 11:06 ` [PATCH 081/142] ARM: shmobile: ag5evm: Register pinctrl mappings for IrDA Simon Horman
2013-03-18 11:06 ` [PATCH 082/142] ARM: shmobile: ap4evb: Register pinctrl mappings for SDHI and MMCIF Simon Horman
2013-03-18 11:06 ` [PATCH 083/142] ARM: shmobile: armadillo800eva: Register pinctrl mappings for LCDC0 Simon Horman
2013-03-18 11:06 ` [PATCH 084/142] ARM: shmobile: armadillo800eva: Register pinctrl mappings for SDHI and MMCIF Simon Horman
2013-03-18 11:06 ` [PATCH 085/142] ARM: shmobile: bonito: Register pinctrl mappings for LCDC0 Simon Horman
2013-03-18 11:06 ` [PATCH 086/142] ARM: shmobile: kota2: Register pinctrl mappings for SCIF Simon Horman
2013-03-18 11:06 ` [PATCH 087/142] ARM: shmobile: kota2: Register pinctrl mappings for SDHI and MMCIF Simon Horman
2013-03-18 11:06 ` [PATCH 088/142] ARM: shmobile: kota2: Register pinctrl mappings for KEYSC Simon Horman
2013-03-18 11:06 ` [PATCH 089/142] ARM: shmobile: kota2: Register pinctrl mappings for BSC Simon Horman
2013-03-18 11:06 ` [PATCH 090/142] ARM: shmobile: kzm9g: Register pinctrl mappings for LCD Simon Horman
2013-03-18 11:06 ` [PATCH 091/142] ARM: shmobile: kzm9g: Register pinctrl mappings for SCIF Simon Horman
2013-03-18 11:06 ` [PATCH 092/142] ARM: shmobile: kzm9g: Register pinctrl mappings for I2C Simon Horman
2013-03-18 11:06 ` [PATCH 093/142] ARM: shmobile: kzm9g: Register pinctrl mappings for FSI Simon Horman
2013-03-18 11:06 ` [PATCH 094/142] ARM: shmobile: kzm9g: Register pinctrl mappings for SDHI and MMCIF Simon Horman
2013-03-18 11:06 ` [PATCH 095/142] ARM: shmobile: kzm9g: Register pinctrl mappings for BSC Simon Horman
2013-03-18 11:06 ` [PATCH 096/142] ARM: shmobile: kzm9g: Register pinctrl mappings for USB Simon Horman
2013-03-18 11:06 ` [PATCH 097/142] ARM: shmobile: mackerel: Register pinctrl mappings for SDHI and MMCIF Simon Horman
2013-03-18 11:06 ` [PATCH 098/142] ARM: shmobile: marzen: " Simon Horman
2013-03-18 11:06 ` [PATCH 099/142] ARM: shmobile: marzen: Register pinctrl mappings for SCIF Simon Horman
2013-03-18 11:06 ` [PATCH 100/142] ARM: shmobile: marzen: Register pinctrl mappings for HSPI Simon Horman
2013-03-18 11:06 ` [PATCH 101/142] ARM: shmobile: marzen: Register pinctrl mappings for USB Simon Horman
2013-03-18 11:06 ` [PATCH 102/142] ARM: shmobile: marzen: Register pinctrl mappings for LBSC Simon Horman
2013-03-18 11:06 ` [PATCH 103/142] ARM: shmobile: marzen: Register pinctrl mappings for INTC Simon Horman
2013-03-18 11:06 ` [PATCH 104/142] sh-pfc: sh7372: Remove SDHI and MMCIF function GPIOS Simon Horman
2013-03-18 11:06 ` [PATCH 105/142] sh-pfc: sh73a0: Remove LCD and LCD2 " Simon Horman
2013-03-18 11:06 ` [PATCH 106/142] sh-pfc: sh73a0: Remove SCIFA and SCIFB " Simon Horman
2013-03-18 11:06 ` [PATCH 107/142] sh-pfc: sh73a0: Remove I2C " Simon Horman
2013-03-18 11:06 ` [PATCH 108/142] sh-pfc: sh73a0: Remove FSI " Simon Horman
2013-03-18 11:06 ` [PATCH 109/142] sh-pfc: sh73a0: Remove pull-up " Simon Horman
2013-03-18 11:06 ` [PATCH 110/142] sh-pfc: sh73a0: Remove KEYSC " Simon Horman
2013-03-18 11:06 ` [PATCH 111/142] sh-pfc: sh73a0: Remove BSC " Simon Horman
2013-03-18 11:06 ` [PATCH 112/142] sh-pfc: sh73a0: Remove USB " Simon Horman
2013-03-18 11:06 ` [PATCH 113/142] sh-pfc: sh73a0: Remove IrDA " Simon Horman
2013-03-18 11:06 ` [PATCH 114/142] sh-pfc: r8a7740: Remove LCD0 and LCD1 " Simon Horman
2013-03-18 11:06 ` [PATCH 115/142] sh-pfc: r8a7740: Remove SDHI and MMCIF " Simon Horman
2013-03-18 11:06 ` [PATCH 116/142] sh-pfc: r8a7779: Remove DU1_DOTCLKOUT1 GPIO Simon Horman
2013-03-18 11:06 ` [PATCH 117/142] sh-pfc: r8a7779: Remove SDHI and MMCIF function GPIOS Simon Horman
2013-03-18 11:06 ` [PATCH 118/142] sh-pfc: r8a7779: Remove SCIF " Simon Horman
2013-03-18 11:06 ` [PATCH 119/142] sh-pfc: r8a7779: Remove HSPI " Simon Horman
2013-03-18 11:06 ` [PATCH 120/142] sh-pfc: r8a7779: Remove USB " Simon Horman
2013-03-18 11:06 ` [PATCH 121/142] sh-pfc: r8a7779: Remove LBSC " Simon Horman
2013-03-18 11:06 ` [PATCH 122/142] sh-pfc: r8a7779: Remove INTC " Simon Horman
2013-03-18 11:06 ` [PATCH 123/142] ARM: shmobile: sh7372: Remove SDHI and MMCIF function GPIOs Simon Horman
2013-03-18 11:07 ` [PATCH 124/142] ARM: shmobile: sh73a0: Remove LCDC and LCDC2 " Simon Horman
2013-03-18 11:07 ` [PATCH 125/142] ARM: shmobile: sh73a0: Remove SCIFA and SCIFB " Simon Horman
2013-03-18 11:07 ` [PATCH 126/142] ARM: shmobile: sh73a0: Remove I2C " Simon Horman
2013-03-18 11:07 ` [PATCH 127/142] ARM: shmobile: sh73a0: Remove FSI " Simon Horman
2013-03-18 11:07 ` [PATCH 128/142] ARM: shmobile: sh73a0: Remove pull-up function GPIOS Simon Horman
2013-03-18 11:07 ` [PATCH 129/142] ARM: shmobile: sh73a0: Remove KEYSC function GPIOs Simon Horman
2013-03-18 11:07 ` [PATCH 130/142] ARM: shmobile: sh73a0: Remove BSC " Simon Horman
2013-03-18 11:07 ` [PATCH 131/142] ARM: shmobile: sh73a0: Remove USB " Simon Horman
2013-03-18 11:07 ` [PATCH 132/142] ARM: shmobile: sh73a0: Remove IrDA " Simon Horman
2013-03-18 11:07 ` [PATCH 133/142] ARM: shmobile: r8a7740: Remove LCD0 and LCD1 " Simon Horman
2013-03-18 11:07 ` [PATCH 134/142] ARM: shmobile: r8a7740: Remove SDHI and MMCIF " Simon Horman
2013-03-18 11:07 ` [PATCH 135/142] ARM: shmobile: r8a7779: Remove DU1_DOTCLKOUT1 GPIO Simon Horman
2013-03-18 11:07 ` [PATCH 136/142] ARM: shmobile: r8a7779: Remove DU function GPIOs Simon Horman
2013-03-18 11:07 ` [PATCH 137/142] ARM: shmobile: r8a7779: Remove SDHI and MMCIF " Simon Horman
2013-03-18 11:07 ` [PATCH 138/142] ARM: shmobile: r8a7779: Remove SCIF " Simon Horman
2013-03-18 11:07 ` [PATCH 139/142] ARM: shmobile: r8a7779: Remove HSPI " Simon Horman
2013-03-18 11:07 ` [PATCH 140/142] ARM: shmobile: r8a7779: Remove USB " Simon Horman
2013-03-18 11:07 ` [PATCH 141/142] ARM: shmobile: r8a7779: Remove LBSC " Simon Horman
2013-03-18 11:07 ` [PATCH 142/142] ARM: shmobile: r8a7779: Remove INTC " Simon Horman
2013-03-21 16:51 ` [GIT PULL] Renesas ARM and SH based SoC pinmux update for v3.10 Arnd Bergmann
2013-03-22  0:48   ` Simon Horman
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 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
2013-04-10  4:51 ` [GIT PULL] Renesas ARM and SH based SoC pinmux fixes for v3.10 Simon Horman
2013-04-10  4:51   ` [PATCH] sh-pfc: r8a7779: tidyup intc_irq3_b typo Simon Horman
2013-04-11 17:31   ` [GIT PULL] Renesas ARM and SH based SoC pinmux fixes for v3.10 Olof Johansson
  -- 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 " 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