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 AD183C4332F for ; Thu, 9 Nov 2023 10:57:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232602AbjKIK5y (ORCPT ); Thu, 9 Nov 2023 05:57:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39220 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231703AbjKIK5w (ORCPT ); Thu, 9 Nov 2023 05:57:52 -0500 X-Greylist: delayed 62 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Thu, 09 Nov 2023 02:57:50 PST Received: from mail.3ffe.de (0001.3ffe.de [159.69.201.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AE2522590 for ; Thu, 9 Nov 2023 02:57:50 -0800 (PST) Received: from 3ffe.de (0001.3ffe.de [IPv6:2a01:4f8:c0c:9d57::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.3ffe.de (Postfix) with ESMTPSA id AE36E4FB; Thu, 9 Nov 2023 11:57:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2022082101; t=1699527468; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=I0Pp3wxLQxwvqinEldW2iB8JkRt+g+vtQ+Ggstn4sQ8=; b=DhiHDNjfo+83A4Ge6f7D1E28o+nCjbDt1ahL8+q0oxAO7tXocl2jBhkhutCtMla3A8oWFj XezJEdEE5Es65SeYXsZ6jak9edvWPvYFUIvfDwUbhkqR/CPcxzzngmbY9NSqfnva6QyC0V zq6/BCP/1GEqS0G6xhioLDq0ZwRVtvUfp8lyFMBtsG4CYW5sA4wjZ2ZygYJym6QF/5jpvz Rry+DmmU9oTWo3wnWNugwXAG3QEYeNtt6j0a/KMAyjLFs0wF8BRRZMuYfMm6VfGUtEJ3IT zB1yShHcA/8yyQ6FNf7pc9E6Kx47FKFIljwpo9oBLERuyRxNCpJLy6oPSfX6UQ== MIME-Version: 1.0 Date: Thu, 09 Nov 2023 11:57:48 +0100 From: Michael Walle To: AceLan Kao Cc: Tudor Ambarus , Pratyush Yadav , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Mika Westerberg , Dhruva Gole , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v5 2/2] mtd: spi-nor: Stop reporting warning message when soft reset is not suported In-Reply-To: <20231108094303.46303-2-acelan.kao@canonical.com> References: <20231108094303.46303-1-acelan.kao@canonical.com> <20231108094303.46303-2-acelan.kao@canonical.com> Message-ID: <7fbd05e9683e7c79d7d9ef1bf2cec5e8@walle.cc> X-Sender: michael@walle.cc Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > From: "Chia-Lin Kao (AceLan)" > > When the software reset command isn't supported, we now stop reporting > the warning message to avoid unnecessary warnings and potential > confusion. > > Reviewed-by: Dhruva Gole > Signed-off-by: Chia-Lin Kao (AceLan) Reviewed-by: Michael Walle