summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pwm: pxa: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-12/+1
* pwm: ntxec: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-12/+1
* pwm: mxs: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
* pwm: mediatek: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
* pwm: lpc32xx: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
* pwm: lp3943: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
* pwm: keembay: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
* pwm: jz4740: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
* pwm: iqs620a: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-15/+1
* pwm: intel-lgm: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
* pwm: imx27: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-13/+1
* pwm: fsl-ftm: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-9/+1
* pwm: ep93xx: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-10/+1
* pwm: bcm-kona: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-11/+1
* pwm: ab8500: Simplify using devm_pwmchip_add()Uwe Kleine-König2021-09-021-17/+1
* pwm: keembay: Improve compile coverage by allowing to enable on !ARM64Uwe Kleine-König2021-09-021-1/+2
* pwm: jz4740: Improve compile coverage by allowing to enable on !MIPSUwe Kleine-König2021-09-021-1/+1
* pwm: ntxec: Drop useless assignment to struct pwmchip::baseUwe Kleine-König2021-09-021-1/+0
* pwm: tiehrpwm: Unprepare clock only after the PWM was unregisteredUwe Kleine-König2021-09-021-1/+3
* pwm: rockchip: Unprepare clocks only after the PWM was unregisteredUwe Kleine-König2021-09-021-1/+3
* pwm: hibvt: Disable the clock only after the PWM was unregisteredUwe Kleine-König2021-09-021-1/+3
* pwm: stm32-lp: Don't modify HW state in .remove() callbackUwe Kleine-König2021-09-021-2/+0
* pwm: rockchip: Don't modify HW state in .remove() callbackUwe Kleine-König2021-09-021-14/+0
* pwm: img: Don't modify HW state in .remove() callbackUwe Kleine-König2021-09-021-16/+0
* pwm: mxs: Don't modify HW state in .probe() after the PWM chip was registeredUwe Kleine-König2021-09-021-8/+5
* pwm: lpc32xx: Don't modify HW state in .probe() after the PWM chip was regist...Uwe Kleine-König2021-09-021-5/+5
* pwm: ab8500: Fix register offset calculation to not depend on probe orderUwe Kleine-König2021-09-021-3/+14
* pwm: atmel: Rework tracking updates pending in hardwareUwe Kleine-König2021-09-021-23/+79
* Linux 5.14-rc2v5.14-rc2Linus Torvalds2021-07-181-1/+1
* Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git://git.kernel.org/pub...Linus Torvalds2021-07-1836-98/+391
|\
| * perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong2021-07-181-4/+29
| * perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong2021-07-186-42/+38
| * perf data: Close all files in close_dir()Riccardo Mancini2021-07-181-1/+1
| * perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-181-2/+2
| * perf test bpf: Free obj_bufRiccardo Mancini2021-07-161-0/+2
| * perf trace: Free strings in trace__parse_events_option()Riccardo Mancini2021-07-151-0/+3
| * perf trace: Free syscall tp fields in evsel->privRiccardo Mancini2021-07-151-1/+16
| * perf trace: Free syscall->arg_fmtRiccardo Mancini2021-07-151-1/+15
| * perf trace: Free malloc'd trace fields on exitRiccardo Mancini2021-07-151-1/+10
| * perf lzma: Close lzma stream on exitRiccardo Mancini2021-07-151-3/+5
| * perf script: Fix memory 'threads' and 'cpus' leaks on exitRiccardo Mancini2021-07-151-0/+7
| * perf script: Release zstd dataRiccardo Mancini2021-07-151-0/+1
| * perf session: Cleanup trace_eventRiccardo Mancini2021-07-151-0/+1
| * perf inject: Close inject.output on exitRiccardo Mancini2021-07-151-2/+6
| * perf report: Free generated help strings for sort optionRiccardo Mancini2021-07-153-13/+24
| * perf env: Fix memory leak of cpu_pmu_capsRiccardo Mancini2021-07-151-0/+1
| * perf test maps__merge_in: Fix memory leak of mapsRiccardo Mancini2021-07-151-0/+2
| * perf dso: Fix memory leak in dso__new_map()Riccardo Mancini2021-07-151-1/+3
| * perf test event_update: Fix memory leak of unitRiccardo Mancini2021-07-151-1/+3
| * perf test event_update: Fix memory leak of evlistRiccardo Mancini2021-07-151-1/+1