aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* dt-bindings: pwm: Add interrupts property for MediaTek MT8192Xinlei Lee2022-04-221-0/+3
* dt-bindings: pwm: Add compatible for MediaTek MT8186Xinlei Lee2022-04-221-0/+1
* dt-bindings: pwm: Add compatible for MediaTek MT8195Xinlei Lee2022-04-221-0/+1
* dt-bindings: pwm: Add compatible for MediaTek MT8192Xinlei Lee2022-04-221-0/+4
* dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm-disp.yaml formatXinlei Lee2022-04-222-45/+66
* 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-224-0/+245
* dt-bindings: pwm: Add bindings doc for Sunplus SoC SP7021 PWM DriverHammer Hsieh2022-04-222-0/+47
* dt-bindings: pwm: at91: Add SAMA7G5 compatible strings listSergiu Moga2022-04-221-5/+10
* dt-bindings: pwm: Convert atmel pwm to json-schemaSergiu Moga2022-04-223-36/+43
* pwm: Add support for Xilinx AXI TimerSean Anderson2022-04-226-0/+419
* dt-bindings: pwm: Add Xilinx AXI TimerSean Anderson2022-04-221-0/+92
* 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
* Linux 5.18-rc3Linus Torvalds2022-04-171-1/+1
* Merge tag 'for-linus-5.18-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-172-64/+23
|\
| * xen/balloon: don't use PV mode extra memory for zone device allocationsJuergen Gross2022-04-072-64/+23
* | Merge tag 'x86-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-176-24/+102
|\ \
| * | x86/tsx: Disable TSX development mode at bootPawan Gupta2022-04-116-18/+55
| * | x86/tsx: Use MSR_TSX_CTRL to clear CPUID bitsPawan Gupta2022-04-112-7/+48
* | | Merge tag 'timers-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-172-7/+10
|\ \ \
| * | | tick/sched: Fix non-kernel-doc commentJiapeng Chong2022-04-101-2/+2
| * | | tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker2022-04-101-1/+1
| * | | timers: Fix warning condition in __run_timers()Anna-Maria Behnsen2022-04-091-4/+7
* | | | Merge tag 'smp-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-172-19/+19
|\ \ \ \
| * | | | cpu/hotplug: Remove the 'cpu' member of cpuhp_cpu_stateSteven Price2022-04-131-18/+18
| * | | | smp: Fix offline cpu check in flush_smp_call_function_queue()Nadav Amit2022-04-131-1/+1
| | |/ / | |/| |
* | | | Merge tag 'irq-urgent-2022-04-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-171-2/+3
|\ \ \ \
| * | | | genirq/affinity: Consider that CPUs on nodes can be unbalancedRei Yamamoto2022-04-111-2/+3
* | | | | Merge tag 'for-v5.18-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2022-04-172-0/+8
|\ \ \ \ \
| * | | | | power: supply: Reset err after not finding static batteryYassine Oudjana2022-04-131-0/+6
| * | | | | power: supply: samsung-sdi-battery: Add missing charge restart voltagesLinus Walleij2022-04-131-0/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-175-12/+54
|\ \ \ \ \
| * | | | | i2c: ismt: Fix undefined behavior due to shift overflowing the constantBorislav Petkov2022-04-151-2/+2
| * | | | | i2c: dev: Force case user pointers in compat_i2cdev_ioctl()Andy Shevchenko2022-04-151-1/+1
| * | | | | i2c: dev: check return value when calling dev_set_name()Andy Shevchenko2022-04-151-5/+10
| * | | | | i2c: qcom-geni: Use dev_err_probe() for GPI DMA errorBjorn Andersson2022-04-151-4/+2