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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A8D29C43381 for ; Tue, 12 Mar 2019 18:20:15 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 788602171F for ; Tue, 12 Mar 2019 18:20:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="fPNeU7jO"; dkim=fail reason="signature verification failed" (2048-bit key) header.d=lechnology.com header.i=@lechnology.com header.b="lKKKL1XY" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 788602171F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lechnology.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=nNzFqLNKCDtYrJ+V1mETOAIjcD72ZZG30MQ81RpLg+Q=; b=fPNeU7jOs24WRTVl/SAGTgj05 9YpWYPeaLgX2ziR64icHXiK3jxfQ0AwJmv8hOfkfZEcbY0T14s13dSOHM2FkriBxJW8XnhvM7YqI5 k3Hc9bQQyHW7mx743RsLigz5n7gEmT82O4Yh2l3Mnt9hxjiA9rUCaFdkUPux+mNu3CdIpiWENPYvX OGf4BfeCo6L6VxP8+fIuSZwGzj2KbgW61hiD0vfe83wh6santNnsSuxyLRgwaSGOzz1JSLOlHmVoO DI9wu4TEvEE68M6sYtSIRihiqV4MloYyPy65GFq7qaoFVxmkJLtcyns3RhcKFul+VHrtacgMqEukc Fgx804QoA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1h3m0U-0007bJ-Od; Tue, 12 Mar 2019 18:20:06 +0000 Received: from vern.gendns.com ([98.142.107.122]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1h3m0N-00078E-2f for linux-arm-kernel@lists.infradead.org; Tue, 12 Mar 2019 18:20:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lechnology.com; s=default; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=US/zEefkZtrxoiAf+jSw3DYCYvnbsFLLPAFVaq5fLG4=; b=lKKKL1XYFKKtyd8bCFIYeRJgLP 99ONgK6+etYMLwllbgoKLtP1X9aiUNfaDcYJQKFzk4Eftb7KXaz6IfIgP5a98d68X1UE04WTCVHrG JuMO4ht09iuBWTC4gdnQtYe8Y7GjX00zl3wJ88jv495St5T81RQClb1ZC3GLMwAnrdDwcAdsDqyAT ZcyJ6uY4+PD1MKmML7IWsN9uxVJy+n6OtlxbRav+uXDaK2vorr919j9+ndQM9o3rUxe8ZbTAtVRAh /1rwLg6GLTqWBKmoW1VzJKSoSDzevyzTdt6q5RSgGMFm55WQsOURPKznRh0Up0dOwPVaUOSm0IHWx vAP3ZtBA==; Received: from 108-198-5-147.lightspeed.okcbok.sbcglobal.net ([108.198.5.147]:36902 helo=[192.168.0.134]) by vern.gendns.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.91) (envelope-from ) id 1h3lzI-0002qL-VL; Tue, 12 Mar 2019 14:18:53 -0400 Subject: Re: [PATCH v3 02/11] ARM: davinci: enable the clocksource driver for DT mode To: Bartosz Golaszewski , Sekhar Nori , Kevin Hilman , Daniel Lezcano , Thomas Gleixner References: <20190226120633.18200-1-brgl@bgdev.pl> <20190226120633.18200-3-brgl@bgdev.pl> From: David Lechner Message-ID: <4a8b2bec-b67d-e198-0df4-e2ed1f24926c@lechnology.com> Date: Tue, 12 Mar 2019 13:19:55 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20190226120633.18200-3-brgl@bgdev.pl> Content-Language: en-US X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - lists.infradead.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190312_112002_596188_18205568 X-CRM114-Status: UNSURE ( 8.55 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bartosz Golaszewski Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2/26/19 6:06 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Switch all davinci boards supporting device tree to using the new > clocksource driver: remove the previous OF_TIMER_DECLARE() from > mach-davinci and select davinci-timer for ARCH_DAVINCI. > > Signed-off-by: Bartosz Golaszewski > --- Reviewed-by: David Lechner _______________________________________________ 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 From: David Lechner Subject: Re: [PATCH v3 02/11] ARM: davinci: enable the clocksource driver for DT mode Date: Tue, 12 Mar 2019 13:19:55 -0500 Message-ID: <4a8b2bec-b67d-e198-0df4-e2ed1f24926c@lechnology.com> References: <20190226120633.18200-1-brgl@bgdev.pl> <20190226120633.18200-3-brgl@bgdev.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190226120633.18200-3-brgl@bgdev.pl> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Bartosz Golaszewski , Sekhar Nori , Kevin Hilman , Daniel Lezcano , Thomas Gleixner Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Bartosz Golaszewski List-Id: devicetree@vger.kernel.org On 2/26/19 6:06 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > Switch all davinci boards supporting device tree to using the new > clocksource driver: remove the previous OF_TIMER_DECLARE() from > mach-davinci and select davinci-timer for ARCH_DAVINCI. > > Signed-off-by: Bartosz Golaszewski > --- Reviewed-by: David Lechner