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 8D5CCC433EF for ; Mon, 23 May 2022 07:22:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229448AbiEWHWv (ORCPT ); Mon, 23 May 2022 03:22:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59224 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229445AbiEWHWI (ORCPT ); Mon, 23 May 2022 03:22:08 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 05FFABE30; Mon, 23 May 2022 00:13:38 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id CEE0880C2; Mon, 23 May 2022 07:09:39 +0000 (UTC) Date: Mon, 23 May 2022 10:13:36 +0300 From: Tony Lindgren To: Daniel Lezcano Cc: Thomas Gleixner , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Keerthy , Nishanth Menon , Vignesh Raghavendra Subject: Re: [PATCH 2/3] clocksource/drivers/timer-ti-dm: Make timer selectable for ARCH_K3 Message-ID: References: <20220408101715.43697-1-tony@atomide.com> <20220408101715.43697-3-tony@atomide.com> <156a53a2-c33b-7ec5-3584-41ef25cb9cdd@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <156a53a2-c33b-7ec5-3584-41ef25cb9cdd@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Hi, * Daniel Lezcano [220520 15:24]: > On 08/04/2022 12:17, Tony Lindgren wrote: > > diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig > > --- a/drivers/clocksource/Kconfig > > +++ b/drivers/clocksource/Kconfig > > @@ -22,7 +22,7 @@ config CLKEVT_I8253 > > config I8253_LOCK > > bool > > -config OMAP_DM_TIMER > > +config OMAP_DM_SYSTIMER > > bool > > select TIMER_OF > > @@ -56,6 +56,12 @@ config DIGICOLOR_TIMER > > help > > Enables the support for the digicolor timer driver. > > +config OMAP_DM_TIMER > > + tristate "OMAP dual-mode timer driver" if ARCH_K3 || COMPILE_TEST > > Actually, I missed this. Could you convert to a 'bool' there is no module in > the timer drivers ATM. OK sure will do. Did you notice some loadable module usage issues for timers that are not system timers? Just wondering if there are some issues that I did not notice. Regards, Tony 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2B136C433EF for ; Mon, 23 May 2022 07:52:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=w5myvzFaNVk4y33glDKreXMLyITv2Ol3aKicRNben4E=; b=EmTD2dyYgqLHqY oFpXA7EnxIS/jou5eUUfrlTi+n5NZoDfV1NUWr5ESWpzZnbRMtXmxUyPmjL+wvXEerafKuJhhWu7a GSbKwLUYGkUXAs5VOaceF+aRHNWER+PkrpVQh7xgt06EruT314FT/yXJegbZNyHiSPKNkIzVBe5bB 16fjRjv4veQdgWelZwWFkgT+YX7xsTMzkAzf2jAaRxH38Es2gG18QjGhPnSDsGPUMPYfmJLpsm8A+ zpV7kQlD/DZ8Hg60o9k3LObUDkd3ilQlcd7xuHAugZOlF4omoDfLSoDLXdZLkPfvpKQka531l+4Kk Vtew9y3gWa7XtjTeIsLg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nt2qM-002BXg-DW; Mon, 23 May 2022 07:51:10 +0000 Received: from desiato.infradead.org ([2001:8b0:10b:1:d65d:64ff:fe57:4e05]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nt2n5-002A7b-E0 for linux-arm-kernel@bombadil.infradead.org; Mon, 23 May 2022 07:47:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=desiato.20200630; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=UK1WwmYMEvJXJkIFnVcv8XC1DcRIuqUehF/6PmXomW8=; b=L0rGIy1wN0LNDW4EdJxO8R7+FE Bh6Da31cwprHimTwbysh3ZG4s5eWFej4kVbeI6QWNcR8An7MhVNDgBUo5WixOThpgppBMmrb3mUFC aih2P0Om09KZ9lzTuf/VVzVGnWVams6mRoMHYnvGiRjP3Vol0L17X1yvPWsZLlZxcrrj/b5D9ckXM bq8JseQdfFE+vJiMuIOC3O3Ptu0i9khH9fMLckL3RJjq3C5kNVys+D/6zggLU4KIY5eBfZ0uSWOU3 vH28MpLU+VWuhnudXvZ+Mq/V0eQ1n2vQV/l7pW51ORqDpctPDBXYi9JAqrDiiNNZYHiD7IXALxAZ7 tpxh5Zfw==; Received: from muru.com ([72.249.23.125]) by desiato.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nt2Gh-000vgZ-R9 for linux-arm-kernel@lists.infradead.org; Mon, 23 May 2022 07:14:24 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id CEE0880C2; Mon, 23 May 2022 07:09:39 +0000 (UTC) Date: Mon, 23 May 2022 10:13:36 +0300 From: Tony Lindgren To: Daniel Lezcano Cc: Thomas Gleixner , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Keerthy , Nishanth Menon , Vignesh Raghavendra Subject: Re: [PATCH 2/3] clocksource/drivers/timer-ti-dm: Make timer selectable for ARCH_K3 Message-ID: References: <20220408101715.43697-1-tony@atomide.com> <20220408101715.43697-3-tony@atomide.com> <156a53a2-c33b-7ec5-3584-41ef25cb9cdd@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <156a53a2-c33b-7ec5-3584-41ef25cb9cdd@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220523_081421_103160_EC088A47 X-CRM114-Status: GOOD ( 12.64 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, * Daniel Lezcano [220520 15:24]: > On 08/04/2022 12:17, Tony Lindgren wrote: > > diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig > > --- a/drivers/clocksource/Kconfig > > +++ b/drivers/clocksource/Kconfig > > @@ -22,7 +22,7 @@ config CLKEVT_I8253 > > config I8253_LOCK > > bool > > -config OMAP_DM_TIMER > > +config OMAP_DM_SYSTIMER > > bool > > select TIMER_OF > > @@ -56,6 +56,12 @@ config DIGICOLOR_TIMER > > help > > Enables the support for the digicolor timer driver. > > +config OMAP_DM_TIMER > > + tristate "OMAP dual-mode timer driver" if ARCH_K3 || COMPILE_TEST > > Actually, I missed this. Could you convert to a 'bool' there is no module in > the timer drivers ATM. OK sure will do. Did you notice some loadable module usage issues for timers that are not system timers? Just wondering if there are some issues that I did not notice. Regards, Tony _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel