All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/8] watchdog: s3c2410: Fixes and improvements
@ 2017-03-11 17:25 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 76+ messages in thread
From: Krzysztof Kozlowski @ 2017-03-11 17:25 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, Rob Herring, Kukjin Kim,
	Krzysztof Kozlowski, Javier Martinez Canillas, linux-watchdog,
	devicetree, linux-kernel, linux-arm-kernel, linux-samsung-soc

Hi,

Minor cleanup and some fixes for the watchdog used on all
Samsung SoCs.

The DTS patches should through samsung-soc tree but they depend
on introducing new compatible. The patches waiting for new compatible will be
deferred to next release.


Changes since v1:
=================
1. Add Guenter's review and Rob's ack.
2. Change compatible in patch 6/8 instead 3/8.


Best regards,
Krzysztof


Krzysztof Kozlowski (8):
  watchdog: s3c2410: Remove confusing CONFIG prefix from local defines
  watchdog: s3c2410: Fix infinite interrupt in soft mode
  ARM: dts: exynos: Fix watchdog reset on Exynos4412
  ARM: dts: s3c64xx: Enable watchdog on all S3C64xx boards
  ARM: dts: exynos: Enable watchdog on all Exynos4 boards
  ARM: dts: exynos: Fix infinite interrupt in soft mode on Exynos4210
    and Exynos5440
  ARM: dts: s3c64xx: Fix infinite interrupt in soft mode
  ARM: dts: s5pv210: Fix infinite interrupt in soft mode

 .../devicetree/bindings/watchdog/samsung-wdt.txt   |  9 +++---
 arch/arm/boot/dts/exynos4.dtsi                     |  9 ------
 arch/arm/boot/dts/exynos4210-origen.dts            |  4 ---
 arch/arm/boot/dts/exynos4210.dtsi                  |  8 +++++
 arch/arm/boot/dts/exynos4412-itop-scp-core.dtsi    |  4 ---
 arch/arm/boot/dts/exynos4412-odroid-common.dtsi    |  4 ---
 arch/arm/boot/dts/exynos4412-origen.dts            |  4 ---
 arch/arm/boot/dts/exynos4412.dtsi                  |  9 ++++++
 arch/arm/boot/dts/exynos5440.dtsi                  |  2 +-
 arch/arm/boot/dts/s3c64xx.dtsi                     |  3 +-
 arch/arm/boot/dts/s5pv210.dtsi                     |  2 +-
 drivers/watchdog/s3c2410_wdt.c                     | 37 +++++++++++++++-------
 12 files changed, 51 insertions(+), 44 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 76+ messages in thread

end of thread, other threads:[~2017-03-14 13:45 UTC | newest]

