Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2022-09-14 15:31:49 to 2022-10-01 19:04:17 UTC [more...]

[PATCH RFC 0/8] Add RZ/G2L MTU3a MFD and Counter driver
 2022-10-01 19:04 UTC  (12+ messages)

[PATCH RFC 0/7] Add RZ/G2L MTU3 PWM driver
 2022-10-01 16:30 UTC  (8+ messages)
` [PATCH RFC 3/7] dt-bindings: mfd: rz-mtu3: Document RZ/G2L MTU3 PWM
` [PATCH RFC 4/7] pwm: Add support for "

[PATCH v7 0/2] Add support for RZ/G2L GPT
 2022-10-01 14:10 UTC  (15+ messages)
` [PATCH v7 1/2] dt-bindings: pwm: Add RZ/G2L GPT binding
` [PATCH v7 2/2] pwm: Add support for RZ/G2L GPT

[PATCH 1/4] gpio: mvebu: Fix check for pwm support on non-A8K platforms
 2022-09-30 23:34 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/4] ARM: dts: armada-38x: Fix compatible string for gpios

[RFC PATCH v1 1/2] dt-bindings: pwm: rockchip: add interrupts property
 2022-09-30 19:55 UTC  (2+ messages)

[RFC PATCH v1 2/2] ARM: dts: rk3288: add the interrupts property for PWM
 2022-09-30 19:55 UTC  (3+ messages)

[RFC v4 00/10] RFC on synpsys pwm driver changes
 2022-09-30 15:47 UTC  (17+ messages)
` [RFC v4 02/10] pwm: dwc: allow driver to be built with COMPILE_TEST
` [RFC v4 05/10] pwm: dwc: use devm_pwmchip_add
` [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

[PATCH 1/3] pwm: Reorder header file to get rid of struct pwm_capture forward declaration
 2022-09-30 15:43 UTC  (5+ messages)
` [PATCH 3/3] pwm: Make capture support optional

[PATCH v10 0/4] Microchip soft ip corePWM driver
 2022-09-30 14:06 UTC  (17+ messages)
` [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 v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm
 2022-09-30  6:13 UTC  (13+ messages)
` [PATCH v1 02/11] dt-bindings: i2c: rockchip: add rockchip,rk3128-i2c

[PATCH 1/1] dt-bindings: pwm: rockchip: Add description for rk3588
 2022-09-29 13:10 UTC  (11+ messages)

[PATCH,v2] dt-bindings: pwm: Add compatible for Mediatek MT8188
 2022-09-29 12:37 UTC  (5+ messages)

[PATCH v3] pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm
 2022-09-29 10:26 UTC 

[PATCH 1/3] pwm: Change prototype of .get_state() callback to return an error
 2022-09-29  6:55 UTC  (7+ messages)
` [PATCH 2/3] pwm/tracing: Also record trace events for failed apply calls
` [PATCH 3/3] pwm: Handle .get_state() failures

[PATCH v1 1/1] pwm: core: Replace custom implementation of device_match_fwnode()
 2022-09-28 15:40 UTC  (5+ messages)

[PATCH v2 1/4] pwm: sysfs: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()
 2022-09-28 15:39 UTC  (19+ 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

[PATCH v4 0/7] pwm: lpss: Clean up and convert to a pure library
 2022-09-28 14:49 UTC  (13+ messages)
` [PATCH v4 1/7] pwm: lpss: Deduplicate board info data structures
` [PATCH v4 2/7] pwm: lpss: Move exported symbols to PWM_LPSS namespace
` [PATCH v4 3/7] pwm: lpss: Move resource mapping to the glue drivers
` [PATCH v4 4/7] pwm: lpss: Use device_get_match_data to get device data
` [PATCH v4 5/7] pwm: lpss: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
` [PATCH v4 6/7] pwm: lpss: Make use of bits.h macros for all masks
` [PATCH v4 7/7] pwm: lpss: Add a comment to the bypass field

[PATCH v2 0/5] Add PWM for MStar SoCs
 2022-09-28 12:47 UTC  (5+ messages)
` [PATCH v2 2/5] pwm: Add support for the MSTAR MSC313 PWM

[PATH v5] pwm: rockchip: Convert to use dev_err_probe()
 2022-09-28 12:01 UTC  (3+ messages)

[PATCH v3 0/8] pwm: lpss: Clean up and convert to a pure library
 2022-09-27 16:24 UTC  (14+ messages)
` [PATCH v3 1/8] pwm: lpss: Deduplicate board info data structures
` [PATCH v3 2/8] pwm: lpss: Move exported symbols to PWM_LPSS namespace
` [PATCH v3 3/8] pwm: lpss: Move resource mapping to the glue drivers
` [PATCH v3 4/8] pwm: lpss: Include headers we are direct user of
` [PATCH v3 5/8] pwm: lpss: Use device_get_match_data to get device data
` [PATCH v3 6/8] pwm: lpss: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
` [PATCH v3 7/8] pwm: lpss: Make use of bits.h macros for all masks
` [PATCH v3 8/8] pwm: lpss: Add a comment to the bypass field

[PATCH v2 0/9] pwm: lpss: Clean up and convert to a pure library
 2022-09-27 14:13 UTC  (26+ messages)
` [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 4/9] pwm: lpss: Include headers we are direct user of
` [PATCH v2 5/9] pwm: lpss: Use device_get_match_data to get device data
` [PATCH v2 6/9] pwm: lpss: Use DEFINE_RUNTIME_DEV_PM_OPS() and pm_ptr() macros
` [PATCH v2 7/9] pwm: lpss: Make use of bits.h macros for all masks
` [PATCH v2 8/9] pwm: lpss: Add a comment to the bypass field
` [PATCH v2 9/9] pwm: lpss: Allow other drivers to enable PWM LPSS

[PATCH -next resend] backlight: pwm_bl: Switch to use dev_err_probe() helper
 2022-09-26 14:27 UTC 

[PATCH -next] backlight: pwm_bl: Switch to use dev_err_probe() helper
 2022-09-26 14:00 UTC  (4+ messages)

[PATCH v6 0/2] Add support for RZ/G2L GPT
 2022-09-26 12:16 UTC  (17+ messages)
` [PATCH v6 2/2] pwm: "

[PATCH,v2] pwm: mtk-disp: Fix the parameters calculated by the enabled flag of disp_pwm
 2022-09-26  9:13 UTC  (2+ messages)

[PATCH v2] pwm: tegra: Optimize period calculation
 2022-09-23 12:10 UTC  (10+ messages)

[PATCH v5 0/5] hwmon: pwm-fan: switch regulator dynamically
 2022-09-20 14:20 UTC  (11+ messages)
` [PATCH v5 1/5] hwmon: pwm-fan: Refactor fan power on/off
` [PATCH v5 2/5] hwmon: pwm-fan: Simplify enable/disable check
` [PATCH v5 3/5] hwmon: pwm-fan: Add dedicated power switch function
` [PATCH v5 4/5] hwmon: pwm-fan: split __set_pwm into locked/unlocked functions
` [PATCH v5 5/5] hwmon: pwm-fan: Switch regulator dynamically

[PATCH] dt-bindings: pwm: Add compatible for Mediatek MT8188
 2022-09-19  8:08 UTC  (2+ messages)

[PATCH 0/2] Fix mtk_disp_pwm_get_state function disp_pwm enabled flag
 2022-09-14 19:54 UTC  (3+ messages)
` [PATCH,1/2] dt-bindings: pwm: Add compatible for Mediatek MT8188


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox