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 DEE56C4332F for ; Tue, 31 Oct 2023 07:07:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343497AbjJaHHP (ORCPT ); Tue, 31 Oct 2023 03:07:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34644 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343495AbjJaHHO (ORCPT ); Tue, 31 Oct 2023 03:07:14 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 2C2ADBB for ; Tue, 31 Oct 2023 00:07:11 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 32E42809C; Tue, 31 Oct 2023 07:07:10 +0000 (UTC) Date: Tue, 31 Oct 2023 09:07:08 +0200 From: Tony Lindgren To: Andreas Kemnade Cc: linux-omap@vger.kernel.org Subject: Re: ti-sysc: probe of 4a318000.target-module failed with error -16 Message-ID: <20231031070708.GA44202@atomide.com> References: <20231029101249.2cc84607@akair> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231029101249.2cc84607@akair> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Andreas Kemnade [231029 09:13]: > I am seeing the error message from $subject on omap4 devices regularly, > on omap4430-panda and on the epson bt200 (omap4460). > While not having the timer seems not critical in itself. I am wondering > whether something nasty is behind it which might cause more severe > problems. > Is this really seen everywhere? That should be for gptimer1 that is used as a clocksource by the drivers/clocksource/timer-ti-dm-systimer.c driver, and ti-sysc will ignore it. Maybe we should not show the error for timers, or change it to dev_info if EBUSY and timer? Regards, Tony