Searched hist:"1 b914994ea5e995f36fe751f7ed1d8858a87b032" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/timer/ |
H A D | imx_gpt.c | diff 1b914994ea5e995f36fe751f7ed1d8858a87b032 Tue Oct 08 12:17:37 CDT 2019 Peter Maydell <peter.maydell@linaro.org> hw/timer/imx_gpt.c: Switch to transaction-based ptimer API
Switch the imx_epit.c code away from bottom-half based ptimers to the new transaction-based ptimer API. This just requires adding begin/commit calls around the various places that modify the ptimer state, and using the new ptimer_init() function to create the timer.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20191008171740.9679-19-peter.maydell@linaro.org
|