index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pwm
/
pwm-omap-dmtimer.c
Age
Commit message (
Expand
)
Author
2021-09-02
pwm: omap-dmtimer: Don't check the return code of pwmchip_remove()
Uwe Kleine-König
2021-05-25
pwm: Simplify all drivers with explicit of_pwm_n_cells = 3
Uwe Kleine-König
2021-03-22
pwm: Always allocate PWM chip base ID dynamically
Uwe Kleine-König
2020-07-30
pwm: Replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-07-30
pwm: omap-dmtimer: Repair pwm_omap_dmtimer_chip's broken kerneldoc header
Lee Jones
2020-03-30
pwm: omap-dmtimer: Implement .apply callback
Lokesh Vutla
2020-03-30
pwm: omap-dmtimer: Do not disable PWM before changing period/duty_cycle
Lokesh Vutla
2020-03-30
pwm: omap-dmtimer: Fix PWM enabling sequence
Lokesh Vutla
2020-03-30
pwm: omap-dmtimer: Update description for PWM OMAP DM timer
Lokesh Vutla
2020-03-30
pwm: omap-dmtimer: Drop unused header file
Lokesh Vutla
2020-03-16
clocksource/drivers/timer-ti-dm: Enable autoreload in set_pwm
Lokesh Vutla
2020-01-20
pwm: omap-dmtimer: put_device() after of_find_device_by_node()
Uwe Kleine-König
2020-01-20
pwm: omap-dmtimer: Simplify error handling
Uwe Kleine-König
2020-01-20
pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctional
Uwe Kleine-König
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-08-20
pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data
David Rivshin
2018-02-22
pwm: pwm-omap-dmtimer: Adapt driver to utilize dmtimer pdata ops
Keerthy
2016-06-29
pwm: omap-dmtimer: Allow for setting dmtimer clock source
Ivaylo Dimitrov
2016-05-17
pwm: Use pwm_get/set_xxx() helpers where appropriate
Boris Brezillon
2016-03-23
pwm: omap-dmtimer: Add debug message for effective period and duty cycle
David Rivshin
2016-03-23
pwm: omap-dmtimer: Round load and match values rather than truncate
David Rivshin
2016-03-23
pwm: omap-dmtimer: Add sanity checking for load and match values
David Rivshin
2016-03-23
pwm: omap-dmtimer: Fix inaccurate period and duty cycle calculations
David Rivshin
2016-01-04
pwm: omap-dmtimer: Potential NULL dereference on error
Dan Carpenter
2015-12-16
pwm: Add PWM driver for OMAP using dual-mode timers
Neil Armstrong