Re: [PATCH 2/5] mfd: arizona: Disable DCVDD before we destroy the MFD

2014-06-17 Thread Lee Jones
On Mon, 02 Jun 2014, Charles Keepax wrote: > As DCVDD is probably supplied by a child of the MFD device move its > disable to before we destroy the MFD children as the regulator likely > won't exist after that. > > Signed-off-by: Charles Keepax > --- > drivers/mfd/arizona-core.c |4 +++- >

Re: [PATCH 2/5] mfd: arizona: Disable DCVDD before we destroy the MFD

2014-06-17 Thread Lee Jones
On Mon, 02 Jun 2014, Charles Keepax wrote: As DCVDD is probably supplied by a child of the MFD device move its disable to before we destroy the MFD children as the regulator likely won't exist after that. Signed-off-by: Charles Keepax ckee...@opensource.wolfsonmicro.com ---

[PATCH 2/5] mfd: arizona: Disable DCVDD before we destroy the MFD

2014-06-02 Thread Charles Keepax
As DCVDD is probably supplied by a child of the MFD device move its disable to before we destroy the MFD children as the regulator likely won't exist after that. Signed-off-by: Charles Keepax --- drivers/mfd/arizona-core.c |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff

[PATCH 2/5] mfd: arizona: Disable DCVDD before we destroy the MFD

2014-06-02 Thread Charles Keepax
As DCVDD is probably supplied by a child of the MFD device move its disable to before we destroy the MFD children as the regulator likely won't exist after that. Signed-off-by: Charles Keepax ckee...@opensource.wolfsonmicro.com --- drivers/mfd/arizona-core.c |4 +++- 1 files changed, 3