Re: [PATCH 2/3] i2c: core: Dispose OF IRQ mapping at client removal time

2014-11-07 Thread Wolfram Sang
On Thu, Oct 30, 2014 at 03:59:37PM +0200, Laurent Pinchart wrote: Clients instantiated from OF get an IRQ mapping created at device registration time. Dispose the mapping when the client is removed. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com Added stable and

[PATCH 2/3] i2c: core: Dispose OF IRQ mapping at client removal time

2014-10-30 Thread Laurent Pinchart
Clients instantiated from OF get an IRQ mapping created at device registration time. Dispose the mapping when the client is removed. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com --- drivers/i2c/i2c-core.c | 3 +++ 1 file changed, 3 insertions(+) diff --git

Re: [PATCH 2/3] i2c: core: Dispose OF IRQ mapping at client removal time

2014-10-30 Thread Thierry Reding
On Thu, Oct 30, 2014 at 03:59:37PM +0200, Laurent Pinchart wrote: Clients instantiated from OF get an IRQ mapping created at device registration time. Dispose the mapping when the client is removed. Signed-off-by: Laurent Pinchart laurent.pinchart+rene...@ideasonboard.com ---