Re: [PATCH 2/6] mfd: cros_ec: free IRQ automatically

2018-03-07 Thread Lee Jones
On Tue, 20 Feb 2018, Enric Balletbo Serra wrote: > Hi Vincent, > > 2018-02-20 9:00 GMT+01:00 Vincent Palatin : > > On Mon, Feb 19, 2018 at 11:40 PM, Enric Balletbo i Serra > > wrote: > >> From: Vincent Palatin > >> >

Re: [PATCH 2/6] mfd: cros_ec: free IRQ automatically

2018-03-07 Thread Lee Jones
On Tue, 20 Feb 2018, Enric Balletbo Serra wrote: > Hi Vincent, > > 2018-02-20 9:00 GMT+01:00 Vincent Palatin : > > On Mon, Feb 19, 2018 at 11:40 PM, Enric Balletbo i Serra > > wrote: > >> From: Vincent Palatin > >> > >> Free the IRQ we might have requested when removing the cros_ec device, >

Re: [PATCH 2/6] mfd: cros_ec: free IRQ automatically

2018-02-20 Thread Enric Balletbo Serra
Hi Vincent, 2018-02-20 9:00 GMT+01:00 Vincent Palatin : > On Mon, Feb 19, 2018 at 11:40 PM, Enric Balletbo i Serra > wrote: >> From: Vincent Palatin >> >> Free the IRQ we might have requested when removing the cros_ec

Re: [PATCH 2/6] mfd: cros_ec: free IRQ automatically

2018-02-20 Thread Enric Balletbo Serra
Hi Vincent, 2018-02-20 9:00 GMT+01:00 Vincent Palatin : > On Mon, Feb 19, 2018 at 11:40 PM, Enric Balletbo i Serra > wrote: >> From: Vincent Palatin >> >> Free the IRQ we might have requested when removing the cros_ec device, >> so we can unload and reload the driver properly. >> >>

Re: [PATCH 2/6] mfd: cros_ec: free IRQ automatically

2018-02-20 Thread Vincent Palatin
On Mon, Feb 19, 2018 at 11:40 PM, Enric Balletbo i Serra wrote: > From: Vincent Palatin > > Free the IRQ we might have requested when removing the cros_ec device, > so we can unload and reload the driver properly. > > Signed-off-by: Vincent

Re: [PATCH 2/6] mfd: cros_ec: free IRQ automatically

2018-02-20 Thread Vincent Palatin
On Mon, Feb 19, 2018 at 11:40 PM, Enric Balletbo i Serra wrote: > From: Vincent Palatin > > Free the IRQ we might have requested when removing the cros_ec device, > so we can unload and reload the driver properly. > > Signed-off-by: Vincent Palatin > Signed-off-by: Enric Balletbo i Serra > ---

[PATCH 2/6] mfd: cros_ec: free IRQ automatically

2018-02-19 Thread Enric Balletbo i Serra
From: Vincent Palatin Free the IRQ we might have requested when removing the cros_ec device, so we can unload and reload the driver properly. Signed-off-by: Vincent Palatin Signed-off-by: Enric Balletbo i Serra ---

[PATCH 2/6] mfd: cros_ec: free IRQ automatically

2018-02-19 Thread Enric Balletbo i Serra
From: Vincent Palatin Free the IRQ we might have requested when removing the cros_ec device, so we can unload and reload the driver properly. Signed-off-by: Vincent Palatin Signed-off-by: Enric Balletbo i Serra --- drivers/mfd/cros_ec.c | 17 ++--- 1 file changed, 6