mbox

[GIT,PULL,v2,0/2] Update for Renesas INTC External IRQ pin driver for v3.11

Message ID 1370503728-31373-1-git-send-email-horms+renesas@verge.net.au
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-intc-external-irq-for-v3.11

Message

Simon Horman June 6, 2013, 7:28 a.m. UTC
Hi Olof, Hi Arnd,

The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:

  Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-intc-external-irq-for-v3.11

for you to fetch changes up to 0d7c1210992ff05ee8de5d2c790defded3856f29:

  irqchip: Add irqchip_init dummy function (2013-06-06 10:23:58 +0900)

----------------------------------------------------------------
Update for Renesas INTC External IRQ pin driver for v3.11

Correct error handing in irqc_probe
Add irqchip_init dummy function

----------------------------------------------------------------
Axel Lin (1):
      irqchip: renesas-irqc: Fix irqc_probe error handling

Bastian Hecht (1):
      irqchip: Add irqchip_init dummy function

 drivers/irqchip/irq-renesas-irqc.c | 4 ++--
 include/linux/irqchip.h            | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)

Comments

Olof Johansson June 11, 2013, 7:09 a.m. UTC | #1
On Thu, Jun 06, 2013 at 04:28:46PM +0900, Simon Horman wrote:
> Hi Olof, Hi Arnd,
> 
> The following changes since commit c7788792a5e7b0d5d7f96d0766b4cb6112d47d75:
> 
>   Linux 3.10-rc2 (2013-05-20 14:37:38 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-intc-external-irq-for-v3.11

Thanks, I've merged this into next/fixes-non-critical.


-Olof