From patchwork Fri Sep 30 20:55:00 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Hilman X-Patchwork-Id: 117209 Return-Path: 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 ; 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 ; 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 To: Tony Lindgren 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-arm-kernel X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Tony, Please pull the following omap_device series that finishes up the preparation the rest of the device tree work from Benoit. Kevin The following changes since commit 0f9b8dd0120cca55b73620c2a6e0dd8c1575f677: Merge branches 'cleanup', 'voltage' and 'dmtimer' into dt-base (2011-09-30 11:13:29 -0700) are available in the git repository at: git://github.com/khilman/linux-omap-pm.git for_3.2/omap_device-2 Benoit Cousson (8): ARM: OMAP3: beagle-board: Use the omap_hwmod_name_get_dev API ARM: OMAP2+: pm: Use hwmod name instead of dev pointer ARM: OMAP2+: pm: Remove static devices variable for mpu, dsp, iva and l3 PM ARM: OMAP: omap_device: Create a default omap_device_pm_latency ARM: OMAP2+: devices: Remove all omap_device_pm_latency structures of: Add helpers to get one string in multiple strings property ARM: OMAP: omap_device: Add omap_device_[alloc|delete] for DT integration ARM: OMAP: omap_device: Add a method to build an omap_device from a DT node Nishanth Menon (1): ARM: OMAP: omap_device: Add omap_device_get_by_hwmod_name .../devicetree/bindings/arm/omap/omap.txt | 43 +++ arch/arm/mach-omap2/board-omap3beagle.c | 4 +- arch/arm/mach-omap2/devices.c | 46 +--- arch/arm/mach-omap2/display.c | 11 +- arch/arm/mach-omap2/dma.c | 11 +- arch/arm/mach-omap2/gpio.c | 12 +- arch/arm/mach-omap2/hsmmc.c | 18 +- arch/arm/mach-omap2/hwspinlock.c | 12 +- arch/arm/mach-omap2/mcbsp.c | 11 +- arch/arm/mach-omap2/pm.c | 69 ++--- arch/arm/mach-omap2/serial.c | 25 +-- arch/arm/mach-omap2/sr_device.c | 11 +- arch/arm/mach-omap2/usb-musb.c | 11 +- arch/arm/plat-omap/i2c.c | 10 +- arch/arm/plat-omap/include/plat/omap_device.h | 1 + arch/arm/plat-omap/omap_device.c | 313 +++++++++++++++++--- drivers/of/base.c | 84 ++++++ include/linux/of.h | 18 ++ 18 files changed, 448 insertions(+), 262 deletions(-) create mode 100644 Documentation/devicetree/bindings/arm/omap/omap.txt