Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932128AbdI0PSm (ORCPT ); Wed, 27 Sep 2017 11:18:42 -0400 Received: from smtp.csie.ntu.edu.tw ([140.112.30.61]:35840 "EHLO smtp.csie.ntu.edu.tw" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753618AbdI0PSi (ORCPT ); Wed, 27 Sep 2017 11:18:38 -0400 X-Google-Smtp-Source: AOwi7QAfi9AyIATHreIjIhlStwWeTyNo280bqR3nrkUi47T9YyiuJcpKc/JZ4cmAV3nwtVw8tx4J78BKXneeQlj+SuI= MIME-Version: 1.0 In-Reply-To: References: <20170926072234.27481-1-clabbe.montjoie@gmail.com> <20170926085855.7yn6zdx3sfuwwxyj@flea> From: Chen-Yu Tsai Date: Wed, 27 Sep 2017 23:18:09 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 00/14] ARM: dts: sunxi: Fix DT build warnings To: Corentin Labbe Cc: Chen-Yu Tsai , Maxime Ripard , Rob Herring , Mark Rutland , Russell King , Catalin Marinas , Will Deacon , devicetree , linux-arm-kernel , linux-kernel 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: 1233 Lines: 36 On Tue, Sep 26, 2017 at 9:01 PM, Chen-Yu Tsai wrote: > On Tue, Sep 26, 2017 at 4:58 PM, Maxime Ripard > wrote: >> On Tue, Sep 26, 2017 at 07:48:17AM +0000, Chen-Yu Tsai wrote: >>> On Tue, Sep 26, 2017 at 3:22 PM, Corentin Labbe >>> wrote: >>> > Hello >>> > >>> > The goal of this patch series is to have a clean DT build with W=1. >>> > >>> > Regards >>> > >>> > Changes since v1: >>> > - moved i2c2 unit address change from patch #2 in patch #1 >>> > >>> > Changes since v2 >>> > - added two patch for fixing pin names >>> >>> The first twelve patches are good. Maxime, I think we can go ahead and >>> merge them, instead of having them resent again in v3? >> >> Yep, that works for me. Can you push them? > > Patches 1 and 12 didn't apply cleanly. I fixed them. Patch 10 didn't apply cleanly either. I fixed it. > Patches 4~9 do the same type of cleanup for various h3 board dts files. > Maybe we should just squash them together. Arnd seems to prefer squashing > identical changes to different boards together. Squashed them and mentioned it in the commit message. Please check the sunxi tree on git.kernel.org if the results are correct. ChenYu