From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [PATCH 0/3] tegra: Use engineering names in DT compatible properties Date: Tue, 5 Jul 2011 23:55:39 -0600 Message-ID: <20110706055539.GG9978@ponder.secretlab.ca> References: <1309897762-23564-1-git-send-email-swarren@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1309897762-23564-1-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: linux-tegra@vger.kernel.org On Tue, Jul 05, 2011 at 02:29:19PM -0600, Stephen Warren wrote: > Grant, these 3 patches are for the devicetree/test branch. I kept them > separated in the hope they'll squash into existing patches already there. Thanks, I'll pick them up and squash them in. g. > > Stephen Warren (3): > mmc/tegra: Use engineering names in DT compatible property > ARM: tegra: Use engineering names in DT compatible property > dt: docs: tegra: Use engineering names in DT compatible property > > Documentation/devicetree/usage-model | 12 ++-- > arch/arm/boot/dts/tegra-harmony.dts | 4 +- > arch/arm/boot/dts/tegra-seaboard.dts | 4 +- > arch/arm/boot/dts/tegra20.dtsi | 162 ++++++++++++++++++++++++++++++++++ > arch/arm/boot/dts/tegra250.dtsi | 162 ---------------------------------- > arch/arm/mach-tegra/board-dt.c | 32 ++++---- > drivers/mmc/host/sdhci-pltfm.c | 2 +- > 7 files changed, 189 insertions(+), 189 deletions(-) > create mode 100644 arch/arm/boot/dts/tegra20.dtsi > delete mode 100644 arch/arm/boot/dts/tegra250.dtsi > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753804Ab1GFFzn (ORCPT ); Wed, 6 Jul 2011 01:55:43 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:59025 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751684Ab1GFFzm (ORCPT ); Wed, 6 Jul 2011 01:55:42 -0400 Date: Tue, 5 Jul 2011 23:55:39 -0600 From: Grant Likely To: Stephen Warren Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-tegra@vger.kernel.org, devicetree-discuss@lists.ozlabs.org Subject: Re: [PATCH 0/3] tegra: Use engineering names in DT compatible properties Message-ID: <20110706055539.GG9978@ponder.secretlab.ca> References: <1309897762-23564-1-git-send-email-swarren@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1309897762-23564-1-git-send-email-swarren@nvidia.com> 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, Jul 05, 2011 at 02:29:19PM -0600, Stephen Warren wrote: > Grant, these 3 patches are for the devicetree/test branch. I kept them > separated in the hope they'll squash into existing patches already there. Thanks, I'll pick them up and squash them in. g. > > Stephen Warren (3): > mmc/tegra: Use engineering names in DT compatible property > ARM: tegra: Use engineering names in DT compatible property > dt: docs: tegra: Use engineering names in DT compatible property > > Documentation/devicetree/usage-model | 12 ++-- > arch/arm/boot/dts/tegra-harmony.dts | 4 +- > arch/arm/boot/dts/tegra-seaboard.dts | 4 +- > arch/arm/boot/dts/tegra20.dtsi | 162 ++++++++++++++++++++++++++++++++++ > arch/arm/boot/dts/tegra250.dtsi | 162 ---------------------------------- > arch/arm/mach-tegra/board-dt.c | 32 ++++---- > drivers/mmc/host/sdhci-pltfm.c | 2 +- > 7 files changed, 189 insertions(+), 189 deletions(-) > create mode 100644 arch/arm/boot/dts/tegra20.dtsi > delete mode 100644 arch/arm/boot/dts/tegra250.dtsi > From mboxrd@z Thu Jan 1 00:00:00 1970 From: grant.likely@secretlab.ca (Grant Likely) Date: Tue, 5 Jul 2011 23:55:39 -0600 Subject: [PATCH 0/3] tegra: Use engineering names in DT compatible properties In-Reply-To: <1309897762-23564-1-git-send-email-swarren@nvidia.com> References: <1309897762-23564-1-git-send-email-swarren@nvidia.com> Message-ID: <20110706055539.GG9978@ponder.secretlab.ca> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jul 05, 2011 at 02:29:19PM -0600, Stephen Warren wrote: > Grant, these 3 patches are for the devicetree/test branch. I kept them > separated in the hope they'll squash into existing patches already there. Thanks, I'll pick them up and squash them in. g. > > Stephen Warren (3): > mmc/tegra: Use engineering names in DT compatible property > ARM: tegra: Use engineering names in DT compatible property > dt: docs: tegra: Use engineering names in DT compatible property > > Documentation/devicetree/usage-model | 12 ++-- > arch/arm/boot/dts/tegra-harmony.dts | 4 +- > arch/arm/boot/dts/tegra-seaboard.dts | 4 +- > arch/arm/boot/dts/tegra20.dtsi | 162 ++++++++++++++++++++++++++++++++++ > arch/arm/boot/dts/tegra250.dtsi | 162 ---------------------------------- > arch/arm/mach-tegra/board-dt.c | 32 ++++---- > drivers/mmc/host/sdhci-pltfm.c | 2 +- > 7 files changed, 189 insertions(+), 189 deletions(-) > create mode 100644 arch/arm/boot/dts/tegra20.dtsi > delete mode 100644 arch/arm/boot/dts/tegra250.dtsi >