Message ID | 87y5x5hhsr.fsf@ti.com |
---|---|
State | New |
Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 57129B6F81 for <incoming-imx@patchwork.ozlabs.org>; Sat, 1 Oct 2011 06:55:21 +1000 (EST) Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1R9k71-0002AZ-9R; Fri, 30 Sep 2011 20:55:15 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1R9k6x-0001Qd-TV; Fri, 30 Sep 2011 20:55:11 +0000 Received: from na3sys009aog107.obsmtp.com ([74.125.149.197]) by canuck.infradead.org with smtps (Exim 4.76 #1 (Red Hat Linux)) id 1R9k6s-0001QH-3v for linux-arm-kernel@lists.infradead.org; Fri, 30 Sep 2011 20:55:09 +0000 Received: from mail-yx0-f175.google.com ([209.85.213.175]) (using TLSv1) by na3sys009aob107.postini.com ([74.125.148.12]) with SMTP ID DSNKToYsp6RPrDh9tAeulIJvz97F6yFZOl7q@postini.com; Fri, 30 Sep 2011 13:55:05 PDT Received: by mail-yx0-f175.google.com with SMTP id 17so2243081yxj.20 for <linux-arm-kernel@lists.infradead.org>; Fri, 30 Sep 2011 13:55:03 -0700 (PDT) Received: by 10.150.115.3 with SMTP id n3mr7185063ybc.263.1317416103039; Fri, 30 Sep 2011 13:55:03 -0700 (PDT) Received: from localhost (c-24-19-7-36.hsd1.wa.comcast.net. [24.19.7.36]) by mx.google.com with ESMTPS id m3sm16963544ang.0.2011.09.30.13.55.01 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 30 Sep 2011 13:55:02 -0700 (PDT) From: Kevin Hilman <khilman@ti.com> To: Tony Lindgren <tony@atomide.com> Subject: [GIT PULL] OMAP: more omap_device preparations for DT Organization: Texas Instruments, Inc. Date: Fri, 30 Sep 2011 13:55:00 -0700 Message-ID: <87y5x5hhsr.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110930_165506_411990_0C07148A X-CRM114-Status: GOOD ( 13.74 ) X-Spam-Score: -2.3 (--) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-2.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, medium trust [74.125.149.197 listed in list.dnswl.org] Cc: linux-omap <linux-omap@vger.kernel.org>, linux-arm-kernel <linux-arm-kernel@lists.infradead.org> X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org |
* Kevin Hilman <khilman@ti.com> [110930 13:21]: > Tony, > > Please pull the following omap_device series that finishes up the > preparation the rest of the device tree work from Benoit. Thanks, this is now in dt branch. Tony