linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-30 12:43:34 to 2023-04-17 15:22:39 UTC [more...]

[net-next PATCH v7 00/16] net: Add basic LED support for switch/phy
 2023-04-17 15:17 UTC  (10+ messages)
` [net-next PATCH v7 01/16] net: dsa: qca8k: move qca8k_port_to_phy() to header
` [net-next PATCH v7 02/16] net: dsa: qca8k: add LEDs basic support
` [net-next PATCH v7 03/16] net: dsa: qca8k: add LEDs blink_set() support
` [net-next PATCH v7 04/16] leds: Provide stubs for when CLASS_LED & NEW_LEDS are disabled
` [net-next PATCH v7 05/16] net: phy: Add a binding for PHY LEDs
` [net-next PATCH v7 06/16] net: phy: phy_device: Call into the PHY driver to set LED brightness
` [net-next PATCH v7 07/16] net: phy: marvell: Add software control of the LEDs
` [net-next PATCH v7 08/16] net: phy: phy_device: Call into the PHY driver to set LED blinking
` [net-next PATCH v7 09/16] net: phy: marvell: Implement led_blink_set()

[PATCH] leds: trigger/tty: Use led_set_brightness_nosleep() to set brightness
 2023-04-17 12:44 UTC  (5+ messages)

[PATCH v4 0/2] leds: Add a driver for the BD2606MVV
 2023-04-17 12:32 UTC  (12+ messages)
` [PATCH v4 1/2] dt-bindings: leds: Add ROHM BD2606MVV LED driver
` [PATCH v4 2/2] leds: bd2606mvv: Driver for the Rohm 6 Channel i2c "

[PATCH v5 0/2] leds: Add a driver for the BD2606MVV
 2023-04-17 12:22 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: leds: Add ROHM BD2606MVV LED
` [PATCH v5 2/2] leds: bd2606mvv: Driver for the Rohm 6 Channel i2c LED driver

kernel error at led trigger "phy0tpt"
 2023-04-17 11:25 UTC  (5+ messages)

[PATCH v4] leds: max597x: Add support for max597x
 2023-04-17  9:40 UTC  (3+ messages)

[PATCH v5] leds: max597x: Add support for max597x
 2023-04-17  9:40 UTC 

[PATCH 0/5] leds: Add Intel Cherry Trail Whiskey Cove PMIC LED driver
 2023-04-16 20:31 UTC  (12+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] leds: cht-wcove: Add suspend/resume handling
` [PATCH 3/5] leds: cht-wcove: Add support for breathing mode use hw_pattern sysfs API
` [PATCH 4/5] leds: cht-wcove: Set default trigger for charging LED
` [PATCH 5/5] leds: cht-wcove: Use breathing when LED_INIT_DEFAULT_TRIGGER is set

[PATCH 0/4] Fix oops about sleeping in led_trigger_blink()
 2023-04-16 15:36 UTC  (6+ messages)
` [PATCH 1/4] leds: Change led_trigger_blink[_oneshot]() delay parameters to pass-by-value
` [PATCH 2/4] leds: Fix set_brightness_delayed() race
` [PATCH 3/4] leds: Fix oops about sleeping in led_trigger_blink()
` [PATCH 4/4] leds: Clear LED_INIT_DEFAULT_TRIGGER when clearing current trigger

[PATCH] leds: pwm-multicolor: Simplify an error message
 2023-04-15 16:27 UTC 

[PATCH 0/8] Add PMI632 PMIC and RGB LED on sdm632-fairphone-fp3
 2023-04-15 16:20 UTC  (22+ messages)
` [PATCH 1/8] dt-bindings: pinctrl: qcom,pmic-gpio: add PMI632
` [PATCH 2/8] pinctrl: qcom: spmi-gpio: Add PMI632 support
` [PATCH 3/8] dt-bindings: leds: qcom-lpg: Add compatible for PMI632 LPG block
` [PATCH 4/8] leds: qcom-lpg: Add support for PMI632 LPG
` [PATCH 5/8] dt-bindings: iio: adc: qcom,spmi-vadc: Allow 1/16 for pre-scaling
` [PATCH 6/8] dt-bindings: mfd: qcom-spmi-pmic: Add PMI632 compatible
` [PATCH 7/8] arm64: dts: qcom: Add PMI632 PMIC
` [PATCH 8/8] arm64: dts: qcom: sdm632-fairphone-fp3: Add notification LED

[lee-leds:for-leds-next] BUILD SUCCESS c1087c29e96a48e9080377e168d35dcb52fb068b
 2023-04-14 19:58 UTC 

[PATCH v3] dt-bindings: leds: Convert PCA9532 to dtschema
 2023-04-14 12:20 UTC  (4+ messages)

[PATCH v2 0/7] Add support for MT6331 and MT6332 LEDs
 2023-04-14 10:19 UTC  (27+ messages)
` [PATCH v2 1/7] dt-bindings: leds: leds-mt6323: Document mt6331 compatible
` [PATCH v2 2/7] dt-bindings: leds: leds-mt6323: Document mt6332 compatible
` [PATCH v2 3/7] leds: leds-mt6323: Specify registers and specs in platform data
` [PATCH v2 4/7] leds: leds-mt6323: Open code and drop MT6323_CAL_HW_DUTY macro
` [PATCH v2 5/7] leds: leds-mt6323: Drop MT6323_ prefix from macros and defines
` [PATCH v2 6/7] leds: leds-mt6323: Add support for MT6331 leds
` [PATCH v2 7/7] leds: leds-mt6323: Add support for WLEDs and MT6332

