Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757433AbaGNVyN (ORCPT ); Mon, 14 Jul 2014 17:54:13 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:42103 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757322AbaGNVyK (ORCPT ); Mon, 14 Jul 2014 17:54:10 -0400 Message-ID: <53C45165.2030707@ti.com> Date: Mon, 14 Jul 2014 16:53:41 -0500 From: Suman Anna User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Markus Mayer CC: Tony Lindgren , Jassi Brar , Dave Gerlach , Pavel Machek , Linux Kernel Mailing List , , Device Tree List , ARM Kernel List Subject: Re: [PATCHv2 0/5] OMAP Mailbox framework adoption & DT support References: <1405116252-53612-1-git-send-email-s-anna@ti.com> <53C3FE0C.4080502@ti.com> In-Reply-To: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Markus, > >> There are couple of dependent preparatory series. You probably missed >> the following in the cover letter. >>> The series depends on the OMAP mailbox cleanup series [5] and the >>> refreshed OMAP mailbox DT/hwmod cleanup series [2]. >> >> As long as you pick the two dependent series, they apply fine on any of >> the 3.16-rcs. I have posted all the series based on 3.16-rc2. Here's a >> merged branch for your reference (not for pulling though, it has one >> additional commit to allow me to test on OMAP2) >> https://github.com/sumananna/mailbox/commits/submit/3.16-rc2-omap-mbox-v8-fwk-v2 >> >> The last 2 patches in the series also depend on the mailbox framework >> patches from Jassi to not throw any build errors if enabled. > > That worked. Thanks for the pointer. FYI, there is a minor merge > conflict rebasing the series onto 3.16-rc5. > > Applying: ARM: OMAP2+: Avoid mailbox legacy device creation for DT-boot > Using index info to reconstruct a base tree... > M arch/arm/mach-omap2/devices.c > Falling back to patching base and 3-way merge... > Auto-merging arch/arm/mach-omap2/devices.c > CONFLICT (content): Merge conflict in arch/arm/mach-omap2/devices.c > Failed to merge in the changes. > Patch failed at 0029 ARM: OMAP2+: Avoid mailbox legacy device creation > for DT-boot > > That's due to this commit: > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=1d29a0722f6c38f79785c9ffb911730598de84e2 OK, thanks, that's because of the removal of the line immediately above the omap_init_mbox() deletion. Anyway, that should be a trivial rebase and the patch contents should remain the same. Once OMAP3 becomes DT-boot only, I will submit a patch to delete the omap_init_mbox(). regards Suman -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/