index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
hwmon
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-24
dt-bindings: pwm: samsung: Do not require pwm-cells twice
Krzysztof Kozlowski
1
-1
/
+0
2022-02-24
dt-bindings: pwm: intel,keembay: Do not require pwm-cells twice
Krzysztof Kozlowski
1
-1
/
+0
2022-02-24
dt-bindings: pwm: brcm,bcm7038: Do not require pwm-cells twice
Krzysztof Kozlowski
1
-1
/
+0
2022-02-24
dt-bindings: pwm: toshiba,visconti: Include generic PWM schema
Krzysztof Kozlowski
1
-1
/
+3
2022-02-24
dt-bindings: pwm: renesas,pwm: Include generic PWM schema
Krzysztof Kozlowski
1
-12
/
+14
2022-02-24
dt-bindings: pwm: sifive: Include generic PWM schema
Krzysztof Kozlowski
1
-1
/
+3
2022-02-24
dt-bindings: pwm: rockchip: Include generic PWM schema
Krzysztof Kozlowski
1
-36
/
+38
2022-02-24
dt-bindings: pwm: mxs: Include generic PWM schema
Krzysztof Kozlowski
1
-1
/
+3
2022-02-24
dt-bindings: pwm: iqs620a: Include generic PWM schema
Krzysztof Kozlowski
1
-1
/
+3
2022-02-24
dt-bindings: pwm: intel,lgm: Include generic PWM schema
Krzysztof Kozlowski
1
-0
/
+3
2022-02-24
dt-bindings: pwm: imx: Include generic PWM schema
Krzysztof Kozlowski
2
-2
/
+6
2022-02-24
dt-bindings: pwm: allwinner,sun4i-a10: Include generic PWM schema
Krzysztof Kozlowski
1
-25
/
+28
2022-02-24
pwm: pwm-mediatek: Beautify error messages text
AngeloGioacchino Del Regno
1
-4
/
+4
2022-02-24
pwm: pwm-mediatek: Allocate clk_pwms with devm_kmalloc_array
AngeloGioacchino Del Regno
1
-1
/
+1
2022-02-24
pwm: pwm-mediatek: Simplify error handling with dev_err_probe()
AngeloGioacchino Del Regno
1
-19
/
+11
2022-02-24
pwm: brcmstb: Remove useless locking
Uwe Kleine-König
1
-7
/
+0
2022-02-24
pwm: brcmstb: Implement .apply() callback
Uwe Kleine-König
1
-21
/
+24
2022-02-24
pwm: jz4740: Add support for X1000 SoC
Aidan MacDonald
1
-0
/
+5
2022-02-24
pwm: vt8500: Rename variable pointing to driver private data
zhaoxiao
1
-19
/
+19
2022-02-24
dt-bindings: timer: Add PWM compatible for X1000 SoC
Aidan MacDonald
1
-0
/
+1
2022-02-24
dt-bindings: pwm: mtk-disp: Add compatible string for MT8183 SoC
Allen-KH Cheng
1
-0
/
+1
2022-02-24
pwm: pca9685: Reset OFF/ON registers to POR value
Lionel Vitte
1
-2
/
+2
2022-02-24
pwm: atmel: Remove redundant initialization of variable timeout
Colin Ian King
1
-1
/
+1
2022-02-24
pwm: raspberrypi-poe: Drop assignment to struct pwmchip::base
Uwe Kleine-König
1
-1
/
+0
2022-02-24
pwm: bcm-kona: Implement .apply() callback
Uwe Kleine-König
1
-32
/
+58
2022-02-24
pwm: tiehrpwm: Implement .apply() callback
Uwe Kleine-König
1
-5
/
+35
2022-02-24
dt-bindings: pwm: google,cros-ec: include generic pwm schema
Krzysztof Kozlowski
2
-1
/
+8
2022-02-02
pwm: pxa: Implement .apply() callback
Uwe Kleine-König
1
-5
/
+28
2022-02-02
pwm: stmpe: Rename variable pointing to driver private data
Uwe Kleine-König
1
-8
/
+8
2022-02-02
pwm: stmpe: Drop unused setting of driver data
Uwe Kleine-König
1
-2
/
+0
2022-02-02
pwm: sun4i: Rename variable pointing to driver private data
Uwe Kleine-König
1
-35
/
+35
2022-02-02
pwm: tegra: Rename variable pointing to driver private data
Uwe Kleine-König
1
-30
/
+29
2022-02-02
pwm: img: Rename variable pointing to driver private data
Uwe Kleine-König
1
-71
/
+70
2022-02-02
pwm: imx1: Implement .apply callback
Uwe Kleine-König
1
-5
/
+28
2022-02-02
pwm: lpc18xx-sct: Simplify driver by not using pwm_[gs]et_chip_data()
Uwe Kleine-König
1
-17
/
+6
2022-02-02
pwm: lpc18xx-sct: Reduce number of devm memory allocations
Uwe Kleine-König
1
-7
/
+5
2022-02-02
pwm: lpc18xx-sct: Initialize driver data and hardware before pwmchip_add()
Uwe Kleine-König
1
-11
/
+9
2022-02-01
pwm: meson: Drop always false check from .apply()
Uwe Kleine-König
1
-3
/
+0
2022-02-01
pwm: meson: Simplify duplicated per-channel tracking
Uwe Kleine-König
1
-5
/
+6
2022-02-01
pwm: meson: Drop useless check for channel data being NULL
Uwe Kleine-König
1
-2
/
+1
2022-02-01
pwm: meson: Drop always false check from .request()
Uwe Kleine-König
1
-7
/
+1
2022-01-23
Linux 5.17-rc1
v5.17-rc1
Linus Torvalds
1
-2
/
+2
2022-01-23
ftrace: Fix assuming build time sort works for s390
Steven Rostedt (Google)
2
-3
/
+10
2022-01-22
perf tools: Remove redundant err variable
Minghao Chi
1
-4
/
+1
2022-01-22
perf test: Add parse-events test for aliases with hyphens
John Garry
2
-9
/
+82
2022-01-22
perf test: Add pmu-events test for aliases with hyphens
John Garry
2
-0
/
+48
2022-01-22
perf parse-events: Support event alias in form foo-bar-baz
John Garry
4
-4
/
+41
2022-01-22
perf evsel: Override attr->sample_period for non-libpfm4 events
German Gomez
1
-8
/
+17
2022-01-22
perf cpumap: Remove duplicate include in cpumap.h
Lv Ruyi
1
-1
/
+0
2022-01-22
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
31
-87
/
+99
[next]