Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755196AbdLTMue (ORCPT ); Wed, 20 Dec 2017 07:50:34 -0500 Received: from mail-oi0-f67.google.com ([209.85.218.67]:44556 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754660AbdLTMua (ORCPT ); Wed, 20 Dec 2017 07:50:30 -0500 X-Google-Smtp-Source: ACJfBov8LkBnTvLqxKcv2lgCaCmxs9z/9qVJmcU6tMpa3q1pq60HXW9JnpEIrzcLGQTO+P1sX0ITTgbi0L5oQJG/p9c= MIME-Version: 1.0 In-Reply-To: References: <20171116232239.16823-1-lukma@denx.de> <20171211233625.5689-1-lukma@denx.de> <1513153607.2439.2.camel@Nokia-N900> <20171213095257.5cf424fb@jawa> From: Arnd Bergmann Date: Wed, 20 Dec 2017 13:50:28 +0100 X-Google-Sender-Auth: ZXgrI7RXf6LtOTXCBfWtpChPUPs Message-ID: Subject: Re: [PATCH v5 0/4] ARM: ep93xx: ts72xx: Add support for BK3 board To: Linus Walleij Cc: Lukasz Majewski , Alexander Sverdlin , Hartley Sweeten , Russell King , Linux ARM , "linux-kernel@vger.kernel.org" , Olof Johansson Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 681 Lines: 15 On Wed, Dec 20, 2017 at 1:33 PM, Linus Walleij wrote: > On Wed, Dec 13, 2017 at 9:52 AM, Lukasz Majewski wrote: > > There is a point where supporting old board files will stand in > the way and cost a lot in maintenance (like moving drivers our > of arch/arm, or modernizing misc subsystems). Then moving the > platform over to device tree should be preferred. I'm generally more interested in the multiplatform conversion than the DT conversion, and I think converting this one to multiplatform isn't actually that hard, and doesn't have a significant risk for regressions, the main work is to convert the clock handling. Arnd