From patchwork Fri Apr 8 10:17:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 559869 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 8F25DC433F5 for ; Fri, 8 Apr 2022 10:17:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229758AbiDHKT3 (ORCPT ); Fri, 8 Apr 2022 06:19:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60492 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229548AbiDHKT2 (ORCPT ); Fri, 8 Apr 2022 06:19:28 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 37FBF50074; Fri, 8 Apr 2022 03:17:25 -0700 (PDT) Received: from hillo.muru.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTP id CB5CD807E; Fri, 8 Apr 2022 10:14:58 +0000 (UTC) From: Tony Lindgren To: Daniel Lezcano , Thomas Gleixner Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Keerthy , Nishanth Menon , Vignesh Raghavendra Subject: [PATCHv2 0/3] TI timer changes for am6 Date: Fri, 8 Apr 2022 13:17:12 +0300 Message-Id: <20220408101715.43697-1-tony@atomide.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Hi, Here's v2 version of the timer changes for TI am6. Regards, Tony Changes since v1: - Change the new compatible to ti,am654-timer for the first compatible SoC as suggested by Nishanth - Separate out the binding to convert it to yaml first as suggested by Nishanth - Drop the header ifdefs by moving inline functions to the driver based on suggestion by Daniel Tony Lindgren (3): clocksource/drivers/timer-ti-dm: Move inline functions to driver for am6 clocksource/drivers/timer-ti-dm: Make timer selectable for ARCH_K3 clocksource/drivers/timer-ti-dm: Add compatible for am6 SoCs arch/arm/mach-omap2/Kconfig | 2 + drivers/clocksource/Kconfig | 8 +- drivers/clocksource/Makefile | 2 +- drivers/clocksource/timer-ti-dm.c | 123 +++++++++++++++++++++++++ include/clocksource/timer-ti-dm.h | 144 ------------------------------ 5 files changed, 133 insertions(+), 146 deletions(-)