Re: [PATCH v2 2/3] gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()

2013-08-25 Thread Kuninori Morimoto
Hi > > The argument is not used, remove it. No board registers a pcf857x device > > with an IRQ without specifying platform data, IRQ domain registration > > behaviour is thus not affected by this change. > > > > Signed-off-by: Laurent Pinchart > > Patch applied, unless Kuninori has some

Re: [PATCH v2 2/3] gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()

2013-08-25 Thread Kuninori Morimoto
Hi The argument is not used, remove it. No board registers a pcf857x device with an IRQ without specifying platform data, IRQ domain registration behaviour is thus not affected by this change. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com Patch applied,

Re: [PATCH v2 2/3] gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()

2013-08-23 Thread Linus Walleij
On Tue, Aug 20, 2013 at 1:04 AM, Laurent Pinchart wrote: > The argument is not used, remove it. No board registers a pcf857x device > with an IRQ without specifying platform data, IRQ domain registration > behaviour is thus not affected by this change. > > Signed-off-by: Laurent Pinchart Patch

Re: [PATCH v2 2/3] gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()

2013-08-23 Thread Linus Walleij
On Tue, Aug 20, 2013 at 1:04 AM, Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com wrote: The argument is not used, remove it. No board registers a pcf857x device with an IRQ without specifying platform data, IRQ domain registration behaviour is thus not affected by this change.

[PATCH v2 2/3] gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()

2013-08-19 Thread Laurent Pinchart
The argument is not used, remove it. No board registers a pcf857x device with an IRQ without specifying platform data, IRQ domain registration behaviour is thus not affected by this change. Signed-off-by: Laurent Pinchart --- drivers/gpio/gpio-pcf857x.c | 9 - 1 file changed, 4

[PATCH v2 2/3] gpio: pcf857x: Remove pdata argument to pcf857x_irq_domain_init()

2013-08-19 Thread Laurent Pinchart
The argument is not used, remove it. No board registers a pcf857x device with an IRQ without specifying platform data, IRQ domain registration behaviour is thus not affected by this change. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- drivers/gpio/gpio-pcf857x.c