Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp5179114yba; Wed, 10 Apr 2019 13:10:19 -0700 (PDT) X-Google-Smtp-Source: APXvYqxouL34NUaPEOXGEobHRO6/ttn6dyTABjNiiVHfOzZVGAF+DiSvLKXT/FcF1iv3V/QW7k1A X-Received: by 2002:a65:6289:: with SMTP id f9mr43408050pgv.380.1554927019388; Wed, 10 Apr 2019 13:10:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554927019; cv=none; d=google.com; s=arc-20160816; b=i2pv/SfpeXw84/cARgrUTi8cnd7TUlyolQPuSWeUssPVhPf+fwIjcKSYX5kzm84muQ XwSU69bfuUXVzwf9GIWNyhtGHlLMnqutoSwDSdRlRQeBIeEZlF/1V22ApsPMiu6+Uk/X YDwgONx3rF5hchnB2hfQ8GoTvOWMm/BCMR+gI6mKXeiDZXYaUsNkaMP0GWMZ8DMS3WQC OZKwEL0dsRtZUmkPltTX4xAnjiwkqDPtjecUqmPw00zP9WltA16YW9eiCKe0Kd2XFINb J23GTL204j3ZAPteYoygxQHmPP7r+LLKAmrnD591Lqfd7sQ33Nu1ISY2IPgvs/gFDeHa uYUg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=kYMvlU0Vh+5APGHGLHNUG6UWfuyIoT4chkJ4V9qT1Bk=; b=L61Rrhf4gLR+HRKI6AQMlrM0EH/+kJy/gFe7Y+diTmK8+T2wcsT2b3tfHtU1/aMQni 5yFxUyyKdPvkyh2XYR+VgrvG8MllR+qryYNslqQ7C3zJr7mkh/me5VBjc4LLw3b0bpnk nI7oh9pPkK9/xGIATqahhnVUqZE00txxBB/kLEDNvvbBpyZsl6Ns6vCE8Z1sF2lijFxt Hh5VAqtT5Q2Huc1zwmWaeA8Zkm2IqxfPVBGdm6W0F4mM79lddnfizbbCmflL39+IVafs 7e/7WVmi9w/FmwEfoJx9On+yXLAlO3Op0Zuye4ys4ai28JlyT4Xu8eMjetautZFaoQPs vjDg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 144si7038834pgf.59.2019.04.10.13.10.01; Wed, 10 Apr 2019 13:10:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726748AbfDJUHw (ORCPT + 99 others); Wed, 10 Apr 2019 16:07:52 -0400 Received: from muru.com ([72.249.23.125]:45250 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726181AbfDJUHw (ORCPT ); Wed, 10 Apr 2019 16:07:52 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id AEDE580B6; Wed, 10 Apr 2019 20:08:06 +0000 (UTC) Date: Wed, 10 Apr 2019 13:07:48 -0700 From: Tony Lindgren To: Daniel Lezcano Cc: Ladislav Michl , Nathan Chancellor , Thomas Gleixner , linux-kernel@vger.kernel.org, YueHaibing , Keerthy Subject: Re: [PATCH] clocksource/drivers/timer-ti-dm: Remove omap_dm_timer_set_load_start Message-ID: <20190410200748.GN2839@atomide.com> References: <20190327050126.12064-1-natechancellor@gmail.com> <20190327081142.GA11034@lenoch> <20190404141730.GE49658@atomide.com> <6defcea8-1e94-14ac-f9c5-e14c61ea4d99@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <6defcea8-1e94-14ac-f9c5-e14c61ea4d99@linaro.org> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, * Daniel Lezcano [190410 17:02]: > can you ask for an acked-by before pulling a patch in your tree? I certainly do ask and wait for acks where possible :) Note that I have not applied this patch. I just added Keerthy to Cc on this thread so maybe you misread the message earlier. My comment "seems like no other takers" was for Ladislav regarding somebody picking up his earlier work, not for picking up this patch :) In any case, I've been waiting for you guys to pick up the patch, here's my ack if you're waiting for it: Acked-by: Tony Lindgren > On 04/04/2019 16:17, Tony Lindgren wrote: > > * Ladislav Michl [190327 08:12]: > >> Hello Nathan, > >> > >> On Tue, Mar 26, 2019 at 10:01:27PM -0700, Nathan Chancellor wrote: > >>> Commit 008258d995a6 ("clocksource/drivers/timer-ti-dm: Make > >>> omap_dm_timer_set_load_start() static") made omap_dm_time_set_load_start > >>> static because its prototype was not defined in a header. Unfortunately, > >>> this causes a build warning on multi_v7_defconfig because this function > >>> is not used anywhere in this translation unit: > >>> > >>> drivers/clocksource/timer-ti-dm.c:589:12: error: unused function > >>> 'omap_dm_timer_set_load_start' [-Werror,-Wunused-function] > >>> > >>> In fact, omap_dm_timer_set_load_start hasn't been used anywhere since > >>> commit f190be7f39a5 ("staging: tidspbridge: remove driver") and the > >>> prototype was removed in commit 592ea6bd1fad ("clocksource: timer-ti-dm: > >>> Make unexported functions static"), which is probably where this should > >>> have happened. > >> > >> Alternatively you might want to look at "clocksource: timer-ti-dm: Add event > >> capture": https://patchwork.kernel.org/patch/10237217/ (it makes use of > >> function being removed here). It is a part of an attempt to add event capture > >> for OMAP. Of course I would like this functionality to be implemented, but > >> as I do not have a time to continue, I cannot really object removing this > >> function. > >> > >> Just in case you'd be interested in finishing this task ;-) > > > > Well seems like no other takers :) We can always find the missing > > function in git history when needed, so I suggest we apply this. > > > > Adding Keerthy to Cc as he just posted a similar patch. > > > > Regards, > > > > Tony > > > > > -- > Linaro.org │ Open source software for ARM SoCs > > Follow Linaro: Facebook | > Twitter | > Blog >