messages from 2022-07-28 17:17:02 to 2022-09-08 13:57:00 UTC [more...]
[PATCH v2 0/9] pwm: lpss: Clean up and convert to a pure library
2022-09-08 13:56 UTC (5+ messages)
` [PATCH v2 1/9] pwm: lpss: Deduplicate board info data structures
` [PATCH v2 2/9] pwm: lpss: Move exported symbols to PWM_LPSS namespace
` [PATCH v2 3/9] pwm: lpss: Move resource mapping to the glue drivers
` [PATCH v2 6/9] pwm: lpss: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
[PATCH v1 1/9] pwm: lpss: Deduplicate board info data structures
2022-09-08 8:25 UTC (18+ messages)
` [PATCH v1 2/9] pwm: lpss: Move exported symbols to PWM_LPSS namespace
` [PATCH v1 3/9] pwm: lpss: Move resource mapping to the glue drivers
` [PATCH v1 4/9] pwm: lpss: Include headers we are direct user of
` [PATCH v1 5/9] pwm: lpss: Use device_get_match_data to get device data
` [PATCH v1 6/9] pwm: lpss: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
` [PATCH v1 7/9] pwm: lpss: Make use of bits.h macros for all masks
` [PATCH v1 8/9] pwm: lpss: Add a comment to the bypass field
` [PATCH v1 9/9] pwm: lpss: Allow other drivers to enable PWM LPSS
[PATCH v2 0/5] Add PWM for MStar SoCs
2022-09-07 13:12 UTC (6+ messages)
` [PATCH v2 1/5] dt-bindings: pwm: Add Mstar MSC313e PWM devicetree bindings documentation
` [PATCH v2 2/5] pwm: Add support for the MSTAR MSC313 PWM
` [PATCH v2 3/5] ARM: dts: mstar: Add pwm device node to infinity
` [PATCH v2 4/5] ARM: dts: mstar: Add pwm device node to infinity3
` [PATCH v2 5/5] ARM: dts: mstar: Add pwm device node to infinity2m
[PATCH v2 1/4] pwm: sysfs: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
2022-09-06 13:57 UTC (10+ messages)
` [PATCH v2 2/4] pwm: sysfs: Return directly from the for-loop in PM callbacks
` [PATCH v2 3/4] pwm: sysfs: Replace sprintf() with sysfs_emit()
` [PATCH v2 4/4] pwm: sysfs: Utilize an array for polarity strings
Do not ignore this message
2022-09-06 13:13 UTC
[PATCH v6 0/2] Add support for RZ/G2L GPT
2022-09-05 17:13 UTC (3+ messages)
` [PATCH v6 1/2] dt-bindings: pwm: Add RZ/G2L GPT binding
` [PATCH v6 2/2] pwm: Add support for RZ/G2L GPT
[PATCH v5 0/2] Add support for RZ/G2L GPT
2022-09-05 17:12 UTC (6+ messages)
` [PATCH v5 1/2] dt-bindings: pwm: Add RZ/G2L GPT binding
` [PATCH v5 2/2] pwm: Add support for RZ/G2L GPT
[PATCH 1/1] dt-bindings: pwm: rockchip: Add description for rk3588
2022-09-01 19:14 UTC (4+ messages)
[PATCH 1/4] gpio: mvebu: Fix check for pwm support on non-A8K platforms
2022-08-31 14:30 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v2 3/4] ARM: dts: armada-38x: Fix compatible string for gpios
[PATCH v4 0/6] hwmon: pwm-fan: switch regulator dynamically
2022-08-30 14:01 UTC (11+ messages)
` [PATCH v4 1/6] hwmon: pwm-fan: Refactor fan power on/off
` [PATCH v4 2/6] hwmon: pwm-fan: Simplify enable/disable check
` [PATCH v4 3/6] hwmon: pwm-fan: Add dedicated power switch function
` [PATCH v4 4/6] hwmon: pwm-fan: split __set_pwm into locked/unlocked functions
` [PATCH v4 5/6] hwmon: pwm-fan: Switch regulator dynamically
[PATCH] pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm
2022-08-30 10:36 UTC (2+ messages)
[PATCH v2 1/3] hwmon: (pwm-fan) Replace OF specific call to PWM by plain one
2022-08-29 13:57 UTC (4+ messages)
` [PATCH v2 2/3] pwm: core: Get rid of unused devm_of_pwm_get()
` [PATCH v2 3/3] pwm: core: Make of_pwm_get() static
[PATCH] dt-bindings: pwm: Add compatible for Mediatek MT8188
2022-08-29 10:37 UTC (2+ messages)
[PATCH v10 0/4] Microchip soft ip corePWM driver
2022-08-24 9:12 UTC (5+ messages)
` [PATCH v10 1/4] dt-bindings: pwm: fix microchip corePWM's pwm-cells
` [PATCH v10 2/4] riscv: dts: fix the icicle's #pwm-cells
` [PATCH v10 3/4] pwm: add microchip soft ip corePWM driver
` [PATCH v10 4/4] MAINTAINERS: add pwm to PolarFire SoC entry
[PATCH 0/2] Fix mtk_disp_pwm_get_state function disp_pwm enabled flag
2022-08-23 9:26 UTC (6+ messages)
` [PATCH,1/2] dt-bindings: pwm: Add compatible for Mediatek MT8188
` [PATCH,2/2] pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm
[PATCH v9 0/4] Microchip soft ip corePWM driver
2022-08-22 9:18 UTC (7+ messages)
` [PATCH v9 1/4] dt-bindings: pwm: fix microchip corePWM's pwm-cells
` [PATCH v9 2/4] riscv: dts: fix the icicle's #pwm-cells
` [PATCH v9 3/4] pwm: add microchip soft ip corePWM driver
` [PATCH v9 4/4] MAINTAINERS: add pwm to PolarFire SoC entry
[PATH v5] pwm: rockchip: Convert to use dev_err_probe()
2022-08-22 8:18 UTC
[PATCH v4] pwm: rockchip: Convert to use dev_err_probe()
2022-08-22 7:29 UTC (2+ messages)
[PATCH v1 1/3] hwmon: (pwm-fan) Make use of device properties
2022-08-19 23:32 UTC (13+ messages)
` [PATCH v1 2/3] pwm: core: Get rid of unused devm_of_pwm_get()
` [PATCH v1 3/3] pwm: core: Make of_pwm_get() static
[RFC v4 00/10] RFC on synpsys pwm driver changes
2022-08-19 16:56 UTC (16+ messages)
` [RFC v4 01/10] dt-bindings: pwm: Document Synopsys DesignWare snps,pwm-dw-apb-timers-pwm2
` [RFC v4 02/10] pwm: dwc: allow driver to be built with COMPILE_TEST
` [RFC v4 03/10] pwm: dwc: change &pci->dev to dev in probe
` [RFC v4 04/10] pwm: dwc: move memory alloc to own function
` [RFC v4 05/10] pwm: dwc: use devm_pwmchip_add
` [RFC v4 06/10] pwm: dwc: split pci out of core driver
` [RFC v4 07/10] pwm: dwc: make timer clock configurable
` [RFC v4 08/10] pwm: dwc: add of/platform support
` [RFC v4 09/10] pwm: dwc: add snps,pwm-number to limit pwm count
` [RFC v4 10/10] pwm: dwc: add PWM bit unset in get_state call
[PATCH 0/5] Add PWM for MStar SoCs
2022-08-19 14:44 UTC (5+ messages)
` [PATCH 2/5] pwm: Add support for the MSTAR MSC313 PWM
[PATCH v3] pwm: rockchip: Convert to use dev_err_probe()
2022-08-19 8:22 UTC (2+ messages)
[PATCH v2] pwm: Fixes dpm_run_callback() error in pwm_apply_state()
2022-08-19 8:07 UTC (2+ messages)
[PATCH] pwm: removes period check from pwm_apply_state()
2022-08-19 4:39 UTC (7+ messages)
[PATCH v2] pwm: tegra: Optimize period calculation
2022-08-18 20:34 UTC (5+ messages)
[PATCH v2] pwm: rockchip: Convert to use dev_err_probe()
2022-08-18 20:14 UTC (3+ messages)
[PATCH] pwm: meson: Simplify probe function with dev_err_probe()
2022-08-18 7:45 UTC (2+ messages)
[PATCH v8 0/4] Microchip soft ip corePWM driver
2022-08-17 13:41 UTC (7+ messages)
` [PATCH v8 1/4] dt-bindings: pwm: fix microchip corePWM's pwm-cells
` [PATCH v8 2/4] riscv: dts: fix the icicle's #pwm-cells
` [PATCH v8 3/4] pwm: add microchip soft ip corePWM driver
` [PATCH v8 4/4] MAINTAINERS: add pwm to PolarFire SoC entry
DesignWare PWM support for device-tree probing
2022-08-17 7:56 UTC (25+ messages)
` [PATCH 1/8] dt-bindings: pwm: Document Synopsys DesignWare snps,pwm-dw-apb-timers-pwm2
` [PATCH 2/8] pwm: change &pci->dev to dev in probe
` [PATCH 3/8] pwm: move dwc memory alloc to own function
` [PATCH 4/8] pwm: dwc: add of/platform support
` [PATCH 5/8] pwm: dwc: allow driver to be built with COMPILE_TEST
` [PATCH 6/8] pwm: dwc: add timer clock
` [PATCH 7/8] pwm: dwc: add snps,pwm-number to limit pwm count
` [PATCH 8/8] pwm: dwc: add PWM bit unset in get_state call
[PATCH] pwm: rockchip: Convert to use dev_err_probe()
2022-08-17 6:43 UTC (2+ messages)
[PATCH v1 1/4] pwm: sysfs: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
2022-08-07 11:23 UTC (8+ messages)
` [PATCH v1 2/4] pwm: sysfs: Return directly from the for-loop in PM callbacks
` [PATCH v1 3/4] pwm: sysfs: Replace sprintf() with sysfs_emit()
` [PATCH v1 4/4] pwm: sysfs: Utilize an array for polarity strings
[libgpiod] How can I use PWM
2022-08-06 10:12 UTC
Do not ignore this message
2022-08-06 1:08 UTC
[PATCH v7 0/4] Microchip soft ip corePWM driver
2022-08-05 20:01 UTC (10+ messages)
` [PATCH v7 1/4] dt-bindings: pwm: fix microchip corePWM's pwm-cells
` [PATCH v7 2/4] riscv: dts: fix the icicle's #pwm-cells
` [PATCH v7 3/4] pwm: add microchip soft ip corePWM driver
[GIT PULL] pwm: Changes for v5.20-rc1
2022-08-02 18:34 UTC (2+ messages)
[PATCH v4 0/2] Add support for RZ/G2L GPT
2022-08-02 6:58 UTC (6+ messages)
` [PATCH v4 2/2] pwm: "
[PATCH 1/7] pwm: sifive: Simplify offset calculation for PWMCMP registers
2022-07-28 17:45 UTC (5+ messages)
` [PATCH 7/7] pwm: sifive: Shut down hardware only after pwmchip_remove() completed
[PATCH 1/2] pwm: lpc18xx: Convert to use dev_err_probe()
2022-07-28 17:22 UTC (2+ messages)
[PATCH] pwm: twl-led: Document some limitations and link to the reference manual
2022-07-28 17:21 UTC (2+ messages)
[PATCH 3/8] MAINTAINERS: Remove myself as PWM maintainer
2022-07-28 17:18 UTC (2+ messages)
[PATCH] MAINTAINERS: add include/dt-bindings/pwm to PWM SUBSYSTEM
2022-07-28 17:16 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox