LKML Archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] LEDs for v6.12
@ 2024-09-23 15:50 Lee Jones
  2024-09-23 22:34 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Lee Jones @ 2024-09-23 15:50 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Linux Kernel Mailing List, Pavel Machek

Good afternoon Linus,

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/leds.git tags/leds-next-6.12

for you to fetch changes up to 64c38866500b0bda4363fb994d545557dffb017c:

  leds: turris-omnia: Fix module autoloading with MODULE_DEVICE_TABLE() (2024-08-30 09:05:08 +0100)

----------------------------------------------------------------
- Limited LED current based on thermal conditions in the QCOM flash LED driver.
- Fixed device child node usage in the BD2606MVV and PCA995x drivers.
- Used device_for_each_child_node_scoped() to access child nodes in the IS31FL319X driver.
- Reset the LED controller during the probe in the LM3601X driver.
- Used device_for_each_child_node() to access device child nodes in the PCA995X driver.
- Fixed CONFIG_LEDS_CLASS_MULTICOLOR dependency in the BlinkM driver.
- Replaced msleep() with usleep_range() in the SUN50I-A100 driver.
- Used scoped device node handling to simplify error paths in the AAT1290, KTD2692, and MC13783 drivers.
- Added missing of_node_get for probe duration in the MAX77693 driver.
- Simplified using for_each_available_child_of_node_scoped() loops when iterating over device nodes.
- Used devm_clk_get_enabled() helpers in the LP55XX driver.
- Converted DT bindings from TXT to YAML format for various drivers, including LM3692x and SC2731-BLTC.
- Set num_leds after allocation in the GPIO driver.
- Removed irrelevant blink configuration error message in the PCA9532 driver.
- Fixed module autoloading with MODULE_DEVICE_TABLE() in the Turris Omnia driver.

----------------------------------------------------------------
Abhishek Tamboli (1):
      leds: sun50i-a100: Replace msleep() with usleep_range()

Arnd Bergmann (1):
      leds: blinkm: Fix CONFIG_LEDS_CLASS_MULTICOLOR dependency

Bastien Curutchet (1):
      leds: pca9532: Remove irrelevant blink configuration error message

Fenglin Wu (1):
      leds: flash: leds-qcom-flash: Limit LED current based on thermal condition

Frank Li (1):
      dt-bindings: leds: Convert leds-lm3692x to YAML format

Huan Yang (1):
      leds: lp55xx: Use devm_clk_get_enabled() helpers

Jack Chen (2):
      leds: lm3601x: Calculate max_brightness and brightness properly
      leds: lm3601x: Reset LED controller during probe

Javier Carrasco (5):
      leds: bd2606mvv: Fix device child node usage in bd2606mvv_probe()
      leds: is31fl319x: Use device_for_each_child_node_scoped() to access child nodes
      leds: pca995x: Use device_for_each_child_node() to access device child nodes
      leds: pca995x: Fix device child node usage in pca995x_probe()
      leds: as3645a: Use device_* to iterate over device child nodes

Joseph Strauss (1):
      leds: Add multicolor support to BlinkM LED driver

Kees Cook (1):
      leds: gpio: Set num_leds after allocation

Krzysztof Kozlowski (17):
      leds: aat1290: Use scoped device node handling to simplify error paths
      leds: ktd2692: Use scoped device node handling to simplify error paths
      leds: max77693: Add missing of_node_get for probe duration
      leds: max77693: Simplify with scoped for each OF child loop
      leds: 88pm860x: Simplify with scoped for each OF child loop
      leds: aw2013: Simplify with scoped for each OF child loop
      leds: bcm6328: Simplify with scoped for each OF child loop
      leds: bcm6358: Simplify with scoped for each OF child loop
      leds: is31fl32xx: Simplify with scoped for each OF child loop
      leds: lp55xx: Simplify with scoped for each OF child loop
      leds: mc13783: Use scoped device node handling to simplify error paths
      leds: mt6323: Simplify with scoped for each OF child loop
      leds: netxbig: Simplify with scoped for each OF child loop
      leds: pca9532: Simplify with scoped for each OF child loop
      leds: sc27xx: Simplify with scoped for each OF child loop
      leds: turris-omnia: Simplify with scoped for each OF child loop
      leds: qcom-lpg: Simplify with scoped for each OF child loop

Liao Chen (1):
      leds: turris-omnia: Fix module autoloading with MODULE_DEVICE_TABLE()

