From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752475AbcCaGO2 (ORCPT ); Thu, 31 Mar 2016 02:14:28 -0400 Received: from mail.kernel.org ([198.145.29.136]:47515 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751070AbcCaGO0 (ORCPT ); Thu, 31 Mar 2016 02:14:26 -0400 Date: Thu, 31 Mar 2016 14:14:05 +0800 From: Shawn Guo To: Lothar =?iso-8859-1?Q?Wa=DFmann?= Cc: Dan Williams , Ian Campbell , Kumar Gala , Mark Rutland , Pawel Moll , Rob Herring , Russell King , Sascha Hauer , Vinod Koul , devicetree@vger.kernel.org, dmaengine@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv2 0/8] ARM: dts: update Ka-Ro i.MX6 module support Message-ID: <20160331061405.GP28207@tiger> References: <1457424244-14549-1-git-send-email-LW@KARO-electronics.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1457424244-14549-1-git-send-email-LW@KARO-electronics.de> 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 Tue, Mar 08, 2016 at 09:03:56AM +0100, Lothar Waßmann wrote: > This patch set updates the Ka-Ro electronics i.MX6 based module > support and adds support for some new modules and a new baseboard. > > changes vs. v1: > - relicense DTS files under GPLv2/X11 > - dropped patches which have been applied already > - added some cleanup patches > > [PATCHv2 1/8] ARM: dts: imx6-tx6: Relicense the Ka-Ro DT files under GPLv2/X11 > [PATCHv2 2/8] ARM: dts: imx6-tx6: cleanup; no functional change > [PATCHv2 4/8] ARM: dts: imx6-tx6: disable the spi node by default > [PATCHv2 5/8] ARM: dts: imx6-tx6: remove container node around pinctrl nodes > [PATCHv2 6/8] ARM: dts: imx6qdl-tx6: add mdio node for ethernet phy Applied above 5 patches, thanks.