Re: [RESEND PATCH v3 01/10] mfd: arizona: Use devres to manage reset GPIO

2015-05-13 Thread Lee Jones
On Mon, 11 May 2015, Charles Keepax wrote: > This also handily fixes a leak of the GPIO in arizona_dev_exit. > > Signed-off-by: Charles Keepax > Acked-by: Lee Jones > --- > drivers/mfd/arizona-core.c | 10 -- > 1 files changed, 4 insertions(+), 6 deletions(-) Applied, thanks. > dif

[RESEND PATCH v3 01/10] mfd: arizona: Use devres to manage reset GPIO

2015-05-11 Thread Charles Keepax
This also handily fixes a leak of the GPIO in arizona_dev_exit. Signed-off-by: Charles Keepax Acked-by: Lee Jones --- drivers/mfd/arizona-core.c | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/mfd/arizona-core.c b/drivers/mfd/arizona-core.c index aed43a

[PATCH v3 01/10] mfd: arizona: Use devres to manage reset GPIO

2015-04-30 Thread Charles Keepax
This also handily fixes a leak of the GPIO in arizona_dev_exit. Signed-off-by: Charles Keepax Acked-by: Lee Jones --- drivers/mfd/arizona-core.c | 10 -- 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/drivers/mfd/arizona-core.c b/drivers/mfd/arizona-core.c index aed43a