linux-leds.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-19 16:46:45 to 2022-05-03 15:36:49 UTC [more...]

[PATCH 1/4] dt-bindings: net: add bitfield defines for Ethernet speeds
 2022-05-03 15:36 UTC  (4+ messages)
` [PATCH 2/4] dt-bindings: net: allow Ethernet devices as LED triggers
` [PATCH 3/4] dt-bindings: leds: add Ethernet triggered LEDs to example
` [PATCH 4/4] ARM: dts: BCM5301X: Add triggers for Luxul XWR-1200 network LEDs

[RFC PATCH v6 00/11] Adds support for PHY LEDs with offload triggers
 2022-05-03 15:16 UTC  (12+ messages)
` [RFC PATCH v6 01/11] leds: add support for hardware driven LEDs
` [RFC PATCH v6 02/11] leds: add function to configure hardware controlled LED
` [RFC PATCH v6 03/11] leds: trigger: netdev: drop NETDEV_LED_MODE_LINKUP from mode
` [RFC PATCH v6 04/11] leds: trigger: netdev: rename and expose NETDEV trigger enum modes
` [RFC PATCH v6 05/11] leds: trigger: netdev: convert device attr to macro
` [RFC PATCH v6 06/11] leds: trigger: netdev: add hardware control support
` [RFC PATCH v6 07/11] leds: trigger: netdev: use mutex instead of spinlocks
` [RFC PATCH v6 08/11] leds: trigger: netdev: add available mode sysfs attr
` [RFC PATCH v6 09/11] leds: trigger: netdev: add additional hardware only triggers
` [RFC PATCH v6 10/11] net: dsa: qca8k: add LEDs support
` [RFC PATCH v6 11/11] dt-bindings: net: dsa: qca8k: add LEDs definition example

2nd Quater puchase request
 2022-05-03 14:49 UTC 

[PATCH v2 00/48] ARM: PXA multiplatform support
 2022-05-03 14:29 UTC  (75+ messages)
