Message ID | 20220228111923.1400049-3-claudiu.beznea@microchip.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> 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 37D80C433F5 for <linux-arm-kernel@archiver.kernel.org>; Mon, 28 Feb 2022 11:47:59 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=TYJ7F9NxWRzsn6FYxeBTJHl96lcpfs2tHnqjLWe3OkI=; b=RYJmMAXWUJwOYx AEUonEWPeVamvKIMowf2ETLzCZIj7fgUxOLF8yYLf3POrX5XSHFCG13JkV8R5vXrUWQTSKEh4LpL2 Bmno18rE8kobR+S5B6m5DNvrwYiZcq3vh5q4D0bRSDyq98+wbKEF1CA7TOe28g4vUc0Cf7qPJg4Zq sGKP8vg1THfQsqWxLedN2afL3UoUNxlMWS4o3gl37tmdFSlx2mZTwXzLW/eRi3NKzKG3d7DrVoR0i i3Hkr0Tf+9s1DGqugYhJrny67Tx3sgMMPWcChbf5kF5Z+4MjGx+5OuDl//EKt+UEnBPGbVPERLtzp XHFP/JiNITriyC+WbYNw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nOeU5-00BySg-Tz; Mon, 28 Feb 2022 11:46:35 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nOe2o-00BnQM-OY for linux-arm-kernel@lists.infradead.org; Mon, 28 Feb 2022 11:18:24 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1646047102; x=1677583102; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=kVbe5kyjR6LZvsZoGI+3OLtGGwUKh9RENE9A7JuYgqA=; b=u61hG4CXXcNVI7/IQIeo4/BlX/5vc01xMPhfrCejL9gOLb+5td6vsaF/ 75mlhNX3r2bdGsVYSPFKsGz/p/gdg2bbk1k9RFVeHNEoUTiioqk3LcvG0 NmGE7+FRudgEgPYbqWtixTKIZjANqDGdOUC25vkTH80pKhGhwyGGmXH4u bMI29TRO0JxguUL3HbH3+WlJVOvg985KU7zzcdcua7JdKj9OcV4ciI4/u Apc9j2GCHgUzqqYUV+b0z69FrlOtgp5kw0L+O3rh0OTnjCuY2bQ1SVMB/ yh6yNgyjuC6BYZqANcpaGwSSGieSnooFRAcRvr/At8tSAv4czYZng3a2j g==; X-IronPort-AV: E=Sophos;i="5.90,142,1643698800"; d="scan'208";a="150223344" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 28 Feb 2022 04:18:22 -0700 Received: from chn-vm-ex03.mchp-main.com (10.10.85.151) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Mon, 28 Feb 2022 04:18:21 -0700 Received: from localhost.localdomain (10.10.115.15) by chn-vm-ex03.mchp-main.com (10.10.85.151) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Mon, 28 Feb 2022 04:18:19 -0700 From: Claudiu Beznea <claudiu.beznea@microchip.com> To: <daniel.lezcano@linaro.org>, <tglx@linutronix.de> CC: <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>, Claudiu Beznea <claudiu.beznea@microchip.com> Subject: [PATCH 2/7] clocksource/drivers/timer-microchip-pit64b: remove timer-of dependency Date: Mon, 28 Feb 2022 13:19:18 +0200 Message-ID: <20220228111923.1400049-3-claudiu.beznea@microchip.com> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20220228111923.1400049-1-claudiu.beznea@microchip.com> References: <20220228111923.1400049-1-claudiu.beznea@microchip.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220228_031822_891526_D6A752CB X-CRM114-Status: UNSURE ( 8.27 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series |
clocksource/drivers/timer-microchip-pit64b: fixes and improvements
|
expand
|
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index 1ea556e75494..3aee0ffad1fe 100644 --- a/drivers/clocksource/Kconfig +++ b/drivers/clocksource/Kconfig @@ -713,7 +713,6 @@ config INGENIC_OST config MICROCHIP_PIT64B bool "Microchip PIT64B support" depends on OF || COMPILE_TEST - select TIMER_OF help This option enables Microchip PIT64B timer for Atmel based system. It supports the oneshot, the periodic
PIT64B driver doesn't use timer-of APIs. Thus, remove the selection. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> --- drivers/clocksource/Kconfig | 1 - 1 file changed, 1 deletion(-)