summaryrefslogtreecommitdiffstats
path: root/arch/h8300 (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-20pwm: renesas-tpu: Improve precision of period and duty_cycle calculationUwe Kleine-König1-11/+17
2022-05-20pwm: renesas-tpu: Improve maths to compute register settingsUwe Kleine-König1-15/+35
2022-05-20pwm: renesas-tpu: Rename variables to match the usual namingUwe Kleine-König1-86/+86
2022-05-20pwm: renesas-tpu: Implement .apply() callbackUwe Kleine-König1-6/+38
2022-05-20pwm: renesas-tpu: Make use of devm functionsUwe Kleine-König1-17/+5
2022-05-20pwm: renesas-tpu: Make use of dev_err_probe()Uwe Kleine-König1-6/+3
2022-05-20pwm: samsung: Implement .apply() callbackUwe Kleine-König1-12/+42
2022-05-20pwm: sifive: Simplify if-if to if-elseWan Jiabing1-3/+2
2022-04-22dt-bindings: pwm: Add interrupts property for MediaTek MT8192Xinlei Lee1-0/+3
2022-04-22dt-bindings: pwm: Add compatible for MediaTek MT8186Xinlei Lee1-0/+1
2022-04-22dt-bindings: pwm: Add compatible for MediaTek MT8195Xinlei Lee1-0/+1
2022-04-22dt-bindings: pwm: Add compatible for MediaTek MT8192Xinlei Lee1-0/+4
2022-04-22dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml formatXinlei Lee2-45/+66
2022-04-22pwm: clps71xx: Implement .apply() callbackUwe Kleine-König1-47/+21
2022-04-22pwm: raspberrypi-poe: Fix endianness in firmware structUwe Kleine-König1-1/+1
2022-04-22pwm: atmel-tcb: Make atmel_tcb_divisors staticUwe Kleine-König1-1/+1
2022-04-22gpio: mvebu: Drop PWM base assignmentBaruch Siach1-7/+0
2022-04-22pwm: lp3943: Implement .apply() callbackUwe Kleine-König1-7/+34
2022-04-22pwm: lp3943: Fix duty calculation in case period was clampedUwe Kleine-König1-0/+1
2022-04-22pwm: sunplus-pwm: Add Sunplus SoC SP7021 PWM DriverHammer Hsieh4-0/+245
2022-04-22dt-bindings: pwm: Add bindings doc for Sunplus SoC SP7021 PWM DriverHammer Hsieh2-0/+47
2022-04-22dt-bindings: pwm: at91: Add SAMA7G5 compatible strings listSergiu Moga1-5/+10
2022-04-22dt-bindings: pwm: Convert atmel pwm to json-schemaSergiu Moga3-36/+43
2022-04-22pwm: Add support for Xilinx AXI TimerSean Anderson6-0/+419