From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752212AbaKQV0d (ORCPT ); Mon, 17 Nov 2014 16:26:33 -0500 Received: from mail-vc0-f170.google.com ([209.85.220.170]:36783 "EHLO mail-vc0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751435AbaKQV0b (ORCPT ); Mon, 17 Nov 2014 16:26:31 -0500 MIME-Version: 1.0 In-Reply-To: <546A66EA.3090107@linaro.org> References: <1415821419-26974-1-git-send-email-abrestic@chromium.org> <1415821419-26974-5-git-send-email-abrestic@chromium.org> <546A66EA.3090107@linaro.org> Date: Mon, 17 Nov 2014 13:26:30 -0800 X-Google-Sender-Auth: Ua4fJoY3AKbKi06PJrGCvOTSEqc Message-ID: Subject: Re: [PATCH V5 4/4] clocksource: mips-gic: Add device-tree support From: Andrew Bresticker To: Daniel Lezcano Cc: Ralf Baechle , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Thomas Gleixner , Jason Cooper , John Crispin , David Daney , Qais Yousef , James Hogan , Arnd Bergmann , Linux-MIPS , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 17, 2014 at 1:21 PM, Daniel Lezcano wrote: > On 11/12/2014 08:43 PM, Andrew Bresticker wrote: >> >> Parse the GIC timer frequency and interrupt from the device-tree. >> >> Signed-off-by: Andrew Bresticker >> Acked-by: Arnd Bergmann > > > Hi Andrew, > > through which tree is this patch supposed to go ? > > Is there any dependency ? There are quite a few dependencies, so this series and all the other MIPS GIC stuff is going through the MIPS tree.