From patchwork Tue Sep 18 06:56:55 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ohad Ben-Cohen X-Patchwork-Id: 184627 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (unknown [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 51A252C008A for ; Tue, 18 Sep 2012 17:00:05 +1000 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TDrkG-0003XD-Mk; Tue, 18 Sep 2012 06:57:20 +0000 Received: from mail-vb0-f49.google.com ([209.85.212.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TDrkD-0003We-8s for linux-arm-kernel@lists.infradead.org; Tue, 18 Sep 2012 06:57:17 +0000 Received: by vbbfo1 with SMTP id fo1so6514729vbb.36 for ; Mon, 17 Sep 2012 23:57:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:from:date:message-id:subject:to:cc :content-type:x-gm-message-state; bh=Z/DvkjbN39cYWf48BnMP7O+2+paZwsjnfc1KP+geIhw=; b=Vf1k/fx0dwmj+Au9z3eJh76FFhzRBxdqpe/RBP7TOpA/ztTTbElsLENWsWy6qb2L8B rVfnNJZgyzveykswLfnJ9QSgaBo302cuunmVNS9guBcupbhzsnrTOViSy8RIFkcIO8HR B4+U72zQYxkX0uu/yBtXyK0l8bClIWDf98LJqhbr3qH3TkoAakQijku2oUoHn2CvCj3H JO39OCTiJSVtPDVqJmb/EHGuSsrkT+Mp57jE8Lev8SFs5ucPZx91v7YKchBv73n8EU9y iqaSJ4IPdGbDbG0lhgwCL+5hdzQP8CFvNASSzB/e1ryD/tr+MoZAUTMW0ChgG7BDO2At 2AjA== Received: by 10.52.27.133 with SMTP id t5mr4630691vdg.111.1347951436037; Mon, 17 Sep 2012 23:57:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.52.161.233 with HTTP; Mon, 17 Sep 2012 23:56:55 -0700 (PDT) X-Originating-IP: [46.116.118.250] From: Ohad Ben-Cohen Date: Tue, 18 Sep 2012 09:56:55 +0300 Message-ID: Subject: [GIT PULL] rpmsg: a fix for 3.6 To: Linus Torvalds X-Gm-Message-State: ALoCoQl0/kZ/sOM1o7xUbdqGVzMt5TA9i+9pUxjZQ8dLW6bgJ6MhzuPikvm1IOzo2oKr6sPvcZVC X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.212.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm , Fernando Guzman Lugo X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 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 Hi Linus, The following changes since commit 55d512e245bc7699a8800e23df1a24195dd08217: Linux 3.6-rc5 (2012-09-08 16:43:45 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git tags/rpmsg-3.6-fix for you to fetch changes up to eeb0074f36d1ab0729d06f1c56add9c7799679e2: rpmsg: fix dma_free_coherent dev parameter (2012-09-12 12:03:57 +0300) ---------------------------------------------------------------- A quick rpmsg fix from Fernando, fixing two buggy invocations of dma_free_coherent. ---------------------------------------------------------------- Fernando Guzman Lugo (1): rpmsg: fix dma_free_coherent dev parameter drivers/rpmsg/virtio_rpmsg_bus.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)