Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp302780pxb; Thu, 19 Nov 2020 01:20:50 -0800 (PST) X-Google-Smtp-Source: ABdhPJxiInSxumTAceTuljQkgOElw7St0hPeXDqxgGV3HQ/GHtzoD1DDrOs1YkvHawKlhz1Q+pPJ X-Received: by 2002:a17:907:b02:: with SMTP id h2mr135912ejl.128.1605777649811; Thu, 19 Nov 2020 01:20:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605777649; cv=none; d=google.com; s=arc-20160816; b=Vg9t4aetUEy8CULnjgOyyoAtmCn6xsUd0icvol6BZpCjuyuZwbDmtrTfQStaumhfeR IzygIXiJth6V1OxbmUX2v87En4hDXqbKiPYWbuiBrE2dTEMixqjBYhMyQXxCxQjr3YmN QHULyBMhHFgceAgtEjcDMH4Yvxq1P125IhmrdpqUetuHIiZFAdVf4rfVHCLdle2jkotc kwnQIoFYBPXQH+KiSobhMUYX9tnMvqduOK9Y8V+msJwCKkoGCwYabwVz0qNZLAPI/NLr SpbZZ0iB9u2klcAikDyyjOMmqAC/ALatYSl1b1EGUNMWJyhOo721XnzT6xYUS+ZLkDX2 FHVw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=I7ZOqtn0KdbVtkwjnR+hVD+zM2dMuuzp0ZNGLWj95zo=; b=kYdqSLWOwLTHHcnKFyjCeONG4FzkosHd6IqcDXUZ/Pi33bQHdftK3rhYiBPMI0OcS6 mD6TsSqxC3o5FR7NlJWGSEamHKO4ycSvM4W8PvPGO6Tyr1Lkh7HwZBXp78FssDyIEwhm 3x4EtS1QhBSGfThvUbVxGvfXC3WgrkztgpywPoW+H68Cv4GNvbT6jxLQAUmW6gyiB24U eXZ5ybkHUcr/kM4YM3NGuniXElLp2ZAt5/ES1P2fsyirJ/bxojboV9CDh41q8eFji6gW DGfCy86is+1cFCrWNiKv9jnTnYWefXUOE6y/bdj+/nZGFRrpKW1usDWMW7dA++vPBwOu +jiw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id j12si18618439edy.584.2020.11.19.01.20.27; Thu, 19 Nov 2020 01:20:49 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726682AbgKSJSd (ORCPT + 99 others); Thu, 19 Nov 2020 04:18:33 -0500 Received: from muru.com ([72.249.23.125]:48680 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726292AbgKSJSc (ORCPT ); Thu, 19 Nov 2020 04:18:32 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id ADF8D80C1; Thu, 19 Nov 2020 09:18:37 +0000 (UTC) Date: Thu, 19 Nov 2020 11:18:27 +0200 From: Tony Lindgren To: Grygorii Strashko Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] bus: ti-sysc: suppress err msg for timers used as clockevent/source Message-ID: <20201119091827.GG26857@atomide.com> References: <20201118141900.25063-1-grygorii.strashko@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201118141900.25063-1-grygorii.strashko@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Grygorii Strashko [201118 14:19]: > GP Timers used as clockevent/source are not available for ti-sysc bus and > handled by Kernel timekeeping core. Now ti-sysc produces error message > every time such timer is detected: > > "ti-sysc: probe of 48040000.target-module failed with error -16" > > Such messages are not necessary, so suppress them by returning -ENXIO > instead of -EBUSY. Thanks applying into fixes. Tony