From patchwork Mon Jun 10 04:20:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 2695651 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id E21B3DF264 for ; Mon, 10 Jun 2013 04:20:46 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ultb2-0007SI-NL; Mon, 10 Jun 2013 04:20:45 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Ultaz-0000Mz-Ss; Mon, 10 Jun 2013 04:20:41 +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 1Ultaw-0000MP-38 for linux-arm-kernel@lists.infradead.org; Mon, 10 Jun 2013 04:20:39 +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 1UltaZ-000Lyp-E8; Mon, 10 Jun 2013 04:20:15 +0000 Received: from Mutt by mutt-smtp-wrapper.pl 1.2 (www.zdo.com/articles/mutt-smtp-wrapper.shtml) 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: U2FsdGVkX18bbwscg5AO60sitpkkGi1S Date: Sun, 9 Jun 2013 21:20:09 -0700 From: Tony Lindgren To: Paul Walmsley Subject: Re: [GIT PULL] ARM: OMAP: hwmod/PRCM: add OMAP5 data Message-ID: <20130610042008.GA8164@atomide.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130610_002038_160805_C2907B87 X-CRM114-Status: GOOD ( 17.37 ) X-Spam-Score: -1.9 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.9 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.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines 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-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org * Paul Walmsley [130608 13:11]: > Hi Tony, > > 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/pjw/omap-pending.git tags/omap-devel-a-for-3.11 > > for you to fetch changes up to e4020aa9a8f37d860024fe8a8c8441f003606d2b: > > ARM: OMAP5: Enable build and frameowrk initialisations (2013-06-08 12:00:05 -0600) > > ---------------------------------------------------------------- > Add support for the OMAP5 SoC family. > > As part of the transition to DT, no board files will be used > for OMAP5. The hwmod data is gradually being transitioned > away from arch/arm/mach-omap2: IRQ, DMA, and memory map data > has been moved to DT. Hopefully the dev_attr and clock role > data will be the next step. > > Basic test logs are available here, although not for OMAP5, > since I don't have an OMAP5 board: > http://www.pwsan.com/omap/testlogs/omap5_v3.10/20130608130949/ Thanks pulled into omap-for-v3.11/omap5. I removed the ocp2scp include as that's unused and the header is removed with the omap4 clean-up. Regards, Tony Author: Tony Lindgren Date: Sun Jun 9 21:17:15 2013 -0700 ARM: OMAP5: Remove unused include for ocp2scp This header is not used, and is removed with the omap4 clean-up. Signed-off-by: Tony Lindgren --- a/arch/arm/mach-omap2/omap_hwmod_54xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_54xx_data.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include