Basically ensure all RS780E stuff is enabled by DeviceTree. So I can post LS7A support later on. Hi Thomas, could you please pick them into MIPS tree? Thanks. Jiaxun Yang (5): MIPS: Loongson64: Remove dead RTC code MIPS: Loongson64: Make RS780E ACPI as a platform driver dt-bindings: Document Loongson RS780E PCH ACPI Controller MIPS: DTS: Loongson64: Add ACPI Controller Node MIPS: Loongson64: Mark RS780 HPET as broken .../bindings/mips/loongson/rs780e-acpi.yaml | 40 +++++++++++++ arch/mips/boot/dts/loongson/rs780e-pch.dtsi | 5 ++ .../include/asm/mach-loongson64/mc146818rtc.h | 36 ------------ arch/mips/loongson64/Kconfig | 12 +--- arch/mips/loongson64/Makefile | 3 +- arch/mips/loongson64/rtc.c | 39 ------------- arch/mips/loongson64/time.c | 8 +-- drivers/platform/mips/Kconfig | 6 ++ drivers/platform/mips/Makefile | 1 + .../platform/mips/rs780e-acpi.c | 58 ++++++++++++------- 10 files changed, 95 insertions(+), 113 deletions(-) create mode 100644 Documentation/devicetree/bindings/mips/loongson/rs780e-acpi.yaml delete mode 100644 arch/mips/include/asm/mach-loongson64/mc146818rtc.h delete mode 100644 arch/mips/loongson64/rtc.c rename arch/mips/loongson64/acpi_init.c => drivers/platform/mips/rs780e-acpi.c (70%) -- 2.26.0.rc2