Lukasz Majewski (1):
      leds: trigger: netdev: Add support for tx_err and rx_err notification with LEDs

Marek Vasut (1):
      dt-bindings: leds: Document "netdev" trigger

Pieterjan Camerlynck (2):
      dt-bindings: leds: pca995x: Add new nxp,pca9956b compatible
      leds: leds-pca995x: Add support for NXP PCA9956B

Stanislav Jakubek (1):
      dt-bindings: leds: sc2731-bltc: Convert to YAML

 Documentation/devicetree/bindings/leds/common.yaml |   2 +
 .../devicetree/bindings/leds/leds-lm3692x.txt      |  65 ------
 .../devicetree/bindings/leds/leds-sc27xx-bltc.txt  |  43 ----
 .../devicetree/bindings/leds/nxp,pca995x.yaml      |   6 +-
 .../devicetree/bindings/leds/sprd,sc2731-bltc.yaml |  84 ++++++++
 .../devicetree/bindings/leds/ti.lm36922.yaml       | 110 +++++++++++
 Documentation/leds/leds-blinkm.rst                 |  29 ++-
 Documentation/leds/well-known-leds.txt             |   8 +
 drivers/leds/Kconfig                               |   8 +
 drivers/leds/flash/leds-aat1290.c                  |  14 +-
 drivers/leds/flash/leds-as3645a.c                  |   8 +-
 drivers/leds/flash/leds-ktd2692.c                  |  15 +-
 drivers/leds/flash/leds-lm3601x.c                  |  19 +-
 drivers/leds/flash/leds-max77693.c                 |  20 +-
 drivers/leds/flash/leds-qcom-flash.c               | 163 ++++++++++++++-
 drivers/leds/leds-88pm860x.c                       |   5 +-
 drivers/leds/leds-aw2013.c                         |   8 +-
 drivers/leds/leds-bcm6328.c                        |   7 +-
 drivers/leds/leds-bcm6358.c                        |   7 +-
 drivers/leds/leds-bd2606mvv.c                      |  23 +--
 drivers/leds/leds-blinkm.c                         | 220 ++++++++++++++-------
 drivers/leds/leds-gpio.c                           |   9 +-
 drivers/leds/leds-is31fl319x.c                     |  34 ++--
 drivers/leds/leds-is31fl32xx.c                     |  14 +-
 drivers/leds/leds-lp55xx-common.c                  |  22 +--
 drivers/leds/leds-lp55xx-common.h                  |   1 -
 drivers/leds/leds-mc13783.c                        |  24 ++-
 drivers/leds/leds-mt6323.c                         |  22 +--
 drivers/leds/leds-netxbig.c                        |  19 +-
 drivers/leds/leds-pca9532.c                        |  12 +-
 drivers/leds/leds-pca995x.c                        |  78 +++++---
 drivers/leds/leds-sc27xx-bltc.c                    |  12 +-
 drivers/leds/leds-sun50i-a100.c                    |   2 +-
 drivers/leds/leds-turris-omnia.c                   |   9 +-
 drivers/leds/rgb/leds-qcom-lpg.c                   |  14 +-
 drivers/leds/trigger/ledtrig-netdev.c              |  24 ++-
 include/linux/leds.h                               |   2 +
 37 files changed, 756 insertions(+), 406 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/leds/leds-lm3692x.txt
 delete mode 100644 Documentation/devicetree/bindings/leds/leds-sc27xx-bltc.txt
 create mode 100644 Documentation/devicetree/bindings/leds/sprd,sc2731-bltc.yaml
 create mode 100644 Documentation/devicetree/bindings/leds/ti.lm36922.yaml

-- 
Lee Jones [李琼斯]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] LEDs for v6.12
  2024-09-23 15:50 [GIT PULL] LEDs for v6.12 Lee Jones
@ 2024-09-23 22:34 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2024-09-23 22:34 UTC (permalink / raw)
  To: Lee Jones; +Cc: Linus Torvalds, Linux Kernel Mailing List, Pavel Machek

The pull request you sent on Mon, 23 Sep 2024 16:50:54 +0100:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/lee/leds.git tags/leds-next-6.12

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/f2debe057fcc962e865d57800e39e029887812b4

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-23 22:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-23 15:50 [GIT PULL] LEDs for v6.12 Lee Jones
2024-09-23 22:34 ` pr-tracker-bot

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 read-only IMAP folder(s) and NNTP newsgroup(s).