linux-pwm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-14 10:26:05 to 2023-05-10 08:53:01 UTC [more...]

[PATCH v1] backlight: lm3630a: turn off both led strings when display is blank
 2023-05-10  8:52 UTC  (5+ messages)

[PATCH v2 00/19] platform/x86: lenovo-yogabook: Modify to also work on Android version
 2023-05-09 10:39 UTC  (28+ messages)
` [PATCH v2 01/19] pwm: Export pwm_add_table() / pwm_remove_table()
` [PATCH v2 02/19] platform/x86: lenovo-yogabook: Fix work race on remove()
` [PATCH v2 03/19] platform/x86: lenovo-yogabook: Reprobe devices "
` [PATCH v2 04/19] platform/x86: lenovo-yogabook: Set default keyboard backligh brightness on probe()
` [PATCH v2 05/19] platform/x86: lenovo-yogabook: Simplify gpio lookup table cleanup
` [PATCH v2 06/19] platform/x86: lenovo-yogabook: Switch to DEFINE_SIMPLE_DEV_PM_OPS()
` [PATCH v2 07/19] platform/x86: lenovo-yogabook: Store dev instead of wdev in drvdata struct
` [PATCH v2 08/19] platform/x86: lenovo-yogabook: Add dev local variable to probe()
` [PATCH v2 09/19] platform/x86: lenovo-yogabook: Use PMIC LED driver for pen icon LED control
` [PATCH v2 10/19] platform/x86: lenovo-yogabook: Split probe() into generic and WMI specific parts
` [PATCH v2 11/19] platform/x86: lenovo-yogabook: Stop checking adev->power.state
` [PATCH v2 12/19] platform/x86: lenovo-yogabook: Abstract kbd backlight setting
` [PATCH v2 13/19] platform/x86: lenovo-yogabook: Add a yogabook_toggle_digitizer_mode() helper function
` [PATCH v2 14/19] platform/x86: lenovo-yogabook: Drop _wmi_ from remaining generic symbols
` [PATCH v2 15/19] platform/x86: lenovo-yogabook: Group WMI specific code together
` [PATCH v2 16/19] platform/x86: lenovo-yogabook: Add YB_KBD_BL_MAX define
` [PATCH v2 17/19] platform/x86: lenovo-yogabook: Add platform driver support
` [PATCH v2 18/19] platform/x86: lenovo-yogabook: Add keyboard backlight control to platform driver
` [PATCH v2 19/19] platform/x86: lenovo-yogabook: Rename lenovo-yogabook-wmi to lenovo-yogabook

[PATCH] pwm: pwm-meson: fix handling of period/duty if greater than UINT_MAX
 2023-05-08 19:46 UTC  (3+ messages)

[PATCH v3] pwm: meson: modify and simplify calculation in meson_pwm_get_state
 2023-05-08 19:44 UTC  (2+ messages)

[PATCH v2] dt-bindings: pwm: brcm,kona-pwm: convert to YAML
 2023-05-08 12:27 UTC  (3+ messages)

[PATCH v3 0/2] Change PWM-controlled LED pin active mode and algorithm
 2023-05-08  9:48 UTC  (12+ messages)
` [PATCH v3 1/2] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties
` [PATCH v3 2/2] pwm: sifive: change the PWM controlled LED algorithm

[PATCH] MAINTAINERS: adjust file entry for ARM/APPLE MACHINE SUPPORT
 2023-05-08  9:37 UTC  (2+ messages)

[PATCH RESEND v9 0/5] PWM and keyboard backlight driver for ARM Macs
 2023-05-08  9:36 UTC  (4+ messages)
` [PATCH RESEND v9 5/5] MAINTAINERS: Add entries for Apple PWM driver

[PATCH] dt-bindings: pwm: brcm,kona-pwm: convert to YAML
 2023-05-08  9:27 UTC  (3+ messages)

[PATCH v16] pwm: Add Renesas RZ/G2L MTU3a PWM driver
 2023-05-08  9:24 UTC  (3+ messages)

W sprawie samochodu
 2023-05-08  8:10 UTC 

[PATCH 0/4] pwm: Ensure .polarity is set in .get_state()
 2023-05-08  3:56 UTC  (3+ messages)

[PATCH 00/30] pwm: Convert to platform remove callback returning void
 2023-05-08  3:56 UTC  (3+ messages)

[PATCH] dt-bindings: pwm: Add R-Car V3U device tree bindings
 2023-05-05 21:56 UTC  (5+ messages)

[PATCH 0/4] video: backlight: lp855x: modernize bindings
 2023-05-05 20:20 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: backlight: lp855x: convert to YAML and modernize
` [PATCH 2/4] video: backlight: lp855x: get PWM for PWM mode during probe
` [PATCH 3/4] ARM: dts: adapt to LP855X bindings changes
` [PATCH 4/4] arm64: "

[PATCH] pwm: imx-tpm: force 'real_period' to be zero in suspend
 2023-05-05  6:58 UTC 

[PATCH] pwm: pwm-meson: remove not needed check in meson_pwm_calc
 2023-05-04  9:42 UTC  (4+ messages)

[GIT PULL] pwm: Changes for v6.4-rc1
 2023-05-03 18:32 UTC  (2+ messages)

[PATCH 00/19] platform/x86: lenovo-yogabook: Modify to also work on Android version
 2023-05-03 18:16 UTC  (29+ messages)
` [PATCH 01/19] pwm: Export pwm_add_table() / pwm_remove_table()
` [PATCH 02/19] platform/x86: lenovo-yogabook: Fix work race on remove()
` [PATCH 03/19] platform/x86: lenovo-yogabook: Reprobe devices "
` [PATCH 04/19] platform/x86: lenovo-yogabook: Set default keyboard backligh brightness on probe()
` [PATCH 05/19] platform/x86: lenovo-yogabook: Simplify gpio lookup table cleanup
` [PATCH 06/19] platform/x86: lenovo-yogabook: Switch to DEFINE_SIMPLE_DEV_PM_OPS()
` [PATCH 07/19] platform/x86: lenovo-yogabook: Store dev instead of wdev in drvdata struct
` [PATCH 08/19] platform/x86: lenovo-yogabook: Add dev local variable to probe()
` [PATCH 09/19] platform/x86: lenovo-yogabook: Use PMIC LED driver for pen icon LED control
` [PATCH 10/19] platform/x86: lenovo-yogabook: Split probe() into generic and WMI specific parts
` [PATCH 11/19] platform/x86: lenovo-yogabook: Stop checking adev->power.state
` [PATCH 12/19] platform/x86: lenovo-yogabook: Abstract kbd backlight setting
` [PATCH 13/19] platform/x86: lenovo-yogabook: Add a yogabook_toggle_digitizer_mode() helper function
` [PATCH 14/19] platform/x86: lenovo-yogabook: Drop _wmi_ from remaining generic symbols
` [PATCH 15/19] platform/x86: lenovo-yogabook: Group WMI specific code together
` [PATCH 16/19] platform/x86: lenovo-yogabook: Add YB_KBD_BL_MAX define
` [PATCH 17/19] platform/x86: lenovo-yogabook: Add platform driver support
` [PATCH 18/19] platform/x86: lenovo-yogabook: Add keyboard backlight control to platform driver
` [PATCH 19/19] platform/x86: lenovo-yogabook: Rename lenovo-yogabook-wmi to lenovo-yogabook

[PATCH v2] pwm: meson: modify and simplify calculation in meson_pwm_get_state
 2023-05-02 20:27 UTC  (3+ messages)

[PATCH v4 0/4] pwm: meson: make full use of common clock framework
 2023-05-01 13:39 UTC  (17+ messages)
