Re: [PATCH 25/26] mfd: ab8500-gpadc: Reduce conversion timeout

2013-01-28 Thread Lee Jones
On Mon, 28 Jan 2013, Samuel Ortiz wrote: > Hi Lee, > > On Tue, Jan 15, 2013 at 12:56:05PM +, Lee Jones wrote: > > @@ -598,8 +601,6 @@ static int ab8500_gpadc_runtime_resume(struct device > > *dev) > > > > static int ab8500_gpadc_runtime_idle(struct device *dev) > > { > > - struct ab850

Re: [PATCH 25/26] mfd: ab8500-gpadc: Reduce conversion timeout

2013-01-27 Thread Samuel Ortiz
Hi Lee, On Tue, Jan 15, 2013 at 12:56:05PM +, Lee Jones wrote: > @@ -598,8 +601,6 @@ static int ab8500_gpadc_runtime_resume(struct device *dev) > > static int ab8500_gpadc_runtime_idle(struct device *dev) > { > - struct ab8500_gpadc *gpadc = dev_get_drvdata(dev); > - Unrelated change,

[PATCH 25/26] mfd: ab8500-gpadc: Reduce conversion timeout

2013-01-15 Thread Lee Jones
From: Jonas Aaberg Reduce the conversion timeout from 2s to 0.5s Signed-off-by: Lee Jones Signed-off-by: Jonas Aaberg Reviewed-by: Karl KOMIEROWSKI --- drivers/mfd/ab8500-gpadc.c |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/drivers/mfd/ab8500-gpadc.c b/driver