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 1B451C0015E for ; Mon, 24 Jul 2023 06:49:42 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 1B30286808; Mon, 24 Jul 2023 08:49:40 +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="PPAzVIcp"; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=kernel-space.org header.i=@kernel-space.org header.b="CBt5UHQI"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 86A8484460; Mon, 24 Jul 2023 08:49:38 +0200 (CEST) Received: from mail.kernel-space.org (mail.kernel-space.org [195.201.34.187]) (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 5A80E856A7 for ; Mon, 24 Jul 2023 08:49:36 +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 1d273705; Mon, 24 Jul 2023 06:49:35 +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=TqCzXBwF9+wUCDfCG6LqYn xj8kw=; b=PPAzVIcpQdJhvZLnUC6B5/xW5MJfX6IC2oNbqS1GghdyIzygubbz0J Ml2yBOB67REsSk4vYjQFxhfo79I4JaD2Rt9umBHmA7TaLBEuoS4U9qvDgZj8tu2P 6nzxJfBuHPv1TJMoRNL+LqZHOai/3r20afHvVYX94iC/I3/vdRPow= 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=sp+d6Wv5sVn+19im p+HaZnh+Fm3bAml30XEBrTWsl6ZixHmXJR8RKl7Lqi7Y2ChyPYmuDgaaVYof+lx2 AkFSZsBCD8F/H9kvf78FADGT4zBqVulMTk9A9BPG0Yzz0Mjv3FIU064JAleL35o3 DiuA41lDe0Ut7YspqKGBejTXnZw= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-space.org; s=20190913; t=1690181375; 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=ziNLReUFRgL9OTwR30sXFP7UC8WYiwyY9zv1e9ARqBk=; b=CBt5UHQI8HBgtxZ2bFEmdY8eE74BOY8W5fDE7jn0wbHuzRa6cP8w4608BST4zKlylzIwdw ExUw0w5za+K620C0vvSp6lSIFjyQkTOmHY8FrrrBmn91h4izLnMKYRKjweTYOGGbW3qcp0 xaCyxJ2VtDeo48iAAD2nyPpACRPdFBg= Received: from localhost.localdomain (host-79-54-54-35.retail.telecomitalia.it [79.54.54.35]) by ziongate (OpenSMTPD) with ESMTPSA id 63c81d3d (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Mon, 24 Jul 2023 06:49:35 +0000 (UTC) From: Angelo Dureghello To: trini@konsulko.com, sr@denx.de Cc: u-boot@lists.denx.de, Angelo Dureghello Subject: [PATCH v3 0/5] m68k: add ColdFire watchdog driver Date: Mon, 24 Jul 2023 08:49:10 +0200 Message-ID: <20230724064915.56445-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 | 135 ++++++++++++++++++++++++++ 19 files changed, 198 insertions(+), 134 deletions(-) create mode 100644 drivers/watchdog/mcf_wdt.c -- 2.41.0