` [PATCH 09/48] watchdog: sa1100: use platform device registration
` [PATCH 13/48] ARM: pxa: use pdev resource for palmld mmio
` [PATCH 15/48] ARM: pxa: tosa: use gpio descriptor for audio
` [PATCH 17/48] ARM: pxa: corgi: use gpio descriptors "
` [PATCH 18/48] ARM: pxa: hx4700: "
` [PATCH 20/48] ARM: pxa: spitz: "
` [PATCH 21/48] ARM: pxa: eseries: use gpio lookup "
` [PATCH 22/48] ARM: pxa: z2: use gpio lookup for audio device
` [PATCH 23/48] ARM: pxa: magician: use platform driver for audio
` [PATCH 24/48] ARM: pxa: mainstone-wm97xx: use gpio lookup table
` [PATCH 25/48] ARM: pxa: zylonite: use gpio lookup instead mfp header
` [PATCH 26/48] input: touchscreen: mainstone: fix pxa2xx+pxa3xx configuration
` [PATCH 28/48] Input: touchscreen: use wrapper for pxa2xx ac97 registers
` [PATCH 31/48] ASoC: pxa: use pdev resource for FIFO regs
` [PATCH 32/48] ASoC: pxa: ac97: use normal MMIO accessors
` [PATCH 33/48] ASoC: pxa: i2s: "
` [PATCH 34/48] ARM: pxa: pcmcia: move smemc configuration back to arch
` [PATCH 35/48] ARM: pxa: remove get_clk_frequency_khz()
` [PATCH 36/48] cpufreq: pxa3: move clk register access to clk driver
` [PATCH 37/48] ARM: pxa: move smemc register access from clk to platform
` [PATCH 38/48] ARM: pxa: move clk register definitions to driver
` [PATCH 40/48] ARM: pxa: tosa: use gpio lookup for battery
` [PATCH 41/48] ARM: pxa: remove unused mach/bitfield.h
` [PATCH 42/48] ARM: mmp: remove tavorevb board support
` [PATCH 43/48] ARM: mmp: rename pxa_register_device
` [PATCH 44/48] ARM: pxa: move plat-pxa to drivers/soc/
` [PATCH 45/48] ARM: PXA: fix multi-cpu build of xsc3
` [PATCH 46/48] ARM: pxa: move mach/*.h to mach-pxa/
` [PATCH 47/48] ARM: pxa: remove support for MTD_XIP
` [PATCH 48/48] ARM: pxa: convert to multiplatform

Initial multicolor LED intensities
 2022-05-03 13:50 UTC  (7+ messages)
  ` [PATCH v1 1/2] dt-bindings: leds: Add multi-color default-intensities property
    ` [PATCH v1 2/2] leds: multicolor: Read "
  ` [PATCH v2 1/2] dt-bindings: leds: Add multi-color "
    ` [PATCH v2 2/2] leds: multicolor: Read "
    ` AW: [PATCH v2 1/2] dt-bindings: leds: Add multi-color "

Setting multi-color intensities stops software blink
 2022-05-03 12:16 UTC 

[PATCH 1/3] dt-bindings: leds: Add regulator-led binding
 2022-05-02 21:25 UTC  (2+ messages)

[PATCH 00/30] The panic notifiers refactor
 2022-05-02 15:50 UTC  (71+ messages)
` [PATCH 01/30] x86/crash,reboot: Avoid re-disabling VMX in all CPUs on crash/restart
` [PATCH 02/30] ARM: kexec: Disable IRQs/FIQs also on crash CPUs shutdown path
` [PATCH 03/30] notifier: Add panic notifiers info and purge trailing whitespaces
` [PATCH 04/30] firmware: google: Convert regular spinlock into trylock on panic path
` [PATCH 05/30] misc/pvpanic: "
` [PATCH 06/30] soc: bcm: brcmstb: Document panic notifier action and remove useless header
` [PATCH 07/30] mips: ip22: Reword PANICED to PANICKED "
` [PATCH 08/30] powerpc/setup: Refactor/untangle panic notifiers
` [PATCH 09/30] coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier
` [PATCH 10/30] alpha: Clean-up the panic notifier code
` [PATCH 11/30] um: Improve panic notifiers consistency and ordering
` [PATCH 12/30] parisc: Replace regular spinlock with spin_trylock on panic path
` [PATCH 13/30] s390/consoles: Improve panic notifiers reliability
` [PATCH 14/30] panic: Properly identify the panic event to the notifiers' callbacks
` [PATCH 15/30] bus: brcmstb_gisb: Clean-up panic/die notifiers
` [PATCH 16/30] drivers/hv/vmbus, video/hyperv_fb: Untangle and refactor Hyper-V panic notifiers
` [PATCH 17/30] tracing: Improve panic/die notifiers
` [PATCH 18/30] notifier: Show function names on notifier routines if DEBUG_NOTIFIERS is set
` [PATCH 19/30] panic: Add the panic hypervisor notifier list
` [PATCH 20/30] panic: Add the panic informational "
` [PATCH 21/30] panic: Introduce the panic pre-reboot "
` [PATCH 22/30] panic: Introduce the panic post-reboot "
` [PATCH 23/30] printk: kmsg_dump: Introduce helper to inform number of dumpers
` [PATCH 24/30] panic: Refactor the panic path
` [PATCH 25/30] panic, printk: Add console flush parameter and convert panic_print to a notifier
` [PATCH 26/30] Drivers: hv: Do not force all panic notifiers to execute before kdump
` [PATCH 27/30] powerpc: "
` [PATCH 28/30] panic: Unexport crash_kexec_post_notifiers
` [PATCH 29/30] powerpc: ps3, pseries: Avoid duplicate call to kmsg_dump() on panic
` [PATCH 30/30] um: Avoid duplicate call to kmsg_dump()

[PATCH v8 0/3 RESEND] Multicolor PWM LED support
 2022-05-02 14:04 UTC  (2+ messages)

[RFC v2 16/39] leds: add HAS_IOPORT dependencies
 2022-05-02  8:31 UTC  (3+ messages)

[PATCH v14 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2022-04-30 14:51 UTC  (11+ messages)
` [PATCH v14 2/2] leds: Add driver for Qualcomm LPG

[PATCH v2] leds: pca9532: Make pca9532_destroy_devices() return void
 2022-04-28 16:08 UTC  (7+ messages)
` [PATCH v3] "

[PATCH 0/4] leds: flash: mt6360: Apply the fixes and hardware features
 2022-04-28 14:57 UTC  (7+ messages)
` [PATCH 1/4] leds: flash: mt6360: Fix the wrong enable_reg in multicolor brightness set
` [PATCH 2/4] leds: flash: mt6360: Remove unused dependency in Kconfig
` [PATCH 3/4] leds: flash: mt6360: Add mt6360 isnk channel hardware timer dimming mode support
` [PATCH 4/4] leds: flash: mt6360: Add mt6360 isnk channel hardwre breath "

[PATCH 0/2] dt-bindings: mfd: Add bindings for the Mediatek MT6360
 2022-04-28 13:17 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: leds: Fix binding document for the Mediatek MT6360 LED
` [PATCH 2/2] dt-bindings: mfd: Add bindings for the Mediatek MT6360

[PATCH] leds: netxbig: add missing of_node_put() in netxbig_leds_get_of_pdata()
 2022-04-28 10:04 UTC 

[PATCH V3 1/2] dt-bindings: leds: add Broadcom's BCM63138 controller
 2022-04-27 20:47 UTC  (4+ messages)

[PATCH v5 0/4] leds: pca955x: Add HW blink support
 2022-04-27 18:54 UTC  (5+ messages)
` [PATCH v5 1/4] leds: pca955x: Refactor with helper functions and renaming
` [PATCH v5 2/4] leds: pca955x: Use pointers to driver data rather than I2C client
` [PATCH v5 3/4] leds: pca955x: Optimize probe led selection
` [PATCH v5 4/4] leds: pca955x: Add HW blink support

[PATCH] dt-bindings: leds-mt6360: Drop redundant 'unevaluateProperties'
 2022-04-27 18:29 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2022-04-27  7:28 UTC 

[PATCH RESEND] arm64: dts: ti: k3-am642-sk: Add DT entry for onboard LEDs
 2022-04-25  5:15 UTC 

[PATCH] leds: trigger/tty: Add knob to blink only for tx or only for rx
 2022-04-20 16:29 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2022-04-20  7:40 UTC 


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