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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B843C433F5 for ; Tue, 26 Oct 2021 19:25:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6A85E60C49 for ; Tue, 26 Oct 2021 19:25:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231849AbhJZT1q (ORCPT ); Tue, 26 Oct 2021 15:27:46 -0400 Received: from www.linux-watchdog.org ([185.87.125.42]:37438 "EHLO www.linux-watchdog.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231424AbhJZT1q (ORCPT ); Tue, 26 Oct 2021 15:27:46 -0400 X-Greylist: delayed 346 seconds by postgrey-1.27 at vger.kernel.org; Tue, 26 Oct 2021 15:27:45 EDT Received: by www.linux-watchdog.org (Postfix, from userid 500) id 544EF409F1; Tue, 26 Oct 2021 19:55:27 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 www.linux-watchdog.org 544EF409F1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-watchdog.org; s=odk20180602; t=1635270927; bh=XEy+92kcFrjoz1chiIXUZH+VltwEnwXUGrSzXFbIO7k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LxR9gI0czzWW7oChDNqxHfkfyKWT0iN792RvezJzAVzPloSIsYixn1gaDj4Q1sT5X LbRMPU4Cjy83+GKjo1Hb6CLupzJaeHp8p7oZl0SE3pCkCCjA7ySq0AbCF9jB0VTPKO dtTDo7n5LrRUlNbnbIBewHOwrFqnaf+sDk/wuRck= Date: Tue, 26 Oct 2021 19:55:27 +0200 From: Wim Van Sebroeck To: Guenter Roeck Cc: Wim Van Sebroeck , linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] watchdog: iTCO: Drop vendor support Message-ID: <20211026175527.GA13868@www.linux-watchdog.org> References: <20211008152637.141673-1-linux@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-12-10) Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org Hi Guenter, > On 10/8/21 8:26 AM, Guenter Roeck wrote: > >iTCO vendor support was introduced in 2006 to support SuperMicro boards > >with Pentium 3 CPUs. It was extended in 2009 to support motherbords > >with broken BIOS (specifically Intel DG33TL). The code is long since > >obsolete, so let's drop support for it. > > > >Signed-off-by: Guenter Roeck > > Wim - this patch is buggy. Please don't apply it. Noted. Kind regards, Wim.