` [PATCH v4 4/4] "

Prezentacja
 2023-04-28  8:46 UTC 

[PATCH 00/43] ep93xx device tree conversion
 2023-04-26 21:06 UTC  (10+ messages)
` [PATCH 14/43] dt-bindings: pwm: Add DT bindings ep93xx PWM
` [PATCH 15/43] pwm: ep93xx: add DT support for Cirrus EP93xx
` [PATCH 36/43] pwm: ep93xx: drop legacy pinctrl

Prezentacja
 2023-04-25  8:21 UTC 

[PATCH v3 0/2] Support PWM on MediaTek MT7981
 2023-04-24 12:28 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: pwm: mediatek: Add mediatek,mt7981 compatible
` [PATCH v3 2/2] pwm: mediatek: Add support for MT7981

[v4 0/5] Support pwm/tach driver for aspeed ast26xx
 2023-04-24 10:12 UTC  (3+ messages)
` [v4 4/5] pwm: Add Aspeed ast2600 PWM support

[PATCH v2 1/2] dt-bindings: pwm: imx: add i.MX8QXP compatible
 2023-04-24 10:10 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: imx8qxp: add adma_pwm in adma

[PATCH] pwm: meson: simplify calculation in meson_pwm_get_state
 2023-04-23 17:59 UTC  (5+ messages)

[PATCH v2 0/4] pwm: meson: make full use of common clock framework
 2023-04-23 17:34 UTC  (7+ messages)
` [PATCH v2 4/4] "

[PATCH v17 0/2] Microchip Soft IP corePWM driver
 2023-04-21  9:27 UTC  (3+ messages)
` [PATCH v17 1/2] pwm: add microchip soft ip "
` [PATCH v17 2/2] MAINTAINERS: add pwm to PolarFire SoC entry

[PATCH v2 0/2] Support PWM on MediaTek MT7981
 2023-04-20 15:52 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: pwm: mediatek: Add mediatek,mt7981 compatible
` [PATCH v2 2/2] pwm: mediatek: Add support for MT7981

[PATCH 0/2] Support PWM on MediaTek MT7981
 2023-04-20 15:50 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: pwm: mediatek: Add mediatek,mt7981 compatible
` [PATCH 2/2] pwm: mediatek: Add support for MT7981

[PATCH AUTOSEL 6.2 08/17] pwm: Zero-initialize the pwm_state passed to driver's .get_state()
 2023-04-20 11:01 UTC 

[PATCH] pwm: sifive: Simplify using devm_clk_get_prepared()
 2023-04-20 10:10 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-04-20  8:05 UTC 

[PATCH v16 0/2] Microchip Soft IP corePWM driver
 2023-04-18 15:18 UTC  (9+ messages)
` [PATCH v16 1/2] pwm: add microchip soft ip "

[PATCH 00/27] MediaTek Helio X10 - Mailbox, Display, MMC/SD/SDIO
 2023-04-18 11:56 UTC  (16+ messages)
` [PATCH 01/27] dt-bindings: pwm: Add compatible for MediaTek MT6795
` [PATCH 22/27] arm64: dts: mediatek: mt6795: Copyright header additions

[RESEND v3 0/2] StarFive's Pulse Width Modulation driver support
 2023-04-18  9:50 UTC  (4+ messages)
` [RESEND v3 2/2] pwm: starfive: Add PWM "

[PATCH v15 6/6] pwm: Add Renesas RZ/G2L MTU3a PWM driver
 2023-04-18  6:16 UTC  (7+ messages)

[PATCH] pwm: clk: Use the devm_clk_get_prepared() helper function
 2023-04-16 17:05 UTC  (2+ messages)

[PATCH] pwm: sti: Fix the error handling path of sti_pwm_probe()
 2023-04-16 17:02 UTC  (2+ messages)

[PATCH] pwm: Delete deprecated functions pwm_request() and pwm_free()
 2023-04-14 10:43 UTC  (6+ 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).