From mboxrd@z Thu Jan 1 00:00:00 1970 From: daniel.lezcano@linaro.org (Daniel Lezcano) Date: Tue, 04 Aug 2015 16:26:41 +0200 Subject: [PATCH] ARM/clocksource: use automatic DT probing In-Reply-To: <1438348470-6656-1-git-send-email-linus.walleij@linaro.org> References: <1438348470-6656-1-git-send-email-linus.walleij@linaro.org> Message-ID: <55C0CBA1.9000602@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 07/31/2015 03:14 PM, Linus Walleij wrote: > The ARM core kernel already calls clocksource_of_init() so why > go to all the trouble of locating and probing this node in the > machine. CLOCKSOURCE_OF_DECLARE() will take care of it in the > clocksource driver, and thus we can also get rid of the > dangling header file > > Suggested-by: Arnd Bergmann > Signed-off-by: Linus Walleij > --- > Clocksource maintainers: please ACK this so I can take it through > ARM SoC with a bunch of other cleanups. Acked-by: Daniel Lezcano Follow Linaro: Facebook | Twitter | Blog From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753724AbbHDO0q (ORCPT ); Tue, 4 Aug 2015 10:26:46 -0400 Received: from mail-wi0-f176.google.com ([209.85.212.176]:34463 "EHLO mail-wi0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752746AbbHDO0p (ORCPT ); Tue, 4 Aug 2015 10:26:45 -0400 Message-ID: <55C0CBA1.9000602@linaro.org> Date: Tue, 04 Aug 2015 16:26:41 +0200 From: Daniel Lezcano User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Linus Walleij , linux-kernel@vger.kernel.org, Thomas Gleixner CC: linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM/clocksource: use automatic DT probing References: <1438348470-6656-1-git-send-email-linus.walleij@linaro.org> In-Reply-To: <1438348470-6656-1-git-send-email-linus.walleij@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/31/2015 03:14 PM, Linus Walleij wrote: > The ARM core kernel already calls clocksource_of_init() so why > go to all the trouble of locating and probing this node in the > machine. CLOCKSOURCE_OF_DECLARE() will take care of it in the > clocksource driver, and thus we can also get rid of the > dangling header file > > Suggested-by: Arnd Bergmann > Signed-off-by: Linus Walleij > --- > Clocksource maintainers: please ACK this so I can take it through > ARM SoC with a bunch of other cleanups. Acked-by: Daniel Lezcano Follow Linaro: Facebook | Twitter | Blog