[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160905110846.5ersy47jbozzgldj@earth>
Date: Mon, 5 Sep 2016 13:08:46 +0200
From: Sebastian Reichel <sre@...nel.org>
To: Paul Kocialkowski <contact@...lk.fr>
Cc: linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
linux-tegra@...r.kernel.org,
Dmitry Eremin-Solenikov <dbaryshkov@...il.com>,
David Woodhouse <dwmw2@...radead.org>
Subject: Re: [PATCH v4] power: bq24735-charger: Request status GPIO with
initial input setup
Hi Paul,
On Sat, Sep 03, 2016 at 12:09:53AM +0200, Paul Kocialkowski wrote:
> This requests the status GPIO with initial input setup. it is required
> to read the GPIO status at probe time and thus correctly avoid sending
> i2c messages when AC is not plugged.
>
> When requesting the GPIO without initial input setup, it always reads 0
> which causes probe to fail as it assumes the charger is connected, sends
> i2c messages and fails.
>
> While at it, this switches the driver over to gpio consumer.
>
> Signed-off-by: Paul Kocialkowski <contact@...lk.fr>
> ---
> drivers/power/supply/bq24735-charger.c | 44 +++++++++++++---------------------
> include/linux/power/bq24735-charger.h | 4 ----
> 2 files changed, 16 insertions(+), 32 deletions(-)
>
> diff --git a/drivers/power/supply/bq24735-charger.c b/drivers/power/supply/bq24735-charger.c
[...]
> - if (IS_ENABLED(CONFIG_OF) && !charger->pdata && client->dev.of_node)
> + if (IS_ENABLED(CONFIG_OF) && !charger->pdata && client->dev.of_node) {
> charger->pdata = bq24735_parse_dt_data(client);
> + if (IS_ERR(charger->pdata))
> + return PTR_ERR(charger->pdata);
> + }
I queued your patch into power-supply's for-next branch, but dropped
this change, which is from an earlier revision of this patch and no
longer needed. Thanks for your patch.
-- Sebastian
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists