Age | Commit message (Expand) | Author |
---|---|---|
2024-04-02 | Fix some typos in documentation (found by codespell) | Stefan Weil |
2024-03-26 | hw/clock: Let clock_set_mul_div() return a boolean value | Philippe Mathieu-Daudé |
2023-12-30 | docs: Constify VMstate in examples | Richard Henderson |
2021-09-01 | clock: Provide builtin multiplier/divider | Peter Maydell |
2021-03-08 | clock: Add clock_ns_to_ticks() function | Peter Maydell |
2021-03-08 | clock: Add ClockPreUpdate callback event type | Peter Maydell |
2021-03-08 | clock: Add ClockEvent parameter to callbacks | Peter Maydell |
2021-01-29 | clock: Add new clock_has_source() function | Peter Maydell |
2021-01-04 | clock: Define and use new clock_display_freq() | Peter Maydell |
2021-01-04 | clock: Remove clock_get_ns() | Peter Maydell |
2021-01-04 | clock: Introduce clock_ticks_to_ns() | Peter Maydell |
2020-04-30 | docs/clocks: add device's clock documentation | Peter Maydell |