lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAPVz0n0oWB7G_9s5tEov4-E_kADegopMh0mST02Dv9w_e53EZA@mail.gmail.com>
Date: Wed, 30 Apr 2025 08:38:14 +0300
From: Svyatoslav Ryhel <clamor95@...il.com>
To: Sebastian Reichel <sebastian.reichel@...labora.com>
Cc: Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>, 
	Conor Dooley <conor+dt@...nel.org>, Thierry Reding <thierry.reding@...il.com>, 
	Jonathan Hunter <jonathanh@...dia.com>, Neil Armstrong <neil.armstrong@...aro.org>, 
	Jonathan Cameron <Jonathan.Cameron@...wei.com>, Rafał Miłecki <rafal@...ecki.pl>, 
	Aradhya Bhatia <a-bhatia1@...com>, linux-pm@...r.kernel.org, devicetree@...r.kernel.org, 
	linux-kernel@...r.kernel.org, linux-tegra@...r.kernel.org
Subject: Re: [PATCH v3 3/4] power: supply: Add driver for Pegatron Chagall battery

ср, 30 квіт. 2025 р. о 01:06 Sebastian Reichel
<sebastian.reichel@...labora.com> пише:
>
> Hi,
>
> On Tue, Apr 29, 2025 at 09:18:01AM +0300, Svyatoslav Ryhel wrote:
> > The Pegatron Chagall is an Android tablet utilizing a customized Cypress
> > CG7153AM microcontroller (MCU) as its battery fuel gauge. It supports a
> > single-cell battery and features a dual-color charging LED.
> >
> > Signed-off-by: Svyatoslav Ryhel <clamor95@...il.com>
> > ---
> >
> > [...]
> >
> > +     cg->white_led.name = "power::white";
> > +     cg->white_led.max_brightness = 1;
> > +     cg->white_led.flags = LED_CORE_SUSPENDRESUME;
> > +     cg->white_led.brightness_set = chagall_led_set_brightness_white;
> > +     cg->amber_led.default_trigger = "chagall-battery-full";
>
> ^^^ I fixed up the typo while applying.
>

Thank you!

> > [...]
>
> Greetings,
>
> -- Sebastian

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