* [PATCH v2 08/13] ARM: s3c24xx: fix missing system reset [not found] <20200804192654.12783-1-krzk@kernel.org> @ 2020-08-04 19:26 ` Krzysztof Kozlowski 2020-08-19 18:18 ` Krzysztof Kozlowski 0 siblings, 1 reply; 2+ messages in thread From: Krzysztof Kozlowski @ 2020-08-04 19:26 UTC (permalink / raw) To: Russell King, Kukjin Kim, Krzysztof Kozlowski, Simtec Linux Team, Maxime Coquelin, Alexandre Torgue, Kyungmin Park, Catalin Marinas, Will Deacon, Sylwester Nawrocki, Tomasz Figa, Chanwoo Choi, Michael Turquette, Stephen Boyd, Wim Van Sebroeck, Guenter Roeck, Arnd Bergmann, linux-arm-kernel, linux-samsung-soc, linux-stm32, patches, linux-clk, linux-watchdog Cc: Sergio Prado, Marek Szyprowski, Sylwester Nawrocki, Cedric Roux, Lihua Yao, stable Commit f6361c6b3880 ("ARM: S3C24XX: remove separate restart code") removed usage of the watchdog reset platform code in favor of the Samsung SoC watchdog driver. However the latter was not selected thus S3C24xx platforms lost reset abilities. Cc: <stable@vger.kernel.org> Fixes: f6361c6b3880 ("ARM: S3C24XX: remove separate restart code") Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> --- arch/arm/Kconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index fe95777af653..063018c387be 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -506,8 +506,10 @@ config ARCH_S3C24XX select HAVE_S3C2410_I2C if I2C select HAVE_S3C_RTC if RTC_CLASS select NEED_MACH_IO_H + select S3C2410_WATCHDOG select SAMSUNG_ATAGS select USE_OF + select WATCHDOG help Samsung S3C2410, S3C2412, S3C2413, S3C2416, S3C2440, S3C2442, S3C2443 and S3C2450 SoCs based systems, such as the Simtec Electronics BAST -- 2.17.1 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2 08/13] ARM: s3c24xx: fix missing system reset 2020-08-04 19:26 ` [PATCH v2 08/13] ARM: s3c24xx: fix missing system reset Krzysztof Kozlowski @ 2020-08-19 18:18 ` Krzysztof Kozlowski 0 siblings, 0 replies; 2+ messages in thread From: Krzysztof Kozlowski @ 2020-08-19 18:18 UTC (permalink / raw) To: Russell King, Kukjin Kim, Simtec Linux Team, Maxime Coquelin, Alexandre Torgue, Kyungmin Park, Catalin Marinas, Will Deacon, Sylwester Nawrocki, Tomasz Figa, Chanwoo Choi, Michael Turquette, Stephen Boyd, Wim Van Sebroeck, Guenter Roeck, Arnd Bergmann, linux-arm-kernel, linux-samsung-soc, linux-stm32, patches, linux-clk, linux-watchdog Cc: Sergio Prado, Marek Szyprowski, Sylwester Nawrocki, Cedric Roux, Lihua Yao, stable On Tue, Aug 04, 2020 at 09:26:49PM +0200, Krzysztof Kozlowski wrote: > Commit f6361c6b3880 ("ARM: S3C24XX: remove separate restart code") > removed usage of the watchdog reset platform code in favor of the > Samsung SoC watchdog driver. However the latter was not selected thus > S3C24xx platforms lost reset abilities. > > Cc: <stable@vger.kernel.org> > Fixes: f6361c6b3880 ("ARM: S3C24XX: remove separate restart code") > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> > --- > arch/arm/Kconfig | 2 ++ Applied. Best regards, Krzysztof ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-19 18:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20200804192654.12783-1-krzk@kernel.org>
2020-08-04 19:26 ` [PATCH v2 08/13] ARM: s3c24xx: fix missing system reset Krzysztof Kozlowski
2020-08-19 18:18 ` Krzysztof Kozlowski
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox