From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752354AbcHKGq0 (ORCPT ); Thu, 11 Aug 2016 02:46:26 -0400 Received: from mout.kundenserver.de ([212.227.126.134]:56490 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752059AbcHKGqZ (ORCPT ); Thu, 11 Aug 2016 02:46:25 -0400 From: Arnd Bergmann To: Masahiro Yamada Cc: arm@kernel.org, Mark Rutland , devicetree@vger.kernel.org, Catalin Marinas , Will Deacon , Linux Kernel Mailing List , Rob Herring , linux-arm-kernel , Marc Zyngier Subject: Re: [Urgent PATCH] arm64: dts: uniphier: fix IRQ trigger type of ARMv8 timer Date: Thu, 11 Aug 2016 08:44:48 +0200 Message-ID: <4943063.JrVaCOJD4r@wuerfel> User-Agent: KMail/5.1.3 (Linux/4.4.0-31-generic; KDE/5.18.0; x86_64; ; ) In-Reply-To: References: <1470039140-3801-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:U/rQbAQpojSd8rMF/UBSejMGAV66bxVE2Y3SQeUhfQLzTCxURdq t2ofPVihY6qXnmyvFax+/H2lHOMyueytQeyWs6KvNuqTA7wU7f2sMMVINXDulepo6vJRhi/ VETkzriaA6xBswAIqGXeSBRsV59lJ3nn+7N+aUWKA60hekhj+bVqYBpZDqjCtT7lk08PkDa 30vnKFS6KI+HTSMlpUm3w== X-UI-Out-Filterresults: notjunk:1;V01:K0:36sOVB+pXqw=:GSEMzSq3bsZSqRiOwvFsW0 zmXFBW2J3rnOlnZtHlY43/UDj3B3t33teoNAvMcBmA8qtZopBfR0ZOZ2jytT1k6dEaIOCqS2l fWvmuutvu8YSZPRnQa+pQG+5DkwH1k6R0SoiT93uCdRwaBS2MBtJ+Qs1rmE4bpwjrRA/itQzV RFiIFdI0HjWBz0FuayPbew7cm+nF5Vcb3h1Goxh1YHdXFNsM4S/Qab2TCT3PWcxUdG+nz+vdR yWMnvO/wuPPVto3oyNBJrzSWzGe2MLkdF+tQshBAHn1QtgFS/hpj/SXl2gmNHUwn84b5Jkzzj pbavgggfw2+9iPkEMrULhXC8UrhAtTmuzzIuBzBpNJzbJW9t2V4qyLoYovOLZ7k1SczsQTgR9 059NNTSp1LBy8g69yxK5UmKPbD6e7rWmQafU4XYlSux5M2b+34uv93Ur6MlgzT/5YaYiZlzbq TrIPB+Tutq0SBzfgkY/MCUS9TbBytAr/QFHJaeP/nr8ndMY88glbMceXucjNl6EgOQzFpsxAZ 28feHdX2rl1HAHbuqc0Ylh5T6qGNhmHP3bdoaVyufPPhk6y9hIhtgXVnaKRyxQHTDf/SsDssm lT8e3nTyx+3X/WozKsjX4T5pQ+ixZLbKcvYgL4KeeRf1+QhS2DjVn1lxIv3PmVcC8wnsBXLY7 kPJMkMNxBh9/HEoiOofILzbZthG2M00ZbKFPendyYdiAYoFqQMAl7tKnc/zZSrGJBcdXIy2vG qZP8HzdWOREVJ2fR Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, August 11, 2016 11:25:30 AM CEST Masahiro Yamada wrote: > 2016-08-01 17:26 GMT+09:00 Masahiro Yamada : > >>> I could do this after -rc1 is out because it is apparently a > >>> bug fix, but in that case the for-next branch in ASOC will be > >>> broken for me, which would make bisect-ability difficult for me. > >> > >> I have a patch that addresses all platforms in one go (there is really > >> no point in fixing one at a time for a bug that is so widespread). > >> > >> I'll repost it later today. > >> > > > > That'll be fine. > > Thank you! > > > > > > Arnd, Olof: > > Please disregard this one. > > > > Oh Dear. > Did you apply this one? > > This was replaced with Marc'one: > https://patchwork.kernel.org/patch/9254183/ Thanks for letting me know so quickly of my mistake, I was able to back out the commit from the fixes branch as it was right at the top. Arnd