Patch "MIPS: loongson32: ls1c: Fix hang during startup" has been added to the 4.19-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    MIPS: loongson32: ls1c: Fix hang during startup

to the 4.19-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     mips-loongson32-ls1c-fix-hang-during-startup.patch
and it can be found in the queue-4.19 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 60d3291c5478eadb84ab5bbdcb79a0e4981786fd
Author: Yang Ling <gnaygnil@xxxxxxxxx>
Date:   Tue Aug 23 19:17:25 2022 +0800

    MIPS: loongson32: ls1c: Fix hang during startup
    
    [ Upstream commit 35508d2424097f9b6a1a17aac94f702767035616 ]
    
    The RTCCTRL reg of LS1C is obselete.
    Writing this reg will cause system hang.
    
    Fixes: 60219c563c9b6 ("MIPS: Add RTC support for Loongson1C board")
    Signed-off-by: Yang Ling <gnaygnil@xxxxxxxxx>
    Tested-by: Keguang Zhang <keguang.zhang@xxxxxxxxx>
    Acked-by: Keguang Zhang <keguang.zhang@xxxxxxxxx>
    Signed-off-by: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/arch/mips/loongson32/ls1c/board.c b/arch/mips/loongson32/ls1c/board.c
index eb2d913c694fd..2d9675a6782c3 100644
--- a/arch/mips/loongson32/ls1c/board.c
+++ b/arch/mips/loongson32/ls1c/board.c
@@ -19,7 +19,6 @@ static struct platform_device *ls1c_platform_devices[] __initdata = {
 static int __init ls1c_platform_init(void)
 {
 	ls1x_serial_set_uartclk(&ls1x_uart_pdev);
-	ls1x_rtc_set_extclk(&ls1x_rtc_pdev);
 
 	return platform_add_devices(ls1c_platform_devices,
 				   ARRAY_SIZE(ls1c_platform_devices));



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux