From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751875AbcGPQhK (ORCPT ); Sat, 16 Jul 2016 12:37:10 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:43980 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751573AbcGPQhI (ORCPT ); Sat, 16 Jul 2016 12:37:08 -0400 Date: Sat, 16 Jul 2016 18:36:59 +0200 From: Andrew Lunn To: Jamie Lentin Cc: Jason Cooper , Sebastian Hesselbarth , Gregory Clement , Imre Kaloz , Florian Fainelli , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v0 07/10] arm: orion5x: Remove old non-DT-based WNR854T support Message-ID: <20160716163659.GH1777@lunn.ch> References: <1468679348-10522-1-git-send-email-jm@lentin.co.uk> <1468679348-10522-8-git-send-email-jm@lentin.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1468679348-10522-8-git-send-email-jm@lentin.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jul 16, 2016 at 03:29:05PM +0100, Jamie Lentin wrote: Again, you need a commit log. It could be something like: The setup file for the wnr854t has bit rotted to such an extent it no longer works. Replace it with a working device tree description. Andrew