[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAHp75Vdo5TMqm8H0OCGw5=_dwY1M0N4DOYUZy5NEbfJ1=KxXXQ@mail.gmail.com>
Date: Sun, 24 Mar 2024 22:10:44 +0200
From: Andy Shevchenko <andy.shevchenko@...il.com>
To: Kate Hsuan <hpa@...hat.com>
Cc: Pavel Machek <pavel@....cz>, Lee Jones <lee@...nel.org>, linux-leds@...r.kernel.org,
platform-driver-x86@...r.kernel.org, Hans de Goede <hdegoede@...hat.com>,
Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
André Apitzsch <git@...tzsch.eu>,
linux-kernel@...r.kernel.org, Sebastian Reichel <sre@...nel.org>, linux-pm@...r.kernel.org
Subject: Re: [PATCH v5 RESEND 5/6] power: supply: power-supply-leds: Add
charging_red_full_green trigger for RGB LED
On Sun, Mar 24, 2024 at 5:02 PM Kate Hsuan <hpa@...hat.com> wrote:
>
> Add a charging_red_full_green LED trigger and the trigger is based on
> led_mc_trigger_event() which can set an RGB LED when the trigger is
> triggered. The LED will show red when the battery status is charging.
> The LED will show green when the battery status is full.
>
> Link: https://lore.kernel.org/linux-leds/f40a0b1a-ceac-e269-c2dd-0158c5b4a1ad@gmail.com/T/#t
You can drop the 'T/#t' part.
..
> + led_mc_trigger_event(psy->charging_red_full_green_trig,
> + intensity_green,
> + 3,
ARRAY_SIZE()
> + LED_FULL);
..
> + led_mc_trigger_event(psy->charging_red_full_green_trig,
> + intensity_red,
> + 3,
Ditto.
> + LED_FULL);
..
> + led_mc_trigger_event(psy->charging_red_full_green_trig,
> + intensity_red,
> + 3,
Ditto.
> + LED_OFF);
--
With Best Regards,
Andy Shevchenko
Powered by blists - more mailing lists