[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1306264053.31129.5.camel@rklein-linux2>
Date: Tue, 24 May 2011 12:07:33 -0700
From: Rhyland Klein <rklein@...dia.com>
To: "cbouatmailru@...il.com" <cbouatmailru@...il.com>
Cc: "bleung@...omium.org" <bleung@...omium.org>,
"olof@...om.net" <olof@...om.net>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] power: bq20z75: enable detection after registering
On Tue, 2011-05-24 at 12:06 -0700, Rhyland Klein wrote:
> Need to enable detection, which is also blocking the unit conversion logic
> after registering the power_supply.
>
> Signed-off-by: Rhyland Klein <rklein@...dia.com>
> ---
> v2: This should have been adding the line, not removing it. Fixed that.
>
> drivers/power/bq20z75.c | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/power/bq20z75.c b/drivers/power/bq20z75.c
> index e1adc0e..9c5e5be 100644
> --- a/drivers/power/bq20z75.c
> +++ b/drivers/power/bq20z75.c
> @@ -702,6 +702,8 @@ skip_gpio:
>
> INIT_DELAYED_WORK(&bq20z75_device->work, bq20z75_delayed_work);
>
> + bq20z75_device->enable_detection = true;
> +
> return 0;
>
> exit_psupply:
ignore this patch, sent updated patch with proper version tag in
subject.
-rhyland
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists