From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752436Ab3FJQbW (ORCPT ); Mon, 10 Jun 2013 12:31:22 -0400 Received: from mail-bk0-f54.google.com ([209.85.214.54]:48810 "EHLO mail-bk0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751260Ab3FJQbU (ORCPT ); Mon, 10 Jun 2013 12:31:20 -0400 Message-ID: <51B5FF51.6090708@gmail.com> Date: Mon, 10 Jun 2013 18:31:13 +0200 From: Sebastian Hesselbarth User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Daniel Lezcano CC: Grant Likely , Rob Herring , Rob Landley , Thomas Gleixner , John Stultz , Russell King , Jason Cooper , Andrew Lunn , Thomas Petazzoni , Gregory Clement , devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 2/6] clocksource: add Marvell Orion SoC timer References: <1370536034-23956-1-git-send-email-sebastian.hesselbarth@gmail.com> <1370856955-10514-1-git-send-email-sebastian.hesselbarth@gmail.com> <51B5F8FE.5090508@linaro.org> In-Reply-To: <51B5F8FE.5090508@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/10/13 18:04, Daniel Lezcano wrote: > On 06/10/2013 11:35 AM, Sebastian Hesselbarth wrote: >> This patch add a DT enabled driver for timers found on Marvell Orion SoCs >> (Kirkwood, Dove, Orion5x, and Discovery Innovation). It installs a free- >> running clocksource on timer0 and a clockevent source on timer1. >> Corresponding device tree documentation is also added. >> >> Signed-off-by: Sebastian Hesselbarth > > It looks good for me. > > Sebastian, > > shall I take it through my tree (it will go to Thomas's tree) ? Daniel, I checked MAINTAINERS and thought clocksource, i.e. patch 2/6, would go through Thomas' or John's tree? If you want to take it, I am fine with it but guess I am not the one to choose here ;) Sebastian