[net-next PATCH v6 00/16] net: Add basic LED support for switch/phy
 2023-04-13 14:48 UTC  (36+ messages)
` [net-next PATCH v6 01/16] net: dsa: qca8k: move qca8k_port_to_phy() to header
` [net-next PATCH v6 03/16] net: dsa: qca8k: add LEDs blink_set() support
` [net-next PATCH v6 04/16] leds: Provide stubs for when CLASS_LED & NEW_LEDS are disabled
` [net-next PATCH v6 06/16] net: phy: phy_device: Call into the PHY driver to set LED brightness
` [net-next PATCH v6 07/16] net: phy: marvell: Add software control of the LEDs
` [net-next PATCH v6 08/16] net: phy: phy_device: Call into the PHY driver to set LED blinking
` [net-next PATCH v6 09/16] net: phy: marvell: Implement led_blink_set()
` [net-next PATCH v6 10/16] dt-bindings: leds: Document support for generic ethernet LEDs
` [net-next PATCH v6 12/16] dt-bindings: net: dsa: qca8k: add LEDs definition example
` [net-next PATCH v6 13/16] ARM: dts: qcom: ipq8064-rb3011: Drop unevaluated properties in switch nodes
` [net-next PATCH v6 16/16] arm: mvebu: dt: Add PHY LED support for 370-rd WAN port

[PATCH v3 0/2] leds: Add a driver for the BD2606MVV
 2023-04-13 11:47 UTC  (6+ messages)
` [PATCH v3 1/2] dt-bindings: leds: Add ROHM BD2606MVV LED driver
` [PATCH v3 2/2] leds: bd2606mvv: Driver for the Rohm 6 Channel i2c "

"leds: trigger: use RCU to protect the led_cdevs list" triggers RCU error checks
 2023-04-12 21:06 UTC  (5+ messages)

[PATCH v3] dt-bindings: leds: Fix reference to definition of default-state
 2023-04-12 18:58 UTC 

[PATCH v3 2/2] leds: max597x: Add support for max597x
 2023-04-12  9:51 UTC  (4+ messages)

[PATCH v2 0/2] leds: Add a driver for the BD2606MVV
 2023-04-12  7:09 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: leds: ROHM BD2606MVV LED driver
` [PATCH v2 2/2] leds: bd2606mvv: Driver for the Rohm 6 Channel i2c "

[PATCH v7 0/2] leds: lp55xx: configure internal charge pump
 2023-04-11 13:22 UTC  (4+ messages)
` [PATCH v7 1/2] dt-bindings: leds-lp55xx: add ti,charge-pump-mode
` [PATCH v7 2/2] leds: lp55xx: configure internal charge pump

Słowa kluczowe do wypozycjonowania
 2023-04-11  7:40 UTC 

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

[PATCH 0/2] leds: Add a driver for the BD2606MVV
 2023-04-07  9:56 UTC  (11+ messages)
` [PATCH 1/2] dt-bindings: leds: ROHM BD2606MVV LED driver
` [PATCH 2/2] leds: bd2606mvv: Driver for the Rohm 6 Channel i2c "

[PATCH v6 0/2] leds: lp55xx: configure internal charge pump
 2023-04-06  9:13 UTC  (6+ messages)
` [PATCH v6 1/2] dt-bindings: leds-lp55xx: add ti,charge-pump-mode
` [PATCH v6 2/2] leds: lp55xx: configure internal charge pump

[PATCH v8 0/6] Add a multicolor LED driver for groups of monochromatic LEDs
 2023-04-06  6:54 UTC  (7+ messages)
` [PATCH v8 4/6] leds: class: store the color index in struct led_classdev
` [PATCH v8 6/6] leds: Add a multicolor LED driver to group monochromatic LEDs

[RESEND] leds: Ensure hardware blinking turns off when requested
 2023-04-05 16:50 UTC 

[PATCH] leds: Ensure hardware blinking turns off when requested
 2023-04-05 16:44 UTC  (3+ messages)

[PATCH] leds: tca6507: fix error handling of using fwnode_property_read_string
 2023-04-05 15:29 UTC  (4+ messages)

[PATCH] leds: gpio: Configure per-LED pin control
 2023-04-02 21:58 UTC  (3+ messages)

[PATCH 0/3] Add PM6150L flash LED to Fairphone 4
 2023-03-31  8:59 UTC  (7+ messages)
` [PATCH 3/3] arm64: dts: qcom: sm7225-fairphone-fp4: configure flash LED

Nawiązanie współpracy
 2023-03-31  7:45 UTC 

[lee-leds:for-leds-next] BUILD SUCCESS 22dc3789b737fe29d8f54f0d084047aede5550ad
 2023-03-31  1:44 UTC 

[PATCH 0/2] leds: aw2013: Add vdd regulator
 2023-03-30 17:18 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: leds: aw2013: Document vdd-supply

[PATCH] leds: rgb: mt6370: fix CONFIG_LINEAR_RANGES select
 2023-03-30 17:05 UTC  (2+ messages)

[PATCH 0/3] Add support for high resolution PWMs
 2023-03-30 13:01 UTC  (2+ messages)

[PATCH] leds: flash: set varaiables mvflash_3,4ch_regs storage-class-specifier to static
 2023-03-30 13:00 UTC  (2+ messages)

[PATCH] leds: flash: qcom: Fix a signedness bug in qcom_flash_register_led_device()
 2023-03-30 12:46 UTC  (2+ messages)

[PATCH] leds: rgb: mt6370: correct config name to select in LEDS_MT6370_RGB
 2023-03-30 12:43 UTC  (2+ 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).