Linux PWM subsystem development
 help / color / mirror / Atom feed
 messages from 2021-02-05 22:19:25 to 2021-03-25 08:30:42 UTC [more...]

[PATCH] pwm: bcm2835: Free resources only after pwmchip_remove()
 2021-03-25  8:29 UTC 

[PATCH] pwm: bcm-iproc: Free resources only after pwmchip_remove()
 2021-03-25  7:11 UTC  (3+ messages)

[PATCH] pwm: atmel: Free resources only after pwmchip_remove()
 2021-03-24 19:56 UTC 

[PATCH 0/2] Changes for pwmchip_remove()
 2021-03-24 15:20 UTC  (3+ messages)
` [PATCH 1/2] pwm: Drop unused error path from pwmchip_remove()
` [PATCH 2/2] pwm: imx27: Don't check the return code of pwmchip_remove()

[PATCH v3] pwm: Soften potential loss of precision in compat code
 2021-03-24 10:16 UTC  (7+ messages)

[PATCH 00/14] pwm: Patches I consider ready for the next merge window
 2021-03-23  9:02 UTC  (20+ messages)
` [PATCH 01/14] pwm: bcm2835: Improve period and duty cycle calculation
` [PATCH 02/14] pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity()
` [PATCH 03/14] pwm: atmel-hlcdc: "
` [PATCH 04/14] pwm: Drop function pwmchip_add_with_polarity()
` [PATCH 05/14] pwm: ab8500: Implement .apply instead of .config, .enable and .disable
` [PATCH 06/14] pwm: imx-tpm: Use a single line for error message
` [PATCH 07/14] pwm: Always allocate pwm id dynamically
` [PATCH 08/14] pwm: Return -EINVAL for old-style drivers without .set_polarity callback
` [PATCH 09/14] pwm: Prevent a glitch in compat code
` [PATCH 10/14] pwm: atmel-tcb: Implement .apply callback
` [PATCH 11/14] pwm: atmel-tcb: Only free resources after pwm_chip_remove() returned
` [PATCH 12/14] pwm: sprd: Refuse requests with unsupported polarity
` [PATCH 13/14] pwm: cros-ec: "
` [PATCH 14/14] pwm: Soften potential loss of precision in compat code

[PATCH] input: misc: max8997: Switch to pwm_apply()
 2021-03-22 23:29 UTC  (4+ messages)

[PATCH v1 0/3] convert sifive's prci, plic and pwm bindings to yaml
 2021-03-22 17:36 UTC  (5+ messages)
` [PATCH v1 2/3] dt-bindings: riscv: convert plic bindings to json-schema

[PATCH v2 0/3] pwm: get rid of pwmchip_add_with_polarity()
 2021-03-22 15:50 UTC  (8+ messages)
` [PATCH v2 1/3] pwm: bcm-kona: Use pwmchip_add() instead "
` [PATCH v2 2/3] pwm: atmel-hlcdc: "
` [PATCH v2 3/3] pwm: Drop function pwmchip_add_with_polarity()

[PATCH v3 0/3] clk: provide new devm helpers for prepared and enabled clocks
 2021-03-22 14:22 UTC  (5+ messages)
` [PATCH v3 1/3] clk: generalize devm_clk_get() a bit
` [PATCH v3 2/3] clk: Provide new devm_clk_helpers for prepared and enabled clocks
` [PATCH v3 3/3] pwm: atmel: Simplify using devm_clk_get_prepared()

[PATCH v5 2/7] pwm: pca9685: Support hardware readout
 2021-03-22 13:25 UTC  (29+ messages)

lifetime of pwm devices
 2021-03-22 12:51 UTC  (4+ messages)

[PATCH v8 00/11] Raspberry Pi PoE HAT fan support
 2021-03-22 11:56 UTC  (15+ messages)
` [PATCH v8 01/11] firmware: raspberrypi: Keep count of all consumers
` [PATCH v8 02/11] firmware: raspberrypi: Introduce devm_rpi_firmware_get()
` [PATCH v8 03/11] clk: bcm: rpi: Release firmware handle on unbind
` [PATCH v8 04/11] gpio: raspberrypi-exp: "
` [PATCH v8 05/11] reset: raspberrypi: "
` [PATCH v8 06/11] soc: bcm: raspberrypi-power: "
` [PATCH v8 07/11] staging: vchiq: "
` [PATCH v8 08/11] input: raspberrypi-ts: Release firmware handle when not needed
` [PATCH v8 09/11] dt-bindings: pwm: Add binding for RPi firmware PWM bus
` [PATCH v8 10/11] DO NOT MERGE: ARM: dts: Add RPi's official PoE hat support
` [PATCH v8 11/11] pwm: Add Raspberry Pi Firmware based PWM bus

[PATCH] pwm: Prevent a glitch in compat code
 2021-03-22 11:11 UTC  (3+ messages)

[PATCH] pwm: cros-ec: Refuse requests with unsupported polarity
 2021-03-22 11:08 UTC  (3+ messages)

[PATCH] pwm: sprd: Refuse requests with unsupported polarity
 2021-03-22 11:07 UTC  (5+ messages)

[PATCH] pwm: atmel-tcb: Only free resources after pwm_chip_remove() returned
 2021-03-22 11:07 UTC  (2+ messages)

