From patchwork Mon Apr 8 13:46:23 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Ohad Ben-Cohen X-Patchwork-Id: 234781 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 6E2C52C00F7 for ; Mon, 8 Apr 2013 23:47:01 +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 1UPCPN-0005p5-1R; Mon, 08 Apr 2013 13:46:53 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UPCPK-0005F7-Cz; Mon, 08 Apr 2013 13:46:50 +0000 Received: from mail-la0-x232.google.com ([2a00:1450:4010:c03::232]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UPCPG-0005EK-Td for linux-arm-kernel@lists.infradead.org; Mon, 08 Apr 2013 13:46:47 +0000 Received: by mail-la0-f50.google.com with SMTP id el20so851062lab.23 for ; Mon, 08 Apr 2013 06:46:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-originating-ip:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding :x-gm-message-state; bh=Wb4xEbCsFxAWVA44EPxR0HGAj52ZarCvfIND0S/3HgQ=; b=cgWTSrNhgHjPQBNG2YxOQH3cvrHzQ7Pmg/5tg+mG7zpNA3WNiullnaVrYfiEEF1I57 JjSSuRehzBIY8pDdApptluDeVKs6f9jonjMQ3MObhpcXbDxsKgkWM7yjDEYoMGC50cV4 BONrE1+X4Z16BKcbLnaxmmFsCArNy3CFKoJ8W0sscMAi1HJPMV8rJ6cDcCzTNQLsUiZc 2MXnDw/lY3e1Ndrly1yJEZyJMYyvfafqxgaoqYeN36L06Rko4ibdau5gnZ5v9GbCjPP/ fg0Qb6dpWenETWADJ3MKzWG/DzznpZ7ZG9JXY7rKvPLLq+dDiz3eQizE8foyuCAUDrpq mqsA== X-Received: by 10.112.134.134 with SMTP id pk6mr11899511lbb.78.1365428803708; Mon, 08 Apr 2013 06:46:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.100.39 with HTTP; Mon, 8 Apr 2013 06:46:23 -0700 (PDT) X-Originating-IP: [93.172.123.88] From: Ohad Ben-Cohen Date: Mon, 8 Apr 2013 16:46:23 +0300 Message-ID: Subject: [GIT PULL] remoteproc fixes for 3.9 To: Linus Torvalds X-Gm-Message-State: ALoCoQmUW2wv1txFqciKo7RCUadlvAHaqt9kuK0rTfGY6OP57Sdak8IokRkOfQccBFkaHupHOvqQ X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130408_094647_139463_FB65C2F7 X-CRM114-Status: UNSURE ( 9.07 ) X-CRM114-Notice: Please train this message. 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 ---- ---------------------- -------------------------------------------------- -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: "linux-omap@vger.kernel.org" , "Tivy, Robert" , Dmitry Tarnyagin , "linux-kernel@vger.kernel.org" , Suman Anna , linux-arm , =?ISO-8859-1?Q?Sjur_Br=E6ndeland?= 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" 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 f6161aa153581da4a3867a2d1a7caf4be19b6ec9: Linux 3.9-rc2 (2013-03-10 16:54:19 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git tags/remoteproc-3.9-fixes for you to fetch changes up to c7426bce5933d16b492a34e42ae77e26fceddff6: remoteproc: fix FW_CONFIG typo (2013-04-07 15:11:27 +0300) ---------------------------------------------------------------- 4 small remoteproc fixes: - Suman fixed an issue that crawled in with the move to the new idr_alloc interface in 3.9 - Dmitry fixed an STE specific memory leak - Sjur fixed an error path in the core - Rob fixed a Kconfig typo ---------------------------------------------------------------- Dmitry Tarnyagin (1): remoteproc/ste: fix memory leak on shutdown Robert Tivy (1): remoteproc: fix FW_CONFIG typo Sjur Brændeland (1): remoteproc: fix error path of handle_vdev Suman Anna (1): remoteproc: fix the error check for idr_alloc drivers/remoteproc/Kconfig | 2 +- drivers/remoteproc/remoteproc_core.c | 6 ++++-- drivers/remoteproc/ste_modem_rproc.c | 7 ++++++- 3 files changed, 11 insertions(+), 4 deletions(-)