index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-mediatek.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-09-02
pwm: mediatek: Simplify using devm_pwmchip_add()
Uwe Kleine-König
1
-11
/
+1
2021-04-23
pwm: mediatek: Remove unused function
Jiapeng Chong
1
-6
/
+0
2021-03-22
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
1
-1
/
+0
2020-12-17
pwm: mediatek: Add MT8183 SoC support
Fabien Parent
1
-0
/
+7
2020-12-17
pwm: mediatek: Always use bus clock
Fabien Parent
1
-0
/
+12
2020-12-17
pwm: mediatek: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-3
/
+1
2020-07-30
pwm: mediatek: Provide missing kerneldoc description for 'soc' arg
Lee Jones
1
-0
/
+1
2019-09-26
pwm: mediatek: Add MT7629 compatible string
Sam Shih
1
-0
/
+6
2019-09-25
pwm: mediatek: Update license and switch to SPDX tag
Sam Shih
1
-5
/
+3
2019-09-25
pwm: mediatek: Use pwm_mediatek as common prefix
Sam Shih
1
-57
/
+60
2019-09-25
pwm: mediatek: Allocate the clks array dynamically
Sam Shih
1
-35
/
+44
2019-09-25
pwm: mediatek: Remove the has_clks field
Sam Shih
1
-13
/
+1
2019-09-21
pwm: mediatek: Drop the check for of_device_get_match_data()
Sam Shih
1
-7
/
+3
2019-09-21
pwm: mediatek: Add MT8516 SoC support
Fabien Parent
1
-0
/
+7
2018-08-20
pwm: mediatek: Add MT7628 support
John Crispin
1
-1
/
+18
2018-03-28
pwm: mediatek: Improve precision in rate calculation
Sean Wang
1
-5
/
+12
2018-03-28
pwm: mediatek: Remove redundant MODULE_ALIAS entries
Sean Wang
1
-1
/
+0
2018-03-28
pwm: mediatek: Fix up PWM4 and PWM5 malfunction on MT7623
Sean Wang
1
-3
/
+21
2017-11-15
pwm: mediatek: Add MT2712/MT7622 support
Zhi Mao
1
-9
/
+44
2017-08-21
pwm: mediatek: Disable clock on PWM configuration failure
Zhi Mao
1
-1
/
+6
2017-08-21
pwm: mediatek: Fix clock control issue
Zhi Mao
1
-22
/
+47
2017-08-21
pwm: mediatek: Fix PWM source clock selection
Zhi Mao
1
-1
/
+1
2017-04-13
pwm: mediatek: Don't explicitly set .owner
kbuild test robot
1
-1
/
+0
2017-04-06
pwm: Add MediaTek PWM support
John Crispin
1
-0
/
+220