[PATCH v2] pwm: atmel-tcb: Implement .apply callback
 2021-03-22 11:06 UTC  (2+ messages)

[PATCH] pwm: Return -EINVAL for old-style drivers without .set_polarity callback
 2021-03-22 10:55 UTC  (2+ messages)

[PATCH] pwm: Always allocate pwm id dynamically
 2021-03-22 10:54 UTC  (2+ messages)

[PATCH] pwm: imx-tpm: Use a single line for error message
 2021-03-22 10:50 UTC  (3+ messages)

[PATCH] pwm: ab8500: Implement .apply instead of .config, .enable and .disable
 2021-03-22 10:49 UTC  (3+ messages)

[PATCH v3] pwm: bcm2835: Improve period and duty cycle calculation
 2021-03-22 10:48 UTC  (5+ messages)
  ` Aw: "

[PATCH v5 1/7] pwm: pca9685: Switch to atomic API
 2021-03-22  7:58 UTC  (12+ messages)
` [PATCH v5 4/7] pwm: pca9685: Reset registers to POR state in probe

[PATCH 0/4] pwm: Simplify drivers with of_pwm_n_cells = 3
 2021-03-19 14:00 UTC  (7+ messages)
` [PATCH 1/4] pwm: Make of_pwm_xlate_with_flags() work with #pwm-cells = <2>
` [PATCH 2/4] pwm: Drop of_pwm_simple_xlate() in favour of of_pwm_xlate_with_flags()
` [PATCH 3/4] pwm: Autodetect default value for of_pwm_n_cells from device tree
` [PATCH 4/4] pwm: Simplify all drivers with explicit of_pwm_n_cells = 3

[PATCH] pwm: dwc: Use dev_get_drvdata() directly in PM callbacks
 2021-03-18  8:06 UTC  (3+ messages)

[PATCH v3 1/2] pwm: sunxi: Add Allwinner SoC PWM controller driver
 2021-03-15 15:38 UTC  (5+ messages)

[PATCH v2] pwm: Soften potential loss of precision in compat code
 2021-03-15  2:02 UTC  (2+ messages)

[PATCH] pwm: soften potential loss of precision in compat code
 2021-03-15  1:53 UTC  (4+ messages)

[PATCH v9 0/7] Netronix embedded controller driver for Kobo and Tolino ebook readers
 2021-03-12 18:42 UTC  (11+ messages)
` [PATCH v9 7/7] ARM: dts: imx50-kobo-aura: Add Netronix embedded controller
` [GIT PULL] Immutable branch between MFD, PWM and RTC due for the v5.13 merge window

[GIT PULL] pwm: Changes for v5.12-rc1
 2021-03-12  9:32 UTC  (7+ messages)

[PATCH v7 00/11] Raspberry Pi PoE HAT fan support
 2021-03-11 13:41 UTC  (8+ messages)
` [PATCH v7 11/11] pwm: Add Raspberry Pi Firmware based PWM bus

[PATCH] pwm: atmel-tcp: Implement .apply callback
 2021-03-08  9:37 UTC 

[PATCH v2 0/2] pwm: visconti: Add Toshiba Visconti SoC PWM support
 2021-03-05 20:22 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: pwm: Add bindings for Toshiba Visconti PWM Controller
` [PATCH v2 2/2] pwm: visconti: Add Toshiba Visconti SoC PWM support

[PATCH v3 2/2] pwm: sun8i-v536: document device tree bindings
 2021-03-04 16:08 UTC  (2+ messages)

[PATCH v2 0/3] clk: provide new devm helpers for prepared and enabled clocks
 2021-03-01 13:40 UTC  (8+ messages)
` [PATCH v2 1/3] clk: generalize devm_clk_get() a bit
` [PATCH v2 2/3] clk: Provide new devm_clk_helpers for prepared and enabled clocks
` [PATCH v2 3/3] pwm: atmel: Simplify using devm_clk_get_prepared()

[PATCH v2] pwm: iqs620a: Correct a stale state variable
 2021-02-26  9:47 UTC  (4+ messages)

[PATCH v2 0/3] Convert the mtk_disp driver to aotmic API
 2021-02-22 14:29 UTC  (3+ messages)
` [PATCH v2 1/3] pwm: mtk_disp: clear the clock operations

[PATCH v2] pwm: sunxi: Add Allwinner SoC PWM controller driver
 2021-02-22  7:22 UTC  (10+ messages)

[PATCH v4] MAINTAINERS: move Milo Kim to credits
 2021-02-15 14:22 UTC  (5+ messages)

[PATCH] hwmon: (npcm750-pwm-fan): replace spin_lock_irqsave by spin_lock in hard IRQ
 2021-02-12 15:04 UTC  (3+ messages)

[PATCH 0/2] Add Toshiba Visconti SoC PWM support
 2021-02-12  8:40 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: pwm: Add bindings for Toshiba Visconti PWM Controller
` [PATCH 2/2] pwm: visconti: Add Toshiba Visconti SoC PWM support

[PATCH 0/2] clk: provide new devm helpers for prepared and enabled clocks
 2021-02-09  9:32 UTC  (5+ messages)
` [PATCH 1/2] "


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