From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 76C4BC001B0 for ; Sun, 23 Jul 2023 21:35:44 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 477CC866A7; Sun, 23 Jul 2023 23:35:42 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=quarantine dis=none) header.from=kernel-space.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=kernel-space.org header.i=@kernel-space.org header.b="rHobNoOh"; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=kernel-space.org header.i=@kernel-space.org header.b="gkXEaAsP"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id BDBB9863E4; Sun, 23 Jul 2023 23:35:40 +0200 (CEST) Received: from mail.kernel-space.org (unknown [IPv6:2a01:4f8:c2c:5a84::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 0F6D1863F1 for ; Sun, 23 Jul 2023 23:35:38 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=kernel-space.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=angelo@kernel-space.org Received: from ziongate (localhost [127.0.0.1]) by ziongate (OpenSMTPD) with ESMTP id 80e4fde3; Sun, 23 Jul 2023 21:35:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=simple; d=kernel-space.org; h=from:to :cc:subject:date:message-id:mime-version :content-transfer-encoding; s=default; bh=wfwpatEFtiDQqvVWT3Iofq KAUWo=; b=rHobNoOhI5SXZ6NyIU5NWpJ+QwHXdMPYepe9vYnn8abHfyKudpl9uJ 7ABRhwMhIAcES60rAD0g3DJCkedr6jg+54inHeL66NTZXP7EGOH8JEQ91At7+xcJ nAiGp4P0KFRMOQwx3fwQ6Dps4aw/0sR3enysOz8X95Pm5IU9XFIMg= DomainKey-Signature: a=rsa-sha1; c=simple; d=kernel-space.org; h=from:to :cc:subject:date:message-id:mime-version :content-transfer-encoding; q=dns; s=default; b=qKZdG8qnjb5MKQCl kgbYPEjrb/wTpZGDnLMuV0G75vZcI5XO5XWQt/KMfprlyMt1fdmpPW9fKbM0Qk19 qCDnRF/lD/PHALRvzsT3Z4oQr47qUYqx9hsYxDOK8U+73AR/NLZVRiNzTqm3D64w raSJFr3a6YurpvHzrQsFZkUlhZo= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-space.org; s=20190913; t=1690148137; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=pm6iWW1SLJUVCSRldTKMs56JeMopnmnvO+aGznZd7kI=; b=gkXEaAsP546PKCqla43kcGtT9aFrN3D8zMGwMpFwQ29uTc2/SnYDa8Hu0yyzi1CXa1zL8s KKN6AzO7+VYmf7x2E2Mrhh1Rz1iDxoD2m+l6elKhQ1NnEM65CchbuC8CYPamNxO+txL1oH vU2z3xCOFpj5H31b+4YewRkl6hkJBOw= Received: from localhost.localdomain (host-79-54-54-35.retail.telecomitalia.it [79.54.54.35]) by ziongate (OpenSMTPD) with ESMTPSA id d3c36fe2 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 23 Jul 2023 21:35:37 +0000 (UTC) From: Angelo Dureghello To: trini@konsulko.com, sr@denx.de Cc: u-boot@lists.denx.de, Angelo Dureghello Subject: [PATCH v2 0/5] m68k: add ColdFire watchdog driver Date: Sun, 23 Jul 2023 23:35:15 +0200 Message-ID: <20230723213520.807731-1-angelo@kernel-space.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean This patch allows to reach 0 warning for the m68k family. Watchdog driver was the last one producing the "conversion to DM" warning, Angelo Dureghello (5): drivers: watchdog: add mcf watchdog support m68k: move watchdog functions in mcf_wdt driver m68k: dts: add watchdog node configs: m68k: add watchdog driver MAINTAINERS: add myself as mcf_wdt.c maintainer MAINTAINERS | 1 + arch/m68k/cpu/mcf523x/cpu.c | 42 -------- arch/m68k/cpu/mcf52x2/cpu.c | 47 +-------- arch/m68k/cpu/mcf532x/cpu.c | 44 --------- arch/m68k/dts/M5208EVBE.dts | 5 + arch/m68k/dts/mcf5208.dtsi | 6 ++ arch/m68k/dts/mcf523x.dtsi | 6 ++ arch/m68k/dts/mcf5271.dtsi | 6 ++ arch/m68k/dts/mcf5275.dtsi | 6 ++ arch/m68k/dts/mcf5282.dtsi | 6 ++ arch/m68k/dts/mcf5329.dtsi | 6 ++ arch/m68k/dts/mcf537x.dtsi | 6 ++ configs/M5208EVBE_defconfig | 2 + configs/astro_mcf5373l_defconfig | 4 +- configs/eb_cpu5282_defconfig | 1 + configs/eb_cpu5282_internal_defconfig | 1 + drivers/watchdog/Kconfig | 7 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/mcf_wdt.c | 137 ++++++++++++++++++++++++++ 19 files changed, 200 insertions(+), 134 deletions(-) create mode 100644 drivers/watchdog/mcf_wdt.c -- 2.41.0