Thread overview: 76+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-11 17:25 [PATCH v2 0/8] watchdog: s3c2410: Fixes and improvements Krzysztof Kozlowski
2017-03-11 17:25 ` Krzysztof Kozlowski
2017-03-11 17:25 ` Krzysztof Kozlowski
2017-03-11 17:25 ` [PATCH v2 1/8] watchdog: s3c2410: Remove confusing CONFIG prefix from local defines Krzysztof Kozlowski
2017-03-11 17:25   ` Krzysztof Kozlowski
2017-03-11 17:28   ` Krzysztof Kozlowski
2017-03-11 17:28     ` Krzysztof Kozlowski
2017-03-11 17:28     ` Krzysztof Kozlowski
2017-03-11 17:25 ` [PATCH v2 2/8] watchdog: s3c2410: Fix infinite interrupt in soft mode Krzysztof Kozlowski
2017-03-11 17:25   ` Krzysztof Kozlowski
2017-03-11 17:29   ` Krzysztof Kozlowski
2017-03-11 17:29     ` Krzysztof Kozlowski
2017-03-11 17:25 ` [PATCH v2 3/8] ARM: dts: exynos: Fix watchdog reset on Exynos4412 Krzysztof Kozlowski
2017-03-11 17:25   ` Krzysztof Kozlowski
2017-03-12 20:48   ` Guenter Roeck
2017-03-12 20:48     ` Guenter Roeck
2017-03-12 20:48     ` Guenter Roeck
2017-03-13  6:41     ` Krzysztof Kozlowski
2017-03-13  6:41       ` Krzysztof Kozlowski
     [not found]   ` <CGME20170314130352epcas5p472cdaa4ae512b4a839d92e85d6dadb81@epcas5p4.samsung.com>
2017-03-14 13:03     ` Bartlomiej Zolnierkiewicz
2017-03-14 13:03       ` Bartlomiej Zolnierkiewicz
2017-03-14 13:09       ` Krzysztof Kozlowski
2017-03-14 13:09         ` Krzysztof Kozlowski
2017-03-14 13:09         ` Krzysztof Kozlowski
     [not found]         ` <CGME20170314134503epcas1p178241245d202edf9f3ea5885c605ffb6@epcas1p1.samsung.com>
2017-03-14 13:45           ` Bartlomiej Zolnierkiewicz
2017-03-14 13:45             ` Bartlomiej Zolnierkiewicz
2017-03-14 13:45             ` Bartlomiej Zolnierkiewicz
2017-03-11 17:25 ` [PATCH v2 4/8] ARM: dts: s3c64xx: Enable watchdog on all S3C64xx boards Krzysztof Kozlowski
2017-03-11 17:25   ` Krzysztof Kozlowski
2017-03-11 17:25   ` Krzysztof Kozlowski
2017-03-12 20:49   ` Guenter Roeck
2017-03-12 20:49     ` Guenter Roeck
2017-03-12 20:49     ` Guenter Roeck
     [not found]   ` <CGME20170314125837epcas1p481afc11bcf7fc11ef477edda28bccc74@epcas1p4.samsung.com>
2017-03-14 12:58     ` Bartlomiej Zolnierkiewicz
2017-03-14 12:58       ` Bartlomiej Zolnierkiewicz
2017-03-14 12:58       ` Bartlomiej Zolnierkiewicz
2017-03-14 13:04       ` Krzysztof Kozlowski
2017-03-14 13:04         ` Krzysztof Kozlowski
     [not found]         ` <CGME20170314133035epcas1p47a04430402688bbb6baebad69b8e5b24@epcas1p4.samsung.com>
2017-03-14 13:30           ` Bartlomiej Zolnierkiewicz
2017-03-14 13:30             ` Bartlomiej Zolnierkiewicz
2017-03-14 13:30             ` Bartlomiej Zolnierkiewicz
2017-03-14 13:34             ` Krzysztof Kozlowski
2017-03-14 13:34               ` Krzysztof Kozlowski
2017-03-14 13:34               ` Krzysztof Kozlowski
2017-03-11 17:25 ` [PATCH v2 5/8] ARM: dts: exynos: Enable watchdog on all Exynos4 boards Krzysztof Kozlowski
2017-03-11 17:25   ` Krzysztof Kozlowski
2017-03-11 17:25   ` Krzysztof Kozlowski
2017-03-12 20:50   ` Guenter Roeck
2017-03-12 20:50     ` Guenter Roeck
2017-03-12 20:50     ` Guenter Roeck
     [not found]   ` <CGME20170314130022epcas5p4e771120ec9ea3f488e1dee644c0b1d07@epcas5p4.samsung.com>
2017-03-14 13:00     ` Bartlomiej Zolnierkiewicz
2017-03-14 13:00       ` Bartlomiej Zolnierkiewicz
2017-03-14 13:00       ` Bartlomiej Zolnierkiewicz
2017-03-11 17:25 ` [PATCH v2 6/8] ARM: dts: exynos: Fix infinite interrupt in soft mode on Exynos4210 and Exynos5440 Krzysztof Kozlowski
2017-03-11 17:25   ` Krzysztof Kozlowski
2017-03-11 17:25   ` Krzysztof Kozlowski
2017-03-12 20:50   ` Guenter Roeck
2017-03-12 20:50     ` Guenter Roeck
     [not found]   ` <CGME20170314130505epcas5p3ae5e356cfdf8b7b1d66256e47ea168ee@epcas5p3.samsung.com>
2017-03-14 13:05     ` Bartlomiej Zolnierkiewicz
2017-03-14 13:05       ` Bartlomiej Zolnierkiewicz
2017-03-14 13:05       ` Bartlomiej Zolnierkiewicz
2017-03-11 17:25 ` [PATCH v2 7/8] ARM: dts: s3c64xx: Fix infinite interrupt in soft mode Krzysztof Kozlowski
2017-03-11 17:25   ` Krzysztof Kozlowski
2017-03-11 17:25   ` Krzysztof Kozlowski
2017-03-12 20:51   ` Guenter Roeck
2017-03-12 20:51     ` Guenter Roeck
2017-03-12 20:51     ` Guenter Roeck
     [not found]   ` <CGME20170314130713epcas5p45d9cf77fe8177adf21e63809debb0010@epcas5p4.samsung.com>
2017-03-14 13:07     ` Bartlomiej Zolnierkiewicz
2017-03-14 13:07       ` Bartlomiej Zolnierkiewicz
2017-03-14 13:07       ` Bartlomiej Zolnierkiewicz
2017-03-11 17:25 ` [PATCH v2 8/8] ARM: dts: s5pv210: " Krzysztof Kozlowski
2017-03-11 17:25   ` Krzysztof Kozlowski
2017-03-12 20:51   ` Guenter Roeck
2017-03-12 20:51     ` Guenter Roeck
     [not found]   ` <CGME20170314130737epcas5p2acd94980f020d95f52ac53e3ca1eb258@epcas5p2.samsung.com>
2017-03-14 13:07     ` Bartlomiej Zolnierkiewicz
2017-03-14 13:07       ` Bartlomiej Zolnierkiewicz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.