commit | bba709ff694cc6f844ca32d333b6be7adc7bd6b4 | [log] [tgz] |
---|---|---|
author | Bibo Mao <maobibo@loongson.cn> | Fri Mar 07 10:23:21 2025 +0800 |
committer | Bibo Mao <maobibo@loongson.cn> | Tue May 06 09:17:32 2025 +0800 |
tree | cee5230f91a363c1b719e43913a0fde6447a6c52 | |
parent | 86e4a64751a728aae24fa95d76d6c313aa82cf82 [diff] |
hw/intc/loongarch_extioi: Replace legacy reset callback with new api Replace legacy reset callback register device_class_set_legacy_reset() with new function resettable_class_set_parent_phases(). With new API, it will call reset callback of parent object and then itself. Signed-off-by: Bibo Mao <maobibo@loongson.cn> Reviewed-by: Song Gao <gaosong@loongson.cn>