Re: [RESEND PATCH v3 10/10] mfd: wm5110: Add delay before releasing reset line

2015-05-13 Thread Lee Jones
On Mon, 11 May 2015, Charles Keepax wrote: > On the wm5110 it is important the reset line is held for slightly longer > to ensure the device starts up well. This patch adds a 5mS delay for > this. > > Signed-off-by: Charles Keepax > Acked-by: Lee Jones > --- > drivers/mfd/arizona-core.c | 10

[RESEND PATCH v3 10/10] mfd: wm5110: Add delay before releasing reset line

2015-05-11 Thread Charles Keepax
On the wm5110 it is important the reset line is held for slightly longer to ensure the device starts up well. This patch adds a 5mS delay for this. Signed-off-by: Charles Keepax Acked-by: Lee Jones --- drivers/mfd/arizona-core.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(

Re: [PATCH v3 10/10] mfd: wm5110: Add delay before releasing reset line

2015-04-30 Thread Lee Jones
On Thu, 30 Apr 2015, Charles Keepax wrote: > On the wm5110 it is important the reset line is held for slightly longer > to ensure the device starts up well. This patch adds a 5mS delay for > this. > > Signed-off-by: Charles Keepax > --- > drivers/mfd/arizona-core.c | 10 ++ > 1 files

[PATCH v3 10/10] mfd: wm5110: Add delay before releasing reset line

2015-04-30 Thread Charles Keepax
On the wm5110 it is important the reset line is held for slightly longer to ensure the device starts up well. This patch adds a 5mS delay for this. Signed-off-by: Charles Keepax --- drivers/mfd/arizona-core.c | 10 ++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/driv