From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756751AbcCCKNL (ORCPT ); Thu, 3 Mar 2016 05:13:11 -0500 Received: from smarthost03b.mail.zen.net.uk ([212.23.1.21]:44519 "EHLO smarthost03b.mail.zen.net.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751256AbcCCKNJ (ORCPT ); Thu, 3 Mar 2016 05:13:09 -0500 Message-ID: <1456999975.2856.18.camel@linaro.org> Subject: Re: [PATCH] ARM: dts: add "simple-bus" to "arm, amba-bus" compatible nodes From: "Jon Medhurst (Tixy)" To: Masahiro Yamada Cc: Mark Rutland , Rob Herring , devicetree@vger.kernel.org, Krzysztof Kozlowski , linux-samsung-soc@vger.kernel.org, Russell King , Heiko Stuebner , Pawel Moll , Ian Campbell , linux-arm-msm , Linux Kernel Mailing List , Wei Xu , David Brown , arm@kernel.org, Kukjin Kim , Kumar Gala , Andy Gross , "open list:ARM/Rockchip SoC..." , Dinh Nguyen , linux-soc@vger.kernel.org, linux-arm-kernel Date: Thu, 03 Mar 2016 10:12:55 +0000 In-Reply-To: References: <1456804620-8750-1-git-send-email-yamada.masahiro@socionext.com> <20160301114610.GB30602@leverpostej> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Originating-smarthost03b-IP: [82.69.122.217] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2016-03-03 at 12:07 +0900, Masahiro Yamada wrote: [...] > This patch is derived from Rob Herring' comment > "BTW, we should also kill off "amba-bus" which is an ambiguous term" > in the following thread: > http://lkml.iu.edu/hypermail/linux/kernel/1601.0/01822.html > > > So, the plan would be like this: > > [1] Make device trees not depend on "arm,amba-bus" (this commit) > [2] New device trees should no longer use "arm,amba-bus" alone. > [3] Go though some releases until we do not care about the backward > compatibility Why would we stop caring about backwards compatibility? If I was a user of any of the platforms in question and updated my kernel, I wouldn't expect to have to debug why it was broken, then install a new dtb to fix it - which may be a tricky thing to do, depending on the firmware used to boot Linux. > [4] Drop "arm,amba-bus" from of_default_bus_match_table -- Tixy