Show patches with: Submitter = Uwe Kleine-König       |    Archived = No       |   43 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files ARM: dts: imx: default to #pwm-cells = <3> in the SoC dtsi files - - - - --- 2020-07-09 Uwe Kleine-König Superseded
ARM: s3c24xx/rx1950: switch to atomic pwm API ARM: s3c24xx/rx1950: switch to atomic pwm API - - 1 - --- 2020-01-20 Uwe Kleine-König Accepted
[1/3] leds: pwm: simplify if condition leds: pwm: some cleanups - - - 1 --- 2020-01-24 Uwe Kleine-König Accepted
[1/3] pwm: atmel: Add link to reference manual [1/3] pwm: atmel: Add link to reference manual - - - - --- 2019-08-15 Uwe Kleine-König Superseded
[1/3] pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity() [1/3] pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity() - - - - --- 2020-12-05 Uwe Kleine-König Superseded
[2/3] leds: pwm: convert to atomic PWM API leds: pwm: some cleanups - - - 1 --- 2020-01-24 Uwe Kleine-König Accepted
[2/3] pwm: atmel-hlcdc: Use pwmchip_add() instead of pwmchip_add_with_polarity() [1/3] pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity() - - - - --- 2020-12-05 Uwe Kleine-König Superseded
[2/3] pwm: atmel: use a constant for maximum prescale value [1/3] pwm: atmel: Add link to reference manual 1 - - - --- 2019-08-15 Uwe Kleine-König Superseded
[3/3] leds: pwm: don't set the brightness during .probe leds: pwm: some cleanups - - - 1 --- 2020-01-24 Uwe Kleine-König Not Applicable
[3/3] pwm: Drop function pwmchip_add_with_polarity() [1/3] pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity() - - - - --- 2020-12-05 Uwe Kleine-König Superseded
[3/3] pwm: atmel: replace loop in prescale calculation by ad-hoc calculation [1/3] pwm: atmel: Add link to reference manual 1 - - - --- 2019-08-15 Uwe Kleine-König Superseded
[4/3] pwm: atmel: document known weaknesses of both hardware and software [1/3] pwm: atmel: Add link to reference manual - - - - --- 2019-08-16 Uwe Kleine-König Superseded
[537/606] pwm: pca9685: Convert to i2c's .probe_new() i2c: Complete conversion to i2c_probe_new - - - - --- 2022-11-18 Uwe Kleine-König Accepted
[v2,1/3] clk: generalize devm_clk_get() a bit clk: provide new devm helpers for prepared and enabled clocks - - - - --- 2021-03-01 Uwe Kleine-König Superseded
[v2,1/3] pwm: bcm-kona: Use pwmchip_add() instead of pwmchip_add_with_polarity() pwm: get rid of pwmchip_add_with_polarity() - - - - --- 2020-12-07 Uwe Kleine-König Accepted
[v2,1/6] pwm: atmel: Add a hint where to find hardware documentation Updates for the atmel PWM driver 1 - - - --- 2019-08-24 Uwe Kleine-König Accepted
[v2,2/3] clk: Provide new devm_clk_helpers for prepared and enabled clocks clk: provide new devm helpers for prepared and enabled clocks - - - - --- 2021-03-01 Uwe Kleine-König Superseded
[v2,2/3] pwm: atmel-hlcdc: Use pwmchip_add() instead of pwmchip_add_with_polarity() pwm: get rid of pwmchip_add_with_polarity() - - - - --- 2020-12-07 Uwe Kleine-König Accepted
[v2,2/6] pwm: atmel: use a constant for maximum prescale value Updates for the atmel PWM driver 1 - - - --- 2019-08-24 Uwe Kleine-König Accepted
[v2,3/3] pwm: Drop function pwmchip_add_with_polarity() pwm: get rid of pwmchip_add_with_polarity() - - - - --- 2020-12-07 Uwe Kleine-König Accepted
[v2,3/3] pwm: atmel: Simplify using devm_clk_get_prepared() clk: provide new devm helpers for prepared and enabled clocks - - - - --- 2021-03-01 Uwe Kleine-König Superseded
[v2,3/6] pwm: atmel: replace loop in prescale calculation by ad-hoc calculation Updates for the atmel PWM driver 1 - - - --- 2019-08-24 Uwe Kleine-König Accepted
[v2,4/6] pwm: atmel: document known weaknesses of both hardware and software Updates for the atmel PWM driver - - - - --- 2019-08-24 Uwe Kleine-König Accepted
[v2,5/6] pwm: atmel: use atmel_pwm_writel in atmel_pwm_ch_writel; ditto for readl Updates for the atmel PWM driver - - - - --- 2019-08-24 Uwe Kleine-König Accepted
[v2,6/6] pwm: atmel: implement .get_state() Updates for the atmel PWM driver 1 - - - --- 2019-08-24 Uwe Kleine-König Accepted
[v2] pwm: iqs620a: Fix overflow and optimize calculations [v2] pwm: iqs620a: Fix overflow and optimize calculations - 1 - - --- 2020-11-27 Uwe Kleine-König Changes Requested
[v2] staging: greybus: Add TODO item about modernizing the pwm code [v2] staging: greybus: Add TODO item about modernizing the pwm code 1 - - - --- 2020-12-08 Uwe Kleine-König Accepted
[v3,1/6] pwm: introduce local struct pwm_chip in pwm_apply_state() pwm: ensure pwm_apply_state() doesn't modify the state argument - - - - --- 2019-08-24 Uwe Kleine-König Accepted
[v3,2/6] pwm: let pwm_get_state() return the last implemented state pwm: ensure pwm_apply_state() doesn't modify the state argument - - - - --- 2019-08-24 Uwe Kleine-König Accepted
[v3,3/6] pwm: rockchip: Don't update the state for the caller of pwm_apply_state() pwm: ensure pwm_apply_state() doesn't modify the state argument - - - - --- 2019-08-24 Uwe Kleine-König Accepted
[v3,4/6] pwm: sun4i: Don't update the state for the caller of pwm_apply_state() pwm: ensure pwm_apply_state() doesn't modify the state argument - - - - --- 2019-08-24 Uwe Kleine-König Accepted
[v3,5/6] pwm: fsl-ftm: Don't update the state for the caller of pwm_apply_state() pwm: ensure pwm_apply_state() doesn't modify the state argument - - - - --- 2019-08-24 Uwe Kleine-König Accepted
[v3,6/6] pwm: ensure pwm_apply_state() doesn't modify the state argument pwm: ensure pwm_apply_state() doesn't modify the state argument - - - - --- 2019-08-24 Uwe Kleine-König Accepted
greybus: Add TODO item about modernizing the pwm code greybus: Add TODO item about modernizing the pwm code - - - - --- 2020-12-04 Uwe Kleine-König Changes Requested
input: misc: max8997: Switch to pwm_apply() input: misc: max8997: Switch to pwm_apply() - - - - --- 2021-03-16 Uwe Kleine-König Changes Requested
pwm: Remove unused function pwmchip_add_inversed() pwm: Remove unused function pwmchip_add_inversed() 1 - - - --- 2020-12-05 Uwe Kleine-König Accepted
pwm: ab8500: Explicitly allocate pwm chip base dynamically pwm: ab8500: Explicitly allocate pwm chip base dynamically - - - - --- 2020-11-06 Uwe Kleine-König Accepted
pwm: add a config symbol for legacy drivers pwm: add a config symbol for legacy drivers - - - - --- 2020-06-13 Uwe Kleine-König Rejected
pwm: atmel: Fix duty cycle calculation in .get_state() pwm: atmel: Fix duty cycle calculation in .get_state() - 1 - - --- 2021-04-18 Uwe Kleine-König Superseded
pwm: imx27: fix overflow for bigger periods pwm: imx27: fix overflow for bigger periods - 1 - 1 --- 2020-12-07 Uwe Kleine-König Accepted
pwm: rockchip: set polarity unconditionally in .get_state() pwm: rockchip: set polarity unconditionally in .get_state() - - - - --- 2019-09-02 Uwe Kleine-König Accepted
pwm: sti: fix error handling pwm: sti: fix error handling - 1 - - --- 2020-10-13 Uwe Kleine-König Accepted
pwm: tegra: Implement .apply() callback pwm: tegra: Implement .apply() callback - - - - --- 2022-05-06 Uwe Kleine-König Accepted