From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751917AbdHEBwH (ORCPT ); Fri, 4 Aug 2017 21:52:07 -0400 Received: from mail.kernel.org ([198.145.29.99]:44218 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751230AbdHEBwG (ORCPT ); Fri, 4 Aug 2017 21:52:06 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 16B9422CB7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org Date: Sat, 5 Aug 2017 09:50:55 +0800 From: Shawn Guo To: Sebastien Bourdelin Cc: linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, kernel@savoirfairelinux.com, robh@kernel.org, linux@roeck-us.net, linus.walleij@linaro.org, fabio.estevam@nxp.com, mark@embeddedarm.com, kris@embeddedarm.com Subject: Re: [PATCH v5 0/8] Add board support for TS-4600 Message-ID: <20170805015053.GM31819@dragon> References: <20170714203218.14409-1-sebastien.bourdelin@savoirfairelinux.com> <20170803012652.GB31819@dragon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Thu, Aug 03, 2017 at 03:32:36PM -0400, Sebastien Bourdelin wrote: > Hi Shawn, > > Thanks i understand, however if it's ok, i would like to process in the > same time with the TS4600 board bindings and initial dts without the > part related to the nbus and watchdog. > There is no dependencies here and we can accellerate the process. Okay. I just put a few comments on the initial dts patch. I can pick it up after the comments get addressed. Shawn