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 1E179C433F5 for ; Thu, 21 Apr 2022 06:17:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1384741AbiDUGU2 (ORCPT ); Thu, 21 Apr 2022 02:20:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1381512AbiDUGU1 (ORCPT ); Thu, 21 Apr 2022 02:20:27 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 6C117BC2B; Wed, 20 Apr 2022 23:17:39 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D7D83811B; Thu, 21 Apr 2022 06:14:47 +0000 (UTC) Date: Thu, 21 Apr 2022 09:17:37 +0300 From: Tony Lindgren To: Arnd Bergmann Cc: linux-omap@vger.kernel.org, aaro.koskinen@iki.fi, jmkrzyszt@gmail.com, Arnd Bergmann , Russell King , Paul Walmsley , Kevin Hilman , Peter Ujfalusi , Vinod Koul , Dmitry Torokhov , Ulf Hansson , Dominik Brodowski , Mark Brown , Felipe Balbi , Alan Stern , Lee Jones , Daniel Thompson , Jingoo Han , Helge Deller , Linus Walleij , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, dmaengine@vger.kernel.org, linux-input@vger.kernel.org, linux-mmc@vger.kernel.org, linux-serial@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH 17/41] ARM: omap1: move 32k counter from plat-omap to mach-omap1 Message-ID: References: <20220419133723.1394715-1-arnd@kernel.org> <20220419133723.1394715-18-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220419133723.1394715-18-arnd@kernel.org> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org * Arnd Bergmann [220419 13:36]: > From: Arnd Bergmann > > omap2 stopped using this code with commit 8d39ff3d1696 ("ARM: OMAP2+: > Remove unused legacy code for timer"), so just move it to mach-omap1 now, > along with the other half of that driver. BTW, if omap1 gains devicetree support, chances are that the drivers/clocksource/timer-ti-32k.c will be usable with minor modifications. 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 81D05C43219 for ; Thu, 21 Apr 2022 06:17:42 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8675710F43D; Thu, 21 Apr 2022 06:17:41 +0000 (UTC) Received: from muru.com (muru.com [72.249.23.125]) by gabe.freedesktop.org (Postfix) with ESMTP id 9CB4E10F43D for ; Thu, 21 Apr 2022 06:17:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D7D83811B; Thu, 21 Apr 2022 06:14:47 +0000 (UTC) Date: Thu, 21 Apr 2022 09:17:37 +0300 From: Tony Lindgren To: Arnd Bergmann Subject: Re: [PATCH 17/41] ARM: omap1: move 32k counter from plat-omap to mach-omap1 Message-ID: References: <20220419133723.1394715-1-arnd@kernel.org> <20220419133723.1394715-18-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220419133723.1394715-18-arnd@kernel.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ulf Hansson , linux-usb@vger.kernel.org, linux-fbdev@vger.kernel.org, Dominik Brodowski , Lee Jones , Daniel Thompson , aaro.koskinen@iki.fi, Peter Ujfalusi , Helge Deller , jmkrzyszt@gmail.com, Russell King , Krzysztof Kozlowski , Alan Stern , linux-serial@vger.kernel.org, linux-input@vger.kernel.org, Arnd Bergmann , Mark Brown , dri-devel@lists.freedesktop.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Felipe Balbi , Paul Walmsley , Jingoo Han , Dmitry Torokhov , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Kevin Hilman , Vinod Koul , dmaengine@vger.kernel.org, alsa-devel@alsa-project.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" * Arnd Bergmann [220419 13:36]: > From: Arnd Bergmann > > omap2 stopped using this code with commit 8d39ff3d1696 ("ARM: OMAP2+: > Remove unused legacy code for timer"), so just move it to mach-omap1 now, > along with the other half of that driver. BTW, if omap1 gains devicetree support, chances are that the drivers/clocksource/timer-ti-32k.c will be usable with minor modifications. 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 7139AC433F5 for ; Thu, 21 Apr 2022 06:18:43 +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=CbS+eg5YKte1kARERRKcQMl7r72LhsyAXFSD80IuLro=; b=mHyfklIxHH6RXi GQYHYw7JmdBte7aobHlXIcvTtCFcWI+am04a8vYle7JZHhp9gLpW0X8O4z3H/f2IT0FQZSKmToebf DB/foLa728VVDY1kLiCHh02abD+Tbo5bS1rR/e12fht8I97sQpl89od06MUgMhNyRkydFKsSR5XFL oItLqIWAk3ESe3SjXeePZbKQcX5JXvjOA/mAKpKLrRy0pOt749d2Bd0CIFwYz432wNH+sONzx3YeZ kk3aqZGDAMaJ6QAes///4pnfJ9g0uSNTU9x+UHjjNW/FBfHhian2tfyfl5h2wsGjFjp0S2COLyvwD 9BoGi/pcpA8HoCEHY6FQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhQ8P-00BfJg-6e; Thu, 21 Apr 2022 06:17:45 +0000 Received: from muru.com ([72.249.23.125]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nhQ8J-00BfGN-NL for linux-arm-kernel@lists.infradead.org; Thu, 21 Apr 2022 06:17:42 +0000 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D7D83811B; Thu, 21 Apr 2022 06:14:47 +0000 (UTC) Date: Thu, 21 Apr 2022 09:17:37 +0300 From: Tony Lindgren To: Arnd Bergmann Cc: linux-omap@vger.kernel.org, aaro.koskinen@iki.fi, jmkrzyszt@gmail.com, Arnd Bergmann , Russell King , Paul Walmsley , Kevin Hilman , Peter Ujfalusi , Vinod Koul , Dmitry Torokhov , Ulf Hansson , Dominik Brodowski , Mark Brown , Felipe Balbi , Alan Stern , Lee Jones , Daniel Thompson , Jingoo Han , Helge Deller , Linus Walleij , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, dmaengine@vger.kernel.org, linux-input@vger.kernel.org, linux-mmc@vger.kernel.org, linux-serial@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH 17/41] ARM: omap1: move 32k counter from plat-omap to mach-omap1 Message-ID: References: <20220419133723.1394715-1-arnd@kernel.org> <20220419133723.1394715-18-arnd@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220419133723.1394715-18-arnd@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220420_231739_854179_9AC8F9AD X-CRM114-Status: GOOD ( 10.22 ) 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 * Arnd Bergmann [220419 13:36]: > From: Arnd Bergmann > > omap2 stopped using this code with commit 8d39ff3d1696 ("ARM: OMAP2+: > Remove unused legacy code for timer"), so just move it to mach-omap1 now, > along with the other half of that driver. BTW, if omap1 gains devicetree support, chances are that the drivers/clocksource/timer-ti-32k.c will be usable with minor modifications. Regards, Tony _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (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 8F940C433F5 for ; Fri, 22 Apr 2022 13:33:35 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id E081016F8; Fri, 22 Apr 2022 15:32:43 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz E081016F8 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1650634413; bh=1ZrYRyDHAKh247fQDUgXrlOMZtr/U466EC2/ch5CNwQ=; h=Date:From:To:Subject:References:In-Reply-To:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=d7TXXhKDrF6A5VAROo6FyjV5o8W4O5YV0wM34cxvuNgZE2pcw4+59TD+JTzInvF6M CBQUpWndwkMrkSjHnVTufZh2eyxixJAuL4e+294ya2VbFebwnvPDze5N5Zv9wsi01C 8fNz0btq1IahaxyLOmRoRL+TZ9ajdV0yJ10xZhz0= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 08B7CF80508; Fri, 22 Apr 2022 15:31:47 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id C0085F80279; Thu, 21 Apr 2022 08:17:48 +0200 (CEST) Received: from muru.com (muru.com [72.249.23.125]) by alsa1.perex.cz (Postfix) with ESMTP id 8139AF800F4 for ; Thu, 21 Apr 2022 08:17:41 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 8139AF800F4 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id D7D83811B; Thu, 21 Apr 2022 06:14:47 +0000 (UTC) Date: Thu, 21 Apr 2022 09:17:37 +0300 From: Tony Lindgren To: Arnd Bergmann Subject: Re: [PATCH 17/41] ARM: omap1: move 32k counter from plat-omap to mach-omap1 Message-ID: References: <20220419133723.1394715-1-arnd@kernel.org> <20220419133723.1394715-18-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220419133723.1394715-18-arnd@kernel.org> X-Mailman-Approved-At: Fri, 22 Apr 2022 15:31:40 +0200 Cc: Ulf Hansson , linux-usb@vger.kernel.org, Linus Walleij , linux-fbdev@vger.kernel.org, Dominik Brodowski , Lee Jones , Daniel Thompson , aaro.koskinen@iki.fi, Peter Ujfalusi , Helge Deller , jmkrzyszt@gmail.com, Russell King , Krzysztof Kozlowski , Alan Stern , linux-serial@vger.kernel.org, linux-input@vger.kernel.org, Arnd Bergmann , Mark Brown , dri-devel@lists.freedesktop.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Felipe Balbi , Paul Walmsley , Jingoo Han , Dmitry Torokhov , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, Kevin Hilman , Vinod Koul , dmaengine@vger.kernel.org, alsa-devel@alsa-project.org X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" * Arnd Bergmann [220419 13:36]: > From: Arnd Bergmann > > omap2 stopped using this code with commit 8d39ff3d1696 ("ARM: OMAP2+: > Remove unused legacy code for timer"), so just move it to mach-omap1 now, > along with the other half of that driver. BTW, if omap1 gains devicetree support, chances are that the drivers/clocksource/timer-ti-32k.c will be usable with minor modifications. Regards, Tony