[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4ee4d11f-069c-4f64-aeda-3de22b821b29@uclouvain.be>
Date: Fri, 10 Jan 2025 16:46:23 +0100
From: Thomas Antoine <t.antoine@...ouvain.be>
To: Christophe JAILLET <christophe.jaillet@...adoo.fr>,
Sebastian Reichel <sre@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley
<conor+dt@...nel.org>, Dimitri Fedrau <dima.fedrau@...il.com>,
Catalin Marinas <catalin.marinas@....com>, Will Deacon <will@...nel.org>,
Peter Griffin <peter.griffin@...aro.org>,
Alim Akhtar <alim.akhtar@...sung.com>,
André Draszik <andre.draszik@...aro.org>
Cc: linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org
Subject: Re: [PATCH v2 1/4] power: supply: add support for max77759 fuel gauge
On 1/7/25 19:10, Christophe JAILLET wrote:
> Le 02/01/2025 à 12:15, Thomas Antoine via B4 Relay a écrit :
>> From: Thomas Antoine <t.antoine@...ouvain.be>
>>
>> The interface of the Maxim max77759 fuel gauge has a lot of common with the
>> Maxim max1720x. The major difference is the lack of non-volatile memory
>> slave address. No slave is available at address 0xb of the i2c bus, which
>> is coherent with the following driver from google: line 5836 disables
>> non-volatile memory for m5 gauge.
>
> Hi,
>
> ...
>
>> + ret = max1720x_get_rsense(dev, info);
>> if (ret)
>> - return dev_err_probe(dev, ret, "Failed to probe nvmem\n");
>> + return dev_err_probe(dev, ret, "Failed to get RSense");
>
> Missing ending \n.
Hi,
I will fix this, thank you.
Best regards,
Thomas
Powered by blists - more mailing lists