mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Lee Jones <lee@kernel.org>
To: Pavel Machek <pavel@ucw.cz>, Lee Jones <lee@kernel.org>,
	 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,
	 Christian Marangi <ansuelsmth@gmail.com>
Subject: Re: [PATCH v7 00/20] leds: leds-lp55xx: overhaul driver
Date: Wed, 26 Jun 2024 17:08:40 +0100	[thread overview]
Message-ID: <171941812083.2542017.2881884570638704894.b4-ty@kernel.org> (raw)
In-Reply-To: <20240620210401.22053-1-ansuelsmth@gmail.com>

On Thu, 20 Jun 2024 23:03:16 +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!

[01/20] dt-bindings: leds-lp55xx: Limit pwr-sel property to ti,lp8501
        commit: 468434a059a7d1fad4b98c2ca080817b1520cbdc
[02/20] dt-bindings: leds-lp55xx: Add new ti,lp5569 compatible
        commit: a6ca48430de6e87644203bdca03f4065f5b9df7a
[03/20] leds: leds-lp55xx: Generalize stop_all_engine OP
        commit: a9b202b9cf0e817be756a720920ad4b522e6f6aa
[04/20] leds: leds-lp55xx: Generalize probe/remove functions
        commit: db30c2891bfc74acb8823edee5f39cbc36bd9a4d
[05/20] leds: leds-lp55xx: Generalize load_engine function
        commit: 4d310b96f2db602830c40f82a75ede799b243cce
[06/20] leds: leds-lp55xx: Generalize load_engine_and_select_page function
        commit: 409a9dc53682b9f02793584d17721ab3e1b9c86f
[07/20] leds: leds-lp55xx: Generalize run_engine function
        commit: 42a9eaac9784e9b3df56f1947526d7d4d0ed9b26
[08/20] leds: leds-lp55xx: Generalize update_program_memory function
        commit: 31379a57cf2f155eb147ace86547b7143592945a
[09/20] leds: leds-lp55xx: Generalize firmware_loaded function
        commit: a3df1906fb9aa9ff45149e0a3c6434b2cef4f6e7
[10/20] leds: leds-lp55xx: Generalize led_brightness function
        commit: c63580b27a2c638cbae2fc26484b0bf29f303134
[11/20] leds: leds-lp55xx: Generalize multicolor_brightness function
        commit: 794826b2d87538a0fa5429957439f82bb7f32b53
[12/20] leds: leds-lp55xx: Generalize set_led_current function
        commit: 01e0290d17b2fb9717ee80fed512b32e0460b14c
[13/20] leds: leds-lp55xx: Generalize turn_off_channels function
        commit: e35bc5d8a023a55a5f895d6648a455ed83dc0db2
[14/20] leds: leds-lp55xx: Generalize stop_engine function
        commit: 43e91e5eb9c8b36ddd1dc239e0d8c36cc034e8ca
[15/20] leds: leds-lp55xx: Generalize sysfs engine_load and engine_mode
        commit: 082a4d3f068734eb242e38892d0977ef271c0143
[16/20] leds: leds-lp55xx: Generalize sysfs engine_leds
        commit: 8913c2c14728851f110e0d439d5bb2360c767cd2
[17/20] leds: leds-lp55xx: Generalize sysfs master_fader
        commit: 5a15b2ab57095a7c8597d42efbfe452844578785
[18/20] leds: leds-lp55xx: Support ENGINE program up to 128 bytes
        commit: b9d55087dfa950aecece1cf864d3918a12694c25
[19/20] leds: leds-lp55xx: Drop deprecated defines
        commit: 49d943a426d1e2c034ff2f132f65590dbdc01fbd
[20/20] leds: leds-lp5569: Add support for Texas Instruments LP5569
        commit: 30c6743cc89cdb357d1f8a98978da0f7c138130b

--
Lee Jones [李琼斯]


      parent reply	other threads:[~2024-06-26 16:08 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-20 21:03 Christian Marangi
2024-06-20 21:03 ` [PATCH v7 01/20] dt-bindings: leds-lp55xx: Limit pwr-sel property to ti,lp8501 Christian Marangi
2024-06-20 21:03 ` [PATCH v7 02/20] dt-bindings: leds-lp55xx: Add new ti,lp5569 compatible Christian Marangi
2024-06-20 21:03 ` [PATCH v7 03/20] leds: leds-lp55xx: Generalize stop_all_engine OP Christian Marangi
2024-06-20 21:03 ` [PATCH v7 04/20] leds: leds-lp55xx: Generalize probe/remove functions Christian Marangi
2024-06-20 21:03 ` [PATCH v7 05/20] leds: leds-lp55xx: Generalize load_engine function Christian Marangi
2024-06-20 21:03 ` [PATCH v7 06/20] leds: leds-lp55xx: Generalize load_engine_and_select_page function Christian Marangi
2024-06-20 21:03 ` [PATCH v7 07/20] leds: leds-lp55xx: Generalize run_engine function Christian Marangi
2024-06-20 21:03 ` [PATCH v7 08/20] leds: leds-lp55xx: Generalize update_program_memory function Christian Marangi
2024-06-20 21:03 ` [PATCH v7 09/20] leds: leds-lp55xx: Generalize firmware_loaded function Christian Marangi
2024-06-20 21:03 ` [PATCH v7 10/20] leds: leds-lp55xx: Generalize led_brightness function Christian Marangi
2024-06-26 17:48   ` Markus Elfring
2024-06-20 21:03 ` [PATCH v7 11/20] leds: leds-lp55xx: Generalize multicolor_brightness function Christian Marangi
2024-06-20 21:03 ` [PATCH v7 12/20] leds: leds-lp55xx: Generalize set_led_current function Christian Marangi
2024-06-20 21:03 ` [PATCH v7 13/20] leds: leds-lp55xx: Generalize turn_off_channels function Christian Marangi
2024-06-20 21:03 ` [PATCH v7 14/20] leds: leds-lp55xx: Generalize stop_engine function Christian Marangi
2024-06-20 21:03 ` [PATCH v7 15/20] leds: leds-lp55xx: Generalize sysfs engine_load and engine_mode Christian Marangi
2024-06-20 21:03 ` [PATCH v7 16/20] leds: leds-lp55xx: Generalize sysfs engine_leds Christian Marangi
2024-06-20 21:03 ` [PATCH v7 17/20] leds: leds-lp55xx: Generalize sysfs master_fader Christian Marangi
2024-06-20 21:03 ` [PATCH v7 18/20] leds: leds-lp55xx: Support ENGINE program up to 128 bytes Christian Marangi
2024-06-20 21:03 ` [PATCH v7 19/20] leds: leds-lp55xx: Drop deprecated defines Christian Marangi
2024-06-20 21:03 ` [PATCH v7 20/20] leds: leds-lp5569: Add support for Texas Instruments LP5569 Christian Marangi
2024-06-26 15:42 ` [PATCH v7 00/20] leds: leds-lp55xx: overhaul driver Lee Jones
2024-06-26 15:57   ` Christian Marangi
2024-06-26 16:07     ` Lee Jones
2024-06-26 16:09       ` Lee Jones
2024-06-26 16:11         ` Christian Marangi
2024-06-26 16:02 ` Lee Jones
2024-06-26 16:08 ` Lee Jones [this message]

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=171941812083.2542017.2881884570638704894.b4-ty@kernel.org \
    --to=lee@kernel.org \
    --cc=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=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

all inboxes | Powered by JetHome®