mbox series

[leds,v7,00/11] Turris Omnia LED driver changes

Message ID 20241111100355.6978-1-kabel@kernel.org (mailing list archive)
Headers show
Series Turris Omnia LED driver changes | expand

Message

Marek Behún Nov. 11, 2024, 10:03 a.m. UTC
Hello Lee,

this is v7 of Turris Omnia LED driver changes.
v1 to v6 can be found at
  https://lore.kernel.org/linux-leds/20240902124104.14297-1-kabel@kernel.org/
  https://lore.kernel.org/linux-leds/20240903101930.16251-1-kabel@kernel.org/
  https://lore.kernel.org/linux-leds/20240913123103.21226-1-kabel@kernel.org/
  https://lore.kernel.org/linux-leds/20241029135621.12546-1-kabel@kernel.org/
  https://lore.kernel.org/linux-leds/20241104141924.18816-1-kabel@kernel.org/
  https://lore.kernel.org/linux-leds/20241108132845.31005-1-kabel@kernel.org/

Changes since v6:
- patch 6: fixed documentation comment for the @lock member of
  `struct omnia_leds`
- patch 12: dropped, since Gregory applied it on mvebu/dt back in v5.

Marek

Marek Behún (11):
  turris-omnia-mcu-interface.h: Move command execution function to
    global header
  leds: turris-omnia: Use command execution functions from the MCU
    driver
  turris-omnia-mcu-interface.h: Add LED commands related definitions to
    global header
  leds: turris-omnia: Use global header for MCU command definitions
  dt-bindings: leds: cznic,turris-omnia-leds: Allow interrupts property
  leds: turris-omnia: Document driver private structures
  leds: turris-omnia: Notify sysfs on MCU global LEDs brightness change
  platform: cznic: turris-omnia-mcu: Inform about missing LED panel
    brightness change interrupt feature
  leds: turris-omnia: Inform about missing LED gamma correction feature
    in the MCU driver
  leds: turris-omnia: Use dev_err_probe() where appropriate
  leds: turris-omnia: Use uppercase first letter in all comments

 .../leds/cznic,turris-omnia-leds.yaml         |   8 +
 drivers/leds/Kconfig                          |   2 +
 drivers/leds/leds-turris-omnia.c              | 336 +++++++++---------
 .../platform/cznic/turris-omnia-mcu-base.c    |   3 +
 drivers/platform/cznic/turris-omnia-mcu.h     | 130 -------
 include/linux/turris-omnia-mcu-interface.h    | 148 +++++++-
 6 files changed, 328 insertions(+), 299 deletions(-)

Comments

Marek Behún Dec. 9, 2024, 9:48 a.m. UTC | #1
Hello Lee,

will you be taking this series for 6.14?

Marek
Lee Jones Dec. 12, 2024, 6:38 p.m. UTC | #2
On Mon, 11 Nov 2024 11:03:44 +0100, Marek Behún wrote:
> this is v7 of Turris Omnia LED driver changes.
> v1 to v6 can be found at
>   https://lore.kernel.org/linux-leds/20240902124104.14297-1-kabel@kernel.org/
>   https://lore.kernel.org/linux-leds/20240903101930.16251-1-kabel@kernel.org/
>   https://lore.kernel.org/linux-leds/20240913123103.21226-1-kabel@kernel.org/
>   https://lore.kernel.org/linux-leds/20241029135621.12546-1-kabel@kernel.org/
>   https://lore.kernel.org/linux-leds/20241104141924.18816-1-kabel@kernel.org/
>   https://lore.kernel.org/linux-leds/20241108132845.31005-1-kabel@kernel.org/
> 
> [...]

Applied, thanks!

[01/11] turris-omnia-mcu-interface.h: Move command execution function to global header
        commit: 082e8f6db9092d19ae84549874daaef240c2207b
[02/11] leds: turris-omnia: Use command execution functions from the MCU driver
        commit: b4c3960da27dd91412e04bc263311c16e6c46fb0
[03/11] turris-omnia-mcu-interface.h: Add LED commands related definitions to global header
        commit: d665d7f2800fff5da9311e4c8c236966ba57d440
[04/11] leds: turris-omnia: Use global header for MCU command definitions
        commit: 5d2f88320c2f7d15830f2f3b51726ef6ba999195
[05/11] dt-bindings: leds: cznic,turris-omnia-leds: Allow interrupts property
        commit: 2b73a24f327070390f1a17570fcab35b61a92c24
[06/11] leds: turris-omnia: Document driver private structures
        commit: 8ca5bf8ad183e1b05034ccfd96d59e7b802d6335
[07/11] leds: turris-omnia: Notify sysfs on MCU global LEDs brightness change
        commit: d82e09d62b3bdbfa9dac2daf3c3c071b6a79d2aa
[08/11] platform: cznic: turris-omnia-mcu: Inform about missing LED panel brightness change interrupt feature
        commit: 1783b766940f37aeaf7c841f777be8cf68326908
[09/11] leds: turris-omnia: Inform about missing LED gamma correction feature in the MCU driver
        commit: 2de889e9cf25558bf12505b6827dcd435cbc1b11
[10/11] leds: turris-omnia: Use dev_err_probe() where appropriate
        commit: eda057c7c7c2c99c15b86bb5e3c1858b8650c074
[11/11] leds: turris-omnia: Use uppercase first letter in all comments
        commit: 4cc40bf45b6f6b6ae350e1f75ee0af49b81f9b1f

--
Lee Jones [李琼斯]