From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yingjoe Chen Subject: Re: [PATCH v8 3/4] ARM: mediatek: Add sysirq in mt6589/mt8135/mt8127 dtsi Date: Thu, 25 Dec 2014 10:11:09 +0800 Message-ID: <1419473469.7238.0.camel@mtksdaap41> References: <1416902662-19281-1-git-send-email-yingjoe.chen@mediatek.com> <1416902662-19281-4-git-send-email-yingjoe.chen@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1416902662-19281-4-git-send-email-yingjoe.chen@mediatek.com> Sender: linux-kernel-owner@vger.kernel.org Cc: Jason Cooper , Thomas Gleixner , Jiang Liu , Marc Zyngier , Boris BREZILLON , Bjorn Helgaas , Russell King , Pawel Moll , srv_heupstream@mediatek.com, devicetree@vger.kernel.org, hc.yen@mediatek.com, yh.chen@mediatek.com, linux-kernel@vger.kernel.org, Yijing Wang , Rob Herring , Matthias Brugger , nathan.chung@mediatek.com, Sascha Hauer , Grant Likely , eddie.huang@mediatek.com, yingjoe.chen@gmail.com, linux-arm-kernel@lists.infradead.org, Mark Rutland , Arnd Bergmann List-Id: devicetree@vger.kernel.org Hi Matthias, On Tue, 2014-11-25 at 16:04 +0800, Yingjoe Chen wrote: > Add sysirq settings for mt6589/mt8135/mt8127 > This also correct timer interrupt flag. The old setting works > because boot loader already set polarity for timer interrupt. > Without intpol support, the setting was not changed so gic > can get the irq correctly. > > Signed-off-by: Yingjoe Chen > --- > arch/arm/boot/dts/mt6589.dtsi | 14 ++++++++++++-- > arch/arm/boot/dts/mt8127.dtsi | 14 ++++++++++++-- > arch/arm/boot/dts/mt8135.dtsi | 14 ++++++++++++-- > 3 files changed, 36 insertions(+), 6 deletions(-) It seems this patch is not merged in 3.19-rc1. This do have dependency on other patches, and all the other patches in this series are merged. Is this planed to merge later or do we need to send additional pull request for it? Joe.C