summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pwm/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-0120-285/+1179
|\
| * pwm: pwm-cros-ec: Add channel type supportFabio Baltieri2022-05-201-15/+67
| * pwm: twl-led: Implement .apply() callbackUwe Kleine-König2022-05-201-10/+66
| * pwm: lpc18xx: Implement .apply() callbackUwe Kleine-König2022-05-201-13/+30
| * pwm: mediatek: Implement .apply() callbackUwe Kleine-König2022-05-201-3/+26
| * pwm: lpc32xx: Implement .apply() callbackUwe Kleine-König2022-05-201-3/+26
| * pwm: tegra: Implement .apply() callbackUwe Kleine-König2022-05-201-3/+27
| * pwm: stmpe: Implement .apply() callbackUwe Kleine-König2022-05-201-3/+26
| * pwm: sti: Implement .apply() callbackUwe Kleine-König2022-05-201-3/+26
| * pwm: pwm-mediatek: Add support for MediaTek Helio X10 MT6795AngeloGioacchino Del Regno2022-05-201-0/+7
| * pwm: tegra: Optimize period calculationUwe Kleine-König2022-05-201-5/+5
| * pwm: renesas-tpu: Improve precision of period and duty_cycle calculationUwe Kleine-König2022-05-201-11/+17
| * pwm: renesas-tpu: Improve maths to compute register settingsUwe Kleine-König2022-05-201-15/+35
| * pwm: renesas-tpu: Rename variables to match the usual namingUwe Kleine-König2022-05-201-86/+86
| * pwm: renesas-tpu: Implement .apply() callbackUwe Kleine-König2022-05-201-6/+38
| * pwm: renesas-tpu: Make use of devm functionsUwe Kleine-König2022-05-201-17/+5
| * pwm: renesas-tpu: Make use of dev_err_probe()Uwe Kleine-König2022-05-201-6/+3
| * pwm: samsung: Implement .apply() callbackUwe Kleine-König2022-05-201-12/+42
| * pwm: sifive: Simplify if-if to if-elseWan Jiabing2022-05-201-3/+2
| * pwm: clps71xx: Implement .apply() callbackUwe Kleine-König2022-04-221-47/+21
| * pwm: raspberrypi-poe: Fix endianness in firmware structUwe Kleine-König2022-04-221-1/+1
| * pwm: atmel-tcb: Make atmel_tcb_divisors staticUwe Kleine-König2022-04-221-1/+1
| * gpio: mvebu: Drop PWM base assignmentBaruch Siach2022-04-221-7/+0
| * pwm: lp3943: Implement .apply() callbackUwe Kleine-König2022-04-221-7/+34
| * pwm: lp3943: Fix duty calculation in case period was clampedUwe Kleine-König2022-04-221-0/+1
| * pwm: sunplus-pwm: Add Sunplus SoC SP7021 PWM DriverHammer Hsieh2022-04-223-0/+244
| * pwm: Add support for Xilinx AXI TimerSean Anderson2022-04-223-0/+336
| * pwm: atmel-tcb: Drop duplicated tracking of per-channel dataUwe Kleine-König2022-04-221-6/+6
| * pwm-sun4i: Calculate the delay without rounding down to jiffiesMax Kellermann2022-04-221-3/+1
| * pwm-sun4i: Calculate "delay_jiffies" directly, eliminate absolute timeMax Kellermann2022-04-221-12/+7
| * pwm-sun4i: Convert "next_period" to local variableMax Kellermann2022-04-221-5/+4
* | Merge tag 'rpmsg-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2022-06-012-7/+6
|\ \
| * | rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() failsKrzysztof Kozlowski2022-04-281-1/+1
| * | rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrlArnaud Pouliquen2022-04-261-1/+1
| * | rpmsg: virtio: Fix possible double free in rpmsg_virtio_add_ctrl_dev()Hangyu Hua2022-04-261-1/+1
| * | rpmsg: virtio: Fix possible double free in rpmsg_probe()Hangyu Hua2022-04-261-3/+2
| * | rpmsg: qcom_smd: Fix irq_of_parse_and_map() return valueKrzysztof Kozlowski2022-04-231-1/+1
* | | Merge tag 'rproc-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2022-06-0110-156/+153
|\ \ \
| * | | remoteproc: imx_rproc: Support i.MX93Peng Fan2022-05-091-0/+33
| * | | remoteproc: qcom: pas: Add MSM8226 ADSP supportLuca Weiss2022-05-061-0/+1
| * | | remoteproc: mediatek: Allow reading firmware-name from DTAllen-KH Cheng2022-04-261-1/+5
| * | | remoteproc: qcom: pas: Add sc8280xp remoteprocsBjorn Andersson2022-04-231-0/+33
| * | | remoteproc: imx_rproc: Ignore create mem entry for resource tablePeng Fan2022-04-181-0/+3
| * | | remoteproc: core: Move state checking to remoteproc_coreShengjiu Wang2022-04-143-14/+11
| * | | remoteproc: core: Remove state checking before calling rproc_boot()Shengjiu Wang2022-04-142-8/+0
| * | | remoteproc: imx_dsp_rproc: Make rsc_table optionalDaniel Baluta2022-04-131-1/+9
| * | | remoteproc: imx_dsp_rproc: use common rproc_elf_load_segmentsPeng Fan2022-04-131-94/+1
| * | | remoteproc: elf_loader: skip segment with memsz as zeroPeng Fan2022-04-131-1/+1
| * | | Merge branch 'rproc-fixes' into rproc-nextMathieu Poirier2022-04-121-1/+0
| |\ \ \
| | * | | remoteproc: mtk_scp: Fix a potential double freeChristophe JAILLET2022-04-121-1/+0
| | |/ /