[PATCH qemu.git v2 0/9] hw/timer/imx_epit: imprive and fix compare timer handling

~axelheider posted 9 patches 1 year, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/166783932395.3279.1096141058484230644-0@git.sr.ht
Maintainers: Peter Maydell <peter.maydell@linaro.org>
hw/timer/imx_epit.c         | 408 ++++++++++++++++++++----------------
include/hw/timer/imx_epit.h |   6 +-
2 files changed, 231 insertions(+), 183 deletions(-)
[PATCH qemu.git v2 0/9] hw/timer/imx_epit: imprive and fix compare timer handling
Posted by ~axelheider 1 year, 5 months ago
This patch set improves the i.MX EPIT emulation:
- fix #1263 for writes to CR also
- do not persist CR.SWR bit
- remove explicit fields cnt and freq
- software reset clears the interrupt
- general code and documentation improvements

Axel Heider (9):
  hw/timer/imx_epit: improve comments
  hw/timer/imx_epit: cleanup CR defines
  hw/timer/imx_epit: simplify interrupt logic
  hw/timer/imx_epit: software reset clears the interrupt
  hw/timer/imx_epit: do not persist CR.SWR bit
  hw/timer/imx_epit: remove explicit fields cnt and freq
  hw/timer/imx_epit: factor out register write handlers
  hw/timer/imx_epit: change reset handling
  hw/timer/imx_epit: fix compare timer handling

 hw/timer/imx_epit.c         | 408 ++++++++++++++++++++----------------
 include/hw/timer/imx_epit.h |   6 +-
 2 files changed, 231 insertions(+), 183 deletions(-)

-- 
2.34.5