From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754048AbdATBFu (ORCPT ); Thu, 19 Jan 2017 20:05:50 -0500 Received: from mail-pg0-f68.google.com ([74.125.83.68]:35105 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753775AbdATBFs (ORCPT ); Thu, 19 Jan 2017 20:05:48 -0500 Subject: Re: [PATCH] ARM: ep93xx: Disable TS-72xx watchdog before uncompressing To: Hartley Sweeten , "linux-arm-kernel@lists.infradead.org" , arm@kernel.org References: <20161211191615.13696-1-f.fainelli@gmail.com> <6d58631d-37a2-8362-e9aa-0c360fac4509@gmail.com> Cc: Ryan Mallon , open list , olof@lixom.net, arnd@arndb.de, khilman@kernel.org From: Florian Fainelli Message-ID: <633e3405-c66d-0503-2626-36ebb0cfb756@gmail.com> Date: Thu, 19 Jan 2017 17:05:29 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/19/2016 08:08 AM, Hartley Sweeten wrote: > On Sunday, December 18, 2016 7:08 PM, Florian Fainelli wrote: >> Le 12/11/16 à 11:16, Florian Fainelli a écrit : >>> The TS-72xx/73xx boards have a CPLD watchdog which is configured to >>> reset the board after 8 seconds, if the kernel is large enough that this >>> takes about this time to decompress the kernel, we will encounter a >>> spurious reboot. >>> >>> Do not pull ts72xx.h, but instead locally define what we need to disable >>> the watchdog. >>> >>> Signed-off-by: Florian Fainelli >> >> Hartley, Ryan, do you guys maintain a git tree with EP93xx patches, or >> should I submit them through RMK's patch system once you are okay with them? > > Ryan has an old tree on github but it has not been updated since Oct 14, 2013. I'm > not sure if he is doing any active development at this time. > > This patch will have to go through RMK's patch system or some other tree. Olof, Arnd, Kevin, should I just resent this patch to arm@kernel.org for you to pick it? Thanks -- Florian