From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161232AbcFCTy4 (ORCPT ); Fri, 3 Jun 2016 15:54:56 -0400 Received: from mail-pa0-f65.google.com ([209.85.220.65]:33078 "EHLO mail-pa0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161206AbcFCTyr (ORCPT ); Fri, 3 Jun 2016 15:54:47 -0400 Date: Fri, 3 Jun 2016 12:23:45 -0700 From: Olof Johansson To: Masahiro Yamada Cc: arm@kernel.org, linux-arm-kernel@lists.infradead.org, Russell King , linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] ARM: uniphier: drop code for old DT binding Message-ID: <20160603192345.GG3761@localhost> References: <1464781066-25975-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1464781066-25975-1-git-send-email-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 01, 2016 at 08:37:46PM +0900, Masahiro Yamada wrote: > Commit 307d40c56b0c ("ARM: uniphier: rework SMP code to support new > System Bus binding") added a new DT binding for SMP code, but still > kept old code for the backward compatibility. > > Linux 4.6 was out with both bindings supported, so it should not > hurt to drop the old code now. Moreover, the mainline code are > currently not used for any of our products, so this change has > no impact on our customers in any way. > > Signed-off-by: Masahiro Yamada > --- > > Changes in v2: > - Add more explanation in git-log Thanks, applied to next/cleanup for 4.8. -Olof