Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763305AbcLSQIz (ORCPT ); Mon, 19 Dec 2016 11:08:55 -0500 Received: from mail-dm3nam03on0115.outbound.protection.outlook.com ([104.47.41.115]:13127 "EHLO NAM03-DM3-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752849AbcLSQIt (ORCPT ); Mon, 19 Dec 2016 11:08:49 -0500 From: Hartley Sweeten To: Florian Fainelli , "linux-arm-kernel@lists.infradead.org" CC: Ryan Mallon , Russell King , open list Subject: RE: [PATCH] ARM: ep93xx: Disable TS-72xx watchdog before uncompressing Thread-Topic: [PATCH] ARM: ep93xx: Disable TS-72xx watchdog before uncompressing Thread-Index: AQHSWZy8dYaLyp4T1ke9VBmyrfZePaEPcD4A Date: Mon, 19 Dec 2016 16:08:46 +0000 Message-ID: References: <20161211191615.13696-1-f.fainelli@gmail.com> <6d58631d-37a2-8362-e9aa-0c360fac4509@gmail.com> In-Reply-To: <6d58631d-37a2-8362-e9aa-0c360fac4509@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=HartleyS@visionengravers.com; x-originating-ip: [184.183.19.121] x-ms-office365-filtering-correlation-id: 447055e9-570c-4b92-0c07-08d42829502d x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:(22001);SRVR:SN1PR0101MB1565; x-microsoft-exchange-diagnostics: 1;SN1PR0101MB1565;7:TO7J8nK7UylY+gpNYbTjx8SxBo8dFp7bg6G0tCQJreZMbHKmqOmBNaLV1Te4QhiBhgs5nSZJ4I2yaWe49QGjypzJt4vEZChP+fdlNiZ/GOXRdQ7YrpTs0MFnaPmGnWsKFUj6sB1Tka5o2wACdYPmZmYZo+A3SZ726byMpEJ3R5a0rg8EwHBYDyqMdSya1XDFBKLyxQKbxZB9R9ZPGDRwn3klCghD6+1AVgDbVWq0Ju4cnsIK7PFoLMXZqqP4nda5XUTFYDScmO9bzn7lz58u3GjaQdOfRCga2pqpKBqrM00IbM1xRmriZR1LeYBD5e1c6+Zmezy4DHtFc91ssLs02opWfCfwSAOUV4CLPM1GglGx+qQiswsznUxpXqRmD5ubYBi7tcYHVkvsHwcqbxDORYi7wJIfTzC1w42RiwTCDAWLGfGP3ZMqekAq9wmFoA6eNw2OJsi9nhD4d5unqTKU9w== x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(6040375)(2401047)(8121501046)(5005006)(3002001)(10201501046)(6041248)(20161123560025)(20161123555025)(2016111802025)(20161123562025)(20161123564025)(6072148)(6043046);SRVR:SN1PR0101MB1565;BCL:0;PCL:0;RULEID:;SRVR:SN1PR0101MB1565; x-forefront-prvs: 01613DFDC8 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(7916002)(39410400002)(39450400003)(39830400002)(24454002)(377454003)(189002)(199003)(54356999)(101416001)(76176999)(92566002)(122556002)(50986999)(80792005)(106116001)(5001770100001)(97736004)(2900100001)(105586002)(66066001)(106356001)(189998001)(81156014)(33656002)(68736007)(8676002)(2501003)(8936002)(81166006)(74316002)(9686002)(7736002)(305945005)(7696004)(229853002)(3846002)(5660300001)(4326007)(25786008)(3280700002)(102836003)(6116002)(6436002)(6506006)(39060400001)(3660700001)(77096006)(86362001)(2906002)(38730400001)(2950100002);DIR:OUT;SFP:1102;SCL:1;SRVR:SN1PR0101MB1565;H:SN1PR0101MB1565.prod.exchangelabs.com;FPR:;SPF:None;PTR:InfoNoRecords;MX:1;A:1;LANG:en; spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-OriginatorOrg: visionengravers.com X-MS-Exchange-CrossTenant-originalarrivaltime: 19 Dec 2016 16:08:46.3857 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: d698601f-af92-4269-8099-fd6f11636477 X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN1PR0101MB1565 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id uBJG962u010601 Content-Length: 903 Lines: 22 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. Thanks, Hartley