summaryrefslogtreecommitdiff
path: root/drivers/clocksource/timer-ti-dm.c
AgeCommit message (Expand)Author
2023-12-27clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warningsTony Lindgren
2023-10-11drivers/clocksource/timer-ti-dm: Don't call clk_get_rate() in stop functionIvaylo Dimitrov
2023-08-28clocksource: Explicitly include correct DT includesRob Herring
2023-04-29Merge tag 'timers-core-2023-04-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-04-24clocksource/drivers/ti: Use of_property_read_bool() for boolean propertiesRob Herring
2023-04-24clocksource/drivers/timer-ti-dm: Convert to platform remove callback returnin...Uwe Kleine-König
2023-04-24clocksource/drivers/timer-ti-dm: Improve error message in .removeUwe Kleine-König
2023-04-13clocksource: remove MODULE_LICENSE in non-modulesNick Alcock
2022-12-02clocksource/drivers/timer-ti-dm: Clear settings on probe and freeTony Lindgren
2022-12-02clocksource/drivers/timer-ti-dm: Make timer_get_irq staticTony Lindgren
2022-12-02clocksource/drivers/timer-ti-dm: Fix warning for omap_timer_matchTony Lindgren
2022-09-20clocksource/drivers/timer-ti-dm: Get clock in probe with devm_clk_get()Tony Lindgren
2022-09-20clocksource/drivers/timer-ti-dm: Add flag to detect omap1Tony Lindgren
2022-09-20clocksource/drivers/timer-ti-dm: Move struct omap_dm_timer fields to driverTony Lindgren
2022-09-20clocksource/drivers/timer-ti-dm: Use runtime PM directly and check errorsTony Lindgren
2022-09-20clocksource/drivers/timer-ti-dm: Move private defines to the driverTony Lindgren
2022-09-20clocksource/drivers/timer-ti-dm: Simplify register access furtherTony Lindgren
2022-09-20clocksource/drivers/timer-ti-dm: Simplify register writes with dmtimer_write()Tony Lindgren
2022-09-20clocksource/drivers/timer-ti-dm: Simplify register reads with dmtimer_read()Tony Lindgren
2022-09-20clocksource/drivers/timer-ti-dm: Drop unused functionsTony Lindgren
2022-07-28Merge tag 'timers-v5.20-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner
2022-07-27clocksource/drivers/timer-ti-dm: Add compatible for am6 SoCsTony Lindgren
2022-07-27clocksource/drivers/timer-ti-dm: Move inline functions to driver for am6Tony Lindgren
2022-06-05Merge tag 'timers-core-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-05-24clocksource/drivers/timer-ti-dm: Remove unnecessary NULL checkDan Carpenter
2022-04-21clocksource: ti-dmtimer: avoid using mach/hardware.hArnd Bergmann
2021-06-16clocksource/drivers/timer-ti-dm: Drop unnecessary restoreTony Lindgren
2021-06-15clocksource/drivers/timer-ti-dm: Save and restore timer TIOCP_CFGTony Lindgren
2020-07-23clocksource/drivers: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-05-23clocksource/drivers/timer-ti-dm: Do one override clock parent in prepare()Lokesh Vutla
2020-03-16Merge branch 'timers/drivers/timer-ti-dm' into timers/drivers/nextDaniel Lezcano
2020-03-16clocksource/drivers/timer-ti-dm: Enable autoreload in set_pwmLokesh Vutla
2020-03-16clocksource/drivers/timer-ti-dm: Add support to get pwm current statusLokesh Vutla
2020-03-16clocksource/drivers/timer-ti-dm: Do not update counter on updating the periodLokesh Vutla
2020-03-16clocksource/drivers/timer-ti-dm: Implement cpu_pm notifier for context save a...Lokesh Vutla
2020-03-16clocksource/drivers/timer-ti-dm: Prepare for using cpuidleTony Lindgren
2020-03-16clocksource/drivers/timer-ti-dm: Convert to SPDX identifierLokesh Vutla
2020-02-27clocksource/drivers/timer-ti-dm: Drop bogus omap_dm_timer_of_set_source()Suman Anna
2020-02-27clocksource/drivers/timer-ti-dm: Do not update counter on updating the periodLokesh Vutla
2020-01-16clocksource/drivers/timer-ti-dm: Fix uninitialized pointer accessTony Lindgren
2020-01-16clocksource/drivers/timer-ti-dm: Switch to platform_get_irqYangtao Li
2020-01-16clocksource/drivers/timer-ti-dm: Convert to devm_platform_ioremap_resourceYangtao Li
2019-05-24clocksource/drivers/timer-ti-dm: Change to new style declarationPhilippe Mazenauer
2019-05-08Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-05-07Remove MODULE_ALIAS() calls that take undefined macroMasahiro Yamada
2019-04-16clocksource/drivers/timer-ti-dm: Remove omap_dm_timer_set_load_startNathan Chancellor
2019-03-22clocksource/drivers/timer-ti-dm: Make omap_dm_timer_set_load_start() staticYueHaibing
2019-01-29Merge branch 'pwm-dmtimer-fixes' into omap-for-v5.0/fixes-v2Tony Lindgren
2019-01-29bus: ti-sysc: Fix timer handling with drop pm_runtime_irq_safe()Tony Lindgren
2019-01-22clocksource: timer-ti-dm: Fix pwm dmtimer usage of fck reparentingTony Lindgren