From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 20AEDE00575; Wed, 25 Jun 2014 10:01:41 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.192.172 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pd0-f172.google.com (mail-pd0-f172.google.com [209.85.192.172]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 18230E003D8 for ; Wed, 25 Jun 2014 10:01:37 -0700 (PDT) Received: by mail-pd0-f172.google.com with SMTP id w10so1894771pde.3 for ; Wed, 25 Jun 2014 10:01:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=lvJTXWz2oW5VlHCyyKi3KEpfC0A31D6ldhAY/Ucs2Qk=; b=Q5ZwtxS5T8J2QrbB1/UerWpyvAQwKEftmT0FM+lOPg5QCVDQ7IV7YsDaFfJN038oF+ L1J9PrfYkLRpz5ZyEcoCHKllT+oNWZx7ReFojrvrgWYqt1a3gs2ATvRETXKiKNFai4oL bxxlA0lnj7KVnbawzX5wiTVoGV67g+G85hQAjFpENyMK46MhKzWYYt0/uR2sfg2tnp/J gUKABX79jDZQrRe+XmI6ssz9B0WmLYB3urW84ETYg333HixDAZuc37IA6gzKJ1IYrHTR iQRID68OxUyRSnp26uE0gRQJRYbk5zw93qzqTHcaGR1bl+BA2lLrkXsu+qD2gSpU+UG1 +wkQ== X-Gm-Message-State: ALoCoQmz0BJiUWZJgrzJ8T5UjJcSp/nF2QWC8O7BlWOSMQ+WcCPc+RJ2VvRXykD1krrYF0F9jHGN X-Received: by 10.68.131.230 with SMTP id op6mr13565192pbb.55.1403715696741; Wed, 25 Jun 2014 10:01:36 -0700 (PDT) Received: from [192.168.1.11] ([63.226.49.26]) by mx.google.com with ESMTPSA id fm8sm20827582pab.28.2014.06.25.10.01.34 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 25 Jun 2014 10:01:35 -0700 (PDT) Message-ID: <53AB006D.2040004@boundarydevices.com> Date: Wed, 25 Jun 2014 10:01:33 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Otavio Salvador References: <20140625162932.8A8A01BB16F08@nano.lab.ossystems.com.br> <53AAFAAD.9090006@boundarydevices.com> In-Reply-To: X-Enigmail-Version: 1.6 Cc: "meta-freescale@yoctoproject.org" Subject: Re: Updates to meta-fsl-arm (master) in 2014-06-25 X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 17:01:41 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Thanks. On 06/25/2014 09:48 AM, Otavio Salvador wrote: > On Wed, Jun 25, 2014 at 1:37 PM, Eric Nelson > wrote: >> Thanks Otavio, >> >> On 06/25/2014 09:29 AM, Otavio Salvador wrote: >>> Hello, >>> >>> I pushed following updates: >>> >>> commit ab90b896f4bf09a8ced37c6e1511686217d053b9 >>> Author: Eric Nelson >>> Date: Sat Jun 21 10:52:48 2014 -0700 >>> >>> imx-vpu: fix checks of IOGetVirtMem() return value >>> >>> The IOGetVirtMem() routine returns the address of a memory block >>> or -1 (MAP_FAILED) to indicate an error. >>> >> >> If at all possible, I would like to see this pushed to Daisy in >> the next cycle. >> >> Without it, the kernel configs for our board are a problem because >> of the 3G/1G split. > > Yes I will backport it soon. > I created the patch against Daisy, so it should apply cleanly.