linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-14 16:17:44 to 2023-03-22 23:21:24 UTC [more...]

[PATCH v2] Add multicolor support to BlinkM LED driver
 2023-03-22 23:21 UTC  (3+ messages)

[PATCH 0/8] Add WLED support to TPS68470 LED driver
 2023-03-22 17:40 UTC  (18+ messages)
` [PATCH 1/8] platform/x86: int3472: Add platform data for LEDs
` [PATCH 2/8] platform/x86: int3472: Init LED registers using platform data
` [PATCH 3/8] platform/x86: int3472: Add TPS68470 LED Board Data
` [PATCH 4/8] platform/x86: int3472: Add tps68470-led as clock consumer
` [PATCH 5/8] leds: tps68470: Refactor tps68470_brightness_get()
` [PATCH 6/8] leds: tps68470: Support the WLED driver
` [PATCH 7/8] platform/x86: int3472: Support LED lookups in board data
` [PATCH 8/8] platform/x86: int3472: Define LED lookup data for MS Surface Go

[PATCH RESEND v2] led: multicolor: Fix intensity setting while SW blinking
 2023-03-22 17:25 UTC  (2+ messages)

[PATCH 2/2] leds: max597x: Add support for max597x
 2023-03-22 17:05 UTC  (2+ messages)

[PATCH v3 0/3] leds: tps68470: LED driver for TPS68470
 2023-03-22 16:46 UTC  (6+ messages)
` [PATCH v3 1/3] platform: x86: int3472: Add MFD cell for tps68470 LED
` [PATCH v3 2/3] include: mfd: tps68470: Add masks for LEDA and LEDB
` [PATCH v3 3/3] leds: tps68470: Add LED control for tps68470

[PATCH] leds: rgb: mt6370: Fix implicit declaration for FIELD_GET
 2023-03-22 15:28 UTC  (2+ messages)

[PATCH] leds: flash: qcom: Fix a signedness bug in qcom_flash_register_led_device()
 2023-03-22  9:05 UTC 

[PATCH] leds: mt6360: Add missing fwnode_handle_put()
 2023-03-22  3:41 UTC 

[net-next PATCH v5 00/15] net: Add basic LED support for switch/phy
 2023-03-21 23:39 UTC  (36+ messages)
` [net-next PATCH v5 01/15] net: dsa: qca8k: move qca8k_port_to_phy() to header
` [net-next PATCH v5 02/15] net: dsa: qca8k: add LEDs basic support
` [net-next PATCH v5 03/15] net: dsa: qca8k: add LEDs blink_set() support
` [net-next PATCH v5 04/15] leds: Provide stubs for when CLASS_LED is disabled
` [net-next PATCH v5 05/15] net: phy: Add a binding for PHY LEDs
` [net-next PATCH v5 06/15] net: phy: phy_device: Call into the PHY driver to set LED brightness
` [net-next PATCH v5 07/15] net: phy: marvell: Add software control of the LEDs
` [net-next PATCH v5 08/15] net: phy: phy_device: Call into the PHY driver to set LED blinking
` [net-next PATCH v5 09/15] net: phy: marvell: Implement led_blink_set()
` [net-next PATCH v5 10/15] dt-bindings: net: ethernet-controller: Document support for LEDs node
` [net-next PATCH v5 11/15] dt-bindings: net: dsa: qca8k: add LEDs definition example
` [net-next PATCH v5 12/15] arm: qcom: dt: Drop unevaluated properties in switch nodes for rb3011
` [net-next PATCH v5 13/15] arm: qcom: dt: Add Switch LED for each port "
` [net-next PATCH v5 14/15] dt-bindings: net: phy: Document support for LEDs node
` [net-next PATCH v5 15/15] arm: mvebu: dt: Add PHY LED support for 370-rd WAN port

[PATCH v2 0/2] leds: aw2013: Add vddio regulator
 2023-03-21 22:08 UTC  (8+ messages)
` [PATCH v2 2/2] "
` [PATCH v2 1/2] dt-bindings: leds: aw2013: Document vddio-supply

kernel error at led trigger "phy0tpt"
 2023-03-21 20:22 UTC  (3+ messages)

[PATCH v2 0/4] leds: tps68470: LED driver for TPS68470
 2023-03-21  9:36 UTC  (4+ messages)
` [PATCH v2 3/4] leds: tps68470: Add LED control for tps68470

[PATCH 0/2] leds: aw2013: Add vdd regulator
 2023-03-20 16:44 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: leds: aw2013: Document vdd-supply
` [PATCH 2/2] leds: aw2013: Add vdd regulator

[PATCH 10/27] leds: remove MODULE_LICENSE in non-modules
 2023-03-20 10:40 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add entry for LED devices documentation
 2023-03-19 15:58 UTC  (2+ messages)

[lee-leds:for-leds-next 13/15] drivers/leds/rgb/leds-mt6370-rgb.c:889:8: error: call to undeclared function 'FIELD_GET'; ISO C99 and later do not support implicit function declarations
 2023-03-19 10:41 UTC 

[PATCH 0/3] Documentation fixes for MT6370 RGB
 2023-03-19  7:49 UTC  (4+ messages)
` [PATCH 1/3] Documentation: leds: Add MT6370 doc to the toctree
` [PATCH 2/3] Documentation: leds: MT6370: Properly wrap hw_pattern chart
` [PATCH 3/3] Documentation: leds: MT6370: Use bullet lists for timing variables

[net-next PATCH v4 00/14] net: Add basic LED support for switch/phy
 2023-03-18 19:14 UTC  (35+ messages)
` [net-next PATCH v4 01/14] net: dsa: qca8k: move qca8k_port_to_phy() to header
` [net-next PATCH v4 02/14] net: dsa: qca8k: add LEDs basic support
` [net-next PATCH v4 03/14] net: dsa: qca8k: add LEDs blink_set() support
` [net-next PATCH v4 04/14] net: phy: Add a binding for PHY LEDs
` [net-next PATCH v4 05/14] net: phy: phy_device: Call into the PHY driver to set LED brightness
` [net-next PATCH v4 06/14] net: phy: marvell: Add software control of the LEDs
` [net-next PATCH v4 07/14] net: phy: phy_device: Call into the PHY driver to set LED blinking
` [net-next PATCH v4 08/14] net: phy: marvell: Implement led_blink_set()
` [net-next PATCH v4 09/14] dt-bindings: net: ethernet-controller: Document support for LEDs node
` [net-next PATCH v4 10/14] dt-bindings: net: dsa: qca8k: add LEDs definition example
` [net-next PATCH v4 11/14] arm: qcom: dt: Drop unevaluated properties in switch nodes for rb3011
` [net-next PATCH v4 12/14] arm: qcom: dt: Add Switch LED for each port "
` [net-next PATCH v4 13/14] dt-bindings: net: phy: Document support for LEDs node
` [net-next PATCH v4 14/14] arm: mvebu: dt: Add PHY LED support for 370-rd WAN port

[lee-leds:for-leds-next 15/15] htmldocs: Documentation/leds/leds-mt6370-rgb.rst:39: WARNING: Literal block ends without a blank line; unexpected unindent
 2023-03-18 15:41 UTC 

[net-next PATCH v3 00/14] net: Add basic LED support for switch/phy
 2023-03-17 21:13 UTC  (25+ messages)
` [net-next PATCH v3 01/14] net: dsa: qca8k: move qca8k_port_to_phy() to header
` [net-next PATCH v3 02/14] net: dsa: qca8k: add LEDs basic support
` [net-next PATCH v3 03/14] net: dsa: qca8k: add LEDs blink_set() support
` [net-next PATCH v3 04/14] net: phy: Add a binding for PHY LEDs
` [net-next PATCH v3 05/14] net: phy: phy_device: Call into the PHY driver to set LED brightness
` [net-next PATCH v3 06/14] net: phy: marvell: Add software control of the LEDs
` [net-next PATCH v3 07/14] net: phy: phy_device: Call into the PHY driver to set LED blinking
` [net-next PATCH v3 08/14] net: phy: marvell: Implement led_blink_set()
` [net-next PATCH v3 09/14] dt-bindings: net: dsa: dsa-port: Document support for LEDs node
` [net-next PATCH v3 10/14] dt-bindings: net: dsa: qca8k: add LEDs definition example
` [net-next PATCH v3 11/14] arm: qcom: dt: Drop unevaluated properties in switch nodes for rb3011
` [net-next PATCH v3 12/14] arm: qcom: dt: Add Switch LED for each port "
` [net-next PATCH v3 13/14] dt-bindings: net: phy: Document support for LEDs node
` [net-next PATCH v3 14/14] arm: mvebu: dt: Add PHY LED support for 370-rd WAN port

[lee-leds:for-leds-next] BUILD REGRESSION 4ba9df04b7ac66d2d000ed7ae2d8136302d99a57
 2023-03-17 20:13 UTC 

[PATCH] leds: flash: set varaiables mvflash_3,4ch_regs storage-class-specifier to static
 2023-03-17 19:13 UTC 

[PATCH 0/3] Add support for high resolution PWMs
 2023-03-17 16:04 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: leds-qcom-lpg: Add qcom,pmk8550-pwm compatible string
` [PATCH 2/3] leds: rgb: leds-qcom-lpg: Add support for high resolution PWM
` [PATCH 3/3] leds: rgb: leds-qcom-lpg: Add support for PMK8550 PWM

[lee-leds:for-leds-next 13/15] drivers/leds/rgb/leds-mt6370-rgb.c:889:15: error: implicit declaration of function 'FIELD_GET'
 2023-03-17  9:57 UTC 

Renovace podlahy
 2023-03-17  8:40 UTC 

[PATCH v3 0/2] leds: add aw20xx driver
 2023-03-17  8:09 UTC  (12+ messages)
` [PATCH v3 1/2] dt-bindings: leds: add binding for aw200xx
` [PATCH v3 2/2] leds: add aw20xx driver

[PATCH v18 0/3] Add MediaTek MT6370 PMIC support
 2023-03-17  8:04 UTC  (10+ messages)
` [PATCH v18 1/3] leds: rgb: mt6370: Add MediaTek MT6370 current sink type LED Indicator support
` [PATCH v18 2/3] leds: flash: mt6370: Add MediaTek MT6370 flashlight support
` [PATCH v18 3/3] docs: leds: Add MT6370 RGB LED pattern document

[PATCH 0/3] Add PM6150L flash LED to Fairphone 4
 2023-03-17  7:51 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: leds: spmi-flash-led: Add pm6150l compatible

[lee-leds:for-leds-next] BUILD SUCCESS 1aeff621689120db60cb7029e5a0fde7d01f7fb6
 2023-03-17  4:07 UTC 

[net-next PATCH 01/11] net: dsa: qca8k: add LEDs basic support
 2023-03-16 22:07 UTC  (2+ messages)

[PATCH v3 15/38] leds: add HAS_IOPORT dependencies
 2023-03-16 16:14 UTC  (2+ messages)

[PATCH V2 REBASED] dt-bindings: leds: add "usbport" trigger
 2023-03-16 15:33 UTC  (2+ messages)

[PATCH V2] dt-bindings: leds: add "usbport" trigger
 2023-03-16 13:41 UTC  (2+ messages)

[RESEND PATCH v7 0/5] leds: Allwinner A100 LED controller support
 2023-03-16 13:34 UTC  (3+ messages)
` [RESEND PATCH v7 2/5] leds: sun50i-a100: New driver for the A100 LED controller

Rubber Molded
 2023-03-16  8:40 UTC 

[PATCH RESEND] leds: qcom-lpg: Release node reference before returning
 2023-03-15 17:11 UTC 

[PATCH v8 1/2] leds: flash: add driver to support flash LED module in QCOM PMICs
 2023-03-15 17:10 UTC  (4+ messages)
` [PATCH v8 2/2] dt-bindings: leds: add QCOM flash LED controller

[PATCH v7 0/6] Add a multicolor LED driver for groups of monochromatic LEDs
 2023-03-15 15:53 UTC  (4+ messages)
` [PATCH v7 6/6] leds: Add a multicolor LED driver to group "

[PATCH v2] leds: Mark GPIO LED trigger broken
 2023-03-15 15:14 UTC  (2+ messages)

Faktoring
 2023-03-15  9:05 UTC 

[PATCH] leds: Delete GPIO LED trigger
 2023-03-14 20:57 UTC  (3+ messages)


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).