From patchwork Wed Jun 12 18:24:33 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 250860 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:770:15f::2]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E02EC2C030E for ; Thu, 13 Jun 2013 04:28:14 +1000 (EST) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Umpk6-0002Cx-4n; Wed, 12 Jun 2013 18:25:59 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Umpji-0005dK-Up; Wed, 12 Jun 2013 18:25:34 +0000 Received: from mho-03-ewr.mailhop.org ([204.13.248.66] helo=mho-01-ewr.mailhop.org) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UmpjB-0005ZJ-VQ for linux-arm-kernel@lists.infradead.org; Wed, 12 Jun 2013 18:25:09 +0000 Received: from c-50-131-214-131.hsd1.ca.comcast.net ([50.131.214.131] helo=localhost.localdomain) by mho-01-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1Umpiq-000Mt9-Pu; Wed, 12 Jun 2013 18:24:40 +0000 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 50.131.214.131 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+i30hniou08qgerDNU5w3s Content-Disposition: inline MIME-Version: 1.0 X-Mailer: MIME::Lite 3.028 (F2.82; T1.35; A2.09; B3.13; Q3.13) Date: Wed, 12 Jun 2013 11:24:33 -0700 From: Tony Lindgren To: Arnd Bergmann , Olof Johansson Subject: [GIT PULL 2/6] omap cleanup for v3.11 merge window In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130612_142502_541515_F52576FD X-CRM114-Status: GOOD ( 10.11 ) X-Spam-Score: -1.4 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.4 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no trust [204.13.248.66 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.5 MISSING_MID Missing Message-Id: header Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Message-ID: Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org The following changes since commit d683b96b072dc4680fc74964eca77e6a23d1fa6e: Linux 3.10-rc4 (2013-06-02 17:11:17 +0900) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/cleanup-signed for you to fetch changes up to 09182ab11b49b67d04598b19eb89cf0bbd672a60: ARM: OMAP4: hwmod data: Remove irq entries from mcspi, mmc hwmods (2013-06-12 09:41:46 -0700) ---------------------------------------------------------------- Move omap4 over to device tree based booting. This allows us to get rid a big pile of platform init code for things that are already handled by device tree related code. As am33xx is already device tree based, we can also remove the same data for am33xx. ---------------------------------------------------------------- Sricharan R (2): ARM: OMAP4: hwmod data: Clean up the data file ARM: OMAP4: hwmod data: Remove irq entries from mcspi, mmc hwmods Tomi Valkeinen (1): ARM: OMAP4: hwmod data: add DSS data back Tony Lindgren (8): ARM: OMAP2+: Legacy support for wl12xx when booted with devicetree ARM: OMAP2+: Remove board-4430sdp.c ARM: OMAP2+: Remove board-omap4panda.c ARM: OMAP2+: Remove legacy mux data for omap4 ARM: OMAP2+: Remove omap4 pdata from hsmmc.c ARM: OMAP2+: Remove omap4 pdata for USB ARM: OMAP2+: Remove omap4 ocp2scp pdata Merge branch 'am33xx' into omap-for-v3.11/cleanup Vaibhav Hiremath (1): ARM: AM33XX: hwmod data: irq, dma and addr info clean up arch/arm/mach-omap2/Kconfig | 22 - arch/arm/mach-omap2/Makefile | 3 - arch/arm/mach-omap2/board-4430sdp.c | 765 -------------- arch/arm/mach-omap2/board-omap4panda.c | 455 -------- arch/arm/mach-omap2/devices.c | 132 +-- arch/arm/mach-omap2/hsmmc.c | 103 +- arch/arm/mach-omap2/mux.h | 3 - arch/arm/mach-omap2/mux44xx.c | 1356 ------------------------ arch/arm/mach-omap2/mux44xx.h | 298 ------ arch/arm/mach-omap2/omap_hwmod_33xx_data.c | 1067 ------------------- arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 1544 +--------------------------- arch/arm/mach-omap2/usb-host.c | 194 ---- arch/arm/mach-omap2/usb-musb.c | 3 - drivers/bus/omap-ocp2scp.c | 60 -- include/linux/platform_data/omap_ocp2scp.h | 31 - 15 files changed, 54 insertions(+), 5982 deletions(-) delete mode 100644 arch/arm/mach-omap2/board-4430sdp.c delete mode 100644 arch/arm/mach-omap2/board-omap4panda.c delete mode 100644 arch/arm/mach-omap2/mux44xx.c delete mode 100644 arch/arm/mach-omap2/mux44xx.h delete mode 100644 include/linux/platform_data/omap_ocp2scp.h