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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id C14E3C433EF for ; Tue, 15 Feb 2022 10:24:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236470AbiBOKYd (ORCPT ); Tue, 15 Feb 2022 05:24:33 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:41038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236507AbiBOKYb (ORCPT ); Tue, 15 Feb 2022 05:24:31 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A88422BD7; Tue, 15 Feb 2022 02:24:19 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 94E1E61344; Tue, 15 Feb 2022 10:24:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 67EB0C340EB; Tue, 15 Feb 2022 10:24:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1644920658; bh=JUNXB18jg+7Kzp9Sc52Qxzmd5Nzo54fh6gGG/K88CgI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xRMp56rc4ABAGn/apSFOxlR0WC/QrRGKmgxMaocZNitP+JCznu5Ayiqja3QbvCJPW vGB88P1dZjS8/jZapXt0bXbEZSpZKVaKnO5L2zNhECouXMe3SK4ABqcznuS93ozG4O R61RbFp9I4HMD/vmSJM5qQFeap3XgY5VvgJTshRc= Date: Tue, 15 Feb 2022 11:24:14 +0100 From: Greg Kroah-Hartman To: Tomas Winkler Cc: Alexander Usyskin , Vitaly Lubart , linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [char-misc 1/4] mei: me: disable driver on the ign firmware Message-ID: References: <20220215080438.264876-1-tomas.winkler@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220215080438.264876-1-tomas.winkler@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 15, 2022 at 10:04:35AM +0200, Tomas Winkler wrote: > From: Alexander Usyskin > > Add a quirk to disable MEI interface on Intel PCH Ignition (IGN) > as the IGN firmware doesn't support the protocol. > > Cc: > Signed-off-by: Alexander Usyskin > Signed-off-by: Tomas Winkler > --- > drivers/misc/mei/hw-me-regs.h | 1 + > drivers/misc/mei/hw-me.c | 23 ++++++++++++----------- > 2 files changed, 13 insertions(+), 11 deletions(-) I see 2 different copies of this patch/email: https://lore.kernel.org/all/20220215075748.264195-1-tomas.winkler@intel.com/ https://lore.kernel.org/all/20220215080438.264876-1-tomas.winkler@intel.com/ which one is right? confused, greg k-h