From: Christian Marangi <ansuelsmth@gmail.com>
To: Lee Jones <lee@kernel.org>
Cc: Pavel Machek <pavel@ucw.cz>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
Conor Dooley <conor+dt@kernel.org>,
Jacek Anaszewski <jacek.anaszewski@gmail.com>,
linux-leds@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v6 00/20] leds: leds-lp55xx: overhaul driver
Date: Thu, 20 Jun 2024 17:57:12 +0200 [thread overview]
Message-ID: <66745e9b.df0a0220.41e53.a3af@mx.google.com> (raw)
In-Reply-To: <171890216265.1289520.18025885103780443097.b4-ty@kernel.org>
On Thu, Jun 20, 2024 at 05:49:22PM +0100, Lee Jones wrote:
> On Sun, 16 Jun 2024 23:51:59 +0200, Christian Marangi wrote:
> > This long series is (as requested) a big overhaul of the lp55xx based
> > LED driver.
> >
> > As notice for these kind of LED chip there was the bad habit of copy
> > the old driver and just modify it enough to make it work with the new
> > model. Till v4 I was also doing the same by following the pattern and
> > the code format of previous driver.
> >
> > [...]
>
> Applied, thanks!
Mh? What happen? I'm preparing v7 with the changes requested :(
>
> [01/20] dt-bindings: leds-lp55xx: limit pwr-sel property to ti,lp8501
> commit: 08a9d2e79140ea1b40c107ea4c025bb8b71aa4b5
> [02/20] dt-bindings: leds-lp55xx: Add new ti,lp5569 compatible
> commit: 75e28e4b32dda36c4a015cf2f9c4955d9024234a
> [03/20] leds: leds-lp55xx: generalize stop_all_engine OP
> commit: e2176c637856cd206bf06b5bbba89b2cf45f7dca
> [04/20] leds: leds-lp55xx: generalize probe/remove functions
> (no commit info)
> [05/20] leds: leds-lp55xx: generalize load_engine function
> (no commit info)
> [06/20] leds: leds-lp55xx: generalize load_engine_and_select_page function
> (no commit info)
> [07/20] leds: leds-lp55xx: generalize run_engine function
> (no commit info)
> [08/20] leds: leds-lp55xx: generalize update_program_memory function
> (no commit info)
> [09/20] leds: leds-lp55xx: generalize firmware_loaded function
> (no commit info)
> [10/20] leds: leds-lp55xx: generalize led_brightness function
> (no commit info)
> [11/20] leds: leds-lp55xx: generalize multicolor_brightness function
> (no commit info)
> [12/20] leds: leds-lp55xx: generalize set_led_current function
> (no commit info)
> [13/20] leds: leds-lp55xx: generalize turn_off_channels function
> (no commit info)
> [14/20] leds: leds-lp55xx: generalize stop_engine function
> (no commit info)
> [15/20] leds: leds-lp55xx: generalize sysfs engine_load and engine_mode
> (no commit info)
> [16/20] leds: leds-lp55xx: generalize sysfs engine_leds
> (no commit info)
> [17/20] leds: leds-lp55xx: generalize sysfs master_fader
> (no commit info)
> [18/20] leds: leds-lp55xx: support ENGINE program up to 128 bytes
> (no commit info)
> [19/20] leds: leds-lp55xx: drop deprecated defines
> (no commit info)
> [20/20] leds: leds-lp5569: Add support for Texas Instruments LP5569
> (no commit info)
>
> --
> Lee Jones [李琼斯]
>
--
Ansuel
next prev parent reply other threads:[~2024-06-20 16:53 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-16 21:51 [PATCH v6 00/20] leds: leds-lp55xx: overhaul driver Christian Marangi
2024-06-16 21:52 ` [PATCH v6 01/20] dt-bindings: leds-lp55xx: limit pwr-sel property to ti,lp8501 Christian Marangi
2024-06-16 21:52 ` [PATCH v6 02/20] dt-bindings: leds-lp55xx: Add new ti,lp5569 compatible Christian Marangi
2024-06-16 21:52 ` [PATCH v6 03/20] leds: leds-lp55xx: generalize stop_all_engine OP Christian Marangi
2024-06-16 21:52 ` [PATCH v6 04/20] leds: leds-lp55xx: generalize probe/remove functions Christian Marangi
2024-06-20 15:38 ` Lee Jones
2024-06-16 21:52 ` [PATCH v6 05/20] leds: leds-lp55xx: generalize load_engine function Christian Marangi
2024-06-16 21:52 ` [PATCH v6 06/20] leds: leds-lp55xx: generalize load_engine_and_select_page function Christian Marangi
2024-06-16 21:52 ` [PATCH v6 07/20] leds: leds-lp55xx: generalize run_engine function Christian Marangi
2024-06-16 21:52 ` [PATCH v6 08/20] leds: leds-lp55xx: generalize update_program_memory function Christian Marangi
2024-06-16 21:52 ` [PATCH v6 09/20] leds: leds-lp55xx: generalize firmware_loaded function Christian Marangi
2024-06-16 21:52 ` [PATCH v6 10/20] leds: leds-lp55xx: generalize led_brightness function Christian Marangi
2024-06-16 21:52 ` [PATCH v6 11/20] leds: leds-lp55xx: generalize multicolor_brightness function Christian Marangi
2024-06-16 21:52 ` [PATCH v6 12/20] leds: leds-lp55xx: generalize set_led_current function Christian Marangi
2024-06-16 21:52 ` [PATCH v6 13/20] leds: leds-lp55xx: generalize turn_off_channels function Christian Marangi
2024-06-16 21:52 ` [PATCH v6 14/20] leds: leds-lp55xx: generalize stop_engine function Christian Marangi
2024-06-16 21:52 ` [PATCH v6 15/20] leds: leds-lp55xx: generalize sysfs engine_load and engine_mode Christian Marangi
2024-06-16 21:52 ` [PATCH v6 16/20] leds: leds-lp55xx: generalize sysfs engine_leds Christian Marangi
2024-06-16 21:52 ` [PATCH v6 17/20] leds: leds-lp55xx: generalize sysfs master_fader Christian Marangi
2024-06-16 21:52 ` [PATCH v6 18/20] leds: leds-lp55xx: support ENGINE program up to 128 bytes Christian Marangi
2024-06-16 21:52 ` [PATCH v6 19/20] leds: leds-lp55xx: drop deprecated defines Christian Marangi
2024-06-16 21:52 ` [PATCH v6 20/20] leds: leds-lp5569: Add support for Texas Instruments LP5569 Christian Marangi
2024-06-20 16:03 ` Lee Jones
2024-06-20 16:09 ` [PATCH v6 00/20] leds: leds-lp55xx: overhaul driver Lee Jones
2024-06-20 15:15 ` Christian Marangi
2024-06-20 16:57 ` Lee Jones
2024-06-20 16:49 ` Lee Jones
2024-06-20 15:57 ` Christian Marangi [this message]
2024-06-20 17:30 ` Lee Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=66745e9b.df0a0220.41e53.a3af@mx.google.com \
--to=ansuelsmth@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=jacek.anaszewski@gmail.com \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=lee@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).