Searched hist:"1 f174a1a2cdebc65138e6ed1448b842e73200bb5" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clocksource/ |
H A D | dw_apb_timer_of.c | diff 1f174a1a2cdebc65138e6ed1448b842e73200bb5 Mon Sep 17 16:52:14 CEST 2018 Dinh Nguyen <dinguyen@kernel.org> clocksource/drivers/dw_apb: Add reset control
Add code to retrieve the reset property from the dw-apb timers and if the property is available, the safe operation is to assert the timer into reset, and followed by a deassert of the timer reset (brings the timer out of reset).
This patch is needed for systems where the bootloader has left the timer not used in reset.
- Trivial conflict with commit a74bd1ad7a: "Convert to using %pOFn instead of device_node.name"
Reported-by: Marek Vasut <marex@denx.